diff --git a/account_chart_update/README.rst b/account_chart_update/README.rst new file mode 100644 index 00000000000..ee9d6d83be2 --- /dev/null +++ b/account_chart_update/README.rst @@ -0,0 +1,123 @@ +=========================================================== +Detect changes and update the Account Chart from a template +=========================================================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:6c1ea51f276d0f6d8ed58caf50f25d6f8a54e0ca36886019626be501ac42cb8a + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--financial--tools-lightgray.png?logo=github + :target: https://github.com/OCA/account-financial-tools/tree/17.0/account_chart_update + :alt: OCA/account-financial-tools +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/account-financial-tools-17-0/account-financial-tools-17-0-account_chart_update + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/account-financial-tools&target_branch=17.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This is a pretty useful tool to update Odoo installations after tax +reforms on the official charts of accounts, or to apply fixes performed +on the chart template. + +The wizard: + +- Allows the user to compare a chart and a template showing differences + on accounts, taxes, tax codes and fiscal positions. +- It may create the new account, taxes, tax codes and fiscal positions + detected on the template. +- It can also update (overwrite) the accounts, taxes, tax codes and + fiscal positions that got modified on the template. + +**Table of contents** + +.. contents:: + :local: + +Usage +===== + +The wizard, accesible from *Accounting > Settings > Update Chart +Template*, lets the user select what kind of objects must be +checked/updated, and whether old records must be checked for changes and +updates. + +It will display all the objects to be created / updated / deactivated +with some information about the detected differences, and allow the user +to exclude records individually. + +Known issues / Roadmap +====================== + +- Generate and update account reconcile models. +- Generate XML-ID for fiscal position tax and account mapping lines. +- Allow to select independently operations to perform (create, update, + deactivate). +- Detect fiscal positions to deactivate? + +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 a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +------- + +* Tecnativa +* BCIM +* Okia + +Contributors +------------ + +- `Tecnativa `__: + + - Pedro M. Baeza + - Ernesto Tejeda + +- Jacques-Etienne Baudoux +- Sylvain Van Hoof +- Nacho Muñoz +- Alberto Martín - Guadaltech +- Fernando La Chica - GreenIce +- Jairo Llopis (https://www.moduon.team/) +- `Factor Libre `__: + + - Luis J. Salvatierra + +Maintainers +----------- + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +This module is part of the `OCA/account-financial-tools `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/account_chart_update/__init__.py b/account_chart_update/__init__.py new file mode 100644 index 00000000000..4d7a49b5e28 --- /dev/null +++ b/account_chart_update/__init__.py @@ -0,0 +1,4 @@ +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from . import models +from . import wizard diff --git a/account_chart_update/__manifest__.py b/account_chart_update/__manifest__.py new file mode 100644 index 00000000000..0f4fb2c247f --- /dev/null +++ b/account_chart_update/__manifest__.py @@ -0,0 +1,22 @@ +# Copyright 2016 Jairo Llopis +# Copyright 2016 Jacques-Etienne Baudoux +# Copyright 2016 Sylvain Van Hoof +# Copyright 2015-2018 Tecnativa - Pedro M. Baeza +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +{ + "name": "Detect changes and update the Account Chart from a template", + "summary": "Wizard to update a company's account chart from a template", + "version": "17.0.1.0.0", + "author": "Tecnativa, BCIM, Okia, Odoo Community Association (OCA)", + "website": "https://github.com/OCA/account-financial-tools", + "depends": ["account"], + "category": "Accounting", + "license": "AGPL-3", + "data": [ + "security/ir.model.access.csv", + "wizard/wizard_chart_update_view.xml", + "views/account_config_settings_view.xml", + ], + "installable": True, +} diff --git a/account_chart_update/i18n/account_chart_update.pot b/account_chart_update/i18n/account_chart_update.pot new file mode 100644 index 00000000000..746ba310393 --- /dev/null +++ b/account_chart_update/i18n/account_chart_update.pot @@ -0,0 +1,880 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by " +"name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also update\n" +" records with changes (i.e. different tax amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/am.po b/account_chart_update/i18n/am.po new file mode 100644 index 00000000000..de330d36aa1 --- /dev/null +++ b/account_chart_update/i18n/am.po @@ -0,0 +1,880 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:23+0000\n" +"PO-Revision-Date: 2017-11-28 23:23+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n" +"Language: am\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/ar.po b/account_chart_update/i18n/ar.po new file mode 100644 index 00000000000..6323a7091da --- /dev/null +++ b/account_chart_update/i18n/ar.po @@ -0,0 +1,881 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n" +"Language: ar\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "الشركة" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "أنشئ بواسطة" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "أنشئ في" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "اسم العرض" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "المعرف" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "آخر تعديل في" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "آخر تحديث بواسطة" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "آخر تحديث في" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "الحالة" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "النوع" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/bg.po b/account_chart_update/i18n/bg.po new file mode 100644 index 00000000000..36e51e9d714 --- /dev/null +++ b/account_chart_update/i18n/bg.po @@ -0,0 +1,880 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n" +"Language: bg\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Фирма" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Създадено от" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Създадено на" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Име за показване" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Последно обновено на" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Последно обновено от" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Последно обновено на" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Вид" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/bs.po b/account_chart_update/i18n/bs.po new file mode 100644 index 00000000000..55335e719c8 --- /dev/null +++ b/account_chart_update/i18n/bs.po @@ -0,0 +1,881 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n" +"Language: bs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Kompanija" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Prikaži naziv" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Zadnje mijenjano" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "Status" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Vrsta" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/ca.po b/account_chart_update/i18n/ca.po new file mode 100644 index 00000000000..2138018180b --- /dev/null +++ b/account_chart_update/i18n/ca.po @@ -0,0 +1,880 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Companyia" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Creat per" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Creat el" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Veure el nom" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Darrera modificació el" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Darrera Actualització per" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Darrera Actualització el" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "Estat" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Tipus" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/ca_ES.po b/account_chart_update/i18n/ca_ES.po new file mode 100644 index 00000000000..3cc42304aab --- /dev/null +++ b/account_chart_update/i18n/ca_ES.po @@ -0,0 +1,881 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:23+0000\n" +"PO-Revision-Date: 2017-11-28 23:23+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Catalan (Spain) (https://www.transifex.com/oca/teams/23907/" +"ca_ES/)\n" +"Language: ca_ES\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Companyia" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "Estat" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/cs.po b/account_chart_update/i18n/cs.po new file mode 100644 index 00000000000..95f4ba33de7 --- /dev/null +++ b/account_chart_update/i18n/cs.po @@ -0,0 +1,880 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Společnost" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Vytvořil(a)" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Vytvořeno" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Zobrazovaný název" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Naposled upraveno" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Naposled upraveno" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Naposled upraveno" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Druh" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/da.po b/account_chart_update/i18n/da.po new file mode 100644 index 00000000000..f9b68ff2bd9 --- /dev/null +++ b/account_chart_update/i18n/da.po @@ -0,0 +1,880 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n" +"Language: da\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Oprettet af" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Oprettet den" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Vist navn" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "Id" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Sidst ændret den" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Sidst opdateret af" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Sidst opdateret den" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Type" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/de.po b/account_chart_update/i18n/de.po new file mode 100644 index 00000000000..c4987a51eec --- /dev/null +++ b/account_chart_update/i18n/de.po @@ -0,0 +1,948 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +# Rudolf Schnapka , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-22 23:20+0000\n" +"PO-Revision-Date: 2019-02-25 09:36+0000\n" +"Last-Translator: Thorsten Vocks \n" +"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 3.4\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +#, fuzzy +msgid "# of Digits" +msgstr "Ziffernanzahl" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "Konten Felder" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "Kontenvorlage" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" +"Konto, welches aktualisiert werden muss (neu oder gem. Vorlage aktualisiert)" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "Zu aktualisierendes Konto" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "Konten" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +#, fuzzy +msgid "Accounts matching" +msgstr "Kontenvorlage" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "Kontenrahmenvorlage" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "Kontenrahmenvorlagen" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "Kontenrahmen" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "Schliessen" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Unternehmen" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "Konfiguration" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "Anlegen/Aktualisieren" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "Konto %s angelegt." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Erstellt von" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, fuzzy, python-format +msgid "Created fiscal position %s." +msgstr "Steuerkontierung %s angelegt bzw. aktualisiert." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Erstellt am" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "Steuer %s angelegt." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "Steuer %s deaktiviert." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "Deaktivierte Steuern" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +#, fuzzy +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" +"Bestimmt, wo die Steuer ausgewählt werden kann. Hinweis: 'Nie' bedeutet, " +"dass eine Steuer nicht selbständig ausgewählt werden kann, sie aber sehr " +"wohl noch in einer Gruppe eingesetzt werden kann." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "Unterschiede in diesen Feldern: %s." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Anzeigename" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "Fehler bei Anlage von Konto %s." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "Fehler bei Speichern von Konto %s." + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" +"Bestehende Konten sind aktualisiert. Konten wurden nach Schlüssel gesucht." + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" +"Bestehende Steuerkontozuordnungen wurden aktualisiert. Sie wurden nach " +"Bezeichnung gesucht." + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" +"Bestehende Steuern wurden aktualisiert. Steuern wurden nach Bezeichnung " +"gesucht." + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "Optionale Feldauswahl" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "Felder" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "Steuerzuordnungen Felder" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "Steuerzuordnungsvorlage" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" +"Steuerzuordnung muss aktualisiert werden (neu oder aus Vorlage aktualisiert)" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "Zu aktualisierende Steuerzuordnung" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "Steuerzuordnungen" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +#, fuzzy +msgid "Fiscal positions matching" +msgstr "Steuerzuordnungen" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" +"Bei Datensätzen, die nach Bezeichnung gesucht werden (Steuern, Zuordnungen), " +"wir die Vorlagenbezeichnung gegen den Satznamen in dieser Sprache verglichen." + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "Optionale Einstellungen" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +#, fuzzy +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" +"Hier können Sie die Felder auswählen, für die Sie prüfen wollen, ob es eine " +"Aktualisierung in der Vorlage gibt." + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" +"Wenn gesetzt, setzt der Assistent selbst bei kleinen Fehlern mit dem " +"nächsten Schritt fort." + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +#, fuzzy +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" +"Wenn Sie diese Option gesetzt lassen, erstellt der Assistent nicht nur neue " +"Datensätze, sondern aktualisiert auch geänderte (z. B. bei abweichendem " +"Steuersatz)" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "Schließt alle Kontenrahmenvorlagen ein." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "Sprache" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Zuletzt geändert am" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Zuletzt geändert von" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Zuletzt geändert am" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "Log" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "Meldungen und Fehler" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "Bezeichnung oder Beschreibung nicht gefunden." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "Neue Steuerzuordnungen" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "Neue Vorlage" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "Nächster" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "Kein Konto mit diesem Schlüssel gefunden." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "Keine Steuerzuordnung mit dieser Bezeichnung gefunden." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "Hinweis: Nur geänderte Felder werden aktualisiert." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "Hinweise" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" +"Ein oder mehrere Fehler entdeckt!\n" +"\n" +"%s" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "Andere Optionen" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "Voriger" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "Zu aktualisierende Datensätze" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "Verworfene neue Kontonummer" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "Verworfene neue Kontonummer" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "Wählen Sie zu aktualisierende Datensätze" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "Status" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "Zusammenfassung erstellter Objekte" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "Zusammenfassung aktualisierter Objekte" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "Steuer Felder" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "Steuer ist ausgeschaltet." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "Steuervorlage" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" +"Steuer, die aktualisiert werden muss (neu oder aus Vorlage aktualisiert)." + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "Zu deaktivierende Steuer" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "Zu aktualisierende Steuer" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "Steuern" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +#, fuzzy +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" +"Dieser Assistent aktualisiert Ihre Konten, Steuern und Steuerzuordnungen " +"gemäß ausgewählter Kontenrahmenvorlage" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "Zu deaktivieren: Nicht in Vorlage" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Art" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "Aktualisiere Kontenplan" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "Aktualisiere Steuern, Steuerzuordnung oder Kontenplan." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "Aktualisiere Konten" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "Aktualisiere Kontenrahmen" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "Aktualisiere Kontenrahmenvorlage" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "Assistent für Kontenrahmenaktualisierung" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "Aktualisiere Steuerzuordnungen" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "Datensätze aktualisieren?" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "Steuern aktualisieren" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "Konto %saktualisieren ." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, fuzzy, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "Konto %saktualisieren ." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, fuzzy, python-format +msgid "Updated fiscal position %s." +msgstr "Aktualisierte Steuerzuordnungen %s." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, fuzzy, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "Aktualisierte Steuerzuordnungen %s. (Neu erstellt XML-ID)" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "Aktualisierte Steuerzuordnungen" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "Steuer %s aktualisiert." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, fuzzy, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "Steuer %s aktualisiert." + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "Vorlage aktualisiert" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +#, fuzzy +msgid "Wizard Account Matching" +msgstr "Kontenvorlage" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +#, fuzzy +msgid "Wizard Fiscal Position Matching" +msgstr "Steuerzuordnungen" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +#, fuzzy +msgid "Wizard Update Charts Accounts" +msgstr "wizard.update.charts.accounts" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "Assistent abgeschlossen" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" + +#~ msgid " or " +#~ msgstr " oder " + +#~ msgid "Continue on errors" +#~ msgstr "Bei Fehlern fortfahren" + +#~ msgid "New accounts" +#~ msgstr "Neue Konten" + +#~ msgid "New taxes" +#~ msgstr "Neue Steuern" + +#~ msgid "Updated accounts" +#~ msgstr "Aktualisierte Konten" + +#~ msgid "Updated taxes" +#~ msgstr "Steuern aktualisiert" + +#~ msgid "Post-updated tax %s." +#~ msgstr "Steuer %s aktualisiert." + +#~ msgid "Tax Scope" +#~ msgstr "Steuerumfang" + +#~ msgid "" +#~ "No. of digits to use for account code. Make sure it is the same number as " +#~ "existing accounts." +#~ msgstr "" +#~ "Anzahl Ziffern, die für die Kontenschlüssel verwendet werden. Stellen Sie " +#~ "bitte sicher, die gleiche Anzahl wie bestehende Konten zu verwenden." diff --git a/account_chart_update/i18n/el_GR.po b/account_chart_update/i18n/el_GR.po new file mode 100644 index 00000000000..663bc91d6e2 --- /dev/null +++ b/account_chart_update/i18n/el_GR.po @@ -0,0 +1,881 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:23+0000\n" +"PO-Revision-Date: 2017-11-28 23:23+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/" +"el_GR/)\n" +"Language: el_GR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Εταιρεία" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Δημιουργήθηκε από " + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Δημιουργήθηκε στις" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "Κωδικός" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Τελευταία ενημέρωση από" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Τελευταία ενημέρωση στις" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/en_GB.po b/account_chart_update/i18n/en_GB.po new file mode 100644 index 00000000000..2411161d4a3 --- /dev/null +++ b/account_chart_update/i18n/en_GB.po @@ -0,0 +1,881 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/" +"teams/23907/en_GB/)\n" +"Language: en_GB\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Company" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Created by" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Created on" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Display Name" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Last Modified on" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "Status" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Type" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/es.po b/account_chart_update/i18n/es.po new file mode 100644 index 00000000000..afaef18527b --- /dev/null +++ b/account_chart_update/i18n/es.po @@ -0,0 +1,947 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 00:20+0000\n" +"PO-Revision-Date: 2023-09-02 21:55+0000\n" +"Last-Translator: Ivorra78 \n" +"Language-Team: \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.17\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "Nº de Dígitos" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "Actualizar plantilla de cuentas" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "Grupos de cuentas" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "Campos de cuenta" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "Plantilla de grupo de cuentas" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" +"Grupo de cuentas que debe actualizarse (nuevo o actualizado en la plantilla)." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "Grupo de cuentas a actualizar" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "Grupos de cuentas" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "Campos de grupos de cuentas" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "Correspondencia de grupos de cuentas" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "Plantilla de cuenta" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" +"Cuenta que necesita ser actualizada (nueva o cambiada en la plantilla)." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "Cuenta a actualizar" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "Cuentas" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "Cuentas coincidentes" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "Plantilla de cuentas" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "Plantillas de cuentas" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "Plan contable" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "Cerrar" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Empresa" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "Configuración" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "Continuar aunque haya errores" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "Crear/Actualizar" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "Se ha creado la cuenta %s." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "Creada posición fiscal %s." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Creado el" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "Creado impuesto %s." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "Deactivado impuesto %s." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "Impuestos desactivados" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" +"Determina dónde puede seleccionarse un impuesto. Nota : 'Ninguno' significa " +"que un impuesto no puede ser usado por si mismo, aun así, puede utilizarse " +"en un grupo." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "Diferencias en estos campos: %s." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Nombre a mostrar" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "Excepción creando cuenta %s." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "Excepción escribiendo cuenta %s." + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" +"Se actualizan los grupos de cuentas existentes. Los grupos de cuentas se " +"buscan por prefix_code_start." + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" +"Las cuentas existentes serán actualizadas. Las cuentas se buscan por código." + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" +"Las posiciones fiscales existentes serán actualizadas. Las posiciones " +"fiscales se buscan por nombre." + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" +"Los impuestos existentes serán actualizados. Los impuestos se buscan por " +"nombre." + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "Opciones de campos" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "Campos" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "Campos de posiciones fiscales" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "Plantilla posición fiscal" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" +"Posición fiscal que necesita ser actualizada (nuevo o modificada en la " +"plantilla)." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "Posición fiscal a actualizar" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "Posiciones fiscales" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "Emparejamiento de posiciones fiscales" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" +"Para registros buscados por nombre (impuestos, posiciones fiscales), el " +"nombre de la plantilla será casado contra el nombre del registro en este " +"idioma." + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "Opciones generales" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" +"Aquí puedes seleccionar los campos que quieras comprobar si\n" +" han sido actualizados en las plantillas." + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "Aquí puedes elegir el orden de emparejamiento." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" +"Si está establecido, el asistente continuará al siguiente paso aunque haya " +"errores." + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" +"Si deja estas opciones establecidas, el asistente \n" +" no solo crearé nuevos registros, si no que " +"también actualizará \n" +" registros con cambios (por ejemplo, " +"diferente importe de impuesto)" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "Incluye todos los planes contables." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "Idioma" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Última actualización el" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "Registro (Log)" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "Emparejamiento" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "Valor a emparejar" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "Mensajes y errores" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "XML-ID vacíos." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "Nombre o descripción no encontrada." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "Nuevos grupos de cuentas" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "Cuentas nuevas" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "Impuestos nuevos" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "Nuevas posiciones fiscales" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "Nueva plantilla" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "Siguiente" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "No se ha encontrado cuenta con este código." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "No se ha encontrado posición fiscal con este nombre." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "No se ha encontrado una cuenta para la plantilla de cuenta con ID %s" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "No. de dígitos que se van a usar en el código de la cuenta" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "Nota: Solo los campos cambiados se actualizan." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "Notas" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" +"Se ha detectado uno o más errores\n" +"\n" +"%s" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "Otras opciones" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "Campos de cuenta publicados-actualizados para impuestos con IDs %s." + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "Anterior" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "Registros a crear/actualizar" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "Completar XML-IDs vacíos" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "Nuevo número de cuenta rechazado" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "Número de cuenta actualizado rechazado" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "Seleccione registros a actualizar" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "Secuencia" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "Estado" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "Resumen de objetos creados" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "Resumen de objetos actualizados" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "Tipo de impuesto" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "Campos de impuesto" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "Impuesto desactivado." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "Plantilla de impuesto" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" +"Impuesto que necesita ser actualizado (nuevo o modificado en la plantilla)." + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "Impuesto a deactivar" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "Impuesto a actualizar" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "Impuestos" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "Emparejamiento de impuestos" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" +"Este asistente actualizará sus cuentas, impuestos y \n" +" posiciones fiscales de acuerdo con el plan\n" +" contable seleccionado" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "A desactivar: no está en la plantilla" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Tipo" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "Actualizar Plan de Cuentas" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "Actualizar Cuentas de impuestos" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "Actualizar etiquetas de impuestos" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "Actualizar impuestos, posiciones fiscales y el plan de cuentas." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "Actualizar grupos de cuentas" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" +"Actualizar el campo account_id en líneas de reparto de impuesto existentes" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "Actualizar cuentas" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "Actualizar plan contable" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "Actualizar plan contable" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "Asistente de actualización de plan contable" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "Actualizar posiciones fiscales" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "¿Actualizar registros?" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "Actualizar el campo tag_ids en líneas de reparto de impuesto" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "Actualizar impuestos" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "Actualizar Grupos de Cuentas" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "Cuentas actualizadas" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "Impuestos actualizados" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "Cuenta %s actualizada." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "Cuenta %s actualizada. (Copiado XML-ID)" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "Grupo de cuentas %s actualizado." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "Actualizado grupo de cuentas %s. (XML-ID recreado)" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "Posición fiscal %s actualizada." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "Posición fiscal %s actualizada (XML-ID Copiado)" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "Posiciones fiscales actualizadas" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "Impuesto %s actualizado." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "Impuesto %s actualizado. (Copiado XML-IDs)" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "Plantilla actualizada" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "Asistente de correspondencia de grupos de cuentas" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "Wizard de emparejamiento de cuentas" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "Wizard de emparejamiento de Posiciones fiscales" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "Wizard de emparejamientos" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "Wizard de emparejamiento de impuestos" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "Wizard Actualización Plan de Cuentas" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "Asistente completado" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" +"Hay por lo menos una plantilla de impuestos padre (%s) cuyos impuestos hijo " +"no se van a crear. Cancela si no se provocará un loop infinito. Por favor " +"comprueba si los hijos han sido emparejados, pero el padre no." + +#~ msgid " or " +#~ msgstr " o " + +#~ msgid "Continue on errors" +#~ msgstr "Continuar con errores" + +#~ msgid "New accounts" +#~ msgstr "Nuevas cuentas" + +#~ msgid "New taxes" +#~ msgstr "Nuevos impuestos" + +#~ msgid "Updated accounts" +#~ msgstr "Cuentas actualizadas" + +#~ msgid "Updated taxes" +#~ msgstr "Impuestos actualizados" + +#~ msgid "Post-updated tax %s." +#~ msgstr "Impuesto %s post-actualizado." + +#~ msgid "Tax Scope" +#~ msgstr "Ámbito del impuesto" + +#~ msgid "" +#~ "No. of digits to use for account code. Make sure it is the same number as " +#~ "existing accounts." +#~ msgstr "" +#~ "Nº de dígitos a usar para el código de cuenta. Asegúrese que es el mismo " +#~ "número que las cuentas existentes." diff --git a/account_chart_update/i18n/es_AR.po b/account_chart_update/i18n/es_AR.po new file mode 100644 index 00000000000..5ae84a2caa4 --- /dev/null +++ b/account_chart_update/i18n/es_AR.po @@ -0,0 +1,943 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2023-12-10 16:34+0000\n" +"Last-Translator: Ignacio Buioli \n" +"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/teams/" +"23907/es_AR/)\n" +"Language: es_AR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.17\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "# de Dígitos" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "Actualizar Plantilla de Gráfico" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "Grupos de Cuentas" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "Campos de contabilidad" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "Plantilla de grupo de cuentas" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" +"Grupo de cuentas que necesita ser actualizado (nuevo o actualizado en la " +"plantilla)." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "Grupo de cuentas a actualizar" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "Grupos de cuentas" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "Campos de grupos de cuentas" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "Coincidencia de grupos de cuentas" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "Plantilla de contabilidad" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" +"Cuentas que necesitan ser actualizadas (nueva o actualizada en la plantilla)." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "Cuenta para actualizar" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "Cuentas" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "Coincidencia de cuentas" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "Plantilla del Gráfico" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "Plantillas del Gráfico" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "Gráfico de Cuentas" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "Cerrar" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Compañía" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "Configuración" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "Continuar Con Errores" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "Crear/Actualizar" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "Cuenta %s creada." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "Posición fiscal %s creada." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "Impuesto %s creado." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "Impuesto %s desactivado." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "Impuestos desactivados" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" +"Determina dónde se puede seleccionar el impuesto. Nota: 'Ninguno' significa " +"que un impuesto no se puede usar solo, sin embargo, aún se puede usar en un " +"grupo." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "Diferencias en estos campos: %s." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Mostrar Nombre" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "Excepción al crear la cuenta %s." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "Excepción al guardar la cuenta %s." + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" +"Los grupos de cuentas existentes se actualizan. Los grupos de cuentas se " +"buscan por prefix_code_start." + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" +"Las cuentas existentes son actualizadas. Las cuentas se buscan por código." + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" +"Las posiciones fiscales existentes son actualizadas. Las posiciones fiscales " +"se buscan por código." + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" +"Los impuestos existentes son actualizados. Los impuestos se buscan por " +"nombre." + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "Opciones de campo" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "Campos" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "Campos de la posición fiscal" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "Plantilla de la posición fiscal" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" +"La posición fiscal que necesita ser actualizada (nueva o actualizada en la " +"plantilla)." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "Posición fiscal a actualizar" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "Posiciones fiscales" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "Coincidencia de posiciones fiscales" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" +"Para registros buscados por nombre (impuestos, posiciones fiscales), el " +"nombre de la plantilla se comparará con el nombre del registro en este " +"idioma." + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "Opciones generales" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" +"Puede seleccionar acá los campo que quiera marcar\n" +" si han sido actualizados en las " +"plantillas." + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "Puede configurar acá el orden de coincidencia." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" +"Si está configurado, el asistente continuará al siguiente paso incluso si " +"hay errores menores." + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" +"Si deja estas opciones establecidas, el asistente\n" +" no solo creará nuevos registros, sino " +"también actualizará\n" +" los registros con cambios (es decir, monto " +"de impuesto diferente)" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "Incluye todas las plantillas de gráficos." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "Idioma" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Última actualización el" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "Registro" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "Coincidencia" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "Valor de Coincidencia" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "Mensajes y Errores" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "XML-ID Ausente." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "Nombre o descripción no encontrada." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "Nuevos Grupos de Cuentas" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "Nuevas Cuentas" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "Nuevos Impuestos" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "Nuevas posiciones fiscales" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "Nueva plantilla" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "Siguiente" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "No se encontró una cuenta con este código." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "No se encontró una posición fiscal con este nombre." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "No se encontró una cuenta real para la plantilla de cuenta con ID %s" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "Número de Dígitos a utilizar para el código de cuenta" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "Nota: Solo los campo cambiados serán actualizados." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "Notas" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" +"¡Uno o más errores fueron detectados!\n" +"\n" +"%s" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "Otras opciones" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "Campos de cuenta actualizados posteriormente para impuestos con ID %s." + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "Anterior" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "Registros para crear/actualizar" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "Recrear los XML-IDs ausentes" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "Nuevo Número de Cuenta Rechazdo" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "Número de Cuenta Actualizado Rechazado" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "Seleccionar los registros a actualizar" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "Secuencia" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "Estado" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "Resumen de los objetos creados" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "Resumen de los objetos actualizados" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "Tipo de Impuesto" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "Campos de impuesto" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "El Impuesto está desactivado." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "Plantilla de impuesto" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" +"Impuesto que necesita ser actualizado (nuevo o actualizado en la plantilla)." + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "Impuesto a desactivar" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "Impuesto para actualizar" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "Impuestos" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "Coincidencia de impuestos" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" +"Este asistente actualizará sus cuentas, impuestos y\n" +" posiciones fiscales según la plantilla de " +"gráfico\n" +" seleccionada" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "Para desactivar: no en la plantilla" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Tipo" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "Actualizar Plantilla de Gráfico" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "Actualizar Cuentas de Impuesto" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "Actualizar Etiquetas de Impuesto" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "Actualizar Impuestos, posiciones fiscales o gráficos de cuentas." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "Actualizar grupos de cuentas" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" +"Actualizar el campo account_id en las líneas de reparto de Impuestos " +"existentes" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "Actualizar cuentas" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "Actualizar gráficos de cuentas" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "Actualizar plantilla de gráfico" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "Actualizar asistente de gráfico" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "Actualizar posiciones fiscales" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "¿Actualizar registros?" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" +"Actualizar el campo tag_ids en las líneas de reparto de Impuestos existentes" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "Actualizar impuestos" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "Grupos de Cuentas Actualizados" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "Cuentas Actualizadas" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "Impuestos Actualizados" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "Cuenta %s actualizada." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "Cuenta %s actualizada. (XML-ID Recreado)" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "Grupo de cuentas actualizado %s." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "Grupo de cuentas actualizado %s. (XML-ID Recreado)" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "Posición fiscal %s actualizada." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "Posición fiscal %s actualizada. (XML-ID Recreado)" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "Posiciones fiscales actualizadas" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "Impuesto %s actualizado." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "Impuesto %s actualizado. (XML-IDs Recreados)" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "Plantilla actualizada" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "Asistente de Coincidencias de Grupo de Cuentas" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "Asistente de Cuenta Coincidente" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "Asistente de Posición Fiscal Coincidente" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "Asistente de Coincidencia" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "Asistente de Impuesto Coincidente" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "Asistente de Actualización de Gráficos de Cuentas" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "Asistente completado" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" +"Tiene al menos una plantilla de impuestos principal (%s) cuyos impuestos " +"secundarios no se van a crear. Abortar esto provocará un bucle infinito. " +"Compruebe si los impuestos secundarios han sido emparejados, pero no el " +"principal." + +#~ msgid " or " +#~ msgstr " o " + +#~ msgid "Continue on errors" +#~ msgstr "Continuar con errores" + +#~ msgid "New accounts" +#~ msgstr "Nuevas cuentas" + +#~ msgid "New taxes" +#~ msgstr "Nuevos impuestos" + +#~ msgid "Updated accounts" +#~ msgstr "Cuentas actualizadas" + +#~ msgid "Updated taxes" +#~ msgstr "Impuestos actualizados" diff --git a/account_chart_update/i18n/es_CL.po b/account_chart_update/i18n/es_CL.po new file mode 100644 index 00000000000..05cbe841566 --- /dev/null +++ b/account_chart_update/i18n/es_CL.po @@ -0,0 +1,881 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/" +"es_CL/)\n" +"Language: es_CL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID (identificación)" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Tipo" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/es_CO.po b/account_chart_update/i18n/es_CO.po new file mode 100644 index 00000000000..c7a63bb9f8b --- /dev/null +++ b/account_chart_update/i18n/es_CO.po @@ -0,0 +1,881 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/" +"es_CO/)\n" +"Language: es_CO\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Creado" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Nombre Público" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Última Modificación el" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Actualizado por" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Actualizado" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Tipo" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/es_CR.po b/account_chart_update/i18n/es_CR.po new file mode 100644 index 00000000000..e5b468105a3 --- /dev/null +++ b/account_chart_update/i18n/es_CR.po @@ -0,0 +1,881 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/" +"teams/23907/es_CR/)\n" +"Language: es_CR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Compañía" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Tipo" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/es_DO.po b/account_chart_update/i18n/es_DO.po new file mode 100644 index 00000000000..36cf7ba3ddb --- /dev/null +++ b/account_chart_update/i18n/es_DO.po @@ -0,0 +1,881 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/" +"teams/23907/es_DO/)\n" +"Language: es_DO\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Tipo" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/es_EC.po b/account_chart_update/i18n/es_EC.po new file mode 100644 index 00000000000..d4abcf9289b --- /dev/null +++ b/account_chart_update/i18n/es_EC.po @@ -0,0 +1,882 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +# Cristian Salamea , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: Cristian Salamea , 2017\n" +"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/" +"es_EC/)\n" +"Language: es_EC\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Compañía" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID (identificación)" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "Estado" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Tipo" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/es_ES.po b/account_chart_update/i18n/es_ES.po new file mode 100644 index 00000000000..9a05868b791 --- /dev/null +++ b/account_chart_update/i18n/es_ES.po @@ -0,0 +1,881 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/" +"es_ES/)\n" +"Language: es_ES\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Compañía" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Nombre para mostrar" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "Estado" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Tipo" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/es_MX.po b/account_chart_update/i18n/es_MX.po new file mode 100644 index 00000000000..9d3efdc8b29 --- /dev/null +++ b/account_chart_update/i18n/es_MX.po @@ -0,0 +1,881 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/" +"es_MX/)\n" +"Language: es_MX\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Compañía" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Nombre desplegado" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Ultima modificacion realizada" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Ultima actualizacion por" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Ultima actualización realizada" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "Estado" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Tipo" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/es_PE.po b/account_chart_update/i18n/es_PE.po new file mode 100644 index 00000000000..9f83684a9e9 --- /dev/null +++ b/account_chart_update/i18n/es_PE.po @@ -0,0 +1,881 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/" +"es_PE/)\n" +"Language: es_PE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Nombre a Mostrar" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Ultima Modificación en" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Actualizado última vez por" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Ultima Actualización" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Tipo" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/es_PY.po b/account_chart_update/i18n/es_PY.po new file mode 100644 index 00000000000..dafa00a2797 --- /dev/null +++ b/account_chart_update/i18n/es_PY.po @@ -0,0 +1,881 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/" +"es_PY/)\n" +"Language: es_PY\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Tipo" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/es_VE.po b/account_chart_update/i18n/es_VE.po new file mode 100644 index 00000000000..cd1c749821b --- /dev/null +++ b/account_chart_update/i18n/es_VE.po @@ -0,0 +1,881 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/" +"teams/23907/es_VE/)\n" +"Language: es_VE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Mostrar nombre" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Modificada por última vez" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Ultima actualizacion en" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Tipo" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/et.po b/account_chart_update/i18n/et.po new file mode 100644 index 00000000000..d2302edd52e --- /dev/null +++ b/account_chart_update/i18n/et.po @@ -0,0 +1,880 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n" +"Language: et\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Ettevõte" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Loonud" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Loodud" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Näidatav nimi" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Viimati muudetud" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Viimati uuendatud" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Viimati uuendatud" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "Olek" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Tüüp" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/eu.po b/account_chart_update/i18n/eu.po new file mode 100644 index 00000000000..d14a483d15e --- /dev/null +++ b/account_chart_update/i18n/eu.po @@ -0,0 +1,880 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n" +"Language: eu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Nork sortua" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Created on" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Izena erakutsi" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Mota" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/fa.po b/account_chart_update/i18n/fa.po new file mode 100644 index 00000000000..e2861476d10 --- /dev/null +++ b/account_chart_update/i18n/fa.po @@ -0,0 +1,880 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Persian (https://www.transifex.com/oca/teams/23907/fa/)\n" +"Language: fa\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "ایجاد شده توسط" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "ایجاد شده در" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "نام نمایشی" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "شناسه" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "تاریخ آخرین به‌روزرسانی" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "آخرین به روز رسانی توسط" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "آخرین به روز رسانی در" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "نوع" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/fi.po b/account_chart_update/i18n/fi.po new file mode 100644 index 00000000000..3c9821a0b64 --- /dev/null +++ b/account_chart_update/i18n/fi.po @@ -0,0 +1,880 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n" +"Language: fi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Yritys" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Luonut" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Luotu" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Nimi" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Viimeksi muokattu" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Viimeksi päivittänyt" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Viimeksi päivitetty" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Tyyppi" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/fr.po b/account_chart_update/i18n/fr.po new file mode 100644 index 00000000000..2623d41ddf5 --- /dev/null +++ b/account_chart_update/i18n/fr.po @@ -0,0 +1,883 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +#, fuzzy +msgid "Account fields" +msgstr "Comptes" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "Comptes" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +#, fuzzy +msgid "Accounts matching" +msgstr "Comptes" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Société" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Créer par" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Créer le" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Nom à afficher" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Mis à jour par" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Mis à jour le" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "État" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Type" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +#, fuzzy +msgid "Wizard Account Matching" +msgstr "Comptes" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/fr_CA.po b/account_chart_update/i18n/fr_CA.po new file mode 100644 index 00000000000..ea34ad6efef --- /dev/null +++ b/account_chart_update/i18n/fr_CA.po @@ -0,0 +1,881 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:23+0000\n" +"PO-Revision-Date: 2017-11-28 23:23+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/" +"fr_CA/)\n" +"Language: fr_CA\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Créé le" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Afficher le nom" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "Identifiant" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Dernière mise à jour par" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Dernière mise à jour le" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/fr_CH.po b/account_chart_update/i18n/fr_CH.po new file mode 100644 index 00000000000..5e9f1aeb1e2 --- /dev/null +++ b/account_chart_update/i18n/fr_CH.po @@ -0,0 +1,881 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:23+0000\n" +"PO-Revision-Date: 2017-11-28 23:23+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (Switzerland) (https://www.transifex.com/oca/" +"teams/23907/fr_CH/)\n" +"Language: fr_CH\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Créé le" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Modifié par" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Modifié le" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/gl.po b/account_chart_update/i18n/gl.po new file mode 100644 index 00000000000..89db0481ab5 --- /dev/null +++ b/account_chart_update/i18n/gl.po @@ -0,0 +1,880 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:23+0000\n" +"PO-Revision-Date: 2017-11-28 23:23+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" +"Language: gl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Última modificación" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "ültima actualización por" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/gl_ES.po b/account_chart_update/i18n/gl_ES.po new file mode 100644 index 00000000000..fce6146443a --- /dev/null +++ b/account_chart_update/i18n/gl_ES.po @@ -0,0 +1,881 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:23+0000\n" +"PO-Revision-Date: 2017-11-28 23:23+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Galician (Spain) (https://www.transifex.com/oca/teams/23907/" +"gl_ES/)\n" +"Language: gl_ES\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/gu.po b/account_chart_update/i18n/gu.po new file mode 100644 index 00000000000..d8e3faa4031 --- /dev/null +++ b/account_chart_update/i18n/gu.po @@ -0,0 +1,880 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:23+0000\n" +"PO-Revision-Date: 2017-11-28 23:23+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Gujarati (https://www.transifex.com/oca/teams/23907/gu/)\n" +"Language: gu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "કંપની" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ઓળખ" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/he.po b/account_chart_update/i18n/he.po new file mode 100644 index 00000000000..84b31fe4e9d --- /dev/null +++ b/account_chart_update/i18n/he.po @@ -0,0 +1,880 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Hebrew (https://www.transifex.com/oca/teams/23907/he/)\n" +"Language: he\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "נוצר על ידי" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "נוצר ב-" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "השם המוצג" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "מזהה" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "תאריך שינוי אחרון" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "עודכן לאחרונה על ידי" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "עודכן לאחרונה על" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "סוג" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/hr.po b/account_chart_update/i18n/hr.po new file mode 100644 index 00000000000..61b390595fe --- /dev/null +++ b/account_chart_update/i18n/hr.po @@ -0,0 +1,916 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +# Bole , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-23 01:41+0000\n" +"PO-Revision-Date: 2023-04-03 13:22+0000\n" +"Last-Translator: Bole \n" +"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" +"Language: hr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"X-Generator: Weblate 4.14.1\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "# Znamenaka" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "Ažuriraj predložak kontnog plana" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "Polja konta" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "Predložak konta" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "Konto koji treba biti ažuriran (novi ili ažuriran u predlošku)." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "Konto za ažuriranje" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "Konta" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "Odgovarajuća Konta" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "Predložak plana" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "Predlošci planova" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "Kontni plan" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "Zatvori" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Organizacija" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "Postavke" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "Nastavi prilikom greške" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "Kreiraj/Ažuriraj" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "Kreoran konto %s." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "Kreirana fiskalna pozicija %s." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "Kreiran porez %s." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "Porez %s deaktiviran." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "Deaktivirani porezi" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" +"Određuje gdje se porez može odabrati. Napomena: 'Nista' označava da se porez " +"ne može kooristiti sam za sebe, ali još uvijek je moguće korištenje u grupi " +"poreza." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "Poteškoće sa sljedećim poljima: %s." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Prikaži ime" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "Iznimka pri kreiranju konta %s." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "Iznimka pri zapisivanju izmjena na konto %s." + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "Postojeća konta se ažuriraju. Konta se traže prema šifri." + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" +"Postojeće fiskalne pozicije će biti ažurirane. Pozicije se traže po imenu." + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "Postojeći porezi će biti ažurirani. Porezi se pretražuju po imenu." + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "Opcije polja" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "Polja" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "Polja fiskalnih pozicija" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "Predložak fiskalne pozicije" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" +"Fiskalne pozicije koje je potrebno ažurirati (nova ili ažurirana u " +"predlošku)." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "Fiskalne pozicije za ažuriranje" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "Fiskalne pozicije" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "Uparivanje fiskalnih pozicija" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" +"Za zapise tražene po nazivu (porezi, fiskalne pozicije), naziv u predlošku " +"će biti usklađen sa nazivom zapisa na ovom jeziku." + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "Generalne opcije" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" +"Ovdje možete odabrati polja koja želite provjeriti \n" +" jesu li promijenjeni u predlošcima." + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "Ovjde možete postaviti redosljed usklađivanja." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" +"Ako je označeno, čarobnjak će nastaviti na sljedeći korak čak i ako su se " +"pojavile manje greške." + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" +"Ako ostavite ove opcije uključene, čarobnjak će \n" +" ne samo kreirati nove zapise, nego i " +"ažurirati \n" +" zapise sa izmjenama (npr. drugačiji iznos " +"poreza)" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "Uključi sve predloške planova." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "Jezik" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Zadnja izmjena dana" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Zadnje ažurirano dana" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "Log" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "Usklađeni" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "Usklađena vrijednost" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "Poruke i greške" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "Nedostaje XML-ID." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "Ime ili opis nisu pronađeni." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "Nova konta" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "Novi porezi" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "Nove fiskalne pozicije" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "Novi predložak" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "Sljedeći" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "Nije pronađen konto sa ovom šifrom." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "Nije pronađena fiskalna pozicija ovog imena." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "Nije pronađen konto za predložak konta sa ID %s" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "Broj znakova za šifru konta" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "Napomena: Samo promijenjena polja su ažurirana." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "Bilješke" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" +"Jedna ili više grešaka su detektirani!\n" +" \n" +"%s" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "Ostale opcije" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "Naknadno ažurirana polja konta za poreze sa ID %s." + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "Prethodni" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "Zapisi za kreiranje/ažuriranje" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "Ponovo kreiraj nedostajuće XML-IDjeve" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "Odbijena nova šifra konta" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "Odbijeno ažuriranje broja konta" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "Odaberi zapise za ažuriranje" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "Sekvenca" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "Status" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "Sažetak kreiranih objekata" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "Sažetak ažuriranih objekata" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "Tip poreza" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "Polja poreza" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "Porez je onemogućen." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "Predložak poreza" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "Porez je potrebno ažurirati (novi ili ažurirani u predlošku)." + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "Porez za deaktivaciju" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "Porez za ažuriranje" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "Porezi" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "Uskladeni porezi" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" +"Ovaj čarobnjak će ažurirati konta, poreze i \n" +" fiskalne pozicije sukladno odabranom " +"predlošku \n" +" kontnog plana" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "Za deaktivirati: nije u predlošku" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Tip" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "Ažuriraj predložak kontnog plana" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "Ažuriraj konta poreza" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "Ažuriraj oznake konta" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "Ažuriraj poreze, fiskalne pozicije ili kontni plan." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "Ažuriraj account_id polje na postojećim redcima raspodjele poreza" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "Ažuriraj konta" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "Ažuriraj kontni plan" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "Ažuriraj predložak kontnog plana" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "Čarobnjak za ažuriranje plana" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "Ažuriraj fiskalne pozicije" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "Ažuriraj zapise?" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "Ažuriraj polje tag_ids na postojećim redcima raspodjele poreza" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "Ažuriraj poreze" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "Ažuriranih konta" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "Ažuriranih poreza" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "Ažuriran konto %s." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "Ažuriran konto %s. (XML-ID ponovo kreiran)" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "Ažurirana fiskalna pozicija %s." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "Ažurirana fiskalna pozicija %s. (Ponovo kreiran XML-ID)" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "Ažurirane fiskalne pozicije" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "Ažuriran porez %s." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "Ažuriran porez %s. (Ponovo kreiran XML-ID)" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "Ažuriran predložak" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "Čarobnjak za usklađivanje konta" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "Čarobnjak za usklađivanje fiskalnih pozicija" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "Čarobnjak za usklađivanje" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "Čarobnjak za usklađivanje poreza" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "Čarobnjak za ažuriranje Kontnog plana" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "Čarobnjak završio" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" +"Imate najmanje jedan nadređeni predložak poreza (%s) čiji podređeni porezi " +"neće biti kreirani. Ovakvo odustajanje će prouzročiti beskonačnu petlju. " +"Molimo provjerite jesu li podređeni usklađeni, ali ne i nadređeni porezi." + +#~ msgid " or " +#~ msgstr " ili " + +#~ msgid "Continue on errors" +#~ msgstr "Nastavi u slučaju greške" diff --git a/account_chart_update/i18n/hr_HR.po b/account_chart_update/i18n/hr_HR.po new file mode 100644 index 00000000000..c455f218d4e --- /dev/null +++ b/account_chart_update/i18n/hr_HR.po @@ -0,0 +1,882 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:23+0000\n" +"PO-Revision-Date: 2017-11-28 23:23+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/" +"hr_HR/)\n" +"Language: hr_HR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Poduzeće" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Naziv" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Zadnje modificirano" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/hu.po b/account_chart_update/i18n/hu.po new file mode 100644 index 00000000000..586f0976648 --- /dev/null +++ b/account_chart_update/i18n/hu.po @@ -0,0 +1,880 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Vállalat" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Készítette" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Létrehozás dátuma" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Név megjelenítése" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Utolsó frissítés dátuma" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Utoljára frissítve, által" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Utoljára frissítve " + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "Státusz" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Típus" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/id.po b/account_chart_update/i18n/id.po new file mode 100644 index 00000000000..a49a7c58032 --- /dev/null +++ b/account_chart_update/i18n/id.po @@ -0,0 +1,880 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/id/)\n" +"Language: id\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Perusahaan" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Dibuat oleh" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Dibuat pada" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Nama Tampilan" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Terakhir Dimodifikasi pada" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Diperbaharui oleh" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Diperbaharui pada" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Jenis" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/it.po b/account_chart_update/i18n/it.po new file mode 100644 index 00000000000..00b0f47ef8d --- /dev/null +++ b/account_chart_update/i18n/it.po @@ -0,0 +1,881 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2023-06-08 12:11+0000\n" +"Last-Translator: mymage \n" +"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.17\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Azienda" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Creato da" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Creato il" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Nome visualizzato" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Ultima modifica il" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Ultimo aggiornamento di" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Ultimo aggiornamento il" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "Stato" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Tipo" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/ja.po b/account_chart_update/i18n/ja.po new file mode 100644 index 00000000000..770537411c6 --- /dev/null +++ b/account_chart_update/i18n/ja.po @@ -0,0 +1,880 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "会社" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "作成者" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "作成日" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "表示名" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "最終更新日" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "最終更新者" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "最終更新日" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "タイプ" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/ko.po b/account_chart_update/i18n/ko.po new file mode 100644 index 00000000000..0a06fe1b637 --- /dev/null +++ b/account_chart_update/i18n/ko.po @@ -0,0 +1,880 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Korean (https://www.transifex.com/oca/teams/23907/ko/)\n" +"Language: ko\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "작성자" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "작성일" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "표시 이름" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "최근 수정" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "최근 갱신한 사람" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "최근 갱신 날짜" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "유형" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/lt.po b/account_chart_update/i18n/lt.po new file mode 100644 index 00000000000..97b9432d857 --- /dev/null +++ b/account_chart_update/i18n/lt.po @@ -0,0 +1,885 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +# Viktoras Norkus , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: Viktoras Norkus , 2018\n" +"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n" +"Language: lt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" +"%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +#, fuzzy +msgid "Account fields" +msgstr "Sąskaitos" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "Sąskaitos" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +#, fuzzy +msgid "Accounts matching" +msgstr "Sąskaitos" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "Uždaryti" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Įmonė" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Sukūrė" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Sukurta" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Vaizduojamas pavadinimas" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Paskutinį kartą keista" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "Būsena" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Tipas" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +#, fuzzy +msgid "Wizard Account Matching" +msgstr "Sąskaitos" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/lt_LT.po b/account_chart_update/i18n/lt_LT.po new file mode 100644 index 00000000000..00e23b6eafe --- /dev/null +++ b/account_chart_update/i18n/lt_LT.po @@ -0,0 +1,882 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:23+0000\n" +"PO-Revision-Date: 2017-11-28 23:23+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/oca/" +"teams/23907/lt_LT/)\n" +"Language: lt_LT\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" +"%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Sukūrė" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Sukurta" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/lv.po b/account_chart_update/i18n/lv.po new file mode 100644 index 00000000000..b770c67b5ec --- /dev/null +++ b/account_chart_update/i18n/lv.po @@ -0,0 +1,881 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/lv/)\n" +"Language: lv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Izveidoja" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Izveidots" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Pēdējo reizi atjaunoja" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Pēdējās izmaiņas" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Tips" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/mk.po b/account_chart_update/i18n/mk.po new file mode 100644 index 00000000000..6ee5f62ed73 --- /dev/null +++ b/account_chart_update/i18n/mk.po @@ -0,0 +1,880 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n" +"Language: mk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Компанија" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Креирано од" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Креирано на" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Прикажи име" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Последна промена на" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Последно ажурирање од" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Последно ажурирање на" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "Статус" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Тип" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/mn.po b/account_chart_update/i18n/mn.po new file mode 100644 index 00000000000..9c777b979d9 --- /dev/null +++ b/account_chart_update/i18n/mn.po @@ -0,0 +1,880 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n" +"Language: mn\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Компани" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Үүсгэгч" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Үүсгэсэн" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Дэлгэцийн Нэр" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Сүүлийн засвар хийсэн огноо" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Сүүлийн засвар хийсэн" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Сүүлийн засвар хийсэн огноо" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "Төлөв" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Төрөл" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/nb.po b/account_chart_update/i18n/nb.po new file mode 100644 index 00000000000..2886768a439 --- /dev/null +++ b/account_chart_update/i18n/nb.po @@ -0,0 +1,881 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/" +"nb/)\n" +"Language: nb\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Firma" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Opprettet av" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Opprettet den" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Visnings navn" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Sist oppdatert " + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Sist oppdatert" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Type" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/nb_NO.po b/account_chart_update/i18n/nb_NO.po new file mode 100644 index 00000000000..44b11387e65 --- /dev/null +++ b/account_chart_update/i18n/nb_NO.po @@ -0,0 +1,881 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:23+0000\n" +"PO-Revision-Date: 2017-11-28 23:23+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/" +"teams/23907/nb_NO/)\n" +"Language: nb_NO\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Laget av" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Laget den" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Vis navn" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Sist endret den" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Sist oppdatert den" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/nl.po b/account_chart_update/i18n/nl.po new file mode 100644 index 00000000000..e46fb0d552e --- /dev/null +++ b/account_chart_update/i18n/nl.po @@ -0,0 +1,884 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +# Frank Schellenberg , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: Frank Schellenberg , 2018\n" +"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" +"Language: nl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +#, fuzzy +msgid "Account fields" +msgstr "Kostenplaatsen" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "Kostenplaatsen" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +#, fuzzy +msgid "Accounts matching" +msgstr "Kostenplaatsen" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Bedrijf" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Aangemaakt door" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Aangemaakt op" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Te tonen naam" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Laatst bijgewerkt op" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "Status" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Type" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +#, fuzzy +msgid "Wizard Account Matching" +msgstr "Kostenplaatsen" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/nl_BE.po b/account_chart_update/i18n/nl_BE.po new file mode 100644 index 00000000000..66368f638ba --- /dev/null +++ b/account_chart_update/i18n/nl_BE.po @@ -0,0 +1,881 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/" +"nl_BE/)\n" +"Language: nl_BE\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Bedrijf" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Gemaakt door" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Gemaakt op" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Schermnaam" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Laatst Aangepast op" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "Status" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Type" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/nl_NL.po b/account_chart_update/i18n/nl_NL.po new file mode 100644 index 00000000000..f0636b5cfdc --- /dev/null +++ b/account_chart_update/i18n/nl_NL.po @@ -0,0 +1,884 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# Frank Schellenberg , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-01-25 11:46+0000\n" +"PO-Revision-Date: 2018-01-25 11:46+0000\n" +"Last-Translator: Frank Schellenberg , 2018\n" +"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/" +"teams/23907/nl_NL/)\n" +"Language: nl_NL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +#, fuzzy +msgid "Account fields" +msgstr "Rekeningen" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "Rekeningen" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +#, fuzzy +msgid "Accounts matching" +msgstr "Rekeningen" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Bedrijf" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Aangemaakt door" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Aangemaakt op" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Te tonen naam" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Laatst bijgewerkt op" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +#, fuzzy +msgid "Wizard Account Matching" +msgstr "Rekeningen" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/pl.po b/account_chart_update/i18n/pl.po new file mode 100644 index 00000000000..86f3675c25a --- /dev/null +++ b/account_chart_update/i18n/pl.po @@ -0,0 +1,882 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n" +"%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n" +"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Utworzone przez" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Utworzono" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Wyświetlana nazwa " + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Ostatnio modyfikowano" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Ostatnio modyfikowane przez" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Ostatnia zmiana" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Typ" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/pt.po b/account_chart_update/i18n/pt.po new file mode 100644 index 00000000000..86bde07a09a --- /dev/null +++ b/account_chart_update/i18n/pt.po @@ -0,0 +1,880 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Empresa" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Criado em" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Nome" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Última Modificação Em" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Atualizado pela última vez por" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Atualizado pela última vez em" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "Estado" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Tipo" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/pt_BR.po b/account_chart_update/i18n/pt_BR.po new file mode 100644 index 00000000000..2692f6352d8 --- /dev/null +++ b/account_chart_update/i18n/pt_BR.po @@ -0,0 +1,916 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2024-05-23 01:20+0000\n" +"Last-Translator: Rodrigo Macedo \n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/" +"23907/pt_BR/)\n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 4.17\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "# de Dígitos" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "Atualizar modelo do plano" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "Grupos de Contas" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "Campos da conta" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "Modelo de grupo de contas" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" +"Grupo de contas que precisa ser atualizado (novo ou atualizado no modelo)." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "Grupo de contas a ser atualizado" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "Grupos de Contas" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "Campos de grupos de contas" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "Correspondência do grupos de contas" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "Modelo de Conta" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "Conta que precisa ser atualizada (nova ou atualizada no modelo)." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "Conta a ser atualizada" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "Contas" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "Correspondência de contas" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "Modelo do Plano" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "Modelos dos Planos" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "Plano de Contas" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "Fechar" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Empresa" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "Configuração" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "Continuar com Erros" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "Criar/Atualizar" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "Criar Conta %s." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "Criar Posição Fiscal %s." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Criado em" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "Criar Imposto %s." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "Imposto %s desativado." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "Impostos Desativados" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" +"Determina onde o imposto pode ser selecionado. Nota: 'Nenhum' significa que " +"um imposto não pode ser usado sozinho, mas ainda pode ser usado em um grupo." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "Diferenças nestes campos: %s." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Nome para Mostrar" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "Exceção ao criar conta %s." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "Exceção ao gravar conta %s." + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" +"Os grupos de contas existentes são atualizados. Os grupos de contas são " +"pesquisados por prefix_code_start." + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" +"As contas existentes são atualizadas. As contas são pesquisadas por código." + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" +"As posições fiscais existentes são atualizadas. As posições fiscais são " +"pesquisadas por nome." + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" +"Os impostos existentes são atualizados. Os impostos são pesquisados por nome." + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "Opções de campo" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "Campos" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "Campos de posição fiscal" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "Modelo de posição fiscal" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" +"Posição fiscal que precisa ser atualizada (nova ou atualizada no modelo)." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "Posição fiscal a atualizar" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "Posições Fiscais" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "Correspondência de posições fiscais" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" +"Para registros pesquisados por nome (impostos, posições fiscais), o nome do " +"modelo será comparado com o nome do registro neste idioma." + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "Opções gerais" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" +"Aqui você pode selecionar os campos que deseja verificar se\n" +" eles foram " +"atualizados nos modelos." + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "Aqui você pode definir a ordem de correspondência." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "Identificação" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" +"Se definido, o assistente continuará na próxima etapa mesmo se houver " +"pequenos erros." + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" +"Se você deixar essas opções definidas, o assistente irá\n" +" não apenas criar novos registros, mas " +"também atualizar\n" +" registros com alterações (ou seja, valor de " +"imposto diferente)" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "Inclui todos os modelos de plano." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "Linguagem" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Última atualização em" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Última atualização por" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Última atualização em" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "Log" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "Correspondencia" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "Valor Correspondente" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "Mensagens e erros" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "ID XML ausente." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "Nome ou descrição não encontrado." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "Novos grupos de contas" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "Novas contas" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "Novos Impostos" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "Novas Posições Fiscais" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "Novo Modelo" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "Proximo" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "Nenhuma posição fiscal encontrada com este nome." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "Nenhuma posição fiscal encontrada com este nome." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "Nenhuma conta real encontrada para a conta modelo com ID %s" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "Nº de dígitos a serem usados para o código da conta" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "Nota: Somente os campos alterados são atualizados." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "Anotações" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" +"Um ou mais erros detectados!\n" +"\n" +"%s" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "Outras Opções" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "Campos de conta pós-atualizados para impostos com IDs %s." + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "Prévio" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "Registros para criar/atualizar" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "Recrie XML-IDs ausentes" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "Novo número de conta rejeitado" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "Número de conta atualizado rejeitado" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "Selecione registros para atualizar" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "Sequencia" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "Situação" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "Resumo dos objetos criados" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "Resumo dos objetos atualizados" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "Tipo de Imposto" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "Campos Impostos" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "O imposto está desativado." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "Modelo Imposto" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "Imposto que precisa ser atualizado (novo ou atualizado no modelo)." + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "Imposto para desativar" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "Imposto para atualizar" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "Impostos" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "Correspondência de Taxas" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" +"Este assistente atualizará suas contas, impostos e\n" +" posições fiscais de acordo com o plano " +"selecionado\n" +" modelo" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "Para desativar: não está no modelo" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Tipo" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "Atualizar modelo de gráfico" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "Atualizar contas de taxas" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "Atualizar marcadores de Inpostos" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "Atualize impostos, posições fiscais ou plano de contas." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "Atualizar grupos de contas" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "Atualizar grupos de contas" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "Atualizar contas" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "Atualizar Plano de Contas" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "Atualizar modelo do plano" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "Assistente para atualizar plano" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "Atualizar posições fiscais" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "Atualizar Registros ?" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" +"Atualizar o campo tag_ids nas linhas de repartição de impostos existentes" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "Atualizar Impostos" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "Grupo de Contas Atualizados" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "Contas Atualizadas" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "Impostos Atualizados" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "Conta atualizada %s." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "Conta atualizada %s. (ID XML recriado)" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "Conta %s Atualizada." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "Grupo de contas %s atualizado. (ID XML recriado)" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "Posição fiscal %s atualizada ." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "Posição fiscal %s atualizada . (ID XML recriado)" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "Posições fiscais atualizadas" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "Imposto %s atualizado." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "Imposto %s atualizado. (IDs XML recriados)" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "Modelo Atualizado" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "Assistente de Correspondência de Grupos de Contas" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "Assistente de Correspondência de Contas" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "Assistente de Correspondência de Posição Fiscal" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "Assistente de Correspondência" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "Assistente de Correspondência de Imposto" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "Assistente de Correspondência de Plano de Contas" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "Assistente Concluído" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" +"Você tem pelo menos um modelo de imposto pai (%s) cujos impostos filhos não " +"serão criados. Abortar porque isso provocará um loop infinito. Verifique se " +"os filhos foram correspondidos, mas não o dos pais." diff --git a/account_chart_update/i18n/pt_PT.po b/account_chart_update/i18n/pt_PT.po new file mode 100644 index 00000000000..43397537625 --- /dev/null +++ b/account_chart_update/i18n/pt_PT.po @@ -0,0 +1,881 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/" +"teams/23907/pt_PT/)\n" +"Language: pt_PT\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Empresa" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Criado em" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Nome a exibir" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Modificado pela última vez em" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Atualizado pela última vez por" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Atualizado pela última vez em" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "Estado" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Tipo" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/ro.po b/account_chart_update/i18n/ro.po new file mode 100644 index 00000000000..7e81f66728b --- /dev/null +++ b/account_chart_update/i18n/ro.po @@ -0,0 +1,881 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:23+0000\n" +"PO-Revision-Date: 2017-11-28 23:23+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Companie" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Creat de" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Creat la" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Nume Afişat" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Ultima actualizare în" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Ultima actualizare făcută de" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Ultima actualizare la" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "Stare" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/ru.po b/account_chart_update/i18n/ru.po new file mode 100644 index 00000000000..3b44105335f --- /dev/null +++ b/account_chart_update/i18n/ru.po @@ -0,0 +1,882 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:23+0000\n" +"PO-Revision-Date: 2017-11-28 23:23+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" +"%100>=11 && n%100<=14)? 2 : 3);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Компания" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Создано" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Создан" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Последний раз обновлено" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Последний раз обновлено" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "Статус" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/sk.po b/account_chart_update/i18n/sk.po new file mode 100644 index 00000000000..17d1983710d --- /dev/null +++ b/account_chart_update/i18n/sk.po @@ -0,0 +1,880 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n" +"Language: sk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Spoločnosť" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Vytvoril" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Vytvorené" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Zobraziť meno" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Posledná modifikácia" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Naposledy upravil" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Naposledy upravené" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Typ" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/sl.po b/account_chart_update/i18n/sl.po new file mode 100644 index 00000000000..82be6755e23 --- /dev/null +++ b/account_chart_update/i18n/sl.po @@ -0,0 +1,907 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2023-04-12 15:33+0000\n" +"Last-Translator: Matjaz Mozetic \n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" +"Language: sl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3;\n" +"X-Generator: Weblate 4.14.1\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "# znakov" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "Posodobi predlogo kontnega plana" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "Polja konta" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "Kontna predloga" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "Konto, ki ga je potrebno posodobiti (nov ali posodobljen iz predloge)." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "Konto za posodobitev" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "Konti" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "Ujemanje kontov" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "Predloga plana" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "Predloge plana" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "Kontni plan" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "Zapri" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Družba" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "Nastavitve" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "Ob napakah nadaljuj" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "Ustvari/posodobi" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "Ustvarjen konto %s." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Ustvaril" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "Ustvarjena fiskalna pozicija %s." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Ustvarjeno" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "Ustvarjen davek %s." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "Deaktiviran davek %s." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "Deaktivirani davki" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" +"Določa kje se lahko davek izbira. Opomba: 'Brez' pomeni, da davka ni mogoče " +"uporabljati samostojno, je pa lahko uporabljen v skupini." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "Razlike v naslednjih poljih: %s." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Prikazani naziv" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "Izjema ob nastanku konta %s." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "Izjema ob zapisu konta %s." + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "Obstoječi konti se posodabljajo. Iskanje kontov po kodi." + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" +"Obstoječe fiskalne pozicije se posodabljajo. Iskanje fiskalnih pozicij po " +"nazivu." + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "Obstoječi davki se posodabljajo. Iskanje davkov po nazivu." + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "Opcije polja" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "Polja" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "Polja fiskalnih pozicij" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "Predloga fiskalne pozicije" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" +"Fiskalna pozicija, ki jo je potrebno posodobiti (nova ali posodobljena iz " +"predloge)." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "Fiskalna pozicija za posodobitev" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "Fiskalne pozicije" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "Ujemanje fiskalnih pozicij" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" +"Pri iskanju zapisov po nazivu (davki, fiskalne pozicije), se naziv predloge " +"primerja z zapisom imena v tem jeziku." + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "Splošne opcije" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" +"Tu lahko izbirate polja, ki jih želite preveriti, če\n" +" so bila v predlogah posodobljena." + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "Tu lahko določate vrstni red ujemanja." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" +"Če nastavljeno, bo čarovnik nadaljeval na naslednji korak tudi v primeru " +"manjših napak." + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" +"Če pustite te opcije označene, bo čarovnik poleg\n" +" ustvarjanja novih zapisov tudi posodobil\n" +" zapise s spremembami (npr. drugačne davčne " +"stopnje)" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "Vključuje vse predloge kontov." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "Jezik" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Zadnjič spremenjeno" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Zadnjič posodobil" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Zadnjič posodobljeno" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "Dnevnik" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "Ujemanje" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "Vrednost ujemanja" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "Sporočila in napake" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "Manjkajoči XML-ID." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "Naziv ali opis nista najdena." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "Novi konti" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "Novi davki" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "Nove fiskalne pozicije" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "Nova predloga" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "Naslednji" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "Ni kontov s to kodo." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "Ni fiskalnih pozicij s tem nazivom." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "Ni resničnih kontov za konto iz predloge z ID %s" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "Št. znakov za kodo konta" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "Opomba: posodobijo se le spremenjena polja." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "Opombe" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" +"Zaznana je ena ali več napak!\n" +"\n" +"%s" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "Druge opcije" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "Posodobljena polja konta za davke z ID %s." + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "Prejšnji" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "Zapisi, ki se ustvarjajo/posodabljajo" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "Ponovno ustvari manjkajoče XML-ID" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "Zavrnjena nova številka konta" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "Zavrnjena posodobljena nova številka konta" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "Izberi zapise za posodobitev" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "Zaporedje" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "Status" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "Povzetek ustvarjenih objektov" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "Povzetek posodobljenih objektov" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "Tip davka" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "Polja davka" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "Davek je onemogočen." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "Davčna predloga" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "Davek, ki ga je potrebno posodobiti (nov ali posodobljen iz predloge)." + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "Davek za deaktivacijo" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "Davek za posodobitev" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "Davki" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "Ujemanje davkov" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" +"Ta čarovnik bo posodobil vaše konte, davke in\n" +" fiskalne pozicije glede na izbrano predlogo\n" +" kontnega plana" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "Za deaktivacijo: ni v predlogi" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Tip" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "Posodobi predlogo kontnega plana" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "Posodobi davčne konte" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "Posodobi davčne oznake" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "Posodobi davke in fiskalne pozicije kontnega plana." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "Posodobi polje account_id na obstoječih vrsticah porazdelitve davka" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "Posodobi konte" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "Posodobitev kontnega plana" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "Posodobi predlogo kontnega plana" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "Čarovnik za posodobitev kontnega plana" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "Posodobi fiskalne pozicije" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "Posodobitev zapisov?" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "Posodobi tag_ids na obstoječih vrsticah porazdelitve davka" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "Posodobitev davkov" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "Posodobljeni konti" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "Posodobljeni davki" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "Konto %s posodobljen." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "Konto %s posodobljen (ponovno ustvarjen XML-ID)" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "Posodobljena fiskalna pozicija %s." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "Posodobljena fiskalna pozicija %s (ponovno ustvarjeni XML-ID)" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "Posodobljene fiskalne pozicije" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "Davek %s posodobljen." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "Davek %s posodobljen (ponovno ustvarjen XML-ID)" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "Posodobljena predloga" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "Čarovnik za ujemanje kontov" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "Čarovnik za ujemanje fiskalnih pozicij" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "Čarovnik za ujemanje" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "Čarovnik za ujemanje davkov" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "Čarovnik za posodobitev kontnih planov" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "Čarovnik dokončan" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" +"Imate vsaj eno nadrejeno davčno predlogo (%s), za katero podrejeni davki ne " +"bodo ustvarjeni. Prekinjam, ker bi to povzročilo neskončno zanko. Preverite, " +"če se mogoče podrejeni davki ujemajo, nadrejeni pa ne." diff --git a/account_chart_update/i18n/sr.po b/account_chart_update/i18n/sr.po new file mode 100644 index 00000000000..06751321820 --- /dev/null +++ b/account_chart_update/i18n/sr.po @@ -0,0 +1,881 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Serbian (https://www.transifex.com/oca/teams/23907/sr/)\n" +"Language: sr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Kreiran" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Tip" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/sr@latin.po b/account_chart_update/i18n/sr@latin.po new file mode 100644 index 00000000000..12e940803ac --- /dev/null +++ b/account_chart_update/i18n/sr@latin.po @@ -0,0 +1,882 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr" +"%40latin/)\n" +"Language: sr@latin\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Kreiran" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Ime za prikaz" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Zadnja izmjena" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Zadnja izmjena" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Zadnja izmjena" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Tip" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/sv.po b/account_chart_update/i18n/sv.po new file mode 100644 index 00000000000..6f5b87c9320 --- /dev/null +++ b/account_chart_update/i18n/sv.po @@ -0,0 +1,907 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2024-02-27 12:34+0000\n" +"Last-Translator: jakobkrabbe \n" +"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.17\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "# Antal siffror" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "Uppdatera diagrammall" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "Kontogrupper" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "Kontofält" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "Mall för kontogrupp" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "Kontogrupp som behöver uppdateras (ny eller uppdaterad i mallen)." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "Kontogrupp att uppdatera" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "Kontogrupper" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "Fält för kontogrupper" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "Matchning av kontogrupper" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "Kontomall" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "Konto som behöver uppdateras (nytt eller uppdaterat i mallen)." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "Konto att uppdatera" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "Konton" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "Kontomatchning" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "Mall för diagram" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "Mallar för diagram" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "Kontoplan" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "Stänga" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Bolag" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "Konfiguration" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "Fortsätt på fel" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "Skapa/Uppdatera" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "Skapat konto %s." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Skapad av" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "Skapade skatteposition %s." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Skapad den" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "Skapad skatt %s." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "Avaktiverad skatt %s." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "Avaktiverade skatter" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" +"Bestämmer var skatten är valbar. Notera: 'Ingen' innebär att en skatt inte " +"kan användas för sig själv, men den kan fortfarande användas i en grupp." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "Skillnader i dessa fält: %s." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Visningsnamn" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "Undantag vid skapande av konto %s." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "Undantag vid skrivning av konto %s." + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" +"Befintliga kontogrupper uppdateras. Kontogrupper söks efter " +"prefix_code_start." + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "Befintliga konton uppdateras. Konton söks efter kod." + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" +"Befintliga finansiella positioner uppdateras. Finanspositioner söks efter " +"namn." + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "Befintliga skatter uppdateras. Skatter kan sökas efter namn." + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "Alternativ för fält" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "Fält" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "Fält för finansiell ställning" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "Mall för finanspolitisk ställning" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "Skatteposition som behöver uppdateras (ny eller uppdaterad i mallen)." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "Finanspolitisk position att uppdatera" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "Finanspolitiska ställningstaganden" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "Matchning av finanspolitiska positioner" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" +"För poster som söks efter namn (skatter, skatteområde) kommer mallnamnet att " +"matchas mot postnamnet på detta språk." + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "Allmänna alternativ" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" +"Här kan du välja de fält som du vill kontrollera om\n" +" de har uppdaterats i mallarna." + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "Här kan du ställa in den matchande ordningen." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" +"Om detta är inställt kommer guiden att fortsätta till nästa steg även om det " +"finns mindre fel." + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" +"Om du låter dessa alternativ vara inställda kommer guiden att\n" +" inte bara skapa nya poster, utan även " +"uppdatera\n" +" poster med ändringar (t.ex. annat " +"skattebelopp)" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "Innehåller alla diagrammallar." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "Språk" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Senast redigerad" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Senast uppdaterad av" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Senast uppdaterad" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "Logg" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "Matchande" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "Matchande värde" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "Meddelanden och fel" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "Saknar XML-ID." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "Namn eller beskrivning hittades inte." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "Nya kontogrupper" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "Nya konton" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "Nya skatter" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "Nya skatteområden" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "Ny mall" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "Nästa" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "Inget konto hittades med denna kod." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "Ingen skatteområde hittades med detta namn." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "Inget riktigt konto hittades för mallkonto med ID %s" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "Antal siffror att använda för kontokod" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "Observera: Endast de ändrade fälten uppdateras." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "Anteckningar" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" +"Ett eller flera fel har upptäckts!\n" +"\n" +"%s" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "Andra alternativ" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "Efteruppdaterade kontofält för skatter med ID %s." + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "Tidigare" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "Poster att skapa/uppdatera" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "Återskapa saknade XML-ID:n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "Avvisat nytt kontonummer" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "Avvisad Uppdaterat kontonummer" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "Välj poster att uppdatera" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "Sekvens" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "Status" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "Sammanfattning av skapade objekt" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "Sammanfattning av uppdaterade objekt" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "Typ av skatt" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "Skattefält" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "Skatt är inaktiverat." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "Skattemall" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "Skatt som behöver uppdateras (ny eller uppdaterad i mallen)." + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "Skatt för att avaktivera" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "Skatt att uppdatera" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "Skatter" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "Matchning av skatter" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" +"Denna guide uppdaterar dina konton, skatter och\n" +" skatteområde enligt den valda diagrammallen\n" +" mall" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "Att avaktivera: inte i mallen" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Typ" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "Mall för uppdateringsdiagram" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "Uppdatera skattekonton" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "Uppdatera skattemärken" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "Uppdatera skatter, skatteområde eller kontoplan." + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "Uppdatera kontogrupper" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "Uppdatera fältet account_id på befintliga skattefördelningsrader" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "Uppdatera konton" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "Uppdatera kontoplanen" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "Mall för uppdateringsdiagram" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "Uppdatera diagramguiden" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "Uppdatera skatteområde" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "Uppdatera register?" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "Uppdatera fältet tag_ids på befintliga skattefördelningslinjer" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "Uppdatera skatter" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "Uppdaterade kontogrupper" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "Uppdaterade konton" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "Uppdaterade skatter" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "Uppdaterat konto %s." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "Uppdaterat konto %s. (Återskapat XML-ID)" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "Uppdaterad kontogrupp %s." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "Uppdaterad kontogrupp %s. (Återskapat XML-ID)" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "Uppdaterad skatteområdesposition %s." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "Uppdaterad skatteområde %s. (Återskapat XML-ID)" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "Uppdaterade skatteområden" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "Uppdaterad skatt %s." + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "Uppdaterad skatt %s. (Återskapade XML-ID:n)" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "Uppdaterad mall" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "Guiden för kontogruppmatchning" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "Guiden för kontomatchning" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "Guide för matchning av skatteområden" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "Guide för matchning" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "Guide för skattejämkning" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "Guiden för att uppdatera diagrammallar" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "Guiden slutförd" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" +"Du har minst en överordnad skattemall (%s) vars underordnade skatter inte " +"kommer att skapas. Avbryts eftersom detta kommer att orsaka en oändlig loop. " +"Kontrollera om underordnade poster har matchats, men inte den överordnade." diff --git a/account_chart_update/i18n/th.po b/account_chart_update/i18n/th.po new file mode 100644 index 00000000000..3d1d2cbc893 --- /dev/null +++ b/account_chart_update/i18n/th.po @@ -0,0 +1,880 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n" +"Language: th\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "บริษัท" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "สร้างโดย" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "สร้างเมื่อ" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "ชื่อที่ใช้แสดง" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "รหัส" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "แก้ไขครั้งสุดท้ายเมื่อ" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "อัพเดทครั้งสุดท้ายโดย" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "อัพเดทครั้งสุดท้ายเมื่อ" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "สถานะ" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "ชนิด" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/tr.po b/account_chart_update/i18n/tr.po new file mode 100644 index 00000000000..65bbcf3cefb --- /dev/null +++ b/account_chart_update/i18n/tr.po @@ -0,0 +1,880 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" +"Language: tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Şirket" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Oluşturan" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Oluşturuldu" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Görünen İsim" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Son değişiklik" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Son güncelleyen" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Son güncelleme" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "Durum" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Tipi" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/tr_TR.po b/account_chart_update/i18n/tr_TR.po new file mode 100644 index 00000000000..ae989c88715 --- /dev/null +++ b/account_chart_update/i18n/tr_TR.po @@ -0,0 +1,882 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +# Ediz Duman , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: Ediz Duman , 2017\n" +"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/" +"tr_TR/)\n" +"Language: tr_TR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "Firma" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Oluşturan" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Oluşturulma tarihi" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Görünen ad" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "Kimlik" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "En son güncelleme tarihi" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "En son güncelleyen " + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "En son güncelleme tarihi" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "Durumu" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Tip" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/uk.po b/account_chart_update/i18n/uk.po new file mode 100644 index 00000000000..174bc06b84f --- /dev/null +++ b/account_chart_update/i18n/uk.po @@ -0,0 +1,881 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Ukrainian (https://www.transifex.com/oca/teams/23907/uk/)\n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Створив" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Дата створення" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Назва для відображення" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Остання модифікація" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Востаннє оновив" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Останнє оновлення" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Тип" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/vi.po b/account_chart_update/i18n/vi.po new file mode 100644 index 00000000000..ff2ce5c2000 --- /dev/null +++ b/account_chart_update/i18n/vi.po @@ -0,0 +1,880 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/vi/)\n" +"Language: vi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Được tạo bởi" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Được tạo vào" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Sửa lần cuối vào" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "Loại" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/vi_VN.po b/account_chart_update/i18n/vi_VN.po new file mode 100644 index 00000000000..a21dc01070b --- /dev/null +++ b/account_chart_update/i18n/vi_VN.po @@ -0,0 +1,881 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-28 23:23+0000\n" +"PO-Revision-Date: 2017-11-28 23:23+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/" +"teams/23907/vi_VN/)\n" +"Language: vi_VN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "Tạo bởi" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "Tạo vào" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "Cập nhật lần cuối bởi" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/zh_CN.po b/account_chart_update/i18n/zh_CN.po new file mode 100644 index 00000000000..de8796c4a50 --- /dev/null +++ b/account_chart_update/i18n/zh_CN.po @@ -0,0 +1,881 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/" +"zh_CN/)\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "公司" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "创建者" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "创建时间" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "Display Name" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "ID" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "Last Modified on" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "最后更新者" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "上次更新日期" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "状态" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "类型" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/i18n/zh_TW.po b/account_chart_update/i18n/zh_TW.po new file mode 100644 index 00000000000..56684ef3275 --- /dev/null +++ b/account_chart_update/i18n/zh_TW.po @@ -0,0 +1,881 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_chart_update +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-02-01 03:44+0000\n" +"PO-Revision-Date: 2018-02-01 03:44+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/" +"zh_TW/)\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "# of Digits" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_ids +msgid "Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_field_ids +msgid "Account fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__account_group_id +msgid "Account group template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account_group +msgid "" +"Account group that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_account_group_id +msgid "Account group to update" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_field_ids +msgid "Account groups fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_group_matching_ids +msgid "Account groups matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__account_id +msgid "Account template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_account +msgid "Account that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_account_id +msgid "Account to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__account_matching_ids +msgid "Accounts matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_id +msgid "Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Chart Templates" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Chart of Accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Close" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__company_id +msgid "Company" +msgstr "公司" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__init +msgid "Configuration" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "Continue On Errors" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Create/Update" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_uid +msgid "Created by" +msgstr "建立者" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created fiscal position %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__create_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__create_date +msgid "Created on" +msgstr "建立於" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Created tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Deactivated tax %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__deleted_taxes +msgid "Deactivated taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "" +"Determines where the tax is selectable. Note : 'None' means a tax can't be " +"used by itself, however it can still be used in a group." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Differences in these fields: %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__display_name +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__display_name +msgid "Display Name" +msgstr "顯示名稱" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception creating account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Exception writing account %s." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "" +"Existing account groups are updated. Account groups are searched by " +"prefix_code_start." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Existing accounts are updated. Accounts are searched by code." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "" +"Existing fiscal positions are updated. Fiscal positions are searched by name." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Existing taxes are updated. Taxes are searched by name." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Field options" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_ir_model_fields +msgid "Fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_field_ids +msgid "Fiscal position fields" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__fiscal_position_id +msgid "Fiscal position template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_fiscal_position +msgid "" +"Fiscal position that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_fiscal_position_id +msgid "Fiscal position to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fiscal_position_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__fp_matching_ids +msgid "Fiscal positions matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "" +"For records searched by name (taxes, fiscal positions), the template name " +"will be matched against the record name on this language." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "General options" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"Here you can select the fields you want to check if\n" +" they have been updated in the templates." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Here you can set the matching order." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__id +msgid "ID" +msgstr "編號" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__continue_on_errors +msgid "" +"If set, the wizard will continue to the next step even if there are minor " +"errors." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"If you leave these options set, the wizard will\n" +" not just create new records, but also " +"update\n" +" records with changes (i.e. different tax " +"amount)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__chart_template_ids +msgid "Includes all chart templates." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__lang +msgid "Language" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position____last_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax____last_update +msgid "Last Modified on" +msgstr "最後修改:" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_uid +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_uid +msgid "Last Updated by" +msgstr "最後更新:" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__write_date +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__write_date +msgid "Last Updated on" +msgstr "最後更新於" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Log" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__matching_value +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__matching_value +msgid "Matching Value" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__log +msgid "Messages and Errors" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Missing XML-ID." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Name or description not found." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_account_groups +msgid "New Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_accounts +msgid "New Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_taxes +msgid "New Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__new_fps +msgid "New fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__new +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__new +msgid "New template" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Next" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No account found with this code." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No fiscal position found with this name." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "No real account found for template account with ID %s" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__code_digits +msgid "No. of Digits to use for account code" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Note: Only the changed fields are updated." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__notes +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__notes +msgid "Notes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"One or more errors detected!\n" +"\n" +"%s" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Other options" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Post-updated account fields for taxes with IDs %s." +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Previous" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Records to create/update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__recreate_xml_ids +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__recreate_xml_ids +msgid "Recreate missing XML-IDs" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_new_account_number +msgid "Rejected New Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__rejected_updated_account_number +msgid "Rejected Updated Account Number" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__ready +msgid "Select records to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__sequence +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__sequence +msgid "Sequence" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__state +msgid "Status" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of created objects" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Summary of updated objects" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type_tax_use +msgid "Tax Type" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_field_ids +msgid "Tax fields" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Tax is disabled." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__tax_id +msgid "Tax template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts_tax +msgid "Tax that needs to be updated (new or updated in the template)." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__deleted +msgid "Tax to deactivate" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_tax_id +msgid "Tax to update" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_ids +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__tax_matching_ids +msgid "Taxes matching" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "" +"This wizard will update your accounts, taxes and\n" +" fiscal positions according to the selected " +"chart\n" +" template" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "To deactivate: not in the template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__type +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__type +msgid "Type" +msgstr "類型" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Chart Template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update Tax Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update Tax Tags" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update Taxes, fiscal positions or chart of accounts." +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account_group +msgid "Update account groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_account +msgid "Update account_id field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_account +msgid "Update accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.actions.act_window,name:account_chart_update.action_wizard_update_chart +msgid "Update chart of accounts" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.res_config_settings_view_form +msgid "Update chart template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_group_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_account_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_fp_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_tax_matching__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_account_group__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_fiscal_position__update_chart_wizard_id +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts_tax__update_chart_wizard_id +msgid "Update chart wizard" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_fiscal_position +msgid "Update fiscal positions" +msgstr "" + +#. module: account_chart_update +#: model_terms:ir.ui.view,arch_db:account_chart_update.view_update_multi_chart +msgid "Update records?" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,help:account_chart_update.field_wizard_update_charts_accounts__update_tax_repartition_line_tags +msgid "Update tag_ids field on existing Tax repartition lines" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__update_tax +msgid "Update taxes" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_account_groups +msgid "Updated Account Groups" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_accounts +msgid "Updated Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_taxes +msgid "Updated Taxes" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated account group %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated fiscal position %s. (Recreated XML-ID)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields,field_description:account_chart_update.field_wizard_update_charts_accounts__updated_fps +msgid "Updated fiscal positions" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s." +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "Updated tax %s. (Recreated XML-IDs)" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_account_group__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_fiscal_position__type__updated +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts_tax__type__updated +msgid "Updated template" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_group_matching +msgid "Wizard Account Group Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_account_matching +msgid "Wizard Account Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_fp_matching +msgid "Wizard Fiscal Position Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_matching +msgid "Wizard Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_tax_matching +msgid "Wizard Tax Matching" +msgstr "" + +#. module: account_chart_update +#: model:ir.model,name:account_chart_update.model_wizard_update_charts_accounts +msgid "Wizard Update Charts Accounts" +msgstr "" + +#. module: account_chart_update +#: model:ir.model.fields.selection,name:account_chart_update.selection__wizard_update_charts_accounts__state__done +msgid "Wizard completed" +msgstr "" + +#. module: account_chart_update +#. odoo-python +#: code:addons/account_chart_update/wizard/wizard_chart_update.py:0 +#, python-format +msgid "" +"You have at least one parent tax template (%s) whose children taxes are not " +"going to be created. Aborting as this will provoke an infinite loop. Please " +"check if children have been matched, but not the parent one." +msgstr "" diff --git a/account_chart_update/models/__init__.py b/account_chart_update/models/__init__.py new file mode 100644 index 00000000000..77308f3174a --- /dev/null +++ b/account_chart_update/models/__init__.py @@ -0,0 +1,3 @@ +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from . import ir_model_fields diff --git a/account_chart_update/models/ir_model_fields.py b/account_chart_update/models/ir_model_fields.py new file mode 100644 index 00000000000..099402a21ee --- /dev/null +++ b/account_chart_update/models/ir_model_fields.py @@ -0,0 +1,17 @@ +# Copyright 2018 Tecnativa - Pedro M. Baeza +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from odoo import models + + +class IrModelFields(models.Model): + _inherit = "ir.model.fields" + + def name_get(self): + """Return special label when showing fields in chart update wizard.""" + if self.env.context.get("account_chart_update"): + res = [] + for record in self: + res.append((record.id, f"{record.field_description} ({record.name})")) + return res + return super().name_get() diff --git a/account_chart_update/pyproject.toml b/account_chart_update/pyproject.toml new file mode 100644 index 00000000000..4231d0cccb3 --- /dev/null +++ b/account_chart_update/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/account_chart_update/readme/CONTRIBUTORS.md b/account_chart_update/readme/CONTRIBUTORS.md new file mode 100644 index 00000000000..0f306ff819d --- /dev/null +++ b/account_chart_update/readme/CONTRIBUTORS.md @@ -0,0 +1,12 @@ +- [Tecnativa](https://www.tecnativa.com): + - Pedro M. Baeza + - Ernesto Tejeda +- Jacques-Etienne Baudoux \<\> +- Sylvain Van Hoof \<\> +- Nacho Muñoz \<\> +- Alberto Martín - Guadaltech \<\> +- Fernando La Chica - GreenIce \<\> +- Jairo Llopis () +- [Factor Libre](https://factorlibre.com): + - Luis J. Salvatierra +- Daniel Reis (dreis@opensourceintegrators.com) diff --git a/account_chart_update/readme/DESCRIPTION.md b/account_chart_update/readme/DESCRIPTION.md new file mode 100644 index 00000000000..9dd97ad2b5b --- /dev/null +++ b/account_chart_update/readme/DESCRIPTION.md @@ -0,0 +1,12 @@ +This is a pretty useful tool to update Odoo installations after tax +reforms on the official charts of accounts, or to apply fixes performed +on the chart template. + +The wizard: + +- Allows the user to compare a chart and a template showing differences + on accounts, taxes, tax codes and fiscal positions. +- It may create the new account, taxes, tax codes and fiscal positions + detected on the template. +- It can also update (overwrite) the accounts, taxes, tax codes and + fiscal positions that got modified on the template. diff --git a/account_chart_update/readme/ROADMAP.md b/account_chart_update/readme/ROADMAP.md new file mode 100644 index 00000000000..945d105a07a --- /dev/null +++ b/account_chart_update/readme/ROADMAP.md @@ -0,0 +1,5 @@ +- Generate and update account reconcile models. +- Generate XML-ID for fiscal position tax and account mapping lines. +- Allow to select independently operations to perform (create, update, + deactivate). +- Detect fiscal positions to deactivate? diff --git a/account_chart_update/readme/USAGE.md b/account_chart_update/readme/USAGE.md new file mode 100644 index 00000000000..7989f8c652b --- /dev/null +++ b/account_chart_update/readme/USAGE.md @@ -0,0 +1,8 @@ +The wizard, accesible from *Accounting \> Settings \> Update Chart +Template*, lets the user select what kind of objects must be +checked/updated, and whether old records must be checked for changes and +updates. + +It will display all the objects to be created / updated / deactivated +with some information about the detected differences, and allow the user +to exclude records individually. diff --git a/account_chart_update/security/ir.model.access.csv b/account_chart_update/security/ir.model.access.csv new file mode 100644 index 00000000000..6ce9de54a01 --- /dev/null +++ b/account_chart_update/security/ir.model.access.csv @@ -0,0 +1,11 @@ +id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink +access_wizard_update_charts_accounts,wizard.update.charts.accounts,model_wizard_update_charts_accounts,base.group_erp_manager,1,1,1,1 +access_wizard_update_charts_accounts_account,wizard.update.charts.accounts.account,model_wizard_update_charts_accounts_account,base.group_erp_manager,1,1,1,1 +access_wizard_tax_matching,wizard.tax.matching,model_wizard_tax_matching,base.group_erp_manager,1,1,1,1 +access_wizard_fp_matching,wizard.fp.matching,model_wizard_fp_matching,base.group_erp_manager,1,1,1,1 +access_wizard_account_matching,wizard.account.matching,model_wizard_account_matching,base.group_erp_manager,1,1,1,1 +access_wizard_update_charts_accounts_tax,wizard.update.charts.accounts.tax,model_wizard_update_charts_accounts_tax,base.group_erp_manager,1,1,1,1 +access_wizard_matching,wizard.matching,model_wizard_matching,base.group_erp_manager,1,1,1,1 +access_wizard_update_charts_accounts_fiscal_position,wizard.update.charts.accounts.fiscal.position,model_wizard_update_charts_accounts_fiscal_position,base.group_erp_manager,1,1,1,1 +access_wizard_account_groupo_matching,wizard.account.group.matching,model_wizard_account_group_matching,base.group_erp_manager,1,1,1,1 +access_wizard_update_charts_accounts_account_group,wizard.update.charts.accounts.account.group,model_wizard_update_charts_accounts_account_group,base.group_erp_manager,1,1,1,1 diff --git a/account_chart_update/static/description/icon.png b/account_chart_update/static/description/icon.png new file mode 100644 index 00000000000..3a0328b516c Binary files /dev/null and b/account_chart_update/static/description/icon.png differ diff --git a/account_chart_update/static/description/index.html b/account_chart_update/static/description/index.html new file mode 100644 index 00000000000..13fdd9ca37d --- /dev/null +++ b/account_chart_update/static/description/index.html @@ -0,0 +1,469 @@ + + + + + +Detect changes and update the Account Chart from a template + + + +
+

Detect changes and update the Account Chart from a template

+ + +

Beta License: AGPL-3 OCA/account-financial-tools Translate me on Weblate Try me on Runboat

+

This is a pretty useful tool to update Odoo installations after tax +reforms on the official charts of accounts, or to apply fixes performed +on the chart template.

+

The wizard:

+
    +
  • Allows the user to compare a chart and a template showing differences +on accounts, taxes, tax codes and fiscal positions.
  • +
  • It may create the new account, taxes, tax codes and fiscal positions +detected on the template.
  • +
  • It can also update (overwrite) the accounts, taxes, tax codes and +fiscal positions that got modified on the template.
  • +
+

Table of contents

+ +
+

Usage

+

The wizard, accesible from Accounting > Settings > Update Chart +Template, lets the user select what kind of objects must be +checked/updated, and whether old records must be checked for changes and +updates.

+

It will display all the objects to be created / updated / deactivated +with some information about the detected differences, and allow the user +to exclude records individually.

+
+
+

Known issues / Roadmap

+
    +
  • Generate and update account reconcile models.
  • +
  • Generate XML-ID for fiscal position tax and account mapping lines.
  • +
  • Allow to select independently operations to perform (create, update, +deactivate).
  • +
  • Detect fiscal positions to deactivate?
  • +
+
+
+

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 a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • Tecnativa
  • +
  • BCIM
  • +
  • Okia
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

This module is part of the OCA/account-financial-tools project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/account_chart_update/tests/__init__.py b/account_chart_update/tests/__init__.py new file mode 100644 index 00000000000..0120c73b2a7 --- /dev/null +++ b/account_chart_update/tests/__init__.py @@ -0,0 +1,3 @@ +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from . import test_account_chart_update diff --git a/account_chart_update/tests/test_account_chart_update.py b/account_chart_update/tests/test_account_chart_update.py new file mode 100644 index 00000000000..5fb596b5130 --- /dev/null +++ b/account_chart_update/tests/test_account_chart_update.py @@ -0,0 +1,643 @@ +# Copyright 2023 Tecnativa - Pedro M. Baeza +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +import logging + +from odoo import fields +from odoo.tests import common, tagged +from odoo.tools import mute_logger + +_logger = logging.getLogger(__name__) + + +@tagged("-at_install", "post_install") +class TestAccountChartUpdate(common.TransactionCase): + @classmethod + def _create_xml_id(cls, record): + return cls.env["ir.model.data"].create( + { + "module": "account_chart_update", + "name": f"{record._table}-{record.id}", + "model": record._name, + "res_id": record.id, + } + ) + + @classmethod + def _create_account_tmpl(cls, name, code, account_type, chart_template): + record = cls.env["account.account.template"].create( + { + "name": name, + "code": code, + "account_type": account_type, + "chart_template_id": chart_template and chart_template.id, + } + ) + cls._create_xml_id(record) + return record + + @classmethod + def _create_tax_tmpl(cls, name, chart_template): + record = cls.env["account.tax.template"].create( + { + "name": name, + "amount": 0, + "chart_template_id": chart_template.id, + "tax_group_id": cls.env.ref("account.tax_group_taxes").id, + "refund_repartition_line_ids": [ + (0, 0, {"repartition_type": "base", "factor_percent": 100.0}), + (0, 0, {"repartition_type": "tax", "factor_percent": 100.0}), + (0, 0, {"repartition_type": "tax", "factor_percent": 100.0}), + ], + "invoice_repartition_line_ids": [ + (0, 0, {"repartition_type": "base", "factor_percent": 100.0}), + (0, 0, {"repartition_type": "tax", "factor_percent": 100.0}), + (0, 0, {"repartition_type": "tax", "factor_percent": 100.0}), + ], + } + ) + cls._create_xml_id(record) + return record + + def _create_tax_template_with_account(self, name, chart_template, account): + record = self.env["account.tax.template"].create( + { + "name": name, + "amount": 0, + "chart_template_id": chart_template.id, + "tax_group_id": self.env.ref("account.tax_group_taxes").id, + "refund_repartition_line_ids": [ + (0, 0, {"repartition_type": "base", "factor_percent": 100.0}), + ( + 0, + 0, + { + "repartition_type": "tax", + "factor_percent": 100.0, + "account_id": account.id, + }, + ), + ], + "invoice_repartition_line_ids": [ + (0, 0, {"repartition_type": "base", "factor_percent": 100.0}), + ( + 0, + 0, + { + "repartition_type": "tax", + "factor_percent": 100.0, + "account_id": account.id, + }, + ), + ], + } + ) + self._create_xml_id(record) + return record + + @classmethod + def _create_fp_tmpl(cls, name, chart_template): + record = cls.env["account.fiscal.position.template"].create( + {"name": name, "chart_template_id": chart_template.id} + ) + cls._create_xml_id(record) + return record + + def _get_model_data(self, record): + return self.env["ir.model.data"].search( + [("model", "=", record._name), ("res_id", "=", record.id)] + ) + + @classmethod + def setUpClass(cls): + super().setUpClass() + cls.env = cls.env( + context=dict( + cls.env.context, + mail_create_nolog=True, + mail_create_nosubscribe=True, + mail_notrack=True, + no_reset_password=True, + tracking_disable=True, + ) + ) + cls.account_template = cls._create_account_tmpl( + "Test", "100000", "income", False + ) + cls.chart_template = cls.env["account.chart.template"].create( + { + "name": "Test account_chart_update chart", + "currency_id": cls.env.ref("base.EUR").id, + "code_digits": 6, + "cash_account_code_prefix": "570", + "bank_account_code_prefix": "572", + "transfer_account_code_prefix": "100000", + "property_account_receivable_id": cls.account_template.id, + "property_account_payable_id": cls.account_template.id, + "property_account_expense_categ_id": cls.account_template.id, + "property_account_income_categ_id": cls.account_template.id, + } + ) + cls.account_template.chart_template_id = cls.chart_template.id + cls.account_template_pl = cls._create_account_tmpl( + "Undistributed Profits/Losses", + "999999", + "equity", + cls.chart_template, + ) + cls.tax_template = cls._create_tax_tmpl("Test tax", cls.chart_template) + cls.fp_template = cls._create_fp_tmpl("Test fp", cls.chart_template) + cls.fp_template_tax = cls.env["account.fiscal.position.tax.template"].create( + {"tax_src_id": cls.tax_template.id, "position_id": cls.fp_template.id} + ) + cls._create_xml_id(cls.fp_template_tax) + cls.fp_template_account = cls.env[ + "account.fiscal.position.account.template" + ].create( + { + "account_src_id": cls.account_template.id, + "account_dest_id": cls.account_template.id, + "position_id": cls.fp_template.id, + } + ) + cls._create_xml_id(cls.fp_template_account) + cls.tax_group = cls.env["account.tax.group"].create({"name": "Test tax group"}) + cls.account_tag_1 = cls.env["account.account.tag"].create( + {"name": "Test account tag 1"} + ) + cls.account_tag_2 = cls.env["account.account.tag"].create( + {"name": "Test account tag 2"} + ) + cls.company = cls.env["res.company"].create( + { + "name": "Test account_chart_update company", + "currency_id": cls.chart_template.currency_id.id, + "country_id": cls.env.ref("base.es").id, + } + ) + chart_by_company_user = cls.chart_template.with_company(cls.company) + chart_by_company_user.try_loading() + cls.tax = cls.env["account.tax"].search( + [ + ("name", "=", cls.tax_template.name), + ("company_id", "=", cls.company.id), + ] + ) + cls.account = cls.env["account.account"].search( + [ + ("code", "=", cls.account_template.code), + ("company_id", "=", cls.company.id), + ] + ) + cls.fp = cls.env["account.fiscal.position"].search( + [("name", "=", cls.fp_template.name), ("company_id", "=", cls.company.id)] + ) + # Prepare wizard values + cls.wizard_obj = cls.env["wizard.update.charts.accounts"] + cls.wizard_vals = { + "company_id": cls.company.id, + "chart_template_id": cls.chart_template.id, + "code_digits": 6, + "lang": "en_US", + } + + @mute_logger("odoo.sql_db") + def test_chart_update(self): + wizard = self.wizard_obj.create(self.wizard_vals) + wizard.action_find_records() + # Test ir.model.fields name_get + field = wizard.fp_field_ids[:1] + name = field.with_context(account_chart_update=True).name_get()[0] + self.assertEqual(name[0], field.id) + self.assertEqual(name[1], f"{field.field_description} ({field.name})") + name = field.name_get()[0] + self.assertEqual(name[0], field.id) + self.assertEqual(name[1], f"{field.field_description} ({field.model})") + # Test no changes + self.assertEqual(wizard.state, "ready") + self.assertFalse(wizard.tax_ids) + self.assertFalse(wizard.account_ids) + self.assertFalse(wizard.fiscal_position_ids) + wizard.unlink() + # Add templates + new_tax_tmpl = self._create_tax_tmpl("Test tax 2", self.chart_template) + new_tax_tmpl.refund_repartition_line_ids[2].write( + {"tag_ids": [(6, 0, self.account_tag_1.ids)]} + ) + new_tax_tmpl.invoice_repartition_line_ids[2].write( + {"tag_ids": [(6, 0, self.account_tag_1.ids)]} + ) + new_account_tmpl = self._create_account_tmpl( + "Test account 2", "333333", "income", self.chart_template + ) + new_fp = self._create_fp_tmpl("Test fp 2", self.chart_template) + fp_template_tax = self.env["account.fiscal.position.tax.template"].create( + {"tax_src_id": self.tax_template.id, "position_id": new_fp.id} + ) + self._create_xml_id(fp_template_tax) + fp_template_account = self.env[ + "account.fiscal.position.account.template" + ].create( + { + "account_src_id": self.account_template.id, + "account_dest_id": self.account_template.id, + "position_id": new_fp.id, + } + ) + self._create_xml_id(fp_template_account) + # Tax with account in repartition lines + tax_template_with_account = self._create_tax_template_with_account( + "Test tax with account", self.chart_template, new_account_tmpl + ) + # Check that no action is performed if the option is not selected + wizard_vals = self.wizard_vals.copy() + wizard_vals.update( + { + "update_tax": False, + "update_account": False, + "update_fiscal_position": False, + "update_tax_repartition_line_account": False, + "update_tax_repartition_line_tags": False, + } + ) + wizard = self.wizard_obj.create(wizard_vals) + wizard.action_find_records() + self.assertFalse(wizard.tax_ids) + self.assertFalse(wizard.account_ids) + self.assertFalse(wizard.fiscal_position_ids) + wizard.unlink() + # Now do the real one for detecting additions + wizard = self.wizard_obj.create(self.wizard_vals) + wizard.action_find_records() + self.assertTrue(wizard.tax_ids) + self.assertEqual( + wizard.tax_ids.tax_id, new_tax_tmpl + tax_template_with_account + ) + for tax in wizard.tax_ids: + self.assertEqual(tax.type, "new") + self.assertTrue(wizard.account_ids) + self.assertEqual(wizard.account_ids.account_id, new_account_tmpl) + self.assertTrue(wizard.fiscal_position_ids) + self.assertEqual(wizard.fiscal_position_ids.fiscal_position_id, new_fp) + self.assertEqual(wizard.fiscal_position_ids.type, "new") + wizard.action_update_records() + self.assertEqual(wizard.state, "done") + self.assertEqual(wizard.new_taxes, 2) + self.assertEqual(wizard.new_accounts, 1) + self.assertEqual(wizard.new_fps, 1) + self.assertTrue(wizard.log) + new_tax = self.env["account.tax"].search( + [("name", "=", new_tax_tmpl.name), ("company_id", "=", self.company.id)] + ) + self.assertTrue(new_tax) + tax_with_account = self.env["account.tax"].search( + [ + ("name", "=", "Test tax with account"), + ("company_id", "=", self.company.id), + ] + ) + self.assertTrue(tax_with_account) + new_account = self.env["account.account"].search( + [("code", "=", new_account_tmpl.code), ("company_id", "=", self.company.id)] + ) + self.assertTrue(new_account) + fp = self.env["account.fiscal.position"].search( + [("name", "=", new_fp.name), ("company_id", "=", self.company.id)] + ) + self.assertTrue(fp) + self.assertTrue(fp.tax_ids) + self.assertTrue(fp.account_ids) + wizard.unlink() + # Update objects + self.tax_template.description = "Test description" + self.tax_template.tax_group_id = self.tax_group.id + repartition = self.tax_template.refund_repartition_line_ids.filtered( + lambda r: r.repartition_type == "tax" + )[0] + repartition.account_id = new_account_tmpl.id + self.account_template.name = "Other name" + self.account_template.tag_ids = [ + (6, 0, [self.account_tag_1.id, self.account_tag_2.id]) + ] + self.fp_template.note = "Test note. \n \n Multiline. \n" + self.fp_template.account_ids.account_dest_id = new_account_tmpl.id + self.fp_template.tax_ids.tax_dest_id = self.tax_template.id + wizard = self.wizard_obj.create(self.wizard_vals) + wizard.action_find_records() + self.assertTrue(wizard.tax_ids) + self.assertEqual( + wizard.tax_ids.tax_id.ids, [self.tax_template.id, new_tax_tmpl.id] + ) + self.assertEqual(list(set(wizard.tax_ids.mapped("type")))[0], "updated") + self.assertTrue(wizard.account_ids) + self.assertEqual(wizard.account_ids.account_id, self.account_template) + self.assertEqual(wizard.account_ids.type, "updated") + self.assertTrue(wizard.fiscal_position_ids) + self.assertEqual(wizard.fiscal_position_ids.type, "updated") + self.assertEqual( + wizard.fiscal_position_ids.fiscal_position_id, self.fp_template + ) + self.assertEqual(wizard.fiscal_position_ids.type, "updated") + wizard.action_update_records() + self.assertEqual(wizard.updated_taxes, 2) + self.assertEqual(wizard.updated_accounts, 1) + self.assertEqual(wizard.updated_fps, 1) + self.assertEqual(self.tax.description, self.tax_template.description) + self.assertEqual(self.tax.tax_group_id, self.tax_group) + repartition = self.tax.refund_repartition_line_ids.filtered( + lambda r: r.repartition_type == "tax" + ) + self.assertEqual(repartition.account_id, new_account) + self.assertEqual(self.account.name, self.account_template.name) + self.assertIn(self.account_tag_1, self.account.tag_ids) + self.assertIn(self.account_tag_2, self.account.tag_ids) + self.assertEqual(self.fp.note, f"

{self.fp_template.note}

") + self.assertEqual(self.fp.account_ids.account_dest_id, new_account) + self.assertEqual(self.fp.tax_ids.tax_dest_id, self.tax) + wizard.unlink() + # Exclude fields from check + self.tax_template.description = "Test description 2" + self.account_template.name = "Other name 2" + self.fp_template.note = "Test note 2" + wizard = self.wizard_obj.create(self.wizard_vals) + wizard.action_find_records() + wizard.tax_field_ids -= self.env["ir.model.fields"].search( + [("model", "=", "account.tax.template"), ("name", "=", "description")] + ) + wizard.account_field_ids -= self.env["ir.model.fields"].search( + [("model", "=", "account.account.template"), ("name", "=", "name")] + ) + wizard.fp_field_ids -= self.env["ir.model.fields"].search( + [("model", "=", "account.fiscal.position.template"), ("name", "=", "note")] + ) + wizard.action_find_records() + self.assertTrue(wizard.tax_ids) + self.assertFalse(wizard.account_ids) + self.assertFalse(wizard.fiscal_position_ids) + self.tax_template.description = "Test description" + self.account_template.name = "Other name" + wizard.unlink() + # Remove objects + new_tax_tmpl.unlink() + wizard = self.wizard_obj.create(self.wizard_vals) + wizard.action_find_records() + self.assertTrue(wizard.tax_ids) + self.assertEqual(wizard.tax_ids.update_tax_id, new_tax) + self.assertEqual(wizard.tax_ids.type, "deleted") + wizard.action_update_records() + self.assertEqual(wizard.deleted_taxes, 1) + self.assertFalse(new_tax.active) + wizard.unlink() + # Errors on account update + self.account_template.currency_id = self.ref("base.USD") + self.env["account.move"].create( + { + "name": "Test move", + "move_type": "entry", + "journal_id": self.env["account.journal"] + .search([("company_id", "=", self.company.id)], limit=1) + .id, + "date": fields.Date.today(), + "line_ids": [ + ( + 0, + 0, + { + "account_id": self.account.id, + "name": "Test move line", + "debit": 10, + "credit": 0, + "amount_currency": 8, + "currency_id": self.ref("base.GBP"), + }, + ), + ( + 0, + 0, + { + "account_id": self.account.id, + "name": "Test move line2", + "debit": 0, + "credit": 10, + "amount_currency": -8, + "currency_id": self.ref("base.GBP"), + }, + ), + ], + } + ) + self.tax_template.description = "Other description" + wizard = self.wizard_obj.create(self.wizard_vals) + wizard.action_find_records() + with self.assertRaises(Exception): # noqa: B017 + wizard.action_update_records() + # Errors on account update - continuing after that + wizard.continue_on_errors = True + wizard.action_update_records() + self.assertFalse(self.account.currency_id) + self.assertEqual(self.tax.description, self.tax_template.description) + self.assertEqual(wizard.rejected_updated_account_number, 1) + self.assertEqual(wizard.updated_accounts, 0) + wizard.unlink() + # Errors on account_creation + self.account_template.currency_id = False + new_account_tmpl_2 = self._create_account_tmpl( + "Test account 3", "444444", "income", self.chart_template + ) + wizard = self.wizard_obj.create(self.wizard_vals) + wizard.action_find_records() + self.assertEqual(wizard.account_ids.type, "new") + new_account_tmpl_2.code = "333333" # Trick the code for forcing error + with self.assertRaises(Exception): # noqa: B017 + wizard.action_update_records() + wizard.continue_on_errors = True + wizard.action_update_records() + self.assertEqual(wizard.rejected_new_account_number, 1) + self.assertEqual(wizard.new_accounts, 0) + wizard.unlink() + + def test_chart_update_groups(self): + self.wizard_vals.update( + { + "update_account": False, + "update_tax": False, + "update_fiscal_position": False, + "recreate_xml_ids": True, + } + ) + template_1 = self.env["account.group.template"].create( + { + "name": "TEST", + "code_prefix_start": "TESTZ", + "chart_template_id": self.chart_template.id, + } + ) + self._create_xml_id(template_1) + template_2 = self.env["account.group.template"].create( + { + "name": "TEST", + "code_prefix_start": "TESTY", + "chart_template_id": self.chart_template.id, + } + ) + self._create_xml_id(template_2) + group_1 = self.env["account.group"].create( + { + "name": "TEST", + "code_prefix_start": "TESTZ", + "code_prefix_end": "TESZZ", + "company_id": self.company.id, + } + ) + wizard = self.wizard_obj.create(self.wizard_vals) + wizard.action_find_records() + self.assertEqual(2, len(wizard.account_group_ids)) + self.assertEqual( + template_1, + wizard.account_group_ids.filtered( + lambda r: r.type == "updated" + ).account_group_id, + ) + self.assertEqual( + group_1, + wizard.account_group_ids.filtered( + lambda r: r.type == "updated" + ).update_account_group_id, + ) + self.assertEqual( + template_2, + wizard.account_group_ids.filtered( + lambda r: r.type == "new" + ).account_group_id, + ) + wizard.action_update_records() + self.assertEqual(1, wizard.updated_account_groups) + self.assertEqual(1, wizard.new_account_groups) + self.assertEqual("TESTZ", group_1.code_prefix_end) + self.assertTrue(list(group_1.get_external_id().values())[0]) + + # Put it to be executed in first place for avoiding DB cursor glitches + def test_00_matching(self): + # Test XML-ID matching + self.tax_template.name = "Test 1 tax name changed" + self.tax_template.description = "Test tax 1 description changed" + self.account_template.code = "200000" + self.fp_template.name = "Test 1 fp name changed" + wizard = self.wizard_obj.create(self.wizard_vals) + wizard.action_find_records() + self.assertEqual(wizard.tax_ids.tax_id, self.tax_template) + self.assertEqual(wizard.tax_ids.type, "updated") + self.assertEqual(wizard.account_ids.account_id, self.account_template) + self.assertEqual(wizard.account_ids.type, "updated") + self.assertTrue(wizard.fiscal_position_ids.type, "updated") + self.assertEqual( + wizard.fiscal_position_ids.fiscal_position_id, self.fp_template + ) + wizard.action_update_records() + self.assertEqual(wizard.updated_taxes, 1) + self.assertEqual(wizard.updated_accounts, 1) + self.assertEqual(wizard.updated_fps, 1) + self.assertEqual(self.tax.name, self.tax_template.name) + self.assertEqual(self.tax.description, self.tax_template.description) + self.assertEqual(self.account.code, self.account_template.code) + self.assertEqual(self.fp.name, self.fp_template.name) + wizard.unlink() + + # Test match by another field, there is no match by XML-ID + self._get_model_data(self.tax).unlink() + self._get_model_data(self.account).unlink() + self._get_model_data(self.fp).unlink() + self.tax_template.description = "Test 2 tax description changed" + self.account_template.name = "Test 2 account name changed" + self.fp_template.note = "

Test 2 fp note changed

" + wizard = self.wizard_obj.create(self.wizard_vals) + wizard.action_find_records() + self.assertEqual(wizard.tax_ids.tax_id, self.tax_template) + self.assertEqual(wizard.tax_ids.type, "updated") + self.assertEqual(wizard.account_ids.account_id, self.account_template) + self.assertEqual(wizard.account_ids.type, "updated") + self.assertTrue(wizard.fiscal_position_ids.type, "updated") + self.assertEqual( + wizard.fiscal_position_ids.fiscal_position_id, self.fp_template + ) + wizard.action_update_records() + self.assertEqual(wizard.updated_taxes, 1) + self.assertEqual(wizard.updated_accounts, 1) + self.assertEqual(wizard.updated_fps, 1) + self.assertEqual(self.tax.description, self.tax_template.description) + self.assertEqual(self.account.name, self.account_template.name) + self.assertEqual(self.fp.note, self.fp_template.note) + wizard.unlink() + + # Test match by name, there is no match by XML-ID or by code + self.account_template.code = "300000" + wizard = self.wizard_obj.create(self.wizard_vals) + wizard.action_find_records() + self.assertEqual(wizard.account_ids.account_id, self.account_template) + self.assertEqual(wizard.account_ids.type, "updated") + wizard.action_update_records() + self.assertEqual(wizard.updated_accounts, 1) + self.assertEqual(self.account.code, self.account_template.code) + wizard.unlink() + + # Test 1 recreate XML-ID + self.tax_template.description = "Test 4 tax description changed" + self.account_template.name = "Test 4 account name changed" + self.fp_template.note = "

Test 4 fp note changed

" + self.wizard_vals.update(recreate_xml_ids=True) + wizard = self.wizard_obj.create(self.wizard_vals) + wizard.action_find_records() + self.assertEqual(wizard.tax_ids.tax_id, self.tax_template) + self.assertEqual(wizard.tax_ids.type, "updated") + self.assertEqual(wizard.account_ids.account_id, self.account_template) + self.assertEqual(wizard.account_ids.type, "updated") + self.assertTrue(wizard.fiscal_position_ids.type, "updated") + self.assertEqual( + wizard.fiscal_position_ids.fiscal_position_id, self.fp_template + ) + # There is no XML-ID + self.assertFalse(list(self.tax.get_external_id().values())[0]) + self.assertFalse(list(self.account.get_external_id().values())[0]) + self.assertFalse(list(self.fp.get_external_id().values())[0]) + # Update for recreating XML-ID + wizard.action_update_records() + self.assertEqual(wizard.updated_taxes, 1) + self.assertEqual(wizard.updated_accounts, 1) + self.assertEqual(wizard.updated_fps, 1) + self.assertEqual(self.tax.description, self.tax_template.description) + self.assertEqual(self.account.name, self.account_template.name) + self.assertEqual(self.fp.note, self.fp_template.note) + # There is XML-ID now + self.assertTrue(list(self.tax.get_external_id().values())[0]) + self.assertTrue(list(self.account.get_external_id().values())[0]) + self.assertTrue(list(self.fp.get_external_id().values())[0]) + wizard.unlink() + + # Test 2 recreate XML-ID + self._get_model_data(self.tax).unlink() + self._get_model_data(self.account).unlink() + self._get_model_data(self.fp).unlink() + wizard = self.wizard_obj.create(self.wizard_vals) + wizard.action_find_records() + self.assertEqual(wizard.tax_ids.tax_id, self.tax_template) + self.assertEqual(wizard.tax_ids.type, "updated") + self.assertEqual(wizard.account_ids.account_id, self.account_template) + self.assertEqual(wizard.account_ids.type, "updated") + self.assertTrue(wizard.fiscal_position_ids.type, "updated") + self.assertEqual( + wizard.fiscal_position_ids.fiscal_position_id, self.fp_template + ) + # There is no XML-ID + self.assertFalse(list(self.tax.get_external_id().values())[0]) + self.assertFalse(list(self.account.get_external_id().values())[0]) + self.assertFalse(list(self.fp.get_external_id().values())[0]) + # Update for recreating XML-ID + wizard.action_update_records() + self.assertEqual(wizard.updated_taxes, 1) + self.assertEqual(wizard.updated_accounts, 1) + self.assertEqual(wizard.updated_fps, 1) + # There is XML-ID now + self.assertTrue(list(self.tax.get_external_id().values())[0]) + self.assertTrue(list(self.account.get_external_id().values())[0]) + self.assertTrue(list(self.fp.get_external_id().values())[0]) + wizard.unlink() diff --git a/account_chart_update/views/account_config_settings_view.xml b/account_chart_update/views/account_config_settings_view.xml new file mode 100644 index 00000000000..d3646e179b4 --- /dev/null +++ b/account_chart_update/views/account_config_settings_view.xml @@ -0,0 +1,39 @@ + + + + + Open Account Chart Update Wizard 2 + res.config.settings + + +
+

Update Chart Template

+
+
+
+
+ Update Chart Template +
+ Update Taxes, fiscal positions or chart of accounts. +
+
+
+
+
+
+
+
+
+
+ + + diff --git a/account_chart_update/wizard/__init__.py b/account_chart_update/wizard/__init__.py new file mode 100644 index 00000000000..2deb8c35e0f --- /dev/null +++ b/account_chart_update/wizard/__init__.py @@ -0,0 +1,3 @@ +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from . import wizard_chart_update diff --git a/account_chart_update/wizard/wizard_chart_update.py b/account_chart_update/wizard/wizard_chart_update.py new file mode 100644 index 00000000000..f79fabe6293 --- /dev/null +++ b/account_chart_update/wizard/wizard_chart_update.py @@ -0,0 +1,1594 @@ +# Copyright 2010 Jordi Esteve, Zikzakmedia S.L. (http://www.zikzakmedia.com) +# Copyright 2010 Pexego Sistemas Informáticos S.L.(http://www.pexego.es) +# Borja López Soilán +# Copyright 2013 Joaquin Gutierrez (http://www.gutierrezweb.es) +# Copyright 2015 Antonio Espinosa +# Copyright 2016 Jairo Llopis +# Copyright 2016 Jacques-Etienne Baudoux +# Copyright 2018 Tecnativa - Pedro M. Baeza +# Copyright 2020 Noviat - Luc De Meyer +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +import logging +from contextlib import closing +from io import StringIO + +from markupsafe import Markup + +from odoo import _, api, exceptions, fields, models, tools +from odoo.tools import config + +_logger = logging.getLogger(__name__) +EXCEPTION_TEXT = "Traceback (most recent call last)" + + +class WizardUpdateChartsAccounts(models.TransientModel): + _name = "wizard.update.charts.accounts" + _description = "Wizard Update Charts Accounts" + + state = fields.Selection( + selection=[ + ("init", "Configuration"), + ("ready", "Select records to update"), + ("done", "Wizard completed"), + ], + string="Status", + readonly=True, + default="init", + ) + company_id = fields.Many2one( + comodel_name="res.company", + string="Company", + required=True, + default=lambda self: self.env.user.company_id.id, + ) + chart_template_id = fields.Many2one( + comodel_name="account.chart.template", + string="Chart Template", + ondelete="cascade", + required=True, + ) + chart_template_ids = fields.Many2many( + "account.chart.template", + string="Chart Templates", + compute="_compute_chart_template_ids", + help="Includes all chart templates.", + ) + code_digits = fields.Integer(related="chart_template_id.code_digits") + lang = fields.Selection( + lambda self: self._get_lang_selection_options(), + "Language", + required=True, + help="For records searched by name (taxes, fiscal " + "positions), the template name will be matched against the " + "record name on this language.", + default=lambda self: self.env.context.get("lang", self.env.user.lang), + ) + update_tax = fields.Boolean( + string="Update taxes", + default=True, + help="Existing taxes are updated. Taxes are searched by name.", + ) + update_tax_repartition_line_account = fields.Boolean( + string="Update Tax Accounts", + default=True, + help="Update account_id field on existing Tax repartition lines", + ) + update_tax_repartition_line_tags = fields.Boolean( + string="Update Tax Tags", + default=True, + help="Update tag_ids field on existing Tax repartition lines", + ) + update_account = fields.Boolean( + string="Update accounts", + default=True, + help="Existing accounts are updated. Accounts are searched by code.", + ) + update_account_group = fields.Boolean( + string="Update account groups", + default=True, + help="Existing account groups are updated. " + "Account groups are searched by prefix_code_start.", + ) + update_fiscal_position = fields.Boolean( + string="Update fiscal positions", + default=True, + help="Existing fiscal positions are updated. Fiscal positions are " + "searched by name.", + ) + continue_on_errors = fields.Boolean( + default=False, + help="If set, the wizard will continue to the next step even if " + "there are minor errors.", + ) + recreate_xml_ids = fields.Boolean(string="Recreate missing XML-IDs") + tax_ids = fields.One2many( + comodel_name="wizard.update.charts.accounts.tax", + inverse_name="update_chart_wizard_id", + string="Taxes", + ) + account_ids = fields.One2many( + comodel_name="wizard.update.charts.accounts.account", + inverse_name="update_chart_wizard_id", + string="Accounts", + ) + account_group_ids = fields.One2many( + comodel_name="wizard.update.charts.accounts.account.group", + inverse_name="update_chart_wizard_id", + string="Account Groups", + ) + fiscal_position_ids = fields.One2many( + comodel_name="wizard.update.charts.accounts.fiscal.position", + inverse_name="update_chart_wizard_id", + string="Fiscal positions", + ) + new_taxes = fields.Integer(compute="_compute_new_taxes_count") + new_accounts = fields.Integer(compute="_compute_new_accounts_count") + new_account_groups = fields.Integer(compute="_compute_new_account_groups_count") + rejected_new_account_number = fields.Integer() + new_fps = fields.Integer( + string="New fiscal positions", compute="_compute_new_fps_count" + ) + updated_taxes = fields.Integer(compute="_compute_updated_taxes_count") + rejected_updated_account_number = fields.Integer() + updated_accounts = fields.Integer(compute="_compute_updated_accounts_count") + updated_account_groups = fields.Integer( + compute="_compute_updated_account_groups_count" + ) + updated_fps = fields.Integer( + string="Updated fiscal positions", compute="_compute_updated_fps_count" + ) + deleted_taxes = fields.Integer( + string="Deactivated taxes", compute="_compute_deleted_taxes_count" + ) + log = fields.Text(string="Messages and Errors", readonly=True) + tax_field_ids = fields.Many2many( + comodel_name="ir.model.fields", + relation="wizard_update_charts_tax_fields_rel", + string="Tax fields", + domain=lambda self: self._domain_tax_field_ids(), + default=lambda self: self._default_tax_field_ids(), + ) + account_field_ids = fields.Many2many( + comodel_name="ir.model.fields", + relation="wizard_update_charts_account_fields_rel", + string="Account fields", + domain=lambda self: self._domain_account_field_ids(), + default=lambda self: self._default_account_field_ids(), + ) + account_group_field_ids = fields.Many2many( + comodel_name="ir.model.fields", + relation="wizard_update_charts_account_group_fields_rel", + string="Account groups fields", + domain=lambda self: self._domain_account_group_field_ids(), + default=lambda self: self._default_account_group_field_ids(), + ) + fp_field_ids = fields.Many2many( + comodel_name="ir.model.fields", + relation="wizard_update_charts_fp_fields_rel", + string="Fiscal position fields", + domain=lambda self: self._domain_fp_field_ids(), + default=lambda self: self._default_fp_field_ids(), + ) + tax_matching_ids = fields.One2many( + comodel_name="wizard.tax.matching", + inverse_name="update_chart_wizard_id", + string="Taxes matching", + default=lambda self: self._default_tax_matching_ids(), + ) + account_matching_ids = fields.One2many( + comodel_name="wizard.account.matching", + inverse_name="update_chart_wizard_id", + string="Accounts matching", + default=lambda self: self._default_account_matching_ids(), + ) + account_group_matching_ids = fields.One2many( + comodel_name="wizard.account.group.matching", + inverse_name="update_chart_wizard_id", + string="Account groups matching", + default=lambda self: self._default_account_group_matching_ids(), + ) + fp_matching_ids = fields.One2many( + comodel_name="wizard.fp.matching", + inverse_name="update_chart_wizard_id", + string="Fiscal positions matching", + default=lambda self: self._default_fp_matching_ids(), + ) + + def _domain_per_name(self, name): + return [ + ("model", "=", name), + ("name", "not in", tuple(self.fields_to_ignore(name))), + ] + + def _domain_tax_field_ids(self): + return self._domain_per_name("account.tax.template") + + def _domain_account_field_ids(self): + return self._domain_per_name("account.account.template") + + def _domain_account_group_field_ids(self): + return self._domain_per_name("account.group.template") + + def _domain_fp_field_ids(self): + return self._domain_per_name("account.fiscal.position.template") + + def _default_tax_field_ids(self): + return [ + (4, x.id) + for x in self.env["ir.model.fields"].search(self._domain_tax_field_ids()) + ] + + def _default_account_field_ids(self): + return [ + (4, x.id) + for x in self.env["ir.model.fields"].search( + self._domain_account_field_ids() + ) + ] + + def _default_account_group_field_ids(self): + return [ + (4, x.id) + for x in self.env["ir.model.fields"].search( + self._domain_account_group_field_ids() + ) + ] + + def _default_fp_field_ids(self): + return [ + (4, x.id) + for x in self.env["ir.model.fields"].search(self._domain_fp_field_ids()) + ] + + def _get_matching_ids(self, model_name, ordered_opts): + vals = [] + for seq, opt in enumerate(ordered_opts, 1): + vals.append((0, False, {"sequence": seq, "matching_value": opt})) + all_options = self.env[model_name]._get_matching_selection() + all_options = map(lambda x: x[0], all_options) + all_options = list(set(all_options) - set(ordered_opts)) + + for seq, opt in enumerate(all_options, len(ordered_opts) + 1): + vals.append((0, False, {"sequence": seq, "matching_value": opt})) + return vals + + def _default_fp_matching_ids(self): + ordered_opts = ["xml_id", "name"] + return self._get_matching_ids("wizard.fp.matching", ordered_opts) + + def _default_tax_matching_ids(self): + ordered_opts = ["xml_id", "description", "name"] + return self._get_matching_ids("wizard.tax.matching", ordered_opts) + + def _default_account_matching_ids(self): + ordered_opts = ["xml_id", "code", "name"] + return self._get_matching_ids("wizard.account.matching", ordered_opts) + + def _default_account_group_matching_ids(self): + ordered_opts = ["xml_id", "code_prefix_start"] + return self._get_matching_ids("wizard.account.group.matching", ordered_opts) + + @api.model + def _get_lang_selection_options(self): + """Gets the available languages for the selection.""" + langs = self.env["res.lang"].search([]) + return [(lang.code, lang.name) for lang in langs] + + @api.depends("chart_template_id") + def _compute_chart_template_ids(self): + all_parents = self.chart_template_id._get_chart_parent_ids() + self.chart_template_ids = all_parents + + @api.depends("tax_ids") + def _compute_new_taxes_count(self): + self.new_taxes = len(self.tax_ids.filtered(lambda x: x.type == "new")) + + @api.depends("account_ids") + def _compute_new_accounts_count(self): + self.new_accounts = ( + len(self.account_ids.filtered(lambda x: x.type == "new")) + - self.rejected_new_account_number + ) + + @api.depends("account_group_ids") + def _compute_new_account_groups_count(self): + self.new_account_groups = len( + self.account_group_ids.filtered(lambda x: x.type == "new") + ) + + @api.depends("fiscal_position_ids") + def _compute_new_fps_count(self): + self.new_fps = len(self.fiscal_position_ids.filtered(lambda x: x.type == "new")) + + @api.depends("tax_ids") + def _compute_updated_taxes_count(self): + self.updated_taxes = len(self.tax_ids.filtered(lambda x: x.type == "updated")) + + @api.depends("account_ids") + def _compute_updated_accounts_count(self): + self.updated_accounts = ( + len(self.account_ids.filtered(lambda x: x.type == "updated")) + - self.rejected_updated_account_number + ) + + @api.depends("account_group_ids") + def _compute_updated_account_groups_count(self): + self.updated_account_groups = len( + self.account_group_ids.filtered(lambda x: x.type == "updated") + ) + + @api.depends("fiscal_position_ids") + def _compute_updated_fps_count(self): + self.updated_fps = len( + self.fiscal_position_ids.filtered(lambda x: x.type == "updated") + ) + + @api.depends("tax_ids") + def _compute_deleted_taxes_count(self): + self.deleted_taxes = len(self.tax_ids.filtered(lambda x: x.type == "deleted")) + + @api.onchange("company_id") + def _onchage_company_update_chart_template(self): + self.chart_template_id = self.company_id.chart_template_id + + def _reopen(self): + return { + "type": "ir.actions.act_window", + "view_mode": "form", + "res_id": self.id, + "res_model": self._name, + "target": "new", + # save original model in context, + # because selecting the list of available + # templates requires a model in context + "context": {"default_model": self._name}, + } + + def action_init(self): + """Initial action that sets the initial state.""" + self.write( + { + "state": "init", + "tax_ids": [(2, r.id, False) for r in self.tax_ids], + "account_ids": [(2, r.id, False) for r in self.account_ids], + "fiscal_position_ids": [ + (2, r.id, False) for r in self.fiscal_position_ids + ], + } + ) + return self._reopen() + + def action_find_records(self): + """Searchs for records to update/create and shows them.""" + self.clear_caches() + self = self.with_context(lang=self.lang) + # Search for, and load, the records to create/update. + if self.update_tax: + self._find_taxes() + if self.update_account: + self._find_accounts() + if self.update_account_group: + self._find_account_groups() + if self.update_fiscal_position: + self._find_fiscal_positions() + # Write the results, and go to the next step. + self.state = "ready" + return self._reopen() + + def _check_consistency(self): + """Method for assuring consistency in operations before performing + them. For now, implemented: + + - If a parent tax is tried to be created, children taxes must be + also included to be created. + + TODO: + + - Check that needed accounts in taxes/FPs are created at the same time. + - Check that needed taxes in FPs are created at the same time. + """ + taxes2create = self.tax_ids.filtered(lambda x: x.type == "new") + parents2create = taxes2create.filtered(lambda x: x.tax_id.children_tax_ids) + for parent in parents2create: + if bool( + parent.tax_id.children_tax_ids - taxes2create.mapped("tax_id") + ): # some children taxes are not included to be added + raise exceptions.UserError( + _( + "You have at least one parent tax template (%s) whose " + "children taxes are not going to be created. Aborting " + "as this will provoke an infinite loop. Please check " + "if children have been matched, but not the parent one." + ) + % parent.tax_id.name + ) + + def action_update_records(self): + """Action that creates/updates/deletes the selected elements.""" + self._check_consistency() + self = self.with_context(lang=self.lang) + self.rejected_new_account_number = 0 + self.rejected_updated_account_number = 0 + with closing(StringIO()) as log_output: + handler = logging.StreamHandler(log_output) + _logger.addHandler(handler) + # Create or update the records. + if self.update_tax: + todo_dict = self._update_taxes() + perform_rest = True + if self.update_account: + self._update_accounts() + if ( + EXCEPTION_TEXT in log_output.getvalue() + and not self.continue_on_errors + ): # Abort early + perform_rest = False + # Clear this cache for avoiding incorrect account hits (as it was + # queried before account creation) + self.find_account_by_templates.clear_cache(self) + if self.update_account_group and perform_rest: + self._update_account_groups() + if self.update_tax and perform_rest: + self._update_taxes_pending_for_accounts(todo_dict) + if self.update_fiscal_position and perform_rest: + self._update_fiscal_positions() + # Store new chart in the company + self.company_id.chart_template_id = self.chart_template_id + _logger.removeHandler(handler) + self.log = log_output.getvalue() + # Check if errors where detected and wether we should stop. + if EXCEPTION_TEXT in self.log and not self.continue_on_errors: + raise exceptions.UserError( + _("One or more errors detected!\n\n%s") % self.log + ) + # Store the data and go to the next step. + self.state = "done" + return self._reopen() + + def _get_real_xml_name(self, template): + [external_id] = template.get_external_id().values() + (name, module) = external_id.split(".") + return "%s.%d_%s" % (name, self.company_id.id, module) + + @tools.ormcache("templates") + def find_taxes_by_templates(self, templates): + tax_ids = [] + for tax in templates: + tax_id = self.find_tax_by_templates(tax) + if tax_id: + tax_ids.append(tax_id) + return self.env["account.tax"].browse(tax_ids) + + @tools.ormcache("templates") + def find_tax_by_templates(self, templates): + """Find a tax that matches the template.""" + # search inactive taxes too, to avoid re-creating + # taxes that have been deactivated before + tax_model = self.env["account.tax"].with_context(active_test=False) + for template in templates: + for matching in self.tax_matching_ids.sorted("sequence"): + if matching.matching_value == "xml_id": + real = self.env.ref( + self._get_real_xml_name(template), raise_if_not_found=False + ) + if not real: + continue + criteria = ("id", "=", real.id) + else: + field_name = matching.matching_value + if not template[field_name]: + continue + criteria = (field_name, "=", template[field_name]) + + result = tax_model.search( + [ + criteria, + ("company_id", "=", self.company_id.id), + ("type_tax_use", "=", template.type_tax_use), + ], + limit=1, + ) + if result: + return result.id + + return False + + @tools.ormcache("templates", "current_repartition") + def find_repartition_by_templates( + self, templates, current_repartition, tax, inverse_name + ): + upd_acc = self.update_tax_repartition_line_account + upd_tags = self.update_tax_repartition_line_tags + result = [] + existing_ids = [] + for i, tpl in enumerate(templates): + factor_percent = tpl.factor_percent + repartition_type = tpl.repartition_type + account_id = self.find_account_by_templates(tpl.account_id) + tags = self.env["account.account.tag"] + plus_expressions = tpl.plus_report_expression_ids.filtered( + lambda x: x.engine == "tax_tags" + ) + for expression in plus_expressions: + country = expression.report_line_id.report_id.country_id + existing_tags = self.env["account.account.tag"]._get_tax_tags( + expression.formula, country.id + ) + tags |= existing_tags.filtered(lambda x: not x.tax_negate) + minus_expressions = tpl.minus_report_expression_ids.filtered( + lambda x: x.engine == "tax_tags" + ) + for expression in minus_expressions: + country = expression.report_line_id.report_id.country_id + existing_tags = self.env["account.account.tag"]._get_tax_tags( + expression.formula, country.id + ) + tags |= existing_tags.filtered(lambda x: x.tax_negate) + tags += tpl.tag_ids + existing = self.env["account.tax.repartition.line"] + existing_candidates = current_repartition.filtered( + lambda r, + factor_percent, + repartition_type, + existing_ids: r.factor_percent == factor_percent + and r.repartition_type == repartition_type + and r.id not in existing_ids + ) + if len(existing_candidates) == 1: + existing = existing_candidates + elif len(existing_candidates) > 1: + # We may have this situation in case of e.g. 50%/50% on tax. + # In this case we assume that the repartition line order + # is the same between templates and actual tax objects + existing_candidate = current_repartition[i] + if existing_candidate in existing_candidates: + existing = existing_candidate + + if existing: + existing_ids.append(existing.id) + upd_vals = {} + if upd_acc and existing.account_id.id != account_id: + upd_vals["account_id"] = account_id + if upd_tags: + if existing.tag_ids != tags: + upd_vals["tag_ids"] = [(6, 0, tags.ids)] + if upd_vals: + # update record + result.append((1, existing.id, upd_vals)) + if not existing: + # create a new mapping + result.append( + ( + 0, + 0, + { + inverse_name: tax.id, + "factor_percent": factor_percent, + "repartition_type": repartition_type, + "account_id": account_id, + "tag_ids": [(6, 0, tags.ids)], + }, + ) + ) + + if tax.amount_type != "group": + # Mark to be removed the lines not found + remove_ids = [x for x in current_repartition.ids if x not in existing_ids] + result += [(2, x) for x in remove_ids] + return result + + @api.model + @tools.ormcache("code") + def padded_code(self, code): + """Return a right-zero-padded code with the chosen digits.""" + return code.ljust(self.code_digits, "0") + + @tools.ormcache("templates") + def find_accounts_by_templates(self, templates): + account_ids = [] + for account in templates: + account_ids.append(self.find_account_by_templates(account)) + return self.env["account.account"].browse(account_ids) + + @tools.ormcache("templates") + def find_account_by_templates(self, templates): + """Find an account that matches the template.""" + account_model = self.env["account.account"] + for matching in self.account_matching_ids.sorted("sequence"): + if matching.matching_value == "xml_id": + real = self.env["account.account"] + for template in templates: + try: + real |= self.env.ref(self._get_real_xml_name(template)) + except BaseException: + _logger.info("Is not real xml Name") + if not real: + continue + criteria = ("id", "in", real.ids) + elif matching.matching_value == "code": + codes = templates.mapped("code") + if not codes: + continue + criteria = ("code", "in", list(map(self.padded_code, codes))) + else: + field_name = matching.matching_value + field_values = templates.mapped(field_name) + if not field_values: + continue + criteria = (field_name, "in", field_values) + result = account_model.search( + [criteria, ("company_id", "=", self.company_id.id)] + ) + if result: + return result.id + return False + + @tools.ormcache("templates") + def find_account_group_by_templates(self, templates): + """Find an account groups that matches the template.""" + account_model = self.env["account.group"] + for matching in self.account_group_matching_ids.sorted("sequence"): + if matching.matching_value == "xml_id": + real = self.env["account.group"] + for template in templates: + try: + real |= self.env.ref(self._get_real_xml_name(template)) + except BaseException: + _logger.info("Is not real xml Name") + + if not real: + continue + criteria = ("id", "in", real.ids) + elif matching.matching_value == "code": + codes = templates.mapped("code") + if not codes: + continue + criteria = ("code", "in", list(map(self.padded_code, codes))) + else: + field_name = matching.matching_value + field_values = templates.mapped(field_name) + if not field_values: + continue + criteria = (field_name, "in", field_values) + + result = account_model.search( + [criteria, ("company_id", "=", self.company_id.id)] + ) + if result: + return result.id + + return False + + @tools.ormcache("templates") + def find_fp_by_templates(self, templates): + """Find a real fiscal position from a template.""" + fp_model = self.env["account.fiscal.position"] + for matching in self.fp_matching_ids.sorted("sequence"): + if matching.matching_value == "xml_id": + real = self.env["account.fiscal.position"] + for template in templates: + try: + real |= self.env.ref(self._get_real_xml_name(template)) + except BaseException: + _logger.info("Is not real xml Name") + + if not real: + continue + criteria = ("id", "in", real.ids) + else: + field_name = matching.matching_value + field_values = templates.mapped(field_name) + if not field_values: + continue + criteria = (field_name, "in", field_values) + + result = fp_model.search( + [criteria, ("company_id", "=", self.company_id.id)], limit=1 + ) + if result: + return result.id + + return False + + @tools.ormcache("templates", "current_fp_accounts") + def find_fp_account_by_templates(self, templates, current_fp_accounts): + result = [] + for tpl in templates: + pos_id = self.find_fp_by_templates(tpl.position_id) + src_id = self.find_account_by_templates(tpl.account_src_id) + dest_id = self.find_account_by_templates(tpl.account_dest_id) + existing = self.env["account.fiscal.position.account"].search( + [ + ("position_id", "=", pos_id), + ("account_src_id", "=", src_id), + ("account_dest_id", "=", dest_id), + ] + ) + if not existing: + # create a new mapping + result.append( + ( + 0, + 0, + { + "position_id": pos_id, + "account_src_id": src_id, + "account_dest_id": dest_id, + }, + ) + ) + else: + current_fp_accounts -= existing + # Mark to be removed the lines not found + if current_fp_accounts: + result += [(2, x.id) for x in current_fp_accounts] + return result + + @tools.ormcache("templates", "current_fp_taxes") + def find_fp_tax_by_templates(self, templates, current_fp_taxes): + result = [] + for tpl in templates: + pos_id = self.find_fp_by_templates(tpl.position_id) + src_id = self.find_tax_by_templates(tpl.tax_src_id) + dest_id = self.find_tax_by_templates(tpl.tax_dest_id) + existing = self.env["account.fiscal.position.tax"].search( + [ + ("position_id", "=", pos_id), + ("tax_src_id", "=", src_id), + ("tax_dest_id", "=", dest_id), + ] + ) + if not existing: + # create a new mapping + result.append( + ( + 0, + 0, + { + "position_id": pos_id, + "tax_src_id": src_id, + "tax_dest_id": dest_id, + }, + ) + ) + else: + current_fp_taxes -= existing + # Mark to be removed the lines not found + if current_fp_taxes: + result += [(2, x.id) for x in current_fp_taxes] + return result + + @api.model + @tools.ormcache("name") + def fields_to_ignore(self, name): + """Get fields that will not be used when checking differences. + + :param str template: A template record. + :param str name: The name of the template model. + :return set: Fields to ignore in diff. + """ + specials_mapping = { + "account.tax.template": {"chart_template_id", "children_tax_ids"}, + "account.account.template": set(self.env["mail.thread"]._fields) + | {"chart_template_id", "root_id", "nocreate"}, + "account.fiscal.position.template": {"chart_template_id"}, + "account.group.template": { + "chart_template_id", + "parent_id", + "code_prefix_end", + }, + } + specials = { + "display_name", + "__last_update", + "company_id", + } | specials_mapping.get(name, set()) + return set(models.MAGIC_COLUMNS) | specials + + @api.model + def diff_fields(self, template, real): # noqa: C901 + """Get fields that are different in template and real records. + + :param odoo.models.Model template: + Template record. + :param odoo.models.Model real: + Real record. + + :return dict: + Fields that are different in both records, and the expected value. + """ + result = dict() + ignore = self.fields_to_ignore(template._name) + template_field_mapping = { + "account.tax.template": self.tax_field_ids, + "account.account.template": self.account_field_ids, + "account.fiscal.position.template": self.fp_field_ids, + "account.group.template": self.account_group_field_ids, + } + to_include = template_field_mapping[template._name].mapped("name") + for key, field in template._fields.items(): + if key in ignore or key not in to_include or not hasattr(real, key): + continue + expected = None + # Translate template records to reals for comparison + relation = field.get_description(self.env).get("relation", "") + if relation: + if relation == "account.tax.template": + expected = self.find_taxes_by_templates(template[key]) + elif relation == "account.account.template": + expected = self.find_accounts_by_templates(template[key]) + elif relation == "account.fiscal.position.tax.template": + expected = self.find_fp_tax_by_templates(template[key], real[key]) + elif relation == "account.fiscal.position.account.template": + expected = self.find_fp_account_by_templates( + template[key], real[key] + ) + elif relation == "account.tax.repartition.line.template": + expected = self.find_repartition_by_templates( + template[key], real[key], real, field.inverse_name + ) + # Register detected differences + if expected is not None: + if expected != [] and ( + key + in ["invoice_repartition_line_ids", "refund_repartition_line_ids"] + or (isinstance(expected, models.Model) and expected != real[key]) + or (not isinstance(expected, models.Model)) + ): + result[key] = expected + else: + template_value, real_value = template[key], real[key] + if template._name == "account.account.template" and key == "code": + template_value = self.padded_code(template["code"]) + # Normalize values when one field is Char and the other is Html + if ( + isinstance(template_value, str) and isinstance(real_value, Markup) + ) or ( + isinstance(template_value, Markup) and isinstance(real_value, str) + ): + template_value = Markup(template_value).striptags() + real_value = Markup(real_value).striptags() + if template_value != real_value: + result[key] = template_value + # Avoid to cache recordset references + if key in result: + if isinstance(real._fields[key], fields.Many2many): + result[key] = [(6, 0, result[key].ids)] + elif isinstance(real._fields[key], fields.Many2one): + result[key] = result[key].id + return result + + @api.model + def diff_notes(self, template, real): + """Get notes for humans on why is this record going to be updated. + + :param openerp.models.Model template: + Template record. + + :param openerp.models.Model real: + Real record. + + :return str: + Notes result. + """ + result = list() + different_fields = sorted( + template._fields[f].get_description(self.env)["string"] + for f in self.diff_fields(template, real).keys() + ) + if different_fields: + result.append( + _("Differences in these fields: %s.") % ", ".join(different_fields) + ) + # Special for taxes + if template._name == "account.tax.template": + if not real.active: + result.append(_("Tax is disabled.")) + return "\n".join(result) + + @tools.ormcache("self", "template", "real_obj") + def missing_xml_id(self, template, real_obj): + ir_model_data = self.env["ir.model.data"] + template_xmlid = ir_model_data.search( + [("model", "=", template._name), ("res_id", "=", template.id)] + ) + new_xml_id = "%d_%s" % (self.company_id.id, template_xmlid.name) + return not ir_model_data.search( + [ + ("res_id", "=", real_obj.id), + ("model", "=", real_obj._name), + ("module", "=", template_xmlid.module), + ("name", "=", new_xml_id), + ] + ) + + def _domain_taxes_to_deactivate(self, found_taxes_ids): + return [ + ("company_id", "=", self.company_id.id), + ("id", "not in", found_taxes_ids), + ("active", "=", True), + ] + + def _find_taxes(self): + """Search for, and load, tax templates to create/update/delete.""" + found_taxes_ids = [] + self.tax_ids.unlink() + # Search for changes between template and real tax + for template in self.chart_template_ids.with_context(active_test=False).mapped( + "tax_template_ids" + ): + # Check if the template matches a real tax + tax_id = self.find_tax_by_templates(template) + if not tax_id: + # Tax to be created + self.tax_ids.create( + { + "tax_id": template.id, + "update_chart_wizard_id": self.id, + "type": "new", + "notes": _("Name or description not found."), + } + ) + else: + found_taxes_ids.append(tax_id) + # Check the tax for changes + tax = self.env["account.tax"].browse(tax_id) + notes = self.diff_notes(template, tax) + + if self.recreate_xml_ids and self.missing_xml_id(template, tax): + notes += (notes and "\n" or "") + _("Missing XML-ID.") + + if notes: + # Tax to be updated + self.tax_ids.create( + { + "tax_id": template.id, + "update_chart_wizard_id": self.id, + "type": "updated", + "update_tax_id": tax_id, + "notes": notes, + } + ) + # search for taxes not in the template and propose them for + # deactivation + taxes_to_deactivate = self.env["account.tax"].search( + self._domain_taxes_to_deactivate(found_taxes_ids) + ) + for tax in taxes_to_deactivate: + self.tax_ids.create( + { + "update_chart_wizard_id": self.id, + "type": "deleted", + "update_tax_id": tax.id, + "notes": _("To deactivate: not in the template"), + } + ) + + def _find_accounts(self): + """Load account templates to create/update.""" + self.account_ids.unlink() + for template in self.chart_template_ids.mapped("account_ids"): + # Search for a real account that matches the template + account_id = self.find_account_by_templates(template) + if not account_id: + # Account to be created + self.account_ids.create( + { + "account_id": template.id, + "update_chart_wizard_id": self.id, + "type": "new", + "notes": _("No account found with this code."), + } + ) + else: + # Check the account for changes + account = self.env["account.account"].browse(account_id) + notes = self.diff_notes(template, account) + + if self.recreate_xml_ids and self.missing_xml_id(template, account): + notes += (notes and "\n" or "") + _("Missing XML-ID.") + + if notes: + # Account to be updated + self.account_ids.create( + { + "account_id": template.id, + "update_chart_wizard_id": self.id, + "type": "updated", + "update_account_id": account_id, + "notes": notes, + } + ) + + def _find_account_groups(self): + """Load account templates to create/update.""" + self.account_group_ids.unlink() + for template in self.env["account.group.template"].search( + [("chart_template_id", "in", self.chart_template_ids.ids)] + ): + # Search for a real account that matches the template + account_group_id = self.find_account_group_by_templates(template) + if not account_group_id: + # Account to be created + self.account_group_ids.create( + { + "account_group_id": template.id, + "update_chart_wizard_id": self.id, + "type": "new", + "notes": _("No account found with this code."), + } + ) + else: + # Check the account for changes + account_group = self.env["account.group"].browse(account_group_id) + notes = self.diff_notes(template, account_group) + code_prefix_end = ( + template.code_prefix_end + if template.code_prefix_end + and template.code_prefix_end < template.code_prefix_start + else template.code_prefix_start + ) + if code_prefix_end != account_group.code_prefix_end: + notes += (notes and "\n" or "") + _( + "Differences in these fields: %s." + ) % template._fields["code_prefix_end"].get_description(self.env)[ + "string" + ] + if self.recreate_xml_ids and self.missing_xml_id( + template, account_group + ): + notes += (notes and "\n" or "") + _("Missing XML-ID.") + + if notes: + # Account to be updated + self.account_group_ids.create( + { + "account_group_id": template.id, + "update_chart_wizard_id": self.id, + "type": "updated", + "update_account_group_id": account_group_id, + "notes": notes, + } + ) + + def _find_fiscal_positions(self): + """Load fiscal position templates to create/update.""" + wiz_fp = self.env["wizard.update.charts.accounts.fiscal.position"] + self.fiscal_position_ids.unlink() + + # Search for new / updated fiscal positions + templates = self.env["account.fiscal.position.template"].search( + [("chart_template_id", "in", self.chart_template_ids.ids)] + ) + for template in templates: + # Search for a real fiscal position that matches the template + fp_id = self.find_fp_by_templates(template) + if not fp_id: + # Fiscal position to be created + wiz_fp.create( + { + "fiscal_position_id": template.id, + "update_chart_wizard_id": self.id, + "type": "new", + "notes": _("No fiscal position found with this name."), + } + ) + else: + # Check the fiscal position for changes + fp = self.env["account.fiscal.position"].browse(fp_id) + notes = self.diff_notes(template, fp) + + if self.recreate_xml_ids and self.missing_xml_id(template, fp): + notes += (notes and "\n" or "") + _("Missing XML-ID.") + + if notes: + # Fiscal position template to be updated + wiz_fp.create( + { + "fiscal_position_id": template.id, + "update_chart_wizard_id": self.id, + "type": "updated", + "update_fiscal_position_id": fp_id, + "notes": notes, + } + ) + + def recreate_xml_id(self, template, real_obj): + ir_model_data = self.env["ir.model.data"] + template_xmlid = ir_model_data.search( + [("model", "=", template._name), ("res_id", "=", template.id)] + ) + new_xml_id = "%d_%s" % (self.company_id.id, template_xmlid.name) + ir_model_data.search( + [("model", "=", real_obj._name), ("res_id", "=", real_obj.id)] + ).unlink() + template_xmlid.copy( + { + "model": real_obj._name, + "res_id": real_obj.id, + "name": new_xml_id, + "noupdate": True, + } + ) + + def _update_taxes(self): + """Process taxes to create/update/deactivate.""" + # First create taxes in batch + taxes_to_create = self.tax_ids.filtered(lambda x: x.type == "new") + todo_dict = taxes_to_create.mapped("tax_id")._generate_tax(self.company_id) + template_to_tax_dict = {} + for key in todo_dict["tax_template_to_tax"].keys(): + template_to_tax_dict[key.id] = todo_dict["tax_template_to_tax"][key].id + for wiz_tax in taxes_to_create: + new_tax = self.env["account.tax"].browse( + template_to_tax_dict[wiz_tax.tax_id.id] + ) + _logger.info(_("Created tax %s."), f"'{new_tax.name}' (ID:{new_tax.id})") + for wiz_tax in self.tax_ids.filtered(lambda x: x.type != "new"): + template, tax = wiz_tax.tax_id, wiz_tax.update_tax_id + # Deactivate tax + if wiz_tax.type == "deleted": + tax.active = False + _logger.info(_("Deactivated tax %s."), "'%s'" % tax.name) + continue + else: + updated = False + for key, value in self.diff_fields(template, tax).items(): + # We defer update because account might not be created yet + if key in [ + "cash_basis_transition_account_id", + "invoice_repartition_line_ids", + "refund_repartition_line_ids", + ]: + continue + tax[key] = value + updated = True + if updated: + _logger.info(_("Updated tax %s."), "'%s'" % template.name) + if self.recreate_xml_ids and self.missing_xml_id(template, tax): + self.recreate_xml_id(template, tax) + _logger.info( + _("Updated tax %s. (Recreated XML-IDs)"), "'%s'" % template.name + ) + return todo_dict + + def _update_accounts(self): + """Process accounts to create/update.""" + for wiz_account in self.account_ids: + account, template = (wiz_account.update_account_id, wiz_account.account_id) + if wiz_account.type == "new": + # Create the account + tax_template_ref = { + tax: self.find_tax_by_templates(tax) for tax in template.tax_ids + } + vals = self.chart_template_id._get_account_vals( + self.company_id, + template, + self.padded_code(template.code), + tax_template_ref, + ) + try: + with self.env.cr.savepoint(): + self.chart_template_id.create_record_with_xmlid( + self.company_id, template, "account.account", vals + ) + _logger.info( + _("Created account %s."), + "'{} - {}'".format(vals["code"], vals["name"]), + ) + except Exception: + self.rejected_new_account_number += 1 + if config["test_enable"]: + _logger.info(EXCEPTION_TEXT) + else: # pragma: no cover + _logger.exception( + "ERROR: " + _("Exception creating account %s."), + f"'{template.code} - {template.name}'", + ) + if not self.continue_on_errors: + break + else: + # Update the account + try: + with self.env.cr.savepoint(): + for key, value in iter( + self.diff_fields(template, account).items() + ): + account[key] = value + _logger.info( + _("Updated account %s."), + f"'{account.code} - {account.name}'", + ) + if self.recreate_xml_ids and self.missing_xml_id( + template, account + ): + self.recreate_xml_id(template, account) + _logger.info( + _("Updated account %s. (Recreated XML-ID)"), + f"'{account.code} - {account.name}'", + ) + + except Exception: + self.rejected_updated_account_number += 1 + if config["test_enable"]: + _logger.info(EXCEPTION_TEXT) + else: # pragma: no cover + _logger.exception( + "ERROR: " + _("Exception writing account %s."), + f"'{account.code} - {account.name}'", + ) + if not self.continue_on_errors: + break + + def _update_taxes_pending_for_accounts(self, todo_dict): + """Updates the taxes (created or updated on previous steps) to set + the references to the accounts (the taxes where created/updated first, + when the referenced accounts are still not available). + """ + done = self.env["account.tax"] + for tax, v in todo_dict["account_dict"]["account.tax"].items(): + vals = {} + for fld in [ + "cash_basis_transition_account_id", + ]: + if v[fld]: + acc_id = self.find_account_by_templates( + self.env["account.account.template"].browse(v[fld].id) + ) + if acc_id: + vals[fld] = acc_id + else: + raise exceptions.UserError( + _("No real account found for template account with ID %s") + % v[fld].id + ) + if vals: + tax.write(vals) + done |= tax + + for rep_line, v in todo_dict["account_dict"][ + "account.tax.repartition.line" + ].items(): + if v["account_id"]: + acc_id = self.find_account_by_templates( + self.env["account.account.template"].browse(v["account_id"].id) + ) + if acc_id: + rep_line.write({"account_id": acc_id}) + done |= rep_line.invoice_tax_id or rep_line.refund_tax_id + else: + raise exceptions.UserError( + _("No real account found for template account with ID %s") + % v["account_id"].id + ) + + for wiz_tax in self.tax_ids.filtered(lambda r: r.type == "updated"): + template = wiz_tax.tax_id + tax = wiz_tax.update_tax_id + vals = {} + for key, value in self.diff_fields(template, tax).items(): + if key in { + "cash_basis_transition_account_id", + "invoice_repartition_line_ids", + "refund_repartition_line_ids", + }: + vals[key] = value + if vals: + tax.write(vals) + done |= tax + + if done: + _logger.info( + _("Post-updated account fields for taxes with IDs %s."), "%s" % done.ids + ) + + def _prepare_fp_vals(self, fp_template): + # Tax mappings + tax_mapping = [] + for fp_tax in fp_template.tax_ids: + # Create the fp tax mapping + tax_mapping.append( + { + "tax_src_id": self.find_tax_by_templates(fp_tax.tax_src_id), + "tax_dest_id": self.find_tax_by_templates(fp_tax.tax_dest_id), + } + ) + # Account mappings + account_mapping = [] + for fp_account in fp_template.account_ids: + # Create the fp account mapping + account_mapping.append( + { + "account_src_id": ( + self.find_account_by_templates(fp_account.account_src_id) + ), + "account_dest_id": ( + self.find_account_by_templates(fp_account.account_dest_id) + ), + } + ) + return { + "company_id": self.company_id.id, + "name": fp_template.name, + "tax_ids": [(0, 0, x) for x in tax_mapping], + "account_ids": [(0, 0, x) for x in account_mapping], + } + + def _prepare_account_group_vals(self, template): + return { + "name": template.name, + "code_prefix_start": template.code_prefix_start, + "code_prefix_end": template.code_prefix_end, + "company_id": self.company_id.id, + } + + def _update_account_groups(self): + """Process account groups templates to create/update.""" + new_groups = [] + for wiz_account_group in self.account_group_ids: + account_group, template = ( + wiz_account_group.update_account_group_id, + wiz_account_group.account_group_id, + ) + if wiz_account_group.type == "new": + new_groups.append( + (template, self._prepare_account_group_vals(template)) + ) + else: + for key, value in self.diff_fields(template, account_group).items(): + account_group[key] = value + _logger.info(_("Updated account group %s."), "'%s'" % template.name) + code_prefix_end = ( + template.code_prefix_end + if template.code_prefix_end + and template.code_prefix_end < template.code_prefix_start + else template.code_prefix_start + ) + if code_prefix_end != account_group.code_prefix_end: + account_group.code_prefix_end = code_prefix_end + _logger.info(_("Updated account group %s."), "'%s'" % template.name) + if self.recreate_xml_ids and self.missing_xml_id( + template, account_group + ): + self.recreate_xml_id(template, account_group) + _logger.info( + _("Updated account group %s. (Recreated XML-ID)"), + "'%s'" % template.name, + ) + if new_groups: + self.chart_template_id._create_records_with_xmlid( + "account.group", new_groups, self.company_id + ) + + def _update_fiscal_positions(self): + """Process fiscal position templates to create/update.""" + for wiz_fp in self.fiscal_position_ids: + fp, template = (wiz_fp.update_fiscal_position_id, wiz_fp.fiscal_position_id) + if wiz_fp.type == "new": + # Create a new fiscal position + self.chart_template_id.create_record_with_xmlid( + self.company_id, + template, + "account.fiscal.position", + self._prepare_fp_vals(template), + ) + _logger.info(_("Created fiscal position %s."), "'%s'" % template.name) + else: + for key, value in self.diff_fields(template, fp).items(): + fp[key] = value + _logger.info( + _("Updated fiscal position %s."), "'%s'" % template.name + ) + + if self.recreate_xml_ids and self.missing_xml_id(template, fp): + self.recreate_xml_id(template, fp) + _logger.info( + _("Updated fiscal position %s. (Recreated XML-ID)"), + "'%s'" % template.name, + ) + + +class WizardUpdateChartsAccountsTax(models.TransientModel): + _name = "wizard.update.charts.accounts.tax" + _description = "Tax that needs to be updated (new or updated in the " "template)." + + tax_id = fields.Many2one( + comodel_name="account.tax.template", string="Tax template", ondelete="set null" + ) + update_chart_wizard_id = fields.Many2one( + comodel_name="wizard.update.charts.accounts", + string="Update chart wizard", + required=True, + ondelete="cascade", + ) + type = fields.Selection( + selection=[ + ("new", "New template"), + ("updated", "Updated template"), + ("deleted", "Tax to deactivate"), + ], + readonly=False, + ) + type_tax_use = fields.Selection(related="tax_id.type_tax_use", readonly=True) + update_tax_id = fields.Many2one( + comodel_name="account.tax", + string="Tax to update", + required=False, + ondelete="set null", + ) + notes = fields.Text(readonly=True) + recreate_xml_ids = fields.Boolean(related="update_chart_wizard_id.recreate_xml_ids") + + +class WizardUpdateChartsAccountsAccount(models.TransientModel): + _name = "wizard.update.charts.accounts.account" + _description = ( + "Account that needs to be updated (new or updated in the " "template)." + ) + + account_id = fields.Many2one( + comodel_name="account.account.template", + string="Account template", + required=True, + ) + update_chart_wizard_id = fields.Many2one( + comodel_name="wizard.update.charts.accounts", + string="Update chart wizard", + required=True, + ondelete="cascade", + ) + type = fields.Selection( + selection=[("new", "New template"), ("updated", "Updated template")], + readonly=False, + ) + update_account_id = fields.Many2one( + comodel_name="account.account", + string="Account to update", + required=False, + ondelete="set null", + ) + notes = fields.Text(readonly=True) + recreate_xml_ids = fields.Boolean(related="update_chart_wizard_id.recreate_xml_ids") + + +class WizardUpdateChartsAccountsFiscalPosition(models.TransientModel): + _name = "wizard.update.charts.accounts.fiscal.position" + _description = ( + "Fiscal position that needs to be updated (new or updated " "in the template)." + ) + + fiscal_position_id = fields.Many2one( + comodel_name="account.fiscal.position.template", + string="Fiscal position template", + required=True, + ) + update_chart_wizard_id = fields.Many2one( + comodel_name="wizard.update.charts.accounts", + string="Update chart wizard", + required=True, + ondelete="cascade", + ) + type = fields.Selection( + selection=[("new", "New template"), ("updated", "Updated template")], + readonly=False, + ) + update_fiscal_position_id = fields.Many2one( + comodel_name="account.fiscal.position", + required=False, + string="Fiscal position to update", + ondelete="set null", + ) + notes = fields.Text(readonly=True) + recreate_xml_ids = fields.Boolean( + string="Recreate missing XML-IDs", + related="update_chart_wizard_id.recreate_xml_ids", + ) + + +class WizardMatching(models.TransientModel): + _name = "wizard.matching" + _description = "Wizard Matching" + _order = "sequence" + + update_chart_wizard_id = fields.Many2one( + comodel_name="wizard.update.charts.accounts", + string="Update chart wizard", + required=True, + ondelete="cascade", + ) + sequence = fields.Integer(required=True, default=1) + matching_value = fields.Selection(selection="_get_matching_selection") + + def _get_matching_selection(self): + return [("xml_id", "XML-ID")] + + def _selection_from_files(self, model_name, field_opts): + result = [] + for opt in field_opts: + model = self.env[model_name] + desc = model._fields[opt].get_description(self.env)["string"] + result.append((opt, f"{desc} ({opt})")) + return result + + +class WizardTaxMatching(models.TransientModel): + _name = "wizard.tax.matching" + _description = "Wizard Tax Matching" + _inherit = "wizard.matching" + + def _get_matching_selection(self): + vals = super()._get_matching_selection() + vals += self._selection_from_files( + "account.tax.template", ["description", "name"] + ) + return vals + + +class WizardAccountMatching(models.TransientModel): + _name = "wizard.account.matching" + _description = "Wizard Account Matching" + _inherit = "wizard.matching" + + def _get_matching_selection(self): + vals = super()._get_matching_selection() + vals += self._selection_from_files("account.account.template", ["code", "name"]) + return vals + + +class WizardFpMatching(models.TransientModel): + _name = "wizard.fp.matching" + _description = "Wizard Fiscal Position Matching" + _inherit = "wizard.matching" + + def _get_matching_selection(self): + vals = super()._get_matching_selection() + vals += self._selection_from_files("account.fiscal.position.template", ["name"]) + return vals + + +class WizardAccountGroupMatching(models.TransientModel): + _name = "wizard.account.group.matching" + _description = "Wizard Account Group Matching" + _inherit = "wizard.matching" + + def _get_matching_selection(self): + vals = super()._get_matching_selection() + vals += self._selection_from_files( + "account.group.template", ["code_prefix_start"] + ) + return vals + + +class WizardUpdateChartsAccountsAccountGroup(models.TransientModel): + _name = "wizard.update.charts.accounts.account.group" + _description = ( + "Account group that needs to be updated (new or updated in the template)." + ) + + account_group_id = fields.Many2one( + comodel_name="account.group.template", + string="Account group template", + required=True, + ) + update_chart_wizard_id = fields.Many2one( + comodel_name="wizard.update.charts.accounts", + string="Update chart wizard", + required=True, + ondelete="cascade", + ) + type = fields.Selection( + selection=[("new", "New template"), ("updated", "Updated template")], + readonly=False, + ) + update_account_group_id = fields.Many2one( + comodel_name="account.group", + string="Account group to update", + required=False, + ondelete="set null", + ) + notes = fields.Text(readonly=True) + recreate_xml_ids = fields.Boolean( + string="Recreate missing XML-IDs", + related="update_chart_wizard_id.recreate_xml_ids", + ) diff --git a/account_chart_update/wizard/wizard_chart_update_view.xml b/account_chart_update/wizard/wizard_chart_update_view.xml new file mode 100644 index 00000000000..087df635b06 --- /dev/null +++ b/account_chart_update/wizard/wizard_chart_update_view.xml @@ -0,0 +1,439 @@ + + + + + Update Chart of Accounts from a Chart Template + wizard.update.charts.accounts + +
+
+ +
+
+

+

+

+ This wizard will update your accounts, taxes and + fiscal positions according to the selected chart + template +
+

+

+
+ + + + + + + + + + + + + + + + + + + + +
+
+

+ If you leave these options set, the wizard will + not just create new records, but also update + records with changes (i.e. different tax amount) +

+

+ Note: Only the changed fields are updated. +

+
+
+
+ +

+

+ Here you can select the fields you want to check if + they have been updated in the templates. +

+

+ + + + + + + + + + + + + + + + + + +
+ +

+

Here you can set the matching order.

+

+ + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + + + +
+ + +
+
+ + + + + + +
+ + +
+
+
+
+
+
+

Records to create/update

+ + + + + + + + + + +
+ + + + + + + + + + + + + +
+
+
+ + + + + + + + +
+ + + + + + + + + + + + +
+
+
+ + + + + + + + +
+ + + + + + + + + + + + +
+
+
+ + + + + + + + +
+ + + + + + + + + + + + +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + +
+
+ +
+
+ + Update chart of accounts + ir.actions.act_window + wizard.update.charts.accounts + form + new + +