diff --git a/l10n_it_withholding_tax_payment/README.rst b/l10n_it_withholding_tax_payment/README.rst new file mode 100644 index 000000000000..5924f6a9362c --- /dev/null +++ b/l10n_it_withholding_tax_payment/README.rst @@ -0,0 +1,145 @@ +==================================== +ITA - Ritenuta d'acconto - Pagamenti +==================================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--italy-lightgray.png?logo=github + :target: https://github.com/OCA/l10n-italy/tree/14.0/l10n_it_withholding_tax_payment + :alt: OCA/l10n-italy +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/l10n-italy-14-0/l10n-italy-14-0-l10n_it_withholding_tax_payment + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/122/14.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +**Italiano** + +Per quanto riguarda la configurazione o l'utilizzo delle ritenute seguire le istruzioni indicate nel modulo `l10n_it_withholding_tax`. + +Questo modulo permette di tenere traccia del pagamento della ritenuta d'acconto. + +**English** + +Regarding the configuration or use of withholding taxes, follow the instructions in the module `l10n_it_withholding_tax`. + +This module allows to keep track of the withholding tax payment. + +**Table of contents** + +.. contents:: + :local: + +Usage +===== + +**Italiano** + +Per generare il pagamento di una ritenuta d'acconto: + +1. Aprire Fatturazione > Contabilità > Ritenuta d'acconto > Movimenti RdA. +2. Selezionare i movimenti di cui si vuole fare il pagamento +3. Cliccare su Azione > Crea movimento di pagamento +4. Nel popup, cliccare su Genera + +Verrà quindi visualizzato un 'Movimento di pagamento RdA' che rappresenta il pagamento delle ritenute selezionate al punto 2. + +Confermare il Movimento di pagamento RdA e compilare i campi in Impostazioni conto: + +* Data pagamento: la data in cui è stato effettuato il pagamento. +* Registro: il registro in cui verrà salvata la registrazione contabile. +* Conto: il conto della banca tramite il quale si farà il pagamento. + +Ad esempio: + +.. image:: https://raw.githubusercontent.com/OCA/l10n-italy/14.0/l10n_it_withholding_tax_payment/static/img/withholding_tax_move_payment_configuration_it.png + :alt: Configurazione movimento di pagamento RdA + +Creare la registrazione contabile cliccando su 'Crea movimento contabile': la registrazione creata sarà accessibile tramite il campo "Movimento contabile". + +**English** + +In order to generate a withholding tax payment: + +1. Open Accounting > Accounting > Withholding tax > WT Moves. +2. Select the transactions you want to pay for +3. Click Action > Create Payment Move +4. In the pop-up, click Generate + +A 'WT Payment Move' will then be displayed representing the payment of the withholding taxes selected in step 2. + +Confirm the RdA Payment Movement and fill in the fields in Account Setting: + +* Payment Date: The date the payment was made. +* Register: the journal where the journal entry will be saved. +* Account: the bank account through which the payment will be made. + +Eg: + +.. image:: https://raw.githubusercontent.com/OCA/l10n-italy/14.0/l10n_it_withholding_tax_payment/static/img/withholding_tax_move_payment_configuration.png + :alt: WT Payment Move configuration + + +Create the journal entry by clicking on 'Create Account Move': the created journal entry will be accessible through the "Account Move" field. + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Openforce +* Odoo Italia Network + +Contributors +~~~~~~~~~~~~ + +* Alessandro Camilli +* Lorenzo Battistini +* Matteo Bilotta + +Other credits +~~~~~~~~~~~~~ + +The development of this module has been financially supported by: + +* `Odoo Italia Network `_ + +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/l10n-italy `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/l10n_it_withholding_tax_payment/__init__.py b/l10n_it_withholding_tax_payment/__init__.py new file mode 100644 index 000000000000..ba0a966ff3bc --- /dev/null +++ b/l10n_it_withholding_tax_payment/__init__.py @@ -0,0 +1,3 @@ +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from . import models, wizard diff --git a/l10n_it_withholding_tax_payment/__manifest__.py b/l10n_it_withholding_tax_payment/__manifest__.py new file mode 100644 index 000000000000..197f06b2758e --- /dev/null +++ b/l10n_it_withholding_tax_payment/__manifest__.py @@ -0,0 +1,24 @@ +# Copyright 2015 Alessandro Camilli () +# Copyright 2019 Matteo Bilotta +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +{ + "name": "ITA - Ritenuta d'acconto - Pagamenti", + "summary": "Gestisce le ritenute sulle fatture e sui pagamenti", + "version": "16.0.1.0.1", + "development_status": "Beta", + "category": "Localization/Italy", + "website": "https://github.com/OCA/l10n-italy", + "author": "Openforce, Odoo Italia Network, Odoo Community Association (OCA)", + "license": "AGPL-3", + "application": False, + "installable": True, + "depends": ["account", "l10n_it_withholding_tax"], + "data": [ + "data/sequence.xml", + "security/ir.model.access.csv", + "security/security.xml", + "views/withholding_tax.xml", + "wizard/create_move_payment_view.xml", + ], +} diff --git a/l10n_it_withholding_tax_payment/data/sequence.xml b/l10n_it_withholding_tax_payment/data/sequence.xml new file mode 100644 index 000000000000..376cf1b3cbb6 --- /dev/null +++ b/l10n_it_withholding_tax_payment/data/sequence.xml @@ -0,0 +1,12 @@ + + + + + Withholding Tax Payment Move Number + withholding.tax.move.payment + + WTMP/ + + + + diff --git a/l10n_it_withholding_tax_payment/i18n/am.po b/l10n_it_withholding_tax_payment/i18n/am.po new file mode 100644 index 000000000000..011057d3a0c6 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/am.po @@ -0,0 +1,274 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +msgid "Stop Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/ar.po b/l10n_it_withholding_tax_payment/i18n/ar.po new file mode 100644 index 000000000000..13baa5aea6df --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/ar.po @@ -0,0 +1,276 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "إلغاء" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "أنشئ بواسطة" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "أنشئ في" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "التاريخ" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "اسم العرض" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "المعرف" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "آخر تعديل في" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "آخر تحديث بواسطة" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "آخر تحديث في" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "الاسم" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "التاريخ" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/bg.po b/l10n_it_withholding_tax_payment/i18n/bg.po new file mode 100644 index 000000000000..ebb7bf74763e --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/bg.po @@ -0,0 +1,275 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Откажи" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Създадено от" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Създадено на" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Дата" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Име за показване" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Последно променено на" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Последно обновено от" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Последно обновено на" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Име" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Дата" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/bs.po b/l10n_it_withholding_tax_payment/i18n/bs.po new file mode 100644 index 000000000000..bbf2ee64e80b --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/bs.po @@ -0,0 +1,276 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Otkaži" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Datum" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Prikaži naziv" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Zadnje mijenjano" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Ime" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Datum" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/ca.po b/l10n_it_withholding_tax_payment/i18n/ca.po new file mode 100644 index 000000000000..8cca3f488908 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/ca.po @@ -0,0 +1,275 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Cancel·la" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Creat per" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Creat el" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Data" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Darrera Actualització per" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Darrera Actualització el" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Nom" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Data" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/ca_ES.po b/l10n_it_withholding_tax_payment/i18n/ca_ES.po new file mode 100644 index 000000000000..01b883a1566d --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/ca_ES.po @@ -0,0 +1,275 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Cancel·la" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +msgid "Stop Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/cs.po b/l10n_it_withholding_tax_payment/i18n/cs.po new file mode 100644 index 000000000000..06db8c81f339 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/cs.po @@ -0,0 +1,275 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Zrušit" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Vytvořil(a)" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Vytvořeno" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Datum" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Zobrazovaný název" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Naposled upraveno" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Naposled upraveno" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Naposled upraveno" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Název" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Datum" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/da.po b/l10n_it_withholding_tax_payment/i18n/da.po new file mode 100644 index 000000000000..149f0b62b24e --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/da.po @@ -0,0 +1,274 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Annuller" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Oprettet af" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Oprettet den" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Vist navn" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "Id" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Sidst ændret den" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Sidst opdateret af" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Sidst opdateret den" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Navn" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +msgid "Stop Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/de.po b/l10n_it_withholding_tax_payment/i18n/de.po new file mode 100644 index 000000000000..cc11602bdd5c --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/de.po @@ -0,0 +1,276 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +# Niki Waibel , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+0000\n" +"Last-Translator: Niki Waibel , 2017\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" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Abbrechen" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Angelegt durch" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Angelegt am" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Datum" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Anzeigename" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Zuletzt geändert am" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Zuletzt aktualisiert durch" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Zuletzt aktualisiert am" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Bezeichnung" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Datum" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/el_GR.po b/l10n_it_withholding_tax_payment/i18n/el_GR.po new file mode 100644 index 000000000000..87ec4c59d504 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/el_GR.po @@ -0,0 +1,276 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Άκυρο" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Δημιουργήθηκε από " + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Δημιουργήθηκε στις" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Ημερομηνία" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "Κωδικός" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Τελευταία ενημέρωση από" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Τελευταία ενημέρωση στις" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Ονομασία" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Ημερομηνία" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/en_AU.po b/l10n_it_withholding_tax_payment/i18n/en_AU.po new file mode 100644 index 000000000000..1af852bd24ab --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/en_AU.po @@ -0,0 +1,275 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: English (Australia) (https://www.transifex.com/oca/" +"teams/23907/en_AU/)\n" +"Language: en_AU\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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Cancel" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +msgid "Stop Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/en_GB.po b/l10n_it_withholding_tax_payment/i18n/en_GB.po new file mode 100644 index 000000000000..67be03126f11 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/en_GB.po @@ -0,0 +1,276 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Cancel" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Created by" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Created on" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Date" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Display Name" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Last Modified on" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Name" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Date" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/es.po b/l10n_it_withholding_tax_payment/i18n/es.po new file mode 100644 index 000000000000..ee323ed4cc9b --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/es.po @@ -0,0 +1,275 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Creado el" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Fecha" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Display Name" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Last Modified on" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Última Actualización por" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Última Actualización el" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Nombre" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Fecha" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/es_AR.po b/l10n_it_withholding_tax_payment/i18n/es_AR.po new file mode 100644 index 000000000000..eff9216313a1 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/es_AR.po @@ -0,0 +1,279 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +# Anael M , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+0000\n" +"Last-Translator: Anael M , 2017\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" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "Cuenta" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +#, fuzzy +msgid "Account Move" +msgstr "Cuenta" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "Confirmado" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Fecha" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Mostrar Nombre" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Última actualización el" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Nombre" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Fecha" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +#, fuzzy +msgid "WT Amount" +msgstr "Cuenta" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/es_CL.po b/l10n_it_withholding_tax_payment/i18n/es_CL.po new file mode 100644 index 000000000000..5c4b7d411503 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/es_CL.po @@ -0,0 +1,275 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID (identificación)" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Nombre" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +msgid "Stop Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/es_CO.po b/l10n_it_withholding_tax_payment/i18n/es_CO.po new file mode 100644 index 000000000000..e6e3ee324c09 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/es_CO.po @@ -0,0 +1,275 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Creado" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Nombre Público" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Última Modificación el" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Actualizado por" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Actualizado" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Nombre" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +msgid "Stop Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/es_CR.po b/l10n_it_withholding_tax_payment/i18n/es_CR.po new file mode 100644 index 000000000000..f21eff09de35 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/es_CR.po @@ -0,0 +1,276 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Fecha" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Nombre" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Fecha" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/es_DO.po b/l10n_it_withholding_tax_payment/i18n/es_DO.po new file mode 100644 index 000000000000..1f30767b6219 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/es_DO.po @@ -0,0 +1,275 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Nombre" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +msgid "Stop Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/es_EC.po b/l10n_it_withholding_tax_payment/i18n/es_EC.po new file mode 100644 index 000000000000..494eabe762d2 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/es_EC.po @@ -0,0 +1,276 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+0000\n" +"Last-Translator: OCA Transbot , 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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Fecha" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID (identificación)" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Última actualización de" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Nombre" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Fecha" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/es_ES.po b/l10n_it_withholding_tax_payment/i18n/es_ES.po new file mode 100644 index 000000000000..0218601de1f4 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/es_ES.po @@ -0,0 +1,275 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +msgid "Stop Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/es_MX.po b/l10n_it_withholding_tax_payment/i18n/es_MX.po new file mode 100644 index 000000000000..0d018bf81563 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/es_MX.po @@ -0,0 +1,276 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Fecha" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Nombre desplegado" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Ultima modificacion realizada" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Ultima actualizacion por" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Ultima actualización realizada" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Nombre" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Fecha" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/es_PE.po b/l10n_it_withholding_tax_payment/i18n/es_PE.po new file mode 100644 index 000000000000..93a47695f651 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/es_PE.po @@ -0,0 +1,275 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Nombre a Mostrar" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Ultima Modificación en" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Actualizado última vez por" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Ultima Actualización" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Nombre" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +msgid "Stop Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/es_PY.po b/l10n_it_withholding_tax_payment/i18n/es_PY.po new file mode 100644 index 000000000000..0837fbd65315 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/es_PY.po @@ -0,0 +1,275 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Ultima actualización por" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Ultima actualización en" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Nombre" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +msgid "Stop Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/es_VE.po b/l10n_it_withholding_tax_payment/i18n/es_VE.po new file mode 100644 index 000000000000..7f7425ec56e8 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/es_VE.po @@ -0,0 +1,276 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Fecha" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Mostrar nombre" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Modificada por última vez" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Última actualización realizada por" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Ultima actualizacion en" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Nombre" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Fecha" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/et.po b/l10n_it_withholding_tax_payment/i18n/et.po new file mode 100644 index 000000000000..1a7f4fe52141 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/et.po @@ -0,0 +1,275 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Loobu" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Loonud" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Loodud" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Kuupäev" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Näidatav nimi" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Viimati muudetud" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Viimati uuendatud" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Viimati uuendatud" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Nimi" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Kuupäev" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/eu.po b/l10n_it_withholding_tax_payment/i18n/eu.po new file mode 100644 index 000000000000..409a552f9234 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/eu.po @@ -0,0 +1,274 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Ezeztatu" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Nork sortua" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Created on" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Izena erakutsi" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Last Updated on" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Izena" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +msgid "Stop Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/fa.po b/l10n_it_withholding_tax_payment/i18n/fa.po new file mode 100644 index 000000000000..8ca11de4780d --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/fa.po @@ -0,0 +1,274 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "لغو" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "ایجاد شده توسط" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "ایجاد شده در" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "نام نمایشی" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "شناسه" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "تاریخ آخرین به‌روزرسانی" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "آخرین به روز رسانی توسط" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "آخرین به روز رسانی در" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "نام" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +msgid "Stop Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/fi.po b/l10n_it_withholding_tax_payment/i18n/fi.po new file mode 100644 index 000000000000..ed25d20b82c5 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/fi.po @@ -0,0 +1,275 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Peruuta" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Luonut" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Luotu" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Päivämäärä" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Nimi" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Viimeksi muokattu" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Viimeksi päivitetty" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Viimeksi päivittänyt" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Nimi" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Päivämäärä" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/fr.po b/l10n_it_withholding_tax_payment/i18n/fr.po new file mode 100644 index 000000000000..1207ece0351c --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/fr.po @@ -0,0 +1,275 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Annuler" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Créé le" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Date" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Display Name" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Modifié le" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Modifié par" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Modifié le" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Nom" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Date" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/fr_CA.po b/l10n_it_withholding_tax_payment/i18n/fr_CA.po new file mode 100644 index 000000000000..23500ec86f1e --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/fr_CA.po @@ -0,0 +1,276 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Annuler" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Créé le" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Date" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Afficher le nom" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "Identifiant" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Dernière mise à jour par" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Dernière mise à jour le" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Nom" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Date" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/fr_CH.po b/l10n_it_withholding_tax_payment/i18n/fr_CH.po new file mode 100644 index 000000000000..3b872109735c --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/fr_CH.po @@ -0,0 +1,275 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Annuler" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Créé par" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Créé le" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Modifié par" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Modifié le" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +msgid "Stop Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/fr_FR.po b/l10n_it_withholding_tax_payment/i18n/fr_FR.po new file mode 100644 index 000000000000..e375a6217adb --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/fr_FR.po @@ -0,0 +1,276 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: French (France) (https://www.transifex.com/oca/teams/23907/" +"fr_FR/)\n" +"Language: fr_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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Annuler" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Date" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Date" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/gl.po b/l10n_it_withholding_tax_payment/i18n/gl.po new file mode 100644 index 000000000000..db7509977d65 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/gl.po @@ -0,0 +1,275 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Creado en" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Data" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Modificado por última vez o" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "ültima actualización por" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Última actualización en" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Nome" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Data" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/gl_ES.po b/l10n_it_withholding_tax_payment/i18n/gl_ES.po new file mode 100644 index 000000000000..5abdb598f0c6 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/gl_ES.po @@ -0,0 +1,275 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +msgid "Stop Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/he.po b/l10n_it_withholding_tax_payment/i18n/he.po new file mode 100644 index 000000000000..d000fcc72688 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/he.po @@ -0,0 +1,274 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "בטל" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "נוצר על ידי" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "נוצר ב-" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "השם המוצג" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "מזהה" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "תאריך שינוי אחרון" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "עודכן לאחרונה על ידי" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "עודכן לאחרונה על" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "שם" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +msgid "Stop Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/hi.po b/l10n_it_withholding_tax_payment/i18n/hi.po new file mode 100644 index 000000000000..9fe0d4d6367e --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/hi.po @@ -0,0 +1,274 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Hindi (https://www.transifex.com/oca/teams/23907/hi/)\n" +"Language: hi\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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "रद्द" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +msgid "Stop Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/hr.po b/l10n_it_withholding_tax_payment/i18n/hr.po new file mode 100644 index 000000000000..070fec0b90e1 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/hr.po @@ -0,0 +1,276 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+0000\n" +"Last-Translator: OCA Transbot , 2017\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" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Odustani" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Datum kreiranja" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Datum" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Naziv za prikaz" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Zadnja promjena" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Promijenio" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Vrijeme promjene" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Naziv" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Datum" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/hr_HR.po b/l10n_it_withholding_tax_payment/i18n/hr_HR.po new file mode 100644 index 000000000000..e227f200f74f --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/hr_HR.po @@ -0,0 +1,277 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Otkaži" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Datum" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Naziv" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Zadnje modificirano" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Naziv" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Datum" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/hu.po b/l10n_it_withholding_tax_payment/i18n/hu.po new file mode 100644 index 000000000000..fc3d71170372 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/hu.po @@ -0,0 +1,275 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Mégsem" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Készítette" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Létrehozás dátuma" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Dátum" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Név megjelenítése" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Utolsó frissítés dátuma" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Utoljára frissítve, által" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Utoljára frissítve " + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Név" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Dátum" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/id.po b/l10n_it_withholding_tax_payment/i18n/id.po new file mode 100644 index 000000000000..0429aa26863e --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/id.po @@ -0,0 +1,275 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Batalkan" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Dibuat oleh" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Dibuat pada" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Tanggal" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Nama Tampilan" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Terakhir Dimodifikasi pada" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Diperbaharui oleh" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Diperbaharui pada" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Nama" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Tanggal" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/it.po b/l10n_it_withholding_tax_payment/i18n/it.po new file mode 100644 index 000000000000..138d72e0ab02 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/it.po @@ -0,0 +1,303 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-05-04 14:10+0000\n" +"PO-Revision-Date: 2023-04-19 15:34+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.14.1\n" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "Conto" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +#, fuzzy +msgid "Account Move" +msgstr "Movimento contabile" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "Impostazioni conto" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Annulla" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "Azienda" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "Conferma" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "Confermata" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "Crea movimento contabile" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +#, fuzzy +msgid "Create Payment Move" +msgstr "Crea versamento" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +#, fuzzy +msgid "Create WT Payment Move Wizard" +msgstr "Crea versamento" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Creato da" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Creato il" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Data" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Nome visualizzato" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "Bozza" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "Genera" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "Registro" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Ultima modifica il" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Ultimo aggiornamento di" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Ultimo aggiornamento il" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "Righe" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Nome" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "Periodo" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "Imposta a bozza" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "Stato" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Data" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "I movimenti selezionati devono appartenere alla stessa azienda!" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "Tot." + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +#, fuzzy +msgid "WT Amount" +msgstr "Importo RdA" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "Movimenti RdA" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +#, fuzzy +msgid "WT Payment Move" +msgstr "Versamenti ritenute" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +#, fuzzy +msgid "WT Payment Moves" +msgstr "Versamenti ritenute" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" +"Movimento RdA già presente in un movimento di pagamento {} - Rif. RdA: {} - " +"{} - {}" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "Movimento RdA già pagato - {} - {} - {}" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" +"Attenzione, per la creazione del movimento contabile sono richiesti: data " +"pagamento, registro, conto" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" +"Attenzione, impossibile eliminare un movimento ritenuta di acconto in un " +"pagamento: {}" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, fuzzy, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "Versamento ritenute" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +#, fuzzy +msgid "Withholding Payment Move" +msgstr "Voci ritenuta" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "Voci ritenuta" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#, fuzzy +msgid "Withholding Tax Payment Move" +msgstr "Voci ritenuta" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, fuzzy, python-format +msgid "Withholding tax payment {}" +msgstr "Versamento ritenute" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" + +#~ msgid "Date Payment" +#~ msgstr "Data versamento" + +#~ msgid "Date Start" +#~ msgstr "Data inizio" + +#~ msgid "Date Stop" +#~ msgstr "Data fine" + +#~ msgid "Move Payment" +#~ msgstr "Versamento" + +#~ msgid "Wt Moves" +#~ msgstr "Movimenti RdA" diff --git a/l10n_it_withholding_tax_payment/i18n/ja.po b/l10n_it_withholding_tax_payment/i18n/ja.po new file mode 100644 index 000000000000..1c8778e1672e --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/ja.po @@ -0,0 +1,275 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "キャンセル" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "作成者" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "作成日" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "日付" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "表示名" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "最終更新日" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "最終更新者" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "最終更新日" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "名称" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "日付" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/ko.po b/l10n_it_withholding_tax_payment/i18n/ko.po new file mode 100644 index 000000000000..18974d257310 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/ko.po @@ -0,0 +1,275 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "취소" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "작성자" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "작성일" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "날짜" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "표시 이름" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "최근 수정" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "최근 갱신한 사람" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "최근 갱신 날짜" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "이름" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "날짜" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/l10n_it_withholding_tax_payment.pot b/l10n_it_withholding_tax_payment/i18n/l10n_it_withholding_tax_payment.pot new file mode 100644 index 000000000000..c5e80e395e7f --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/l10n_it_withholding_tax_payment.pot @@ -0,0 +1,263 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0-20191007\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-11-19 08:47+0000\n" +"PO-Revision-Date: 2019-11-19 08:47+0000\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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields.selection,name:l10n_it_withholding_tax_payment.selection__withholding_tax_move_payment__state__confirmed +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +msgid "Stop Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields.selection,name:l10n_it_withholding_tax_payment.selection__withholding_tax_move_payment__state__draft +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:131 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:0 +#, python-format +msgid "Warning! Data required for account move creation: payment date, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:0 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:110 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:118 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:91 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:142 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:136 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:183 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/lo.po b/l10n_it_withholding_tax_payment/i18n/lo.po new file mode 100644 index 000000000000..75957a28794a --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/lo.po @@ -0,0 +1,274 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+0000\n" +"Last-Translator: OCA Transbot , 2017\n" +"Language-Team: Lao (https://www.transifex.com/oca/teams/23907/lo/)\n" +"Language: lo\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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "ຍົກເລີອກ" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +msgid "Stop Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/lt.po b/l10n_it_withholding_tax_payment/i18n/lt.po new file mode 100644 index 000000000000..674ce93ca813 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/lt.po @@ -0,0 +1,276 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+0000\n" +"Last-Translator: OCA Transbot , 2017\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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Atšaukti" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Sukūrė" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Sukurta" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Data" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Vaizduojamas pavadinimas" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Paskutinį kartą keista" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Pavadinimas" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Data" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/lt_LT.po b/l10n_it_withholding_tax_payment/i18n/lt_LT.po new file mode 100644 index 000000000000..fb12baf1795b --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/lt_LT.po @@ -0,0 +1,276 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Atšaukti" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Sukūrė" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Sukurta" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Paskutinį kartą atnaujino" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Paskutinį kartą atnaujinta" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +msgid "Stop Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/lv.po b/l10n_it_withholding_tax_payment/i18n/lv.po new file mode 100644 index 000000000000..ab04170a96c7 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/lv.po @@ -0,0 +1,276 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Atcelt" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Izveidoja" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Izveidots" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Datums" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Pēdējo reizi atjaunoja" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Pēdējās izmaiņas" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Nosaukums" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Datums" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/mk.po b/l10n_it_withholding_tax_payment/i18n/mk.po new file mode 100644 index 000000000000..2d1dd61b9f11 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/mk.po @@ -0,0 +1,275 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Откажи" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Креирано од" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Креирано на" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Датум" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Прикажи име" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Последна промена на" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Последно ажурирање од" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Последно ажурирање на" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Име" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Датум" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/mn.po b/l10n_it_withholding_tax_payment/i18n/mn.po new file mode 100644 index 000000000000..66437a44b972 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/mn.po @@ -0,0 +1,275 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Цуцлах" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Үүсгэгч" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Үүсгэсэн" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Огноо" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Дэлгэцийн Нэр" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Сүүлийн засвар хийсэн огноо" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Сүүлийн засвар хийсэн" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Сүүлийн засвар хийсэн огноо" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Нэр" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Огноо" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/nb.po b/l10n_it_withholding_tax_payment/i18n/nb.po new file mode 100644 index 000000000000..bf9abe80255b --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/nb.po @@ -0,0 +1,276 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Avbryt" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Opprettet av" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Opprettet den" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Dato" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Visnings navn" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Sist oppdatert " + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Sist oppdatert" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Navn" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Dato" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/nb_NO.po b/l10n_it_withholding_tax_payment/i18n/nb_NO.po new file mode 100644 index 000000000000..85f8ea9e2bc5 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/nb_NO.po @@ -0,0 +1,275 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Lukk" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Laget av" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Laget den" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Vis navn" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Sist endret den" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Sist oppdatert av" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Sist oppdatert den" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +msgid "Stop Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/nl.po b/l10n_it_withholding_tax_payment/i18n/nl.po new file mode 100644 index 000000000000..9bc42d8fc97b --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/nl.po @@ -0,0 +1,275 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+0000\n" +"Last-Translator: OCA Transbot , 2017\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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Annuleer" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Aangemaakt door" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Aangemaakt op" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Datum" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Te tonen naam" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Laatst bijgewerkt op" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Naam" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Datum" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/nl_BE.po b/l10n_it_withholding_tax_payment/i18n/nl_BE.po new file mode 100644 index 000000000000..12111663f165 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/nl_BE.po @@ -0,0 +1,276 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Annuleren" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Gemaakt door" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Gemaakt op" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Datum" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Schermnaam" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Laatst Aangepast op" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Laatst bijgewerkt door" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Laatst bijgewerkt op" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Naam:" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Datum" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/pl.po b/l10n_it_withholding_tax_payment/i18n/pl.po new file mode 100644 index 000000000000..4a1c684e7111 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/pl.po @@ -0,0 +1,277 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Anuluj" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Utworzone przez" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Utworzono" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Data" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Wyświetlana nazwa " + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Ostatnio modyfikowano" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Ostatnio modyfikowane przez" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Ostatnia zmiana" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Nazwa" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Data" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/pt.po b/l10n_it_withholding_tax_payment/i18n/pt.po new file mode 100644 index 000000000000..7e98f9870afd --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/pt.po @@ -0,0 +1,275 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Criado em" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Data" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Nome a Apresentar" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Modificado a última vez por" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Atualizado pela última vez por" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Atualizado pela última vez em" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Nome" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Data" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/pt_BR.po b/l10n_it_withholding_tax_payment/i18n/pt_BR.po new file mode 100644 index 000000000000..0bba4d565bd5 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/pt_BR.po @@ -0,0 +1,276 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+0000\n" +"Last-Translator: OCA Transbot , 2017\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" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Criado em" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Data" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Mostrar Nome" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "Identificação" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Última Modificação em" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Útima atualização por" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Útima atualização em" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Nome" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Data" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/pt_PT.po b/l10n_it_withholding_tax_payment/i18n/pt_PT.po new file mode 100644 index 000000000000..e77a0d4d4301 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/pt_PT.po @@ -0,0 +1,276 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Cancelar" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Criado por" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Criado em" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Data" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Nome a Apresentar" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Última Modificação em" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Atualizado pela última vez por" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Atualizado pela última vez em" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Nome" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Data" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/ro.po b/l10n_it_withholding_tax_payment/i18n/ro.po new file mode 100644 index 000000000000..b3c29e072de0 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/ro.po @@ -0,0 +1,276 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Anuleaza" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Creat de" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Creat la" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Data" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Nume Afişat" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Ultima actualizare în" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Ultima actualizare făcută de" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Ultima actualizare la" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Nume" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Data" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/ru.po b/l10n_it_withholding_tax_payment/i18n/ru.po new file mode 100644 index 000000000000..063e226abf6b --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/ru.po @@ -0,0 +1,277 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Отменена" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Создано" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Создан" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Дата" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Последний раз обновлено" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Последний раз обновлено" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Название" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Дата" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/sk.po b/l10n_it_withholding_tax_payment/i18n/sk.po new file mode 100644 index 000000000000..430749380e98 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/sk.po @@ -0,0 +1,275 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Zrušiť" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Vytvoril" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Vytvorené" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Dátum" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Zobraziť meno" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Posledná modifikácia" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Naposledy upravoval" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Naposledy upravované" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Meno" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Dátum" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/sl.po b/l10n_it_withholding_tax_payment/i18n/sl.po new file mode 100644 index 000000000000..7b952520a40d --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/sl.po @@ -0,0 +1,279 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-02 01:46+0000\n" +"PO-Revision-Date: 2023-03-31 21:24+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "Konto" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +#, fuzzy +msgid "Account Move" +msgstr "Kontni premik" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Preklic" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "Družba" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "Potrjeno" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Ustvaril" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Ustvarjeno" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Datum" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Prikazani naziv" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "Osnutek" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "Dnevnik" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Zadnjič spremenjeno" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Zadnji posodobil" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Zadnjič posodobljeno" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Naziv" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "Obdobje" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Datum" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +#, fuzzy +msgid "WT Amount" +msgstr "Konto" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/sr.po b/l10n_it_withholding_tax_payment/i18n/sr.po new file mode 100644 index 000000000000..769672d5ffc6 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/sr.po @@ -0,0 +1,276 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Otkaži" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Kreiran" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Datum" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Ime" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Datum" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/sr@latin.po b/l10n_it_withholding_tax_payment/i18n/sr@latin.po new file mode 100644 index 000000000000..0e2e035f31d1 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/sr@latin.po @@ -0,0 +1,277 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Otkaži" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Kreiran" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Datum" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Ime za prikaz" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Zadnja izmjena" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Zadnja izmjena" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Zadnja izmjena" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Ime:" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Datum" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/sv.po b/l10n_it_withholding_tax_payment/i18n/sv.po new file mode 100644 index 000000000000..15c703990091 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/sv.po @@ -0,0 +1,275 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+0000\n" +"Last-Translator: OCA Transbot , 2017\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" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Avbryt" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Skapad av" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Skapad den" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Datum" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Visa namn" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Senast redigerad" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Senast uppdaterad av" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Senast uppdaterad" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Namn" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Datum" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/th.po b/l10n_it_withholding_tax_payment/i18n/th.po new file mode 100644 index 000000000000..03292a027b53 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/th.po @@ -0,0 +1,275 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "ยกเลิก" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "สร้างโดย" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "สร้างเมื่อ" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "วันที่" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "ชื่อที่ใช้แสดง" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "รหัส" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "แก้ไขครั้งสุดท้ายเมื่อ" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "อัพเดทครั้งสุดท้ายโดย" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "อัพเดทครั้งสุดท้ายเมื่อ" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "ชื่อ" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "วันที่" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/tr.po b/l10n_it_withholding_tax_payment/i18n/tr.po new file mode 100644 index 000000000000..2ff0165c9fff --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/tr.po @@ -0,0 +1,275 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Vazgeç" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Oluşturan" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Oluşturuldu" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Tarih" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Son güncelleyen" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Son güncellenme" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Adı" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Tarih" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/uk.po b/l10n_it_withholding_tax_payment/i18n/uk.po new file mode 100644 index 000000000000..e65f1c56c98f --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/uk.po @@ -0,0 +1,276 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Скасувати" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Створив" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Дата створення" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Дата" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Назва для відображення" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Остання модифікація" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Востаннє оновив" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Останнє оновлення" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Name" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Дата" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/vi.po b/l10n_it_withholding_tax_payment/i18n/vi.po new file mode 100644 index 000000000000..4ce917585344 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/vi.po @@ -0,0 +1,275 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Hủy bỏ" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Được tạo bởi" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Được tạo vào" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "Ngày" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "Sửa lần cuối vào" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Last Updated by" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Tên" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "Ngày" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/vi_VN.po b/l10n_it_withholding_tax_payment/i18n/vi_VN.po new file mode 100644 index 000000000000..49d5de6c8d9d --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/vi_VN.po @@ -0,0 +1,275 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "Hủy" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "Tạo bởi" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "Tạo vào" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "Cập nhật lần cuối bởi" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "Cập nhật lần cuối vào" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "Tên" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +msgid "Stop Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/zh_CN.po b/l10n_it_withholding_tax_payment/i18n/zh_CN.po new file mode 100644 index 000000000000..81b2cd97ec9b --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/zh_CN.po @@ -0,0 +1,276 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "取消" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "创建者" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "创建时间" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "日期" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "显示名称" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "ID" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "最后修改时间" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "最后更新者" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "最后更新时间" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "名称" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "日期" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/i18n/zh_TW.po b/l10n_it_withholding_tax_payment/i18n/zh_TW.po new file mode 100644 index 000000000000..5a610688a373 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/zh_TW.po @@ -0,0 +1,276 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-12-08 03:46+0000\n" +"PO-Revision-Date: 2017-12-08 03:46+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: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__account_id +msgid "Account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__move_id +msgid "Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Account Setting" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Cancel" +msgstr "刪除" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__company_id +msgid "Company" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Confirm" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Confirmed" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Create Account Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_action +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "Create WT Payment Move Wizard" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_uid +msgid "Created by" +msgstr "建立者" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__create_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__create_date +msgid "Created on" +msgstr "建立於" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date +msgid "Date" +msgstr "日期" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__display_name +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__display_name +msgid "Display Name" +msgstr "顯示名稱" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Generate" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__id +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__id +msgid "ID" +msgstr "編號" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__journal_id +msgid "Journal" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment____last_update +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create____last_update +msgid "Last Modified on" +msgstr "最後修改:" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_uid +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_uid +msgid "Last Updated by" +msgstr "最後更新:" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__write_date +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__write_date +msgid "Last Updated on" +msgstr "最後更新於" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__line_ids +msgid "Lines" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__name +msgid "Name" +msgstr "名稱" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_payment +msgid "Payment Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Set to Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_start +msgid "Start Date" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__state +msgid "Status" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__date_stop +#, fuzzy +msgid "Stop Date" +msgstr "日期" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:134 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Tot" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment__amount +msgid "WT Amount" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_wizard_wt_move_payment_create__wt_move_ids +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move__wt_move_payment_id +msgid "WT Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Payment Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:147 +#, python-format +msgid "WT move already in a payment move! Paym. move {} - Ref WT: {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:140 +#, python-format +msgid "WT move already paid! - {} - {} - {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:80 +#, python-format +msgid "" +"Warning! Data required for account move creation: payment date, journal, " +"account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:19 +#, python-format +msgid "Warning! Withholding tax move in a payment {}: you can not delete it" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:34 +#, python-format +msgid "Warning! Withholding tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move +msgid "Withholding Tax Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:113 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:121 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:29 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model_terms:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Payment Move" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:94 +#, python-format +msgid "Withholding tax payment {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:188 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/models/__init__.py b/l10n_it_withholding_tax_payment/models/__init__.py new file mode 100644 index 000000000000..3488f5c1e644 --- /dev/null +++ b/l10n_it_withholding_tax_payment/models/__init__.py @@ -0,0 +1,3 @@ +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from . import withholding_tax diff --git a/l10n_it_withholding_tax_payment/models/withholding_tax.py b/l10n_it_withholding_tax_payment/models/withholding_tax.py new file mode 100644 index 000000000000..e60bfd5e1be7 --- /dev/null +++ b/l10n_it_withholding_tax_payment/models/withholding_tax.py @@ -0,0 +1,209 @@ +# Copyright 2015 Alessandro Camilli () +# Copyright 2019 Matteo Bilotta +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from odoo import _, api, fields, models +from odoo.exceptions import ValidationError + + +class WithholdingTaxMove(models.Model): + _inherit = "withholding.tax.move" + + wt_move_payment_id = fields.Many2one( + "withholding.tax.move.payment", "WT Payment Move", readonly=True + ) + + def unlink(self): + for rec in self: + if rec.wt_move_payment_id: + raise ValidationError( + _( + "Warning! Withholding tax move in a payment {}:" + " you can not delete it" + ).format(rec.wt_move_payment_id.name) + ) + + return super().unlink() + + def check_unlink(self): + wt_moves_not_eresable = [] + for move in self: + if move.wt_move_payment_id: + wt_moves_not_eresable.append(move) + + if wt_moves_not_eresable: + raise ValidationError( + _("Warning! Withholding tax moves in a payment: {}").format( + wt_moves_not_eresable[0].sudo().wt_move_payment_id.name + ) + ) + + return super().check_unlink() + + +class WithholdingTaxMovePayment(models.Model): + _name = "withholding.tax.move.payment" + _description = "Withholding Tax Payment Move" + + @api.depends("line_ids.amount", "line_ids.wt_move_payment_id") + def _compute_total(self): + for mp in self: + tot_wt_amount = 0 + for wt_move in mp.line_ids: + tot_wt_amount += wt_move.amount + mp.amount = tot_wt_amount + + state = fields.Selection( + [ + ("draft", "Draft"), + ("confirmed", "Confirmed"), + ], + "Status", + readonly=True, + copy=False, + default="draft", + ) + company_id = fields.Many2one( + "res.company", + string="Company", + required=True, + default=lambda self: self.env.company, + ) + name = fields.Char() + date = fields.Date() + date_payment = fields.Date("Payment Date") + date_start = fields.Date("Start Date", readonly=True) + date_stop = fields.Date("Stop Date", readonly=True) + move_id = fields.Many2one("account.move", string="Account Move") + account_id = fields.Many2one("account.account", string="Account") + journal_id = fields.Many2one("account.journal", string="Journal") + line_ids = fields.One2many( + "withholding.tax.move", "wt_move_payment_id", string="Lines" + ) + amount = fields.Float("WT Amount", compute="_compute_total") + + def create_account_move(self): + account_move_obj = self.env["account.move"] + for mp in self: + if not mp.date_payment or not mp.journal_id or not mp.account_id: + raise ValidationError( + _( + "Warning! Data required for account move creation:" + " payment date, journal, account" + ) + ) + + # WT Moves + wt_move_balance = 0 + move_lines = [] + for wt_move in mp.line_ids: + debit = 0 + credit = 0 + if wt_move.amount > 0: + debit = wt_move.amount + else: + credit = wt_move.amount + vals = { + "name": _("Withholding tax payment {}").format( + wt_move.partner_id.name + ), + "account_id": wt_move.withholding_tax_id.account_payable_id.id, + "credit": credit, + "debit": debit, + } + move_lines.append((0, 0, vals)) + # Balance + wt_move_balance += wt_move.amount + # WT payment + if wt_move_balance: + debit = 0 + credit = 0 + if wt_move_balance > 0: + credit = wt_move_balance + else: + debit = wt_move_balance * -1 + vals = { + "name": _("Withholding Tax Payment"), + "account_id": mp.account_id.id, + "credit": credit, + "debit": debit, + } + move_lines.append((0, 0, vals)) + # Move create + move = account_move_obj.create( + [ + { + "ref": _("Withholding Tax Payment"), + "journal_id": mp.journal_id.id, + "date": mp.date_payment, + "line_ids": move_lines, + } + ] + ) + move.action_post() + # Ref on payement + mp.move_id = move.id + + def generate_from_moves(self, wt_moves): + # Moves must have the same company + if wt_moves and len(wt_moves.mapped("company_id")) > 1: + raise ValidationError(_("The selected moves must have the same company!")) + + sequence_obj = self.env["ir.sequence"] + for wt_move in wt_moves: + if wt_move.state == "paid": + raise ValidationError( + _("WT move already paid! - {} - {} - {}").format( + wt_move.partner_id.name, wt_move.date, str(wt_move.amount) + ) + ) + + if wt_move.wt_move_payment_id: + raise ValidationError( + _( + "WT move already in a payment move! " + "Paym. move {} - Ref WT: {} - {} - {}" + ).format( + str(wt_move.wt_move_payment_id.id), + wt_move.partner_id.name, + wt_move.date, + str(wt_move.amount), + ) + ) + + # Create Payment Move + wt_payment = False + if wt_moves: + val = { + "name": sequence_obj.next_by_code("withholding.tax.move.payment"), + "date": fields.Date.today(), + "line_ids": [(6, 0, wt_moves.ids)], + } + wt_payment = self.create([val]) + # Update ref on moves + for wt_move in wt_moves: + wt_move.wt_move_payment_id = wt_payment.id + return wt_payment + + def action_confirmed(self): + for move in self: + if move.state in ["draft"]: + move.state = "confirmed" + # WT move set to due + for wt_move in move.line_ids: + wt_move.action_paid() + + def action_set_to_draft(self): + for move in self: + if move.state in ["confirmed"]: + move.state = "draft" + # WT move set to due + for wt_move in move.line_ids: + wt_move.action_set_to_draft() + + def unlink(self): + for payment in self: + if payment.state != "draft": + raise ValidationError(_("You can only delete draft payments")) + + return super().unlink() diff --git a/l10n_it_withholding_tax_payment/readme/CONTRIBUTORS.rst b/l10n_it_withholding_tax_payment/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000000..d63185a2059b --- /dev/null +++ b/l10n_it_withholding_tax_payment/readme/CONTRIBUTORS.rst @@ -0,0 +1,4 @@ +* Alessandro Camilli +* Lorenzo Battistini +* Matteo Bilotta +* Nextev diff --git a/l10n_it_withholding_tax_payment/readme/CREDITS.rst b/l10n_it_withholding_tax_payment/readme/CREDITS.rst new file mode 100644 index 000000000000..310d8c55ec1c --- /dev/null +++ b/l10n_it_withholding_tax_payment/readme/CREDITS.rst @@ -0,0 +1,3 @@ +The development of this module has been financially supported by: + +* `Odoo Italia Network `_ diff --git a/l10n_it_withholding_tax_payment/readme/DESCRIPTION.rst b/l10n_it_withholding_tax_payment/readme/DESCRIPTION.rst new file mode 100644 index 000000000000..bdf6cebb8d36 --- /dev/null +++ b/l10n_it_withholding_tax_payment/readme/DESCRIPTION.rst @@ -0,0 +1,11 @@ +**Italiano** + +Per quanto riguarda la configurazione o l'utilizzo delle ritenute seguire le istruzioni indicate nel modulo `l10n_it_withholding_tax`. + +Questo modulo permette di tenere traccia del pagamento della ritenuta d'acconto. + +**English** + +Regarding the configuration or use of withholding taxes, follow the instructions in the module `l10n_it_withholding_tax`. + +This module allows to keep track of the withholding tax payment. diff --git a/l10n_it_withholding_tax_payment/readme/USAGE.rst b/l10n_it_withholding_tax_payment/readme/USAGE.rst new file mode 100644 index 000000000000..42fa2bbbb268 --- /dev/null +++ b/l10n_it_withholding_tax_payment/readme/USAGE.rst @@ -0,0 +1,48 @@ +**Italiano** + +Per generare il pagamento di una ritenuta d'acconto: + +1. Aprire Fatturazione > Contabilità > Ritenuta d'acconto > Movimenti RdA. +2. Selezionare i movimenti di cui si vuole fare il pagamento +3. Cliccare su Azione > Crea movimento di pagamento +4. Nel popup, cliccare su Genera + +Verrà quindi visualizzato un 'Movimento di pagamento RdA' che rappresenta il pagamento delle ritenute selezionate al punto 2. + +Confermare il Movimento di pagamento RdA e compilare i campi in Impostazioni conto: + +* Data pagamento: la data in cui è stato effettuato il pagamento. +* Registro: il registro in cui verrà salvata la registrazione contabile. +* Conto: il conto della banca tramite il quale si farà il pagamento. + +Ad esempio: + +.. image:: ../static/img/withholding_tax_move_payment_configuration_it.png + :alt: Configurazione movimento di pagamento RdA + +Creare la registrazione contabile cliccando su 'Crea movimento contabile': la registrazione creata sarà accessibile tramite il campo "Movimento contabile". + +**English** + +In order to generate a withholding tax payment: + +1. Open Accounting > Accounting > Withholding tax > WT Moves. +2. Select the transactions you want to pay for +3. Click Action > Create Payment Move +4. In the pop-up, click Generate + +A 'WT Payment Move' will then be displayed representing the payment of the withholding taxes selected in step 2. + +Confirm the RdA Payment Movement and fill in the fields in Account Setting: + +* Payment Date: The date the payment was made. +* Register: the journal where the journal entry will be saved. +* Account: the bank account through which the payment will be made. + +Eg: + +.. image:: ../static/img/withholding_tax_move_payment_configuration.png + :alt: WT Payment Move configuration + + +Create the journal entry by clicking on 'Create Account Move': the created journal entry will be accessible through the "Account Move" field. diff --git a/l10n_it_withholding_tax_payment/security/ir.model.access.csv b/l10n_it_withholding_tax_payment/security/ir.model.access.csv new file mode 100644 index 000000000000..b81afde5b755 --- /dev/null +++ b/l10n_it_withholding_tax_payment/security/ir.model.access.csv @@ -0,0 +1,6 @@ +"id","name","model_id:id","group_id:id","perm_read","perm_write","perm_create","perm_unlink" + +withholding_tax_move_payment_user,withholding_tax_move_payment user,model_withholding_tax_move_payment,account.group_account_user,1,0,0,0 +withholding_tax_move_payment_invoice,withholding_tax_move_payment invoice,model_withholding_tax_move_payment,account.group_account_invoice,1,0,0,0 +withholding_tax_move_payment_manager,withholding_tax_move_payment manager,model_withholding_tax_move_payment,account.group_account_manager,1,1,1,1 +access_wizard_wt_move_payment_create,access_wizard_wt_move_payment_create,model_wizard_wt_move_payment_create,base.group_user,1,1,1,1 diff --git a/l10n_it_withholding_tax_payment/security/security.xml b/l10n_it_withholding_tax_payment/security/security.xml new file mode 100644 index 000000000000..6a71d67ee484 --- /dev/null +++ b/l10n_it_withholding_tax_payment/security/security.xml @@ -0,0 +1,14 @@ + + + + + Withholding Tax Payment Move + + + ['|',('company_id','=',False),('company_id','in',company_ids)] + + diff --git a/l10n_it_withholding_tax_payment/static/description/icon.png b/l10n_it_withholding_tax_payment/static/description/icon.png new file mode 100644 index 000000000000..3a0328b516c4 Binary files /dev/null and b/l10n_it_withholding_tax_payment/static/description/icon.png differ diff --git a/l10n_it_withholding_tax_payment/static/description/index.html b/l10n_it_withholding_tax_payment/static/description/index.html new file mode 100644 index 000000000000..4df7d0a76251 --- /dev/null +++ b/l10n_it_withholding_tax_payment/static/description/index.html @@ -0,0 +1,475 @@ + + + + + + +ITA - Ritenuta d'acconto - Pagamenti + + + +
+

ITA - Ritenuta d’acconto - Pagamenti

+ + +

Beta License: AGPL-3 OCA/l10n-italy Translate me on Weblate Try me on Runbot

+

Italiano

+

Per quanto riguarda la configurazione o l’utilizzo delle ritenute seguire le istruzioni indicate nel modulo l10n_it_withholding_tax.

+

Questo modulo permette di tenere traccia del pagamento della ritenuta d’acconto.

+

English

+

Regarding the configuration or use of withholding taxes, follow the instructions in the module l10n_it_withholding_tax.

+

This module allows to keep track of the withholding tax payment.

+

Table of contents

+ +
+

Usage

+

Italiano

+

Per generare il pagamento di una ritenuta d’acconto:

+
    +
  1. Aprire Fatturazione > Contabilità > Ritenuta d’acconto > Movimenti RdA.
  2. +
  3. Selezionare i movimenti di cui si vuole fare il pagamento
  4. +
  5. Cliccare su Azione > Crea movimento di pagamento
  6. +
  7. Nel popup, cliccare su Genera
  8. +
+

Verrà quindi visualizzato un ‘Movimento di pagamento RdA’ che rappresenta il pagamento delle ritenute selezionate al punto 2.

+

Confermare il Movimento di pagamento RdA e compilare i campi in Impostazioni conto:

+
    +
  • Data pagamento: la data in cui è stato effettuato il pagamento.
  • +
  • Registro: il registro in cui verrà salvata la registrazione contabile.
  • +
  • Conto: il conto della banca tramite il quale si farà il pagamento.
  • +
+

Ad esempio:

+Configurazione movimento di pagamento RdA +

Creare la registrazione contabile cliccando su ‘Crea movimento contabile’: la registrazione creata sarà accessibile tramite il campo “Movimento contabile”.

+

English

+

In order to generate a withholding tax payment:

+
    +
  1. Open Accounting > Accounting > Withholding tax > WT Moves.
  2. +
  3. Select the transactions you want to pay for
  4. +
  5. Click Action > Create Payment Move
  6. +
  7. In the pop-up, click Generate
  8. +
+

A ‘WT Payment Move’ will then be displayed representing the payment of the withholding taxes selected in step 2.

+

Confirm the RdA Payment Movement and fill in the fields in Account Setting:

+
    +
  • Payment Date: The date the payment was made.
  • +
  • Register: the journal where the journal entry will be saved.
  • +
  • Account: the bank account through which the payment will be made.
  • +
+

Eg:

+WT Payment Move configuration +

Create the journal entry by clicking on ‘Create Account Move’: the created journal entry will be accessible through the “Account Move” field.

+
+
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • Openforce
  • +
  • Odoo Italia Network
  • +
+
+
+

Contributors

+ +
+
+

Other credits

+

The development of this module has been financially supported by:

+ +
+
+

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/l10n-italy project on GitHub.

+

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

+
+
+
+ + diff --git a/l10n_it_withholding_tax_payment/static/img/withholding_tax_move_payment_configuration.png b/l10n_it_withholding_tax_payment/static/img/withholding_tax_move_payment_configuration.png new file mode 100644 index 000000000000..67a8ba448508 Binary files /dev/null and b/l10n_it_withholding_tax_payment/static/img/withholding_tax_move_payment_configuration.png differ diff --git a/l10n_it_withholding_tax_payment/static/img/withholding_tax_move_payment_configuration_it.png b/l10n_it_withholding_tax_payment/static/img/withholding_tax_move_payment_configuration_it.png new file mode 100644 index 000000000000..f4ad1ae7a45d Binary files /dev/null and b/l10n_it_withholding_tax_payment/static/img/withholding_tax_move_payment_configuration_it.png differ diff --git a/l10n_it_withholding_tax_payment/tests/__init__.py b/l10n_it_withholding_tax_payment/tests/__init__.py new file mode 100644 index 000000000000..bc8077d45e94 --- /dev/null +++ b/l10n_it_withholding_tax_payment/tests/__init__.py @@ -0,0 +1,3 @@ +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from . import test_withholding_tax_payment diff --git a/l10n_it_withholding_tax_payment/tests/test_withholding_tax_payment.py b/l10n_it_withholding_tax_payment/tests/test_withholding_tax_payment.py new file mode 100644 index 000000000000..80902511ac89 --- /dev/null +++ b/l10n_it_withholding_tax_payment/tests/test_withholding_tax_payment.py @@ -0,0 +1,125 @@ +# Copyright 2021 Simone Rubino - Agile Business Group +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from odoo.tests import Form, tagged + +from odoo.addons.account.tests.common import AccountTestInvoicingCommon + + +@tagged("post_install", "-at_install") +class TestWithholdingTaxPayment(AccountTestInvoicingCommon): + @classmethod + def setup_withholding_tax(cls, company_data): + return cls.env["withholding.tax"].create( + { + "name": "Test withholding tax", + "code": "TWHT", + "company_id": company_data["company"].id, + "account_receivable_id": company_data["default_account_receivable"].id, + "account_payable_id": company_data["default_account_payable"].id, + "journal_id": company_data["default_journal_misc"].id, + "payment_term": cls.pay_terms_a.id, + "rate_ids": [ + ( + 0, + 0, + { + "tax": 20, + "base": 1, + }, + ) + ], + } + ) + + @classmethod + def setup_withholding_data(cls, company_data): + """ + Create an invoice with a withholding tax for current company. + """ + cls.set_allowed_companies(company_data["company"]) + wh_tax = cls.setup_withholding_tax(company_data) + invoice = cls.init_invoice( + "in_invoice", amounts=[100], company=company_data["company"] + ) + invoice_form = Form(invoice) + with invoice_form.invoice_line_ids.edit(0) as line_form: + line_form.invoice_line_tax_wt_ids.clear() + line_form.invoice_line_tax_wt_ids.add(wh_tax) + invoice = invoice_form.save() + return invoice + + @classmethod + def set_allowed_companies(cls, company): + """ + Set company for current user. + Note that user.company_id would not be the current company + but only the default company for the user. + """ + context = {"allowed_company_ids": company.ids} + if "allowed_company_ids" in cls.env.context: + ctx = dict(cls.env.context) + ctx.pop("allowed_company_ids") + cls.env.context = ctx + cls.env.context = dict(**cls.env.context, **context) + + @classmethod + def setUpClass(cls, chart_template_ref=None): + super().setUpClass(chart_template_ref=chart_template_ref) + cls.invoice_1 = cls.setup_withholding_data(cls.company_data) + cls.invoice_2 = cls.setup_withholding_data(cls.company_data_2) + + def generate_withholding_tax_payment(self, invoice): + """ + Generate payment for withholding tax included in `invoice`. + """ + self.set_allowed_companies(invoice.company_id) + + # Pay invoice + invoice.action_post() + payment_wizard = ( + self.env["account.payment.register"] + .with_context( + active_model=invoice._name, + active_ids=invoice.ids, + ) + .create({}) + ) + action_payment = payment_wizard.action_create_payments() + self.assertTrue(invoice.payment_state, "partial") + + # Pay withholding tax + payment = self.env[action_payment["res_model"]].browse(action_payment["res_id"]) + wh_tax_move = self.env["withholding.tax.move"].search( + [("account_move_id", "=", payment.move_id.id)] + ) + wh_tax_payment_wizard = ( + self.env["wizard.wt.move.payment.create"] + .with_context( + active_model=wh_tax_move._name, + active_ids=wh_tax_move.ids, + wt_move_ids=wh_tax_move.ids, + ) + .create({}) + ) + wh_tax_payment_action = wh_tax_payment_wizard.generate() + withholding_tax_payment = self.env[wh_tax_payment_action["res_model"]].browse( + wh_tax_payment_action["res_id"] + ) + return withholding_tax_payment + + def test_withholding_tax_payment_multi_company_security(self): + """ + Check that withholding tax payments can be generated + in multi-company environment. + """ + withholding_tax_payment_1 = self.generate_withholding_tax_payment( + self.invoice_1 + ) + self.assertTrue(withholding_tax_payment_1) + + # Generate payment in second company + withholding_tax_payment_2 = self.generate_withholding_tax_payment( + self.invoice_2 + ) + self.assertTrue(withholding_tax_payment_2) diff --git a/l10n_it_withholding_tax_payment/views/withholding_tax.xml b/l10n_it_withholding_tax_payment/views/withholding_tax.xml new file mode 100644 index 000000000000..350e4cd03791 --- /dev/null +++ b/l10n_it_withholding_tax_payment/views/withholding_tax.xml @@ -0,0 +1,150 @@ + + + + withholding.move.payment.move.view.tree + withholding.tax.move + + + + + + + + + + withholding.move.payment.move.view.form + withholding.tax.move + + + + + + + + + + + withholding.tax.move.payment.view.tree + withholding.tax.move.payment + + + + + + + + + + + + + + + withholding.tax.move.payment.view.form + withholding.tax.move.payment + +
+
+
+ +
+

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + + Withholding Tax Payment Move + withholding.tax.move.payment + + + + + +
diff --git a/l10n_it_withholding_tax_payment/wizard/__init__.py b/l10n_it_withholding_tax_payment/wizard/__init__.py new file mode 100644 index 000000000000..752c33a8ab30 --- /dev/null +++ b/l10n_it_withholding_tax_payment/wizard/__init__.py @@ -0,0 +1,3 @@ +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from . import create_move_payment diff --git a/l10n_it_withholding_tax_payment/wizard/create_move_payment.py b/l10n_it_withholding_tax_payment/wizard/create_move_payment.py new file mode 100644 index 000000000000..088e6bf2e5e7 --- /dev/null +++ b/l10n_it_withholding_tax_payment/wizard/create_move_payment.py @@ -0,0 +1,41 @@ +# Copyright 2015 Alessandro Camilli () +# Copyright 2019 Matteo Bilotta +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from odoo import _, fields, models + + +class WizardWtMovePaymentCreate(models.TransientModel): + _name = "wizard.wt.move.payment.create" + _description = "Create WT Payment Move Wizard" + + def _default_wt_moves(self): + return self._context.get("active_ids", []) + + wt_move_ids = fields.Many2many( + "withholding.tax.move", + "wiz_wt_move_payment_create_rel", + "wizard_id", + "wt_move_id", + "WT Moves", + readonly=True, + default=_default_wt_moves, + ) + + def generate(self): + wt_move_payment_obj = self.env["withholding.tax.move.payment"] + wt_payment = wt_move_payment_obj.generate_from_moves(self.wt_move_ids) + view = self.env["ir.model.data"]._xmlid_lookup( + "l10n_it_withholding_tax_payment.view_withholding_move_payment_form" + ) + view_id = view[2] or False + + return { + "name": _("Withholding Tax Payment"), + "view_type": "form", + "view_mode": "form", + "res_model": "withholding.tax.move.payment", + "res_id": wt_payment.id, + "type": "ir.actions.act_window", + "view_id": [view_id], + } diff --git a/l10n_it_withholding_tax_payment/wizard/create_move_payment_view.xml b/l10n_it_withholding_tax_payment/wizard/create_move_payment_view.xml new file mode 100644 index 000000000000..b462b3b9808f --- /dev/null +++ b/l10n_it_withholding_tax_payment/wizard/create_move_payment_view.xml @@ -0,0 +1,43 @@ + + + + + + wizard.wt.move.payment.create.view + wizard.wt.move.payment.create + +
+ + + + + +
+
+
+
+
+ + + Create Payment Move + + wizard.wt.move.payment.create + form + new + + +
diff --git a/setup/l10n_it_withholding_tax_payment/odoo/addons/l10n_it_withholding_tax_payment b/setup/l10n_it_withholding_tax_payment/odoo/addons/l10n_it_withholding_tax_payment new file mode 120000 index 000000000000..1d4468bc8368 --- /dev/null +++ b/setup/l10n_it_withholding_tax_payment/odoo/addons/l10n_it_withholding_tax_payment @@ -0,0 +1 @@ +../../../../l10n_it_withholding_tax_payment \ No newline at end of file diff --git a/setup/l10n_it_withholding_tax_payment/setup.py b/setup/l10n_it_withholding_tax_payment/setup.py new file mode 100644 index 000000000000..28c57bb64031 --- /dev/null +++ b/setup/l10n_it_withholding_tax_payment/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)