diff --git a/account_chart_update/README.rst b/account_chart_update/README.rst new file mode 100644 index 00000000000..f9137c39cb4 --- /dev/null +++ b/account_chart_update/README.rst @@ -0,0 +1,126 @@ +=========================================================== +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:9988bf819371083db91d748bb3f41391e402477979cde8d32ff34ce07e86bc8e + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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 + - Víctor Martínez + +- 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 + +- Daniel Reis (dreis@opensourceintegrators.com) + +Maintainers +----------- + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +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..b3c32dedb91 --- /dev/null +++ b/account_chart_update/i18n/de.po @@ -0,0 +1,917 @@ +# 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 "" 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..57047ae52c4 --- /dev/null +++ b/account_chart_update/i18n/es.po @@ -0,0 +1,916 @@ +# 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." diff --git a/account_chart_update/i18n/es_AR.po b/account_chart_update/i18n/es_AR.po new file mode 100644 index 00000000000..b8d0cbb5a19 --- /dev/null +++ b/account_chart_update/i18n/es_AR.po @@ -0,0 +1,925 @@ +# 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." 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..2a6a7dff22b --- /dev/null +++ b/account_chart_update/i18n/hr.po @@ -0,0 +1,910 @@ +# 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." 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..c10cd338962 --- /dev/null +++ b/account_chart_update/models/__init__.py @@ -0,0 +1,4 @@ +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from . import account_chart_template +from . import ir_model_fields diff --git a/account_chart_update/models/account_chart_template.py b/account_chart_update/models/account_chart_template.py new file mode 100644 index 00000000000..cf885a35a1a --- /dev/null +++ b/account_chart_update/models/account_chart_template.py @@ -0,0 +1,18 @@ +# Copyright 2025 Tecnativa - Víctor Martínez +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from odoo import models + + +class AccountChartTemplate(models.AbstractModel): + _inherit = "account.chart.template" + + def _get_chart_template_mapping(self, get_all=False): + chart_template_mapping = super()._get_chart_template_mapping(get_all=get_all) + if self.env.context.get("chart_template_only_installed"): + return dict( + (_template_code, template) + for (_template_code, template) in chart_template_mapping.items() + if template["installed"] + ) + return chart_template_mapping 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..68f3a2353e3 --- /dev/null +++ b/account_chart_update/models/ir_model_fields.py @@ -0,0 +1,18 @@ +# Copyright 2018 Tecnativa - Pedro M. Baeza +# Copyright 2024 Tecnativa - Víctor Martínez +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from odoo import api, models + + +class IrModelFields(models.Model): + _inherit = "ir.model.fields" + + @api.depends_context("account_chart_update") + def _compute_display_name(self): + """Return special label when showing fields in chart update wizard.""" + res = super()._compute_display_name() + if self.env.context.get("account_chart_update"): + for record in self: + record.display_name = f"{record.field_description} ({record.name})" + return res 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..01559156d0b --- /dev/null +++ b/account_chart_update/readme/CONTRIBUTORS.md @@ -0,0 +1,13 @@ +- [Tecnativa](https://www.tecnativa.com): + - Pedro M. Baeza + - Ernesto Tejeda + - Víctor Martínez +- 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..14d7c803b27 --- /dev/null +++ b/account_chart_update/static/description/index.html @@ -0,0 +1,474 @@ + + + + + +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..e7b23bdf3bd --- /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 common +from . import test_account_chart_update diff --git a/account_chart_update/tests/common.py b/account_chart_update/tests/common.py new file mode 100644 index 00000000000..ff196b1248d --- /dev/null +++ b/account_chart_update/tests/common.py @@ -0,0 +1,43 @@ +# Copyright 2023 Tecnativa - Pedro M. Baeza +# Copyright 2024 Tecnativa - Víctor Martínez +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from odoo.tests import tagged + +from odoo.addons.base.tests.common import BaseCommon + + +@tagged("-at_install", "post_install") +class TestAccountChartUpdateCommon(BaseCommon): + 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.company = cls.env["res.company"].create( + { + "name": "Test account_chart_update company", + "country_id": cls.env.ref("base.us").id, + } + ) + template = cls.env["account.chart.template"] + template.try_loading("generic_coa", cls.company) + cls.chart_template_data = template._get_chart_template_data("generic_coa") + # We delete the records so that we can later delete the linked data + moves = cls.env["account.move"].search( + [ + ("company_id", "=", cls.company.id), + ] + ) + moves.filtered(lambda x: x.state == "posted").button_draft() + moves.unlink() + # Prepare wizard + cls.wizard_obj = cls.env["wizard.update.charts.accounts"] + cls.wizard_vals = { + "company_id": cls.company.id, + "chart_template": "generic_coa", + "code_digits": 6, + } 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..4174e09cc0c --- /dev/null +++ b/account_chart_update/tests/test_account_chart_update.py @@ -0,0 +1,216 @@ +# Copyright 2023 Tecnativa - Pedro M. Baeza +# Copyright 2024 Tecnativa - Víctor Martínez +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +import logging + +from odoo.tests import tagged +from odoo.tools import mute_logger + +from odoo.addons.account_chart_update.tests.common import TestAccountChartUpdateCommon + +_logger = logging.getLogger(__name__) + + +@tagged("-at_install", "post_install") +class TestAccountChartUpdate(TestAccountChartUpdateCommon): + def _get_record_for_xml_id(self, xml_id): + return self.env.ref(f"account.{self.company.id}_{xml_id}") + + @mute_logger("odoo.models.unlink") + def test_chart_update_01(self): + wizard = self.wizard_obj.create(self.wizard_vals) + wizard.action_find_records() + # Test ir.model.fields _compute_display_name + field = wizard.fp_field_ids[:1] + name = field.with_context(account_chart_update=True).display_name + expected_name = f"{field.field_description} ({field.name})" + self.assertEqual(name, expected_name) + self.assertNotEqual(field.display_name, expected_name) + # 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() + # 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, + } + ) + 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) + # We delete the existing records so that they appear "to be created". + domain = [("company_id", "=", self.company.id)] + ip = self.env["ir.property"].sudo() + self.env["account.tax"].search(domain).unlink() + accounts = self.env["account.account"].search(domain) + values = [f"account.account,{a_id}" for a_id in accounts.ids] + ip.search([("value_reference", "in", values)]).unlink() + journals = self.env["account.journal"].search(domain) + values = [f"account.journal,{j_id}" for j_id in journals.ids] + ip.search([("value_reference", "in", values)]).unlink() + journals.unlink() + accounts.unlink() + self.env["account.fiscal.position"].search(domain).unlink() + self.env["account.group"].search(domain).unlink() + wizard.unlink() + # Now do the real one for detecting additions + wizard = self.wizard_obj.create(self.wizard_vals) + wizard.action_find_records() + # account.tax data + tax_data = self.chart_template_data["account.tax"] + tax_data_key_0 = list(tax_data)[0] + tax_data_0 = tax_data[tax_data_key_0] + self.assertEqual(len(wizard.tax_ids), len(tax_data)) + tax_types = wizard.tax_ids.mapped("type") + self.assertIn("new", tax_types) + self.assertNotIn("updated", tax_types) + self.assertNotIn("deleted", tax_types) + self.assertEqual(wizard.tax_ids.mapped("xml_id"), list(tax_data.keys())) + # account.account data + account_data = self.chart_template_data["account.account"] + account_data_key_0 = list(account_data)[0] + account_data_0 = account_data[account_data_key_0] + self.assertEqual(len(wizard.account_ids), len(account_data)) + account_types = wizard.account_ids.mapped("type") + self.assertIn("new", account_types) + self.assertNotIn("updated", account_types) + self.assertNotIn("deleted", account_types) + self.assertEqual(wizard.account_ids.mapped("xml_id"), list(account_data.keys())) + # account.group data + account_group_data = self.chart_template_data["account.group"] + self.assertEqual(len(wizard.account_group_ids), len(account_group_data)) + account_group_types = wizard.account_group_ids.mapped("type") + # generic_coa has no account.group data + self.assertNotIn("new", account_group_types) + self.assertNotIn("updated", account_group_types) + self.assertEqual( + wizard.account_group_ids.mapped("xml_id"), list(account_group_data.keys()) + ) + # fiscal.position + fp_data = self.chart_template_data["fiscal.position"] + self.assertEqual(len(wizard.fiscal_position_ids), len(fp_data)) + # generic_coa has no account.fiscal.position.data + fp_types = wizard.fiscal_position_ids.mapped("type") + self.assertNotIn("new", fp_types) + self.assertNotIn("updated", fp_types) + wizard.action_update_records() + self.assertEqual(wizard.state, "done") + self.assertEqual(wizard.new_taxes, len(tax_data)) + self.assertEqual(wizard.new_accounts, len(account_data)) + self.assertEqual(wizard.new_fps, len(fp_data)) + self.assertTrue(wizard.log) + # Search new records: tax + account + new_tax = self._get_record_for_xml_id(tax_data_key_0) + self.assertTrue(new_tax) + new_account = self._get_record_for_xml_id(account_data_key_0) + self.assertTrue(new_account) + wizard.unlink() + # Update objects + new_account.name = "Account name (updated)" + new_tax.name = "Tax name (updated)" + new_tax_group = self.env["account.tax.group"].create({"name": "Test 1"}) + new_tax.tax_group_id = new_tax_group + repartition = new_tax.repartition_line_ids.filtered( + lambda r: r.repartition_type == "tax" + )[0] + repartition.account_id = new_account.id + wizard = self.wizard_obj.create(self.wizard_vals) + wizard.tax_field_ids += self.env["ir.model.fields"].search( + [("model", "=", "account.tax"), ("name", "=", "repartition_line_ids")] + ) + wizard.action_find_records() + self.assertEqual(len(wizard.tax_ids), 1) + self.assertEqual(wizard.tax_ids.type, "updated") + self.assertEqual(wizard.tax_ids.update_tax_id, new_tax) + self.assertEqual(len(wizard.account_ids), 1) + self.assertEqual(wizard.account_ids.type, "updated") + self.assertEqual(wizard.account_ids.update_account_id, new_account) + wizard.action_update_records() + self.assertEqual(wizard.updated_taxes, 1) + self.assertEqual(wizard.updated_accounts, 1) + self.assertEqual(new_tax.name, tax_data_0["name"]) + self.assertNotEqual(new_tax.tax_group_id, new_tax_group) + repartition = new_tax.repartition_line_ids.filtered( + lambda r: r.repartition_type == "tax" + ) + self.assertNotEqual(repartition.account_id, new_account) + self.assertEqual(new_account.name, account_data_0["name"]) + wizard.unlink() + # Exclude fields from check + new_tax.description = "Test description 2" + new_account.name = "Other name 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"), ("name", "=", "description")] + ) + wizard.account_field_ids -= self.env["ir.model.fields"].search( + [("model", "=", "account.account"), ("name", "=", "name")] + ) + wizard.action_find_records() + self.assertFalse(wizard.tax_ids) + self.assertFalse(wizard.account_ids) + wizard.unlink() + + @mute_logger("odoo.models.unlink") + def test_chart_update_02(self): + # Test XML-ID matching + recreate + # account.tax data + tax_data = self.chart_template_data["account.tax"] + tax_data_key_0 = list(tax_data)[0] + tax_data_0 = tax_data[tax_data_key_0] + # account.account data + account_data = self.chart_template_data["account.account"] + account_data_key_0 = list(account_data)[0] + account_data_0 = account_data[account_data_key_0] + new_tax = self._get_record_for_xml_id(tax_data_key_0) + new_tax.name = "Test 1 tax name changed" + new_account = self._get_record_for_xml_id(account_data_key_0) + new_account.code = "200000" + wizard = self.wizard_obj.create(self.wizard_vals) + wizard.action_find_records() + self.assertEqual(wizard.tax_ids.update_tax_id, new_tax) + self.assertEqual(wizard.tax_ids.type, "updated") + self.assertEqual(wizard.account_ids.update_account_id, new_account) + self.assertEqual(wizard.account_ids.type, "updated") + wizard.action_update_records() + self.assertEqual(wizard.updated_taxes, 1) + self.assertEqual(wizard.updated_accounts, 1) + self.assertEqual(new_tax.name, tax_data_0["name"]) + self.assertEqual(new_account.code, wizard.padded_code(account_data_0["code"])) + # Test match by another field, there is no match by XML-ID + self._get_model_data(new_tax).unlink() + self._get_model_data(new_account).unlink() + new_account.name = "Test 2 account name changed" + wizard = self.wizard_obj.create(self.wizard_vals) + wizard.action_find_records() + self.assertEqual(wizard.tax_ids.update_tax_id, new_tax) + self.assertEqual(wizard.tax_ids.type, "updated") + self.assertEqual(wizard.account_ids.update_account_id, new_account) + self.assertEqual(wizard.account_ids.type, "updated") + wizard.action_update_records() + self.assertEqual(wizard.updated_taxes, 1) + self.assertEqual(wizard.updated_accounts, 1) + self.assertEqual(new_tax.name, tax_data_0["name"]) + self.assertEqual(new_account.name, account_data_0["name"]) + wizard.unlink() + # Test match by name, there is no match by XML-ID or by code + self._get_model_data(new_account).unlink() + new_account.code = "300000" + wizard = self.wizard_obj.create(self.wizard_vals) + wizard.action_find_records() + self.assertEqual(wizard.account_ids.update_account_id, new_account) + self.assertEqual(wizard.account_ids.type, "updated") + wizard.action_update_records() + self.assertEqual(wizard.updated_accounts, 1) + self.assertEqual(new_account.code, wizard.padded_code(account_data_0["code"])) + 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..5d61d799c75 --- /dev/null +++ b/account_chart_update/views/account_config_settings_view.xml @@ -0,0 +1,26 @@ + + + + + Open Account Chart Update Wizard 2 + res.config.settings + + + + + + + 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..128b5d9e857 --- /dev/null +++ b/account_chart_update/wizard/wizard_chart_update.py @@ -0,0 +1,1117 @@ +# 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 Tecnativa - Antonio Espinosa +# Copyright 2016 Tecnativa - Jairo Llopis +# Copyright 2016 Jacques-Etienne Baudoux +# Copyright 2018 Tecnativa - Pedro M. Baeza +# Copyright 2020 Noviat - Luc De Meyer +# Copyright 2024-2025 Tecnativa - Víctor Martínez +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +import logging + +from odoo import _, api, fields, models, tools + +_logger = logging.getLogger(__name__) + + +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 = fields.Selection( + selection="_chart_template_selection", + required=True, + ) + code_digits = fields.Integer() + update_tax = fields.Boolean( + string="Update taxes", + default=True, + help="Existing taxes are updated. Taxes are searched by name.", + ) + 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.", + ) + 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") + + def _domain_account_field_ids(self): + return self._domain_per_name("account.account") + + def _domain_account_group_field_ids(self): + return self._domain_per_name("account.group") + + def _domain_fp_field_ids(self): + return self._domain_per_name("account.fiscal.position") + + def _default_tax_field_ids(self): + return [ + (4, x.id) + for x in self.env["ir.model.fields"].search( + self._domain_tax_field_ids() + [("ttype", "!=", "one2many")], + ) + ] + + def _default_account_field_ids(self): + return [ + (4, x.id) + for x in self.env["ir.model.fields"].search( + self._domain_account_field_ids() + [("ttype", "!=", "one2many")], + ) + ] + + 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) + + def _chart_template_selection(self): + return ( + self.env["account.chart.template"] + .with_context(chart_template_only_installed=True) + ._select_chart_template(self.company_id.country_id) + ) + + @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 = self.company_id.chart_template + + @api.onchange("chart_template") + def _onchage_chart_template(self): + if self.chart_template: + template = self.env["account.chart.template"] + data = template._get_chart_template_data(self.chart_template)[ + "template_data" + ] + self.code_digits = int(data.get("code_digits", 6)) + + 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 _get_chart_template_data(self): + chart_template_model = self.env["account.chart.template"] + t_data = chart_template_model._get_chart_template_data(self.chart_template) + model_mapping = { + "account.tax": self.update_tax, + "account.account": self.update_account, + "account.group": self.update_account_group, + "account.fiscal.position": self.update_fiscal_position, + } + langs = self.env["res.lang"].search([]) + for m_name in model_mapping.keys(): + if not model_mapping[m_name]: + continue + for _xmlid, r_data in t_data[m_name].items(): + if "__translation_module__" in r_data: + for f_name in list(r_data["__translation_module__"].keys()): + for lang in langs: + field_translation = ( + chart_template_model._get_field_translation( + r_data, f_name, lang.code + ) + ) + short_lang = lang.code.split("_")[0] + key_lang = f"{f_name}@{short_lang}" + if field_translation: + r_data[key_lang] = field_translation + else: + r_data[key_lang] = r_data[f_name] + return t_data + + def action_find_records(self): + """Searchs for records to update/create and shows them.""" + self.env.registry.clear_cache() + t_data = self._get_chart_template_data() + # Search for, and load, the records to create/update. + if self.update_tax: + self._find_taxes(t_data["account.tax"]) + if self.update_account: + self._find_accounts(t_data["account.account"]) + if self.update_account_group: + self._find_account_groups(t_data["account.group"]) + if self.update_fiscal_position: + self._find_fiscal_positions(t_data["account.fiscal.position"]) + # Write the results, and go to the next step. + self.state = "ready" + return self._reopen() + + def action_update_records(self): + """Action that creates/updates/deletes the selected elements.""" + self.rejected_new_account_number = 0 + self.rejected_updated_account_number = 0 + self.log = False + t_data = self._get_chart_template_data() + # Create or update the records. + if self.update_account: + self._update_accounts(t_data["account.account"]) + if self.update_tax: + self._update_taxes(t_data["account.tax"]) + if self.update_account_group: + self._update_account_groups(t_data["account.group"]) + if self.update_fiscal_position: + self._update_fiscal_positions(t_data["account.fiscal.position"]) + # Store new chart in the company + self.company_id.chart_template = self.chart_template + # Store the data and go to the next step. + self.state = "done" + return self._reopen() + + @api.model + @tools.ormcache("code") + def padded_code(self, code): + """Return a right-zero-padded code with the chosen digits. + Similar to what is done in the _pre_load_data() method of chart.template + """ + return code.ljust(self.code_digits, "0") + + @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. + """ + mail_thread_fields = set(self.env["mail.thread"]._fields) + specials_mapping = { + "account.tax": mail_thread_fields | {"children_tax_ids", "sequence"}, + "account.account": mail_thread_fields + | { + "root_id", + }, + "account.group": {"parent_id", "code_prefix_end"}, + "account.fiscal.position": { + "sequence", + }, + } + specials = { + "display_name", + "__last_update", + "company_id", + } | specials_mapping.get(name, set()) + return set(models.MAGIC_COLUMNS) | specials + + @api.model + def diff_fields(self, record_values, real): # noqa: C901 + """Get fields that are different in record values and real records. + + :param odoo.models.Model record_values: + Record values values. + :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(real._name) + field_mapping = { + "account.tax": self.tax_field_ids, + "account.account": self.account_field_ids, + "account.group": self.account_group_field_ids, + "account.fiscal.position": self.fp_field_ids, + } + langs = self.env["res.lang"].search([]) + # If the fields to be queried are not mapped, use all of them + # (example: account.tax.repartition.line). + if real._name not in field_mapping: + field_mapping[real._name] = self.env["ir.model.fields"].search( + self._domain_per_name(real._name) + ) + fields_by_key = {x.name: x for x in field_mapping[real._name]} + to_include = field_mapping[real._name].mapped("name") + for key in record_values.keys(): + if key in ignore or key not in to_include or not record_values.get(key): + continue + field = fields_by_key[key] + record_value, real_value = record_values[key], real[key] + if real._name == "account.account" and key == "code": + record_value = self.padded_code(record_value) + real_value = self.padded_code(real_value) + # Field ttype conditions + if field.ttype == "many2many": + if isinstance(record_value, str): + real_xml_ids = [] + for child_item in real_value: + real_xml_ids.append(child_item.get_external_id()[child_item.id]) + real_xml_id = ",".join(real_xml_ids) + if real_xml_id != record_value: + result[key] = record_value + else: + record_value_compare = [] + for record_value_item in record_value: + record_value_compare += record_value_item[2] + if record_value_compare.sort() != real_value.ids.sort(): + result[key] = record_value + continue + elif field.ttype == "many2one": + real_xml_id = self._get_external_id(real_value) + full_xml_id = ( + f"account.{self.company_id.id}_{record_value}" + if "." not in record_value + else record_value + ) + if real_xml_id != full_xml_id: + result[key] = record_value + continue + elif field.ttype == "one2many": + if len(record_value) != len(real_value): + result[key] = [(5, 0, 0)] + record_value + else: + for key2, record_value_item in enumerate(record_value): + res_item = self.diff_fields( + record_value_item[2], real_value[key2] + ) + if len(res_item) > 0: + # Something has changed in an element, we change everything + # just in case (we do not know for sure that the record we + # are consulting by key is the correct one, for example, + # if it has been deleted by mistake and created again in + # the same way). + result[key] = [(5, 0, 0)] + record_value + break + continue + # Define correct value if field is translatable + if field.translate: + for lang in langs: + short_lang = lang.code.split("_")[0] + key_lang = f"{key}@{short_lang}" + if key_lang in record_values: + real_value_lang = real.with_context(lang=lang.code)[key] + record_value_lang = record_values[key_lang] + if record_value_lang != real_value_lang: + result[key_lang] = record_value_lang + # print(asass) + elif record_value != real_value: + result[key] = record_value + # __translation_module__ + if len(result.keys()) > 0 and not self.env.context.get("skip_translation_keys"): + if "__translation_module__" in record_values: + result["__translation_module__"] = record_values[ + "__translation_module__" + ] + return result + + @api.model + def diff_notes(self, record_values, real): + """Get notes for humans on why is this record going to be updated. + + :param openerp.models.Model record_values: + Record values values. + + :param openerp.models.Model real: + Real record. + + :return str: + Notes result. + """ + result = list() + different_fields = sorted( + real._fields[f.split("@")[0] if "@" in f else f].get_description(self.env)[ + "string" + ] + for f in self.with_context(skip_translation_keys=True) + .diff_fields(record_values, real) + .keys() + ) + if different_fields: + result.append( + _("Differences in these fields: %s.") % ", ".join(different_fields) + ) + return "\n".join(result) + + 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_record_matching(self, model_name, xmlid, data): + mapped_fields = { + "account.account": self.account_matching_ids, + "account.tax": self.tax_matching_ids, + "account.group": self.account_group_matching_ids, + "account.fiscal.position": self.fp_matching_ids, + } + company = self.company_id + model = self.env[model_name] + company_domain = [("company_id", "=", company.id)] + for matching in mapped_fields[model_name].sorted("sequence"): + if matching.matching_value == "xml_id": + full_xmlid = ( + f"account.{company.id}_{xmlid}" if "." not in xmlid else xmlid + ) + record = self.env.ref(full_xmlid, raise_if_not_found=False) + if record: + return record + else: + f_name = matching.matching_value + if not data.get(f_name): + continue + f_value = data[f_name] + # Fix code from account.account + if model_name == "account.account" and f_name == "code": + f_value = self.padded_code(f_value) + # Prepare domain + domain = [(f_name, "=", f_value)] + company_domain + if model_name == "account.tax" and f_name != "type_tax_use": + # Extra domain to prevent find the wrong record + domain += [("type_tax_use", "=", data["type_tax_use"])] + # Search record from model + result = model.search(domain) + if result: + return result + return False + + def _get_external_id(self, record): + return record.get_external_id()[record.id] + + @tools.ormcache("self", "record", "xml_id") + def missing_xml_id(self, record, xml_id): + record_xml_id = self._get_external_id(record) + full_xml_id = ( + f"account.{self.company_id.id}_{xml_id}" if "." not in xml_id else xml_id + ) + return record_xml_id != full_xml_id + + def recreate_xml_id(self, record, xml_id): + """Eecreate the xml_id if it is different than expected, otherwise + chart.template won't do it correctly. + """ + if self.missing_xml_id(record, xml_id): + ir_model_data = self.env["ir.model.data"] + ir_model_data.search( + [("model", "=", record._name), ("res_id", "=", record.id)] + ).write( + { + "module": "account", + "name": f"{self.company_id.id}_{xml_id}", + "noupdate": True, + } + ) + + def _find_taxes(self, t_data): + """Search for, and load, template data to create/update/delete.""" + found_taxes_ids = [] + tax_vals = [] + for xmlid, r_data in t_data.items(): + tax = self._find_record_matching("account.tax", xmlid, r_data) + # Check if the template data matches a real tax + if not tax: + # Tax to be created + tax_vals.append( + { + "xml_id": xmlid, + "type_tax_use": r_data["type_tax_use"], + "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 + notes = self.diff_notes(r_data, tax) + if self.missing_xml_id(tax, xmlid): + notes += (notes and "\n" or "") + _("Missing XML-ID.") + if notes: + # Tax to be updated + tax_vals.append( + { + "xml_id": xmlid, + "type_tax_use": tax.type_tax_use, + "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: + tax_vals.append( + { + "update_chart_wizard_id": self.id, + "type_tax_use": tax.type_tax_use, + "type": "deleted", + "update_tax_id": tax.id, + "notes": _("To deactivate: not in the template"), + } + ) + self.tax_ids = [(5, 0, 0)] + [(0, 0, tax_val) for tax_val in tax_vals] + + def _find_accounts(self, t_data): + """Load account template data to create/update.""" + account_vals = [] + for xmlid, r_data in t_data.items(): + account = self._find_record_matching("account.account", xmlid, r_data) + # Account to be created + if not account: + account_vals.append( + { + "xml_id": xmlid, + "update_chart_wizard_id": self.id, + "type": "new", + "notes": _("No account found with this code."), + } + ) + else: + # Check the account for changes + notes = self.diff_notes(r_data, account) + if self.missing_xml_id(account, xmlid): + notes += (notes and "\n" or "") + _("Missing XML-ID.") + if notes: + # Account to be updated + account_vals.append( + { + "xml_id": xmlid, + "update_chart_wizard_id": self.id, + "type": "updated", + "update_account_id": account.id, + "notes": notes, + } + ) + self.account_ids = [(5, 0, 0)] + [(0, 0, a_val) for a_val in account_vals] + + def _find_account_groups(self, t_data): + """Load account template data to create/update.""" + ag_vals = [] + for xmlid, r_data in t_data.items(): + account_group = self._find_record_matching("account.group", xmlid, r_data) + if not account_group: + # Account to be created + ag_vals.append( + { + "xml_id": xmlid, + "update_chart_wizard_id": self.id, + "type": "new", + "notes": _("No account found with this code."), + } + ) + else: + # Check the account for changes + notes = self.diff_notes(r_data, account_group) + code_prefix_end = ( + r_data["code_prefix_end"] + if "code_prefix_end" in r_data + and r_data["code_prefix_end"] < r_data["code_prefix_start"] + else r_data["code_prefix_start"] + ) + if code_prefix_end != account_group.code_prefix_end: + notes += (notes and "\n" or "") + _( + "Differences in these fields: %s." + ) % r_data["code_prefix_end"] + if self.missing_xml_id(account_group, xmlid): + notes += (notes and "\n" or "") + _("Missing XML-ID.") + if notes: + # Account to be updated + ag_vals.append( + { + "xml_id": xmlid, + "update_chart_wizard_id": self.id, + "type": "updated", + "update_account_group_id": account_group.id, + "notes": notes, + } + ) + self.account_group_ids = [(5, 0, 0)] + [(0, 0, ag_val) for ag_val in ag_vals] + + def _find_fiscal_positions(self, t_data): + """Load fiscal position template data to create/update.""" + fp_vals = [] + for xmlid, r_data in t_data.items(): + fp = self._find_record_matching("account.fiscal.position", xmlid, r_data) + if not fp: + # Fiscal position to be created + fp_vals.append( + { + "xml_id": xmlid, + "update_chart_wizard_id": self.id, + "type": "new", + "notes": _("No fiscal position found with this name."), + } + ) + else: + # Check the fiscal position for changes + notes = self.diff_notes(r_data, fp) + if self.missing_xml_id(fp, xmlid): + notes += (notes and "\n" or "") + _("Missing XML-ID.") + if notes: + # Fiscal position template to be updated + fp_vals.append( + { + "xml_id": xmlid, + "update_chart_wizard_id": self.id, + "type": "updated", + "update_fiscal_position_id": fp.id, + "notes": notes, + } + ) + self.fiscal_position_ids = [(5, 0, 0)] + [(0, 0, fp_val) for fp_val in fp_vals] + + def _load_data(self, model, data): + """Process similar to the one in chart template _load() method.""" + template = self.env["account.chart.template"].with_context( + default_company_id=self.company_id.id, + allowed_company_ids=[self.company_id.id], + tracking_disable=True, + delay_account_group_sync=True, + # lang="en_US", + ) + created_records = template._load_data({model: data})[model] + langs = self.env["res.lang"].search([]) + # Similar and simpler process than what the _load_translations() method does + for xml_id, record_vals in data.items(): + if "__translation_module__" not in record_vals: + continue + translation_vals_lang = {} + for f_name in record_vals["__translation_module__"].keys(): + for lang in langs: + short_lang = lang.code.split("_")[0] + key_lang = f"{f_name}@{short_lang}" + if key_lang in record_vals: + if lang not in translation_vals_lang: + translation_vals_lang[lang.code] = {} + translation_vals_lang[lang.code][f_name] = record_vals[key_lang] + if isinstance(xml_id, int): + record = self.env[model].browse(xml_id) + else: + xml_id = f"{('account.' + str(self.company_id.id) + '_') if '.' not in xml_id else ''}{xml_id}" + record = self.env.ref(xml_id) + # Updatr translation vals + for lang in langs: + if lang.code not in translation_vals_lang: + continue + translation_vals = translation_vals_lang[lang.code] + record.with_context(lang=lang.code).write(translation_vals) + for record in created_records: + msg = _( + (f"Created/updated {record._name} %s."), + f"'{record.name}' (ID:{record.id})", + ) + _logger.info(msg) + if not self.log: + self.log = msg + else: + self.log += f"\n{msg}" + + def _update_taxes(self, t_data): + """Process taxes to create/update/deactivate.""" + # First create taxes in batch + data = {} + for wiz_tax in self.tax_ids: + tax = wiz_tax.update_tax_id + if wiz_tax.type == "deleted": + tax.active = False + _logger.info(_("Deactivated tax %s."), "'%s'" % tax.name) + continue + xml_id = wiz_tax.xml_id + key = tax.id or xml_id + t_data_item = t_data[xml_id] + data_item = t_data_item if wiz_tax.type == "new" else {} + if wiz_tax.type == "updated": + self.recreate_xml_id(tax, xml_id) + data_item = self.diff_fields(t_data_item, tax) + # Do not set tax_group_id if it does not exist + if wiz_tax.type == "new" and "tax_group_id" in data_item: + tax_group_id_xml_id = data_item["tax_group_id"] + real_tax_group_xml_id = ( + f"account.{self.company_id.id}_{tax_group_id_xml_id}" + ) + if not self.env.ref(real_tax_group_xml_id, raise_if_not_found=False): + del data_item["tax_group_id"] + # Do not set repartition_line_ids lines linked to non-existent accounts + if wiz_tax.type == "new" and "repartition_line_ids" in data_item: + new_repartition_line_ids = [] + for line in data_item["repartition_line_ids"]: + if "account_id" in line[2]: + account_id_xml_id = line[2]["account_id"] + real_account_id_xml_id = ( + f"account.{self.company_id.id}_{account_id_xml_id}" + ) + if self.env.ref( + real_account_id_xml_id, raise_if_not_found=False + ): + new_repartition_line_ids.append(line) + else: + new_repartition_line_ids.append(line) + data_item["repartition_line_ids"] = new_repartition_line_ids + data[key] = data_item + self._load_data("account.tax", data) + + def _update_accounts(self, t_data): + """Process accounts to create/update.""" + data = {} + for wiz_account in self.account_ids: + account = wiz_account.update_account_id + xml_id = wiz_account.xml_id + key = account.id or xml_id + t_data_item = t_data[xml_id] + data_item = t_data_item if wiz_account.type == "new" else {} + if wiz_account.type == "updated": + self.recreate_xml_id(account, xml_id) + data_item = self.diff_fields(t_data_item, account) + data[key] = data_item + self._load_data("account.account", data) + + def _update_account_groups(self, t_data): + """Process account groups templates to create/update.""" + data = {} + for wiz_ag in self.account_group_ids: + ag = wiz_ag.update_account_group_id + xml_id = wiz_ag.xml_id + key = ag.id or xml_id + t_data_item = t_data[xml_id] + data_item = t_data_item if wiz_ag.type == "new" else {} + if wiz_ag.type == "updated": + self.recreate_xml_id(ag, xml_id) + data_item = self.diff_fields(t_data_item, ag) + data[key] = data_item + self._load_data("account.group", data) + + def _update_fiscal_positions(self, t_data): + """Process fiscal position templates to create/update.""" + data = {} + for wiz_fp in self.fiscal_position_ids: + fp = wiz_fp.update_fiscal_position_id + xml_id = wiz_fp.xml_id + key = fp.id or xml_id + t_data_item = t_data[xml_id] + data_item = t_data_item if wiz_fp.type == "new" else {} + if wiz_fp.type == "updated": + self.recreate_xml_id(fp, xml_id) + data_item = self.diff_fields(t_data_item, fp) + data[key] = data_item + self._load_data("account.fiscal.position", data) + + +class WizardUpdateChartsAccountsTax(models.TransientModel): + _name = "wizard.update.charts.accounts.tax" + _description = "Tax that needs to be updated (new or updated in the " "template)." + + xml_id = fields.Char() + 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 tax"), + ("updated", "Updated tax"), + ("deleted", "Tax to deactivate"), + ], + readonly=False, + ) + type_tax_use = fields.Selection( + selection="_get_account_tax_type_tax_uses", 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) + + def _get_account_tax_type_tax_uses(self): + return self.env["account.tax"].fields_get(allfields=["type_tax_use"])[ + "type_tax_use" + ]["selection"] + + +class WizardUpdateChartsAccountsAccount(models.TransientModel): + _name = "wizard.update.charts.accounts.account" + _description = ( + "Account that needs to be updated (new or updated in the " "template)." + ) + + xml_id = fields.Char() + 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 account"), ("updated", "Updated account")], + 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) + + +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)." + ) + + xml_id = fields.Char() + 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 account group"), ("updated", "Updated accoung group")], + 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) + + +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)." + ) + + xml_id = fields.Char() + 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 fiscal position"), + ("updated", "Updated fiscal position"), + ], + 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) + + +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", ["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", ["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", ["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", ["code_prefix_start"]) + return vals 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..a27741bad5a --- /dev/null +++ b/account_chart_update/wizard/wizard_chart_update_view.xml @@ -0,0 +1,368 @@ + + + + + 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 + +