diff --git a/l10n_it_withholding_tax_payment/README.rst b/l10n_it_withholding_tax_payment/README.rst new file mode 100644 index 000000000000..3f2b29872893 --- /dev/null +++ b/l10n_it_withholding_tax_payment/README.rst @@ -0,0 +1,89 @@ +==================================== +ITA - Ritenute 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/12.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-12-0/l10n-italy-12-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/12.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +**Italiano** + +Gestisce le ritenute sulle fatture e sui pagamenti. + +**English** + +Manages the Italian withholding taxes on invoices and payments. + +**Table of contents** + +.. contents:: + :local: + +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..29594121cd54 --- /dev/null +++ b/l10n_it_withholding_tax_payment/__manifest__.py @@ -0,0 +1,29 @@ +# 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': '12.0.1.0.0', + 'development_status': "Beta", + 'category': "Invoicing & Payments", + '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..0ae498857f41 --- /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..ec5f5cb0aa53 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/am.po @@ -0,0 +1,278 @@ +# 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..386fd2c9d948 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/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 +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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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 "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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 "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..2d610787e075 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/bg.po @@ -0,0 +1,278 @@ +# 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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 "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..3618474b12a0 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/bs.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: 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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 "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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..6254aa608a76 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/ca.po @@ -0,0 +1,278 @@ +# 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..770762ac8865 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/ca_ES.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: 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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 "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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 "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..8b6d9f08202e --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/cs.po @@ -0,0 +1,278 @@ +# 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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 "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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..d811bdddc9fa --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/da.po @@ -0,0 +1,278 @@ +# 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..acd0bf40c086 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/de.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 +# 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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 "Anzeigename" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..7c070889af63 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/el_GR.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: 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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 "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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 "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..3fad28881ccc --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/en_AU.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: 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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 "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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 "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..235327cb93ab --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/en_GB.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: 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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 "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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..e325c27efa39 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/es.po @@ -0,0 +1,278 @@ +# 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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 "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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..788a3bfb80e6 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/es_AR.po @@ -0,0 +1,280 @@ +# 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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 "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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..96912d32df6b --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/es_CL.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: 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..fafca6b92d3a --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/es_CO.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: 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..1dbc0f68d33d --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/es_CR.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: 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..ce6e227bb23d --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/es_DO.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: 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..fbed2cc2c8cb --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/es_EC.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: 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..146c3e432fb9 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/es_ES.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: 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..7ec7655eb46c --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/es_MX.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: 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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 desplegado" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..70e1cfeca14a --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/es_PE.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: 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..dbed29b55dce --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/es_PY.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: 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..2403fac93e0f --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/es_VE.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: 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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 "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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..f2a69311616b --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/et.po @@ -0,0 +1,278 @@ +# 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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 "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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..e454bd54d16e --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/eu.po @@ -0,0 +1,278 @@ +# 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..89c829d94583 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/fa.po @@ -0,0 +1,278 @@ +# 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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 "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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 "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..f1682c14cb66 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/fi.po @@ -0,0 +1,278 @@ +# 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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 "Nimi" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..909a6cdc4e28 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/fr.po @@ -0,0 +1,278 @@ +# 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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 "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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..5c6f32ceb1c0 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/fr_CA.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: 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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 "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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..92050a23bbe1 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/fr_CH.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: 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..8448f61b6908 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/fr_FR.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: 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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 "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..ab7271c8371c --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/gl.po @@ -0,0 +1,278 @@ +# 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..7fd4199e646f --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/gl_ES.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: 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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 "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..23dad2be1904 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/he.po @@ -0,0 +1,278 @@ +# 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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 "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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 "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..8543206de9ae --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/hi.po @@ -0,0 +1,278 @@ +# 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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 "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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 "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..ceced65f1c2c --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/hr.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: 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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 "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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..2aecdceec759 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/hr_HR.po @@ -0,0 +1,280 @@ +# 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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 "Naziv" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..726f311a54ff --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/hu.po @@ -0,0 +1,278 @@ +# 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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 "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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..452e12922478 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/id.po @@ -0,0 +1,278 @@ +# 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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 "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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..aa109868565f --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/it.po @@ -0,0 +1,281 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_it_withholding_tax_payment +# +# Translators: +# OCA Transbot , 2017 +# Paolo Valier, 2018 +# Alessandro Camilli , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-05-04 14:10+0000\n" +"PO-Revision-Date: 2018-10-15 15:58+0000\n" +"Last-Translator: Sergio Zanchetta \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 3.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 "Conto" + +#. module: l10n_it_withholding_tax_payment +#: model: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:ir.model.fields,field_description:l10n_it_withholding_tax_payment.field_withholding_tax_move_payment_move_id +msgid "Account move" +msgstr "Registrazione Contabile" + +#. module: l10n_it_withholding_tax_payment +#: model: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: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 "Confermato" + +#. module: l10n_it_withholding_tax_payment +#: model: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +msgstr "Data versamento" + +#. 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 "Date Start" +msgstr "Data inizio" + +#. 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 "Date Stop" +msgstr "Data fine" + +#. 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: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 "Sezionale" + +#. 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_wt_move_payment_id +msgid "Move Payment" +msgstr "Versamento" + +#. 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.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: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_state +msgid "Status" +msgstr "Stato" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "Le voci selezionate devono appartenere alla stessa azienda" + +#. module: l10n_it_withholding_tax_payment +#: model: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.ui.menu,name:l10n_it_withholding_tax_payment.menu_withholding_tax_move_payment +msgid "WT Move Payments" +msgstr "Versamenti ritenute" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "WT Moves" +msgstr "Voci ritenuta" + +#. 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 "Importo" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_wizard_wt_move_payment_create +msgid "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +msgstr "Versamento ritenute" + +#. 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 +#: model:ir.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, python-format +msgid "You can only delete draft payments" +msgstr "" 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..b85a3d17bc8f --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/ja.po @@ -0,0 +1,278 @@ +# 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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 "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..9ec4e8e428d7 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/ko.po @@ -0,0 +1,278 @@ +# 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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 "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..83f30872408b --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/l10n_it_withholding_tax_payment.pot @@ -0,0 +1,264 @@ +# 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 +#: 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.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 +#: 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__wt_move_payment_id +msgid "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:77 +#, 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:33 +#, 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 "Withholding Tax 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..160563e906dc --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/lo.po @@ -0,0 +1,278 @@ +# 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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 "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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 "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..c8f8380ff6d1 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/lt.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: 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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 "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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..905196551fc9 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/lt_LT.po @@ -0,0 +1,280 @@ +# 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..f98e269404b6 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/lv.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: 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..a3e8e789a302 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/mk.po @@ -0,0 +1,278 @@ +# 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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 "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..61feec512395 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/mn.po @@ -0,0 +1,278 @@ +# 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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 "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..23656ec910b8 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/nb.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: 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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 "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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..b690e0c652b1 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/nb_NO.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: 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..7c34417f73f1 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/nl.po @@ -0,0 +1,278 @@ +# 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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 "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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..dc9c24ab7a6e --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/nl_BE.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: 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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 "Schermnaam" + +#. module: l10n_it_withholding_tax_payment +#: selection:withholding.tax.move.payment,state:0 +msgid "Draft" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..30d99af14537 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/pl.po @@ -0,0 +1,280 @@ +# 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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 "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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..09c8cc47e699 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/pt.po @@ -0,0 +1,278 @@ +# 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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 "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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..135466b932a5 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/pt_BR.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: 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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 "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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..4b9eb81dcc31 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/pt_PT.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: 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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 "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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..5167ce97ad39 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/ro.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: 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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 "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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..e1eec6772832 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/ru.po @@ -0,0 +1,280 @@ +# 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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 "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..8c6613f440c9 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/sk.po @@ -0,0 +1,278 @@ +# 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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 "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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..33166655a531 --- /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: 2018-03-02 01:46+0000\n" +"Last-Translator: OCA Transbot , 2017\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" + +#. 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.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 "Kontni premik" + +#. module: l10n_it_withholding_tax_payment +#: model: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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 "Prikazni 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: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_wt_move_payment_id +msgid "Move Payment" +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.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: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..98c13854ac2d --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/sr.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: 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..01e83b66ab69 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/sr@latin.po @@ -0,0 +1,280 @@ +# 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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 "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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..82b18182743e --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/sv.po @@ -0,0 +1,278 @@ +# 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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 "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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..601de9fee47f --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/th.po @@ -0,0 +1,278 @@ +# 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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 "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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 "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..d520c8f1ddfb --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/tr.po @@ -0,0 +1,278 @@ +# 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..357801aefbd1 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/uk.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: 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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 "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..2194f29e9b77 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/vi.po @@ -0,0 +1,278 @@ +# 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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 "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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..b02a2274e926 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/vi_VN.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: 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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_date_payment +msgid "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..c149471243d8 --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/zh_CN.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: 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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 "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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_wt_move_payment_id +msgid "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, 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..bcb5a909b40f --- /dev/null +++ b/l10n_it_withholding_tax_payment/i18n/zh_TW.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: 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.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: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: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: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:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.wizard_wt_move_payment_create_view +msgid "Create Move Payment" +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 "Date Payment" +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 "Date Start" +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 "Date Stop" +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: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 "Move Payment" +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.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Period" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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:130 +#, python-format +msgid "The selected moves must have the same company!" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 Move Payments" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model: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 "WT wizard create move payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:77 +#, python-format +msgid "" +"Warning! Datas required for account move creation: " +"Date payment, journal, account" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:33 +#, python-format +msgid "Warning! Withholding Tax moves in a payment: {}" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_tree +msgid "Withholding Move Payment" +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.model,name:l10n_it_withholding_tax_payment.model_withholding_tax_move_payment +#: model:ir.ui.view,arch_db:l10n_it_withholding_tax_payment.view_withholding_move_payment_form +msgid "Withholding Tax Move Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:109 +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:117 +#: code:addons/l10n_it_withholding_tax_payment/wizard/create_move_payment.py:33 +#, python-format +msgid "Withholding Tax Payment" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:90 +#, python-format +msgid "Withholding Tax Payment %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: model:ir.actions.act_window,name:l10n_it_withholding_tax_payment.action_withholding_tax_move_payment +msgid "Withhoulding Tax Move Payment" +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 +msgid "Wt Moves" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:141 +#, python-format +msgid "" +"Wt move already in a move payment! Move paym. %s -" +"Ref WT: %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:135 +#, python-format +msgid "Wt move already paid! - %s - %s - %s" +msgstr "" + +#. module: l10n_it_withholding_tax_payment +#: code:addons/l10n_it_withholding_tax_payment/models/withholding_tax.py:181 +#, python-format +msgid "You can only delete draft payments" +msgstr "" diff --git a/l10n_it_withholding_tax_payment/migrations/12.0.1.0.0/pre-migrate.py b/l10n_it_withholding_tax_payment/migrations/12.0.1.0.0/pre-migrate.py new file mode 100644 index 000000000000..94d3b1f570e6 --- /dev/null +++ b/l10n_it_withholding_tax_payment/migrations/12.0.1.0.0/pre-migrate.py @@ -0,0 +1,46 @@ +# Copyright 2019 Matteo Bilotta +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +import logging + +from datetime import datetime +from odoo.tools.misc import DEFAULT_SERVER_DATE_FORMAT + +_logger = logging.getLogger(__name__) + + +def _fix_date_field(cr): + cr.execute("SELECT id, date FROM withholding_tax_move_payment" + " WHERE date IS NOT NULL;") + + records = cr.fetchall() + for record in records: + record_id = record[0] + record_value = record[1] + + try: + datetime.strptime(record_value, DEFAULT_SERVER_DATE_FORMAT) + + except (TypeError, ValueError): + _logger.error("The row in table 'withholding_tax_move_payment'" + " with ID #{} and 'date' field valued" + " as '{}' will be set as NULL..." + .format(record_id, record_value)) + + cr.execute("UPDATE withholding_tax_move_payment" + " SET date = NULL WHERE id = %s;", (record_id, )) + + cr.execute("ALTER TABLE withholding_tax_move_payment" + " ALTER COLUMN date TYPE DATE USING date::DATE;") + + +def migrate(cr, version): + if not version: + _logger.warning("Does not exist any previous version for this module. " + "Skipping the migration...") + + return + + _fix_date_field(cr) + + _logger.info("Migration executed successfully. Exiting...") 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..3ec877da9dcd --- /dev/null +++ b/l10n_it_withholding_tax_payment/models/withholding_tax.py @@ -0,0 +1,190 @@ +# Copyright 2015 Alessandro Camilli () +# Copyright 2019 Matteo Bilotta +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +from odoo import models, fields, api, _ +from odoo.exceptions import ValidationError + + +class WithholdingTaxMove(models.Model): + _inherit = 'withholding.tax.move' + + wt_move_payment_id = fields.Many2one( + 'withholding.tax.move.payment', "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() + + @api.multi + 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)) + + 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['res.company']._company_default_get('account.account')) + name = fields.Char('Name') + date = fields.Date(string="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.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.get('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() + + @api.multi + 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..cc67fa1833a3 --- /dev/null +++ b/l10n_it_withholding_tax_payment/readme/CONTRIBUTORS.rst @@ -0,0 +1,3 @@ +* Alessandro Camilli +* Lorenzo Battistini +* Matteo Bilotta 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..fbf761f9fbbf --- /dev/null +++ b/l10n_it_withholding_tax_payment/readme/DESCRIPTION.rst @@ -0,0 +1,7 @@ +**Italiano** + +Gestisce le ritenute sulle fatture e sui pagamenti. + +**English** + +Manages the Italian withholding taxes on invoices and payments. 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..ccc333181188 --- /dev/null +++ b/l10n_it_withholding_tax_payment/security/ir.model.access.csv @@ -0,0 +1,5 @@ +"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 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..35ed5efe4fc1 --- /dev/null +++ b/l10n_it_withholding_tax_payment/security/security.xml @@ -0,0 +1,18 @@ + + + + + + + + + Withholding Tax Payment Move + + + ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] + + + + 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..926f92a28813 --- /dev/null +++ b/l10n_it_withholding_tax_payment/static/description/index.html @@ -0,0 +1,433 @@ + + + + + + +ITA - Ritenute d'acconto - Pagamenti + + + +
+

ITA - Ritenute d’acconto - Pagamenti

+ + +

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

+

Italiano

+

Gestisce le ritenute sulle fatture e sui pagamenti.

+

English

+

Manages the Italian withholding taxes on invoices and payments.

+

Table of contents

+ +
+

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/views/withholding_tax.xml b/l10n_it_withholding_tax_payment/views/withholding_tax.xml new file mode 100644 index 000000000000..d0c11e925472 --- /dev/null +++ b/l10n_it_withholding_tax_payment/views/withholding_tax.xml @@ -0,0 +1,102 @@ + + + + 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..497d473cf1dc --- /dev/null +++ b/l10n_it_withholding_tax_payment/wizard/create_move_payment.py @@ -0,0 +1,36 @@ +# 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'].get_object_reference( + 'l10n_it_withholding_tax_payment', + 'view_withholding_move_payment_form') + view_id = view[1] 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..a381a45c9aa3 --- /dev/null +++ b/l10n_it_withholding_tax_payment/wizard/create_move_payment_view.xml @@ -0,0 +1,41 @@ + + + + + + + + wizard.wt.move.payment.create.view + wizard.wt.move.payment.create + +
+ + + + + +
+
+
+
+
+ + + +