From c197faf44637ac2cb8005f297b34585d88ce0e15 Mon Sep 17 00:00:00 2001
From: Dave Lasley
+ The automatic payment for your invoice + + + ${object.number} + + % if object.origin: + (with reference: ${object.origin} ) + % endif + + failed. +
+ ++ Please verify that your payment information is correct, and that funds are + available in the account. +
+ +]]> + + + ++ The automatic payment for your invoice + + + ${object.number} + + % if object.origin: + (with reference: ${object.origin} ) + % endif + + failed. +
+ ++ Please verify that your payment information is correct, and that funds are + available in the account. +
+ +]]> +\n" +" Hello ${object.partner_id.name}\n" +" % set access_action = object.get_access_action()\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % if object.partner_id.parent_id:\n" +" (${object.partner_id.parent_id.name})\n" +" % endif\n" +" ,\n" +"
\n" +"\n" +"\n" +" The automatic payment for your invoice\n" +" \n" +" \n" +" ${object.number}\n" +" \n" +" % if object.origin:\n" +" (with reference: ${object.origin} )\n" +" % endif\n" +" \n" +" failed.\n" +"
\n" +"\n" +"\n" +" Please verify that your payment information is correct, and that funds are\n" +" available in the account.\n" +"
\n" +"\n" +"\n" +" " +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Amount of hours that should lapse until a failed automatic is retried." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "" +"Amount times to retry failed/declined automatic payment before giving up." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_account +msgid "Analytic Account" +msgstr "Compte analític" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "Auto Pay?" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_attempts +msgid "Auto pay attempts" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_failed +msgid "Auto pay failed" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "Auto pay retries" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Auto pay retry hours" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_retry +msgid "Automatic Payment Failure (Ref ${object.number or 'n/a'})" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "" +"Check this to enable automatic payment for invoices that are created for " +"this contract." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "" +"During the automatic payment process, an invoice will be created and " +"validated. If this template is selected, it will automatically be sent to " +"the customer during this process using the defined template." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "" +"If automatic payment fails for some reason, but will be re-attempted later, " +"this message will be sent to the billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "" +"If automatic payment fails for some reason, this message will be sent to the" +" billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "Invoice Message" +msgstr "" + +#. module: contract_payment_auto +#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#, python-format +msgid "Invoice sent" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_retry +msgid "" +"Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' " +"and 'draft' or ''}" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_res_partner +msgid "Partner" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "Payment Failed Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "Payment Retry Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_users_payment_token_id +msgid "Payment Token" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" against this account. If none is set, the bill to partner's default token " +"will be used." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" for this partner, if there is not one already set on the analytic account." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_contract +msgid "account.analytic.contract" +msgstr "" diff --git a/contract_payment_auto/i18n/de.po b/contract_payment_auto/i18n/de.po new file mode 100644 index 0000000000..76f93cfe9e --- /dev/null +++ b/contract_payment_auto/i18n/de.po @@ -0,0 +1,212 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * contract_payment_auto +# +# Translators: +# OCA Transbot\n" +" Hello ${object.partner_id.name}\n" +" % set access_action = object.get_access_action()\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % if object.partner_id.parent_id:\n" +" (${object.partner_id.parent_id.name})\n" +" % endif\n" +" ,\n" +"
\n" +"\n" +"\n" +" The automatic payment for your invoice\n" +" \n" +" \n" +" ${object.number}\n" +" \n" +" % if object.origin:\n" +" (with reference: ${object.origin} )\n" +" % endif\n" +" \n" +" failed.\n" +"
\n" +"\n" +"\n" +" Please verify that your payment information is correct, and that funds are\n" +" available in the account.\n" +"
\n" +"\n" +"\n" +" " +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Amount of hours that should lapse until a failed automatic is retried." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "" +"Amount times to retry failed/declined automatic payment before giving up." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_account +msgid "Analytic Account" +msgstr "Kostenstelle" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "Auto Pay?" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_attempts +msgid "Auto pay attempts" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_failed +msgid "Auto pay failed" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "Auto pay retries" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Auto pay retry hours" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_retry +msgid "Automatic Payment Failure (Ref ${object.number or 'n/a'})" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "" +"Check this to enable automatic payment for invoices that are created for " +"this contract." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "" +"During the automatic payment process, an invoice will be created and " +"validated. If this template is selected, it will automatically be sent to " +"the customer during this process using the defined template." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "" +"If automatic payment fails for some reason, but will be re-attempted later, " +"this message will be sent to the billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "" +"If automatic payment fails for some reason, this message will be sent to the" +" billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_invoice +msgid "Invoice" +msgstr "Rechnung" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "Invoice Message" +msgstr "" + +#. module: contract_payment_auto +#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#, python-format +msgid "Invoice sent" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_retry +msgid "" +"Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' " +"and 'draft' or ''}" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_res_partner +msgid "Partner" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "Payment Failed Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "Payment Retry Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_users_payment_token_id +msgid "Payment Token" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" against this account. If none is set, the bill to partner's default token " +"will be used." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" for this partner, if there is not one already set on the analytic account." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_contract +msgid "account.analytic.contract" +msgstr "" diff --git a/contract_payment_auto/i18n/el_GR.po b/contract_payment_auto/i18n/el_GR.po new file mode 100644 index 0000000000..ebe3a8a77b --- /dev/null +++ b/contract_payment_auto/i18n/el_GR.po @@ -0,0 +1,212 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * contract_payment_auto +# +# Translators: +# OCA Transbot\n" +" Hello ${object.partner_id.name}\n" +" % set access_action = object.get_access_action()\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % if object.partner_id.parent_id:\n" +" (${object.partner_id.parent_id.name})\n" +" % endif\n" +" ,\n" +"
\n" +"\n" +"\n" +" The automatic payment for your invoice\n" +" \n" +" \n" +" ${object.number}\n" +" \n" +" % if object.origin:\n" +" (with reference: ${object.origin} )\n" +" % endif\n" +" \n" +" failed.\n" +"
\n" +"\n" +"\n" +" Please verify that your payment information is correct, and that funds are\n" +" available in the account.\n" +"
\n" +"\n" +"\n" +" " +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Amount of hours that should lapse until a failed automatic is retried." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "" +"Amount times to retry failed/declined automatic payment before giving up." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_account +msgid "Analytic Account" +msgstr "Αναλυτικός Λογαριασμός" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "Auto Pay?" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_attempts +msgid "Auto pay attempts" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_failed +msgid "Auto pay failed" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "Auto pay retries" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Auto pay retry hours" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_retry +msgid "Automatic Payment Failure (Ref ${object.number or 'n/a'})" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "" +"Check this to enable automatic payment for invoices that are created for " +"this contract." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "" +"During the automatic payment process, an invoice will be created and " +"validated. If this template is selected, it will automatically be sent to " +"the customer during this process using the defined template." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "" +"If automatic payment fails for some reason, but will be re-attempted later, " +"this message will be sent to the billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "" +"If automatic payment fails for some reason, this message will be sent to the" +" billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "Invoice Message" +msgstr "" + +#. module: contract_payment_auto +#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#, python-format +msgid "Invoice sent" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_retry +msgid "" +"Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' " +"and 'draft' or ''}" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_res_partner +msgid "Partner" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "Payment Failed Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "Payment Retry Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_users_payment_token_id +msgid "Payment Token" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" against this account. If none is set, the bill to partner's default token " +"will be used." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" for this partner, if there is not one already set on the analytic account." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_contract +msgid "account.analytic.contract" +msgstr "" diff --git a/contract_payment_auto/i18n/es.po b/contract_payment_auto/i18n/es.po new file mode 100644 index 0000000000..ba3ae76a0c --- /dev/null +++ b/contract_payment_auto/i18n/es.po @@ -0,0 +1,212 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * contract_payment_auto +# +# Translators: +# OCA Transbot\n" +" Hello ${object.partner_id.name}\n" +" % set access_action = object.get_access_action()\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % if object.partner_id.parent_id:\n" +" (${object.partner_id.parent_id.name})\n" +" % endif\n" +" ,\n" +"
\n" +"\n" +"\n" +" The automatic payment for your invoice\n" +" \n" +" \n" +" ${object.number}\n" +" \n" +" % if object.origin:\n" +" (with reference: ${object.origin} )\n" +" % endif\n" +" \n" +" failed.\n" +"
\n" +"\n" +"\n" +" Please verify that your payment information is correct, and that funds are\n" +" available in the account.\n" +"
\n" +"\n" +"\n" +" " +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Amount of hours that should lapse until a failed automatic is retried." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "" +"Amount times to retry failed/declined automatic payment before giving up." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_account +msgid "Analytic Account" +msgstr "Cuenta analítica" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "Auto Pay?" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_attempts +msgid "Auto pay attempts" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_failed +msgid "Auto pay failed" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "Auto pay retries" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Auto pay retry hours" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_retry +msgid "Automatic Payment Failure (Ref ${object.number or 'n/a'})" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "" +"Check this to enable automatic payment for invoices that are created for " +"this contract." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "" +"During the automatic payment process, an invoice will be created and " +"validated. If this template is selected, it will automatically be sent to " +"the customer during this process using the defined template." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "" +"If automatic payment fails for some reason, but will be re-attempted later, " +"this message will be sent to the billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "" +"If automatic payment fails for some reason, this message will be sent to the" +" billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_invoice +msgid "Invoice" +msgstr "Factura" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "Invoice Message" +msgstr "" + +#. module: contract_payment_auto +#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#, python-format +msgid "Invoice sent" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_retry +msgid "" +"Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' " +"and 'draft' or ''}" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_res_partner +msgid "Partner" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "Payment Failed Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "Payment Retry Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_users_payment_token_id +msgid "Payment Token" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" against this account. If none is set, the bill to partner's default token " +"will be used." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" for this partner, if there is not one already set on the analytic account." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_contract +msgid "account.analytic.contract" +msgstr "" diff --git a/contract_payment_auto/i18n/es_MX.po b/contract_payment_auto/i18n/es_MX.po new file mode 100644 index 0000000000..a9797eb548 --- /dev/null +++ b/contract_payment_auto/i18n/es_MX.po @@ -0,0 +1,212 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * contract_payment_auto +# +# Translators: +# OCA Transbot\n" +" Hello ${object.partner_id.name}\n" +" % set access_action = object.get_access_action()\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % if object.partner_id.parent_id:\n" +" (${object.partner_id.parent_id.name})\n" +" % endif\n" +" ,\n" +"
\n" +"\n" +"\n" +" The automatic payment for your invoice\n" +" \n" +" \n" +" ${object.number}\n" +" \n" +" % if object.origin:\n" +" (with reference: ${object.origin} )\n" +" % endif\n" +" \n" +" failed.\n" +"
\n" +"\n" +"\n" +" Please verify that your payment information is correct, and that funds are\n" +" available in the account.\n" +"
\n" +"\n" +"\n" +" " +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Amount of hours that should lapse until a failed automatic is retried." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "" +"Amount times to retry failed/declined automatic payment before giving up." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_account +msgid "Analytic Account" +msgstr "Cuenta analítica" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "Auto Pay?" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_attempts +msgid "Auto pay attempts" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_failed +msgid "Auto pay failed" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "Auto pay retries" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Auto pay retry hours" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_retry +msgid "Automatic Payment Failure (Ref ${object.number or 'n/a'})" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "" +"Check this to enable automatic payment for invoices that are created for " +"this contract." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "" +"During the automatic payment process, an invoice will be created and " +"validated. If this template is selected, it will automatically be sent to " +"the customer during this process using the defined template." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "" +"If automatic payment fails for some reason, but will be re-attempted later, " +"this message will be sent to the billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "" +"If automatic payment fails for some reason, this message will be sent to the" +" billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "Invoice Message" +msgstr "" + +#. module: contract_payment_auto +#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#, python-format +msgid "Invoice sent" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_retry +msgid "" +"Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' " +"and 'draft' or ''}" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_res_partner +msgid "Partner" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "Payment Failed Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "Payment Retry Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_users_payment_token_id +msgid "Payment Token" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" against this account. If none is set, the bill to partner's default token " +"will be used." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" for this partner, if there is not one already set on the analytic account." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_contract +msgid "account.analytic.contract" +msgstr "" diff --git a/contract_payment_auto/i18n/fi.po b/contract_payment_auto/i18n/fi.po new file mode 100644 index 0000000000..730a539413 --- /dev/null +++ b/contract_payment_auto/i18n/fi.po @@ -0,0 +1,212 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * contract_payment_auto +# +# Translators: +# OCA Transbot\n" +" Hello ${object.partner_id.name}\n" +" % set access_action = object.get_access_action()\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % if object.partner_id.parent_id:\n" +" (${object.partner_id.parent_id.name})\n" +" % endif\n" +" ,\n" +"
\n" +"\n" +"\n" +" The automatic payment for your invoice\n" +" \n" +" \n" +" ${object.number}\n" +" \n" +" % if object.origin:\n" +" (with reference: ${object.origin} )\n" +" % endif\n" +" \n" +" failed.\n" +"
\n" +"\n" +"\n" +" Please verify that your payment information is correct, and that funds are\n" +" available in the account.\n" +"
\n" +"\n" +"\n" +" " +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Amount of hours that should lapse until a failed automatic is retried." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "" +"Amount times to retry failed/declined automatic payment before giving up." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_account +msgid "Analytic Account" +msgstr "Analyyttinen tili" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "Auto Pay?" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_attempts +msgid "Auto pay attempts" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_failed +msgid "Auto pay failed" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "Auto pay retries" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Auto pay retry hours" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_retry +msgid "Automatic Payment Failure (Ref ${object.number or 'n/a'})" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "" +"Check this to enable automatic payment for invoices that are created for " +"this contract." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "" +"During the automatic payment process, an invoice will be created and " +"validated. If this template is selected, it will automatically be sent to " +"the customer during this process using the defined template." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "" +"If automatic payment fails for some reason, but will be re-attempted later, " +"this message will be sent to the billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "" +"If automatic payment fails for some reason, this message will be sent to the" +" billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "Invoice Message" +msgstr "" + +#. module: contract_payment_auto +#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#, python-format +msgid "Invoice sent" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_retry +msgid "" +"Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' " +"and 'draft' or ''}" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_res_partner +msgid "Partner" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "Payment Failed Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "Payment Retry Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_users_payment_token_id +msgid "Payment Token" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" against this account. If none is set, the bill to partner's default token " +"will be used." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" for this partner, if there is not one already set on the analytic account." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_contract +msgid "account.analytic.contract" +msgstr "" diff --git a/contract_payment_auto/i18n/fr.po b/contract_payment_auto/i18n/fr.po new file mode 100644 index 0000000000..aa123fd553 --- /dev/null +++ b/contract_payment_auto/i18n/fr.po @@ -0,0 +1,212 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * contract_payment_auto +# +# Translators: +# OCA Transbot\n" +" Hello ${object.partner_id.name}\n" +" % set access_action = object.get_access_action()\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % if object.partner_id.parent_id:\n" +" (${object.partner_id.parent_id.name})\n" +" % endif\n" +" ,\n" +"
\n" +"\n" +"\n" +" The automatic payment for your invoice\n" +" \n" +" \n" +" ${object.number}\n" +" \n" +" % if object.origin:\n" +" (with reference: ${object.origin} )\n" +" % endif\n" +" \n" +" failed.\n" +"
\n" +"\n" +"\n" +" Please verify that your payment information is correct, and that funds are\n" +" available in the account.\n" +"
\n" +"\n" +"\n" +" " +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Amount of hours that should lapse until a failed automatic is retried." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "" +"Amount times to retry failed/declined automatic payment before giving up." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_account +msgid "Analytic Account" +msgstr "Compte analytique" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "Auto Pay?" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_attempts +msgid "Auto pay attempts" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_failed +msgid "Auto pay failed" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "Auto pay retries" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Auto pay retry hours" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_retry +msgid "Automatic Payment Failure (Ref ${object.number or 'n/a'})" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "" +"Check this to enable automatic payment for invoices that are created for " +"this contract." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "" +"During the automatic payment process, an invoice will be created and " +"validated. If this template is selected, it will automatically be sent to " +"the customer during this process using the defined template." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "" +"If automatic payment fails for some reason, but will be re-attempted later, " +"this message will be sent to the billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "" +"If automatic payment fails for some reason, this message will be sent to the" +" billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_invoice +msgid "Invoice" +msgstr "Facture" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "Invoice Message" +msgstr "" + +#. module: contract_payment_auto +#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#, python-format +msgid "Invoice sent" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_retry +msgid "" +"Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' " +"and 'draft' or ''}" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_res_partner +msgid "Partner" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "Payment Failed Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "Payment Retry Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_users_payment_token_id +msgid "Payment Token" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" against this account. If none is set, the bill to partner's default token " +"will be used." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" for this partner, if there is not one already set on the analytic account." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_contract +msgid "account.analytic.contract" +msgstr "" diff --git a/contract_payment_auto/i18n/gl.po b/contract_payment_auto/i18n/gl.po new file mode 100644 index 0000000000..e419654903 --- /dev/null +++ b/contract_payment_auto/i18n/gl.po @@ -0,0 +1,212 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * contract_payment_auto +# +# Translators: +# OCA Transbot\n" +" Hello ${object.partner_id.name}\n" +" % set access_action = object.get_access_action()\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % if object.partner_id.parent_id:\n" +" (${object.partner_id.parent_id.name})\n" +" % endif\n" +" ,\n" +"
\n" +"\n" +"\n" +" The automatic payment for your invoice\n" +" \n" +" \n" +" ${object.number}\n" +" \n" +" % if object.origin:\n" +" (with reference: ${object.origin} )\n" +" % endif\n" +" \n" +" failed.\n" +"
\n" +"\n" +"\n" +" Please verify that your payment information is correct, and that funds are\n" +" available in the account.\n" +"
\n" +"\n" +"\n" +" " +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Amount of hours that should lapse until a failed automatic is retried." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "" +"Amount times to retry failed/declined automatic payment before giving up." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_account +msgid "Analytic Account" +msgstr "Conta analítica" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "Auto Pay?" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_attempts +msgid "Auto pay attempts" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_failed +msgid "Auto pay failed" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "Auto pay retries" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Auto pay retry hours" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_retry +msgid "Automatic Payment Failure (Ref ${object.number or 'n/a'})" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "" +"Check this to enable automatic payment for invoices that are created for " +"this contract." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "" +"During the automatic payment process, an invoice will be created and " +"validated. If this template is selected, it will automatically be sent to " +"the customer during this process using the defined template." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "" +"If automatic payment fails for some reason, but will be re-attempted later, " +"this message will be sent to the billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "" +"If automatic payment fails for some reason, this message will be sent to the" +" billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "Invoice Message" +msgstr "" + +#. module: contract_payment_auto +#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#, python-format +msgid "Invoice sent" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_retry +msgid "" +"Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' " +"and 'draft' or ''}" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_res_partner +msgid "Partner" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "Payment Failed Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "Payment Retry Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_users_payment_token_id +msgid "Payment Token" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" against this account. If none is set, the bill to partner's default token " +"will be used." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" for this partner, if there is not one already set on the analytic account." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_contract +msgid "account.analytic.contract" +msgstr "" diff --git a/contract_payment_auto/i18n/hi_IN.po b/contract_payment_auto/i18n/hi_IN.po new file mode 100644 index 0000000000..c6de1c5cd2 --- /dev/null +++ b/contract_payment_auto/i18n/hi_IN.po @@ -0,0 +1,212 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * contract_payment_auto +# +# Translators: +# Ashish Deshmukh\n" +" Hello ${object.partner_id.name}\n" +" % set access_action = object.get_access_action()\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % if object.partner_id.parent_id:\n" +" (${object.partner_id.parent_id.name})\n" +" % endif\n" +" ,\n" +"
\n" +"\n" +"\n" +" The automatic payment for your invoice\n" +" \n" +" \n" +" ${object.number}\n" +" \n" +" % if object.origin:\n" +" (with reference: ${object.origin} )\n" +" % endif\n" +" \n" +" failed.\n" +"
\n" +"\n" +"\n" +" Please verify that your payment information is correct, and that funds are\n" +" available in the account.\n" +"
\n" +"\n" +"\n" +" " +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Amount of hours that should lapse until a failed automatic is retried." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "" +"Amount times to retry failed/declined automatic payment before giving up." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_account +msgid "Analytic Account" +msgstr "विश्लेषणात्मक खाता" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "Auto Pay?" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_attempts +msgid "Auto pay attempts" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_failed +msgid "Auto pay failed" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "Auto pay retries" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Auto pay retry hours" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_retry +msgid "Automatic Payment Failure (Ref ${object.number or 'n/a'})" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "" +"Check this to enable automatic payment for invoices that are created for " +"this contract." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "" +"During the automatic payment process, an invoice will be created and " +"validated. If this template is selected, it will automatically be sent to " +"the customer during this process using the defined template." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "" +"If automatic payment fails for some reason, but will be re-attempted later, " +"this message will be sent to the billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "" +"If automatic payment fails for some reason, this message will be sent to the" +" billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_invoice +msgid "Invoice" +msgstr "चालान" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "Invoice Message" +msgstr "" + +#. module: contract_payment_auto +#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#, python-format +msgid "Invoice sent" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_retry +msgid "" +"Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' " +"and 'draft' or ''}" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_res_partner +msgid "Partner" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "Payment Failed Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "Payment Retry Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_users_payment_token_id +msgid "Payment Token" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" against this account. If none is set, the bill to partner's default token " +"will be used." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" for this partner, if there is not one already set on the analytic account." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_contract +msgid "account.analytic.contract" +msgstr "" diff --git a/contract_payment_auto/i18n/hr.po b/contract_payment_auto/i18n/hr.po new file mode 100644 index 0000000000..16adcfdb78 --- /dev/null +++ b/contract_payment_auto/i18n/hr.po @@ -0,0 +1,213 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * contract_payment_auto +# +# Translators: +# OCA Transbot\n" +" Hello ${object.partner_id.name}\n" +" % set access_action = object.get_access_action()\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % if object.partner_id.parent_id:\n" +" (${object.partner_id.parent_id.name})\n" +" % endif\n" +" ,\n" +"
\n" +"\n" +"\n" +" The automatic payment for your invoice\n" +" \n" +" \n" +" ${object.number}\n" +" \n" +" % if object.origin:\n" +" (with reference: ${object.origin} )\n" +" % endif\n" +" \n" +" failed.\n" +"
\n" +"\n" +"\n" +" Please verify that your payment information is correct, and that funds are\n" +" available in the account.\n" +"
\n" +"\n" +"\n" +" " +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Amount of hours that should lapse until a failed automatic is retried." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "" +"Amount times to retry failed/declined automatic payment before giving up." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_account +msgid "Analytic Account" +msgstr "Analitički konto" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "Auto Pay?" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_attempts +msgid "Auto pay attempts" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_failed +msgid "Auto pay failed" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "Auto pay retries" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Auto pay retry hours" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_retry +msgid "Automatic Payment Failure (Ref ${object.number or 'n/a'})" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "" +"Check this to enable automatic payment for invoices that are created for " +"this contract." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "" +"During the automatic payment process, an invoice will be created and " +"validated. If this template is selected, it will automatically be sent to " +"the customer during this process using the defined template." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "" +"If automatic payment fails for some reason, but will be re-attempted later, " +"this message will be sent to the billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "" +"If automatic payment fails for some reason, this message will be sent to the" +" billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_invoice +msgid "Invoice" +msgstr "Račun" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "Invoice Message" +msgstr "" + +#. module: contract_payment_auto +#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#, python-format +msgid "Invoice sent" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_retry +msgid "" +"Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' " +"and 'draft' or ''}" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_res_partner +msgid "Partner" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "Payment Failed Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "Payment Retry Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_users_payment_token_id +msgid "Payment Token" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" against this account. If none is set, the bill to partner's default token " +"will be used." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" for this partner, if there is not one already set on the analytic account." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_contract +msgid "account.analytic.contract" +msgstr "" diff --git a/contract_payment_auto/i18n/hr_HR.po b/contract_payment_auto/i18n/hr_HR.po new file mode 100644 index 0000000000..d5af84a4ed --- /dev/null +++ b/contract_payment_auto/i18n/hr_HR.po @@ -0,0 +1,213 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * contract_payment_auto +# +# Translators: +# OCA Transbot\n" +" Hello ${object.partner_id.name}\n" +" % set access_action = object.get_access_action()\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % if object.partner_id.parent_id:\n" +" (${object.partner_id.parent_id.name})\n" +" % endif\n" +" ,\n" +"
\n" +"\n" +"\n" +" The automatic payment for your invoice\n" +" \n" +" \n" +" ${object.number}\n" +" \n" +" % if object.origin:\n" +" (with reference: ${object.origin} )\n" +" % endif\n" +" \n" +" failed.\n" +"
\n" +"\n" +"\n" +" Please verify that your payment information is correct, and that funds are\n" +" available in the account.\n" +"
\n" +"\n" +"\n" +" " +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Amount of hours that should lapse until a failed automatic is retried." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "" +"Amount times to retry failed/declined automatic payment before giving up." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_account +msgid "Analytic Account" +msgstr "Konto analitike" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "Auto Pay?" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_attempts +msgid "Auto pay attempts" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_failed +msgid "Auto pay failed" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "Auto pay retries" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Auto pay retry hours" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_retry +msgid "Automatic Payment Failure (Ref ${object.number or 'n/a'})" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "" +"Check this to enable automatic payment for invoices that are created for " +"this contract." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "" +"During the automatic payment process, an invoice will be created and " +"validated. If this template is selected, it will automatically be sent to " +"the customer during this process using the defined template." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "" +"If automatic payment fails for some reason, but will be re-attempted later, " +"this message will be sent to the billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "" +"If automatic payment fails for some reason, this message will be sent to the" +" billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_invoice +msgid "Invoice" +msgstr "Račun" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "Invoice Message" +msgstr "" + +#. module: contract_payment_auto +#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#, python-format +msgid "Invoice sent" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_retry +msgid "" +"Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' " +"and 'draft' or ''}" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_res_partner +msgid "Partner" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "Payment Failed Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "Payment Retry Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_users_payment_token_id +msgid "Payment Token" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" against this account. If none is set, the bill to partner's default token " +"will be used." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" for this partner, if there is not one already set on the analytic account." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_contract +msgid "account.analytic.contract" +msgstr "account.analytic.contract" diff --git a/contract_payment_auto/i18n/hu.po b/contract_payment_auto/i18n/hu.po new file mode 100644 index 0000000000..13befadaef --- /dev/null +++ b/contract_payment_auto/i18n/hu.po @@ -0,0 +1,212 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * contract_payment_auto +# +# Translators: +# OCA Transbot\n" +" Hello ${object.partner_id.name}\n" +" % set access_action = object.get_access_action()\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % if object.partner_id.parent_id:\n" +" (${object.partner_id.parent_id.name})\n" +" % endif\n" +" ,\n" +"
\n" +"\n" +"\n" +" The automatic payment for your invoice\n" +" \n" +" \n" +" ${object.number}\n" +" \n" +" % if object.origin:\n" +" (with reference: ${object.origin} )\n" +" % endif\n" +" \n" +" failed.\n" +"
\n" +"\n" +"\n" +" Please verify that your payment information is correct, and that funds are\n" +" available in the account.\n" +"
\n" +"\n" +"\n" +" " +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Amount of hours that should lapse until a failed automatic is retried." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "" +"Amount times to retry failed/declined automatic payment before giving up." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_account +msgid "Analytic Account" +msgstr "Analitikus gyűjtőkód könyvelés" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "Auto Pay?" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_attempts +msgid "Auto pay attempts" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_failed +msgid "Auto pay failed" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "Auto pay retries" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Auto pay retry hours" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_retry +msgid "Automatic Payment Failure (Ref ${object.number or 'n/a'})" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "" +"Check this to enable automatic payment for invoices that are created for " +"this contract." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "" +"During the automatic payment process, an invoice will be created and " +"validated. If this template is selected, it will automatically be sent to " +"the customer during this process using the defined template." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "" +"If automatic payment fails for some reason, but will be re-attempted later, " +"this message will be sent to the billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "" +"If automatic payment fails for some reason, this message will be sent to the" +" billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "Invoice Message" +msgstr "" + +#. module: contract_payment_auto +#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#, python-format +msgid "Invoice sent" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_retry +msgid "" +"Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' " +"and 'draft' or ''}" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_res_partner +msgid "Partner" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "Payment Failed Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "Payment Retry Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_users_payment_token_id +msgid "Payment Token" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" against this account. If none is set, the bill to partner's default token " +"will be used." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" for this partner, if there is not one already set on the analytic account." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_contract +msgid "account.analytic.contract" +msgstr "" diff --git a/contract_payment_auto/i18n/it.po b/contract_payment_auto/i18n/it.po new file mode 100644 index 0000000000..8ce556cd36 --- /dev/null +++ b/contract_payment_auto/i18n/it.po @@ -0,0 +1,212 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * contract_payment_auto +# +# Translators: +# OCA Transbot\n" +" Hello ${object.partner_id.name}\n" +" % set access_action = object.get_access_action()\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % if object.partner_id.parent_id:\n" +" (${object.partner_id.parent_id.name})\n" +" % endif\n" +" ,\n" +"
\n" +"\n" +"\n" +" The automatic payment for your invoice\n" +" \n" +" \n" +" ${object.number}\n" +" \n" +" % if object.origin:\n" +" (with reference: ${object.origin} )\n" +" % endif\n" +" \n" +" failed.\n" +"
\n" +"\n" +"\n" +" Please verify that your payment information is correct, and that funds are\n" +" available in the account.\n" +"
\n" +"\n" +"\n" +" " +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Amount of hours that should lapse until a failed automatic is retried." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "" +"Amount times to retry failed/declined automatic payment before giving up." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_account +msgid "Analytic Account" +msgstr "Conto Analitico" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "Auto Pay?" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_attempts +msgid "Auto pay attempts" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_failed +msgid "Auto pay failed" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "Auto pay retries" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Auto pay retry hours" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_retry +msgid "Automatic Payment Failure (Ref ${object.number or 'n/a'})" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "" +"Check this to enable automatic payment for invoices that are created for " +"this contract." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "" +"During the automatic payment process, an invoice will be created and " +"validated. If this template is selected, it will automatically be sent to " +"the customer during this process using the defined template." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "" +"If automatic payment fails for some reason, but will be re-attempted later, " +"this message will be sent to the billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "" +"If automatic payment fails for some reason, this message will be sent to the" +" billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_invoice +msgid "Invoice" +msgstr "Fattura" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "Invoice Message" +msgstr "" + +#. module: contract_payment_auto +#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#, python-format +msgid "Invoice sent" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_retry +msgid "" +"Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' " +"and 'draft' or ''}" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_res_partner +msgid "Partner" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "Payment Failed Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "Payment Retry Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_users_payment_token_id +msgid "Payment Token" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" against this account. If none is set, the bill to partner's default token " +"will be used." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" for this partner, if there is not one already set on the analytic account." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_contract +msgid "account.analytic.contract" +msgstr "" diff --git a/contract_payment_auto/i18n/nl.po b/contract_payment_auto/i18n/nl.po new file mode 100644 index 0000000000..4dc484bcb5 --- /dev/null +++ b/contract_payment_auto/i18n/nl.po @@ -0,0 +1,213 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * contract_payment_auto +# +# Translators: +# OCA Transbot\n" +" Hello ${object.partner_id.name}\n" +" % set access_action = object.get_access_action()\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % if object.partner_id.parent_id:\n" +" (${object.partner_id.parent_id.name})\n" +" % endif\n" +" ,\n" +"
\n" +"\n" +"\n" +" The automatic payment for your invoice\n" +" \n" +" \n" +" ${object.number}\n" +" \n" +" % if object.origin:\n" +" (with reference: ${object.origin} )\n" +" % endif\n" +" \n" +" failed.\n" +"
\n" +"\n" +"\n" +" Please verify that your payment information is correct, and that funds are\n" +" available in the account.\n" +"
\n" +"\n" +"\n" +" " +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Amount of hours that should lapse until a failed automatic is retried." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "" +"Amount times to retry failed/declined automatic payment before giving up." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_account +msgid "Analytic Account" +msgstr "Kostenplaats" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "Auto Pay?" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_attempts +msgid "Auto pay attempts" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_failed +msgid "Auto pay failed" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "Auto pay retries" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Auto pay retry hours" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_retry +msgid "Automatic Payment Failure (Ref ${object.number or 'n/a'})" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "" +"Check this to enable automatic payment for invoices that are created for " +"this contract." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "" +"During the automatic payment process, an invoice will be created and " +"validated. If this template is selected, it will automatically be sent to " +"the customer during this process using the defined template." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "" +"If automatic payment fails for some reason, but will be re-attempted later, " +"this message will be sent to the billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "" +"If automatic payment fails for some reason, this message will be sent to the" +" billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_invoice +msgid "Invoice" +msgstr "Factuur" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "Invoice Message" +msgstr "" + +#. module: contract_payment_auto +#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#, python-format +msgid "Invoice sent" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_retry +msgid "" +"Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' " +"and 'draft' or ''}" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_res_partner +msgid "Partner" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "Payment Failed Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "Payment Retry Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_users_payment_token_id +msgid "Payment Token" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" against this account. If none is set, the bill to partner's default token " +"will be used." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" for this partner, if there is not one already set on the analytic account." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_contract +msgid "account.analytic.contract" +msgstr "" diff --git a/contract_payment_auto/i18n/nl_NL.po b/contract_payment_auto/i18n/nl_NL.po new file mode 100644 index 0000000000..28cacb81d3 --- /dev/null +++ b/contract_payment_auto/i18n/nl_NL.po @@ -0,0 +1,212 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * contract_payment_auto +# +# Translators: +# Peter Hageman\n" +" Hello ${object.partner_id.name}\n" +" % set access_action = object.get_access_action()\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % if object.partner_id.parent_id:\n" +" (${object.partner_id.parent_id.name})\n" +" % endif\n" +" ,\n" +"
\n" +"\n" +"\n" +" The automatic payment for your invoice\n" +" \n" +" \n" +" ${object.number}\n" +" \n" +" % if object.origin:\n" +" (with reference: ${object.origin} )\n" +" % endif\n" +" \n" +" failed.\n" +"
\n" +"\n" +"\n" +" Please verify that your payment information is correct, and that funds are\n" +" available in the account.\n" +"
\n" +"\n" +"\n" +" " +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Amount of hours that should lapse until a failed automatic is retried." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "" +"Amount times to retry failed/declined automatic payment before giving up." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_account +msgid "Analytic Account" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "Auto Pay?" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_attempts +msgid "Auto pay attempts" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_failed +msgid "Auto pay failed" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "Auto pay retries" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Auto pay retry hours" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_retry +msgid "Automatic Payment Failure (Ref ${object.number or 'n/a'})" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "" +"Check this to enable automatic payment for invoices that are created for " +"this contract." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "" +"During the automatic payment process, an invoice will be created and " +"validated. If this template is selected, it will automatically be sent to " +"the customer during this process using the defined template." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "" +"If automatic payment fails for some reason, but will be re-attempted later, " +"this message will be sent to the billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "" +"If automatic payment fails for some reason, this message will be sent to the" +" billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_invoice +msgid "Invoice" +msgstr "Factuur" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "Invoice Message" +msgstr "" + +#. module: contract_payment_auto +#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#, python-format +msgid "Invoice sent" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_retry +msgid "" +"Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' " +"and 'draft' or ''}" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_res_partner +msgid "Partner" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "Payment Failed Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "Payment Retry Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_users_payment_token_id +msgid "Payment Token" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" against this account. If none is set, the bill to partner's default token " +"will be used." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" for this partner, if there is not one already set on the analytic account." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_contract +msgid "account.analytic.contract" +msgstr "" diff --git a/contract_payment_auto/i18n/pt.po b/contract_payment_auto/i18n/pt.po new file mode 100644 index 0000000000..440bdf99ea --- /dev/null +++ b/contract_payment_auto/i18n/pt.po @@ -0,0 +1,213 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * contract_payment_auto +# +# Translators: +# OCA Transbot\n" +" Hello ${object.partner_id.name}\n" +" % set access_action = object.get_access_action()\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % if object.partner_id.parent_id:\n" +" (${object.partner_id.parent_id.name})\n" +" % endif\n" +" ,\n" +"
\n" +"\n" +"\n" +" The automatic payment for your invoice\n" +" \n" +" \n" +" ${object.number}\n" +" \n" +" % if object.origin:\n" +" (with reference: ${object.origin} )\n" +" % endif\n" +" \n" +" failed.\n" +"
\n" +"\n" +"\n" +" Please verify that your payment information is correct, and that funds are\n" +" available in the account.\n" +"
\n" +"\n" +"\n" +" " +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Amount of hours that should lapse until a failed automatic is retried." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "" +"Amount times to retry failed/declined automatic payment before giving up." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_account +msgid "Analytic Account" +msgstr "Conta Analítica" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "Auto Pay?" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_attempts +msgid "Auto pay attempts" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_failed +msgid "Auto pay failed" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "Auto pay retries" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Auto pay retry hours" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_retry +msgid "Automatic Payment Failure (Ref ${object.number or 'n/a'})" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "" +"Check this to enable automatic payment for invoices that are created for " +"this contract." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "" +"During the automatic payment process, an invoice will be created and " +"validated. If this template is selected, it will automatically be sent to " +"the customer during this process using the defined template." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "" +"If automatic payment fails for some reason, but will be re-attempted later, " +"this message will be sent to the billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "" +"If automatic payment fails for some reason, this message will be sent to the" +" billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_invoice +msgid "Invoice" +msgstr "Fatura" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "Invoice Message" +msgstr "" + +#. module: contract_payment_auto +#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#, python-format +msgid "Invoice sent" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_retry +msgid "" +"Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' " +"and 'draft' or ''}" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_res_partner +msgid "Partner" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "Payment Failed Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "Payment Retry Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_users_payment_token_id +msgid "Payment Token" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" against this account. If none is set, the bill to partner's default token " +"will be used." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" for this partner, if there is not one already set on the analytic account." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_contract +msgid "account.analytic.contract" +msgstr "account.analytic.contract" diff --git a/contract_payment_auto/i18n/pt_BR.po b/contract_payment_auto/i18n/pt_BR.po new file mode 100644 index 0000000000..6010070e94 --- /dev/null +++ b/contract_payment_auto/i18n/pt_BR.po @@ -0,0 +1,213 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * contract_payment_auto +# +# Translators: +# OCA Transbot\n" +" Hello ${object.partner_id.name}\n" +" % set access_action = object.get_access_action()\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % if object.partner_id.parent_id:\n" +" (${object.partner_id.parent_id.name})\n" +" % endif\n" +" ,\n" +"
\n" +"\n" +"\n" +" The automatic payment for your invoice\n" +" \n" +" \n" +" ${object.number}\n" +" \n" +" % if object.origin:\n" +" (with reference: ${object.origin} )\n" +" % endif\n" +" \n" +" failed.\n" +"
\n" +"\n" +"\n" +" Please verify that your payment information is correct, and that funds are\n" +" available in the account.\n" +"
\n" +"\n" +"\n" +" " +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Amount of hours that should lapse until a failed automatic is retried." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "" +"Amount times to retry failed/declined automatic payment before giving up." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_account +msgid "Analytic Account" +msgstr "Conta Analítica" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "Auto Pay?" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_attempts +msgid "Auto pay attempts" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_failed +msgid "Auto pay failed" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "Auto pay retries" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Auto pay retry hours" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_retry +msgid "Automatic Payment Failure (Ref ${object.number or 'n/a'})" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "" +"Check this to enable automatic payment for invoices that are created for " +"this contract." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "" +"During the automatic payment process, an invoice will be created and " +"validated. If this template is selected, it will automatically be sent to " +"the customer during this process using the defined template." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "" +"If automatic payment fails for some reason, but will be re-attempted later, " +"this message will be sent to the billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "" +"If automatic payment fails for some reason, this message will be sent to the" +" billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_invoice +msgid "Invoice" +msgstr "Fatura" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "Invoice Message" +msgstr "" + +#. module: contract_payment_auto +#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#, python-format +msgid "Invoice sent" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_retry +msgid "" +"Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' " +"and 'draft' or ''}" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_res_partner +msgid "Partner" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "Payment Failed Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "Payment Retry Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_users_payment_token_id +msgid "Payment Token" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" against this account. If none is set, the bill to partner's default token " +"will be used." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" for this partner, if there is not one already set on the analytic account." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_contract +msgid "account.analytic.contract" +msgstr "" diff --git a/contract_payment_auto/i18n/pt_PT.po b/contract_payment_auto/i18n/pt_PT.po new file mode 100644 index 0000000000..640eca96dd --- /dev/null +++ b/contract_payment_auto/i18n/pt_PT.po @@ -0,0 +1,212 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * contract_payment_auto +# +# Translators: +# OCA Transbot\n" +" Hello ${object.partner_id.name}\n" +" % set access_action = object.get_access_action()\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % if object.partner_id.parent_id:\n" +" (${object.partner_id.parent_id.name})\n" +" % endif\n" +" ,\n" +"
\n" +"\n" +"\n" +" The automatic payment for your invoice\n" +" \n" +" \n" +" ${object.number}\n" +" \n" +" % if object.origin:\n" +" (with reference: ${object.origin} )\n" +" % endif\n" +" \n" +" failed.\n" +"
\n" +"\n" +"\n" +" Please verify that your payment information is correct, and that funds are\n" +" available in the account.\n" +"
\n" +"\n" +"\n" +" " +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Amount of hours that should lapse until a failed automatic is retried." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "" +"Amount times to retry failed/declined automatic payment before giving up." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_account +msgid "Analytic Account" +msgstr "Conta Analítica" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "Auto Pay?" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_attempts +msgid "Auto pay attempts" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_failed +msgid "Auto pay failed" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "Auto pay retries" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Auto pay retry hours" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_retry +msgid "Automatic Payment Failure (Ref ${object.number or 'n/a'})" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "" +"Check this to enable automatic payment for invoices that are created for " +"this contract." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "" +"During the automatic payment process, an invoice will be created and " +"validated. If this template is selected, it will automatically be sent to " +"the customer during this process using the defined template." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "" +"If automatic payment fails for some reason, but will be re-attempted later, " +"this message will be sent to the billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "" +"If automatic payment fails for some reason, this message will be sent to the" +" billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "Invoice Message" +msgstr "" + +#. module: contract_payment_auto +#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#, python-format +msgid "Invoice sent" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_retry +msgid "" +"Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' " +"and 'draft' or ''}" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_res_partner +msgid "Partner" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "Payment Failed Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "Payment Retry Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_users_payment_token_id +msgid "Payment Token" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" against this account. If none is set, the bill to partner's default token " +"will be used." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" for this partner, if there is not one already set on the analytic account." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_contract +msgid "account.analytic.contract" +msgstr "" diff --git a/contract_payment_auto/i18n/ro.po b/contract_payment_auto/i18n/ro.po new file mode 100644 index 0000000000..acbdf2fdb5 --- /dev/null +++ b/contract_payment_auto/i18n/ro.po @@ -0,0 +1,212 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * contract_payment_auto +# +# Translators: +# OCA Transbot\n" +" Hello ${object.partner_id.name}\n" +" % set access_action = object.get_access_action()\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % if object.partner_id.parent_id:\n" +" (${object.partner_id.parent_id.name})\n" +" % endif\n" +" ,\n" +"
\n" +"\n" +"\n" +" The automatic payment for your invoice\n" +" \n" +" \n" +" ${object.number}\n" +" \n" +" % if object.origin:\n" +" (with reference: ${object.origin} )\n" +" % endif\n" +" \n" +" failed.\n" +"
\n" +"\n" +"\n" +" Please verify that your payment information is correct, and that funds are\n" +" available in the account.\n" +"
\n" +"\n" +"\n" +" " +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Amount of hours that should lapse until a failed automatic is retried." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "" +"Amount times to retry failed/declined automatic payment before giving up." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_account +msgid "Analytic Account" +msgstr "Cont analitic" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "Auto Pay?" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_attempts +msgid "Auto pay attempts" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_failed +msgid "Auto pay failed" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "Auto pay retries" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Auto pay retry hours" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_retry +msgid "Automatic Payment Failure (Ref ${object.number or 'n/a'})" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "" +"Check this to enable automatic payment for invoices that are created for " +"this contract." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "" +"During the automatic payment process, an invoice will be created and " +"validated. If this template is selected, it will automatically be sent to " +"the customer during this process using the defined template." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "" +"If automatic payment fails for some reason, but will be re-attempted later, " +"this message will be sent to the billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "" +"If automatic payment fails for some reason, this message will be sent to the" +" billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "Invoice Message" +msgstr "" + +#. module: contract_payment_auto +#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#, python-format +msgid "Invoice sent" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_retry +msgid "" +"Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' " +"and 'draft' or ''}" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_res_partner +msgid "Partner" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "Payment Failed Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "Payment Retry Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_users_payment_token_id +msgid "Payment Token" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" against this account. If none is set, the bill to partner's default token " +"will be used." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" for this partner, if there is not one already set on the analytic account." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_contract +msgid "account.analytic.contract" +msgstr "" diff --git a/contract_payment_auto/i18n/ru.po b/contract_payment_auto/i18n/ru.po new file mode 100644 index 0000000000..c4c6795c47 --- /dev/null +++ b/contract_payment_auto/i18n/ru.po @@ -0,0 +1,212 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * contract_payment_auto +# +# Translators: +# Мед Ведь\n" +" Hello ${object.partner_id.name}\n" +" % set access_action = object.get_access_action()\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % if object.partner_id.parent_id:\n" +" (${object.partner_id.parent_id.name})\n" +" % endif\n" +" ,\n" +"
\n" +"\n" +"\n" +" The automatic payment for your invoice\n" +" \n" +" \n" +" ${object.number}\n" +" \n" +" % if object.origin:\n" +" (with reference: ${object.origin} )\n" +" % endif\n" +" \n" +" failed.\n" +"
\n" +"\n" +"\n" +" Please verify that your payment information is correct, and that funds are\n" +" available in the account.\n" +"
\n" +"\n" +"\n" +" " +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Amount of hours that should lapse until a failed automatic is retried." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "" +"Amount times to retry failed/declined automatic payment before giving up." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_account +msgid "Analytic Account" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "Auto Pay?" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_attempts +msgid "Auto pay attempts" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_failed +msgid "Auto pay failed" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "Auto pay retries" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Auto pay retry hours" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_retry +msgid "Automatic Payment Failure (Ref ${object.number or 'n/a'})" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "" +"Check this to enable automatic payment for invoices that are created for " +"this contract." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "" +"During the automatic payment process, an invoice will be created and " +"validated. If this template is selected, it will automatically be sent to " +"the customer during this process using the defined template." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "" +"If automatic payment fails for some reason, but will be re-attempted later, " +"this message will be sent to the billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "" +"If automatic payment fails for some reason, this message will be sent to the" +" billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_invoice +msgid "Invoice" +msgstr "Счёт-фактура" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "Invoice Message" +msgstr "" + +#. module: contract_payment_auto +#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#, python-format +msgid "Invoice sent" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_retry +msgid "" +"Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' " +"and 'draft' or ''}" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_res_partner +msgid "Partner" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "Payment Failed Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "Payment Retry Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_users_payment_token_id +msgid "Payment Token" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" against this account. If none is set, the bill to partner's default token " +"will be used." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" for this partner, if there is not one already set on the analytic account." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_contract +msgid "account.analytic.contract" +msgstr "" diff --git a/contract_payment_auto/i18n/sk_SK.po b/contract_payment_auto/i18n/sk_SK.po new file mode 100644 index 0000000000..e355d60b5f --- /dev/null +++ b/contract_payment_auto/i18n/sk_SK.po @@ -0,0 +1,212 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * contract_payment_auto +# +# Translators: +# OCA Transbot\n" +" Hello ${object.partner_id.name}\n" +" % set access_action = object.get_access_action()\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % if object.partner_id.parent_id:\n" +" (${object.partner_id.parent_id.name})\n" +" % endif\n" +" ,\n" +"
\n" +"\n" +"\n" +" The automatic payment for your invoice\n" +" \n" +" \n" +" ${object.number}\n" +" \n" +" % if object.origin:\n" +" (with reference: ${object.origin} )\n" +" % endif\n" +" \n" +" failed.\n" +"
\n" +"\n" +"\n" +" Please verify that your payment information is correct, and that funds are\n" +" available in the account.\n" +"
\n" +"\n" +"\n" +" " +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Amount of hours that should lapse until a failed automatic is retried." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "" +"Amount times to retry failed/declined automatic payment before giving up." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_account +msgid "Analytic Account" +msgstr "Analytický účet" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "Auto Pay?" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_attempts +msgid "Auto pay attempts" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_failed +msgid "Auto pay failed" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "Auto pay retries" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Auto pay retry hours" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_retry +msgid "Automatic Payment Failure (Ref ${object.number or 'n/a'})" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "" +"Check this to enable automatic payment for invoices that are created for " +"this contract." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "" +"During the automatic payment process, an invoice will be created and " +"validated. If this template is selected, it will automatically be sent to " +"the customer during this process using the defined template." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "" +"If automatic payment fails for some reason, but will be re-attempted later, " +"this message will be sent to the billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "" +"If automatic payment fails for some reason, this message will be sent to the" +" billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "Invoice Message" +msgstr "" + +#. module: contract_payment_auto +#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#, python-format +msgid "Invoice sent" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_retry +msgid "" +"Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' " +"and 'draft' or ''}" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_res_partner +msgid "Partner" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "Payment Failed Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "Payment Retry Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_users_payment_token_id +msgid "Payment Token" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" against this account. If none is set, the bill to partner's default token " +"will be used." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" for this partner, if there is not one already set on the analytic account." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_contract +msgid "account.analytic.contract" +msgstr "" diff --git a/contract_payment_auto/i18n/sl.po b/contract_payment_auto/i18n/sl.po new file mode 100644 index 0000000000..999a4fe977 --- /dev/null +++ b/contract_payment_auto/i18n/sl.po @@ -0,0 +1,212 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * contract_payment_auto +# +# Translators: +# OCA Transbot\n" +" Hello ${object.partner_id.name}\n" +" % set access_action = object.get_access_action()\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % if object.partner_id.parent_id:\n" +" (${object.partner_id.parent_id.name})\n" +" % endif\n" +" ,\n" +"
\n" +"\n" +"\n" +" The automatic payment for your invoice\n" +" \n" +" \n" +" ${object.number}\n" +" \n" +" % if object.origin:\n" +" (with reference: ${object.origin} )\n" +" % endif\n" +" \n" +" failed.\n" +"
\n" +"\n" +"\n" +" Please verify that your payment information is correct, and that funds are\n" +" available in the account.\n" +"
\n" +"\n" +"\n" +" " +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Amount of hours that should lapse until a failed automatic is retried." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "" +"Amount times to retry failed/declined automatic payment before giving up." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_account +msgid "Analytic Account" +msgstr "Analitični konto" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "Auto Pay?" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_attempts +msgid "Auto pay attempts" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_failed +msgid "Auto pay failed" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "Auto pay retries" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Auto pay retry hours" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_retry +msgid "Automatic Payment Failure (Ref ${object.number or 'n/a'})" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "" +"Check this to enable automatic payment for invoices that are created for " +"this contract." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "" +"During the automatic payment process, an invoice will be created and " +"validated. If this template is selected, it will automatically be sent to " +"the customer during this process using the defined template." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "" +"If automatic payment fails for some reason, but will be re-attempted later, " +"this message will be sent to the billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "" +"If automatic payment fails for some reason, this message will be sent to the" +" billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "Invoice Message" +msgstr "" + +#. module: contract_payment_auto +#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#, python-format +msgid "Invoice sent" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_retry +msgid "" +"Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' " +"and 'draft' or ''}" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_res_partner +msgid "Partner" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "Payment Failed Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "Payment Retry Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_users_payment_token_id +msgid "Payment Token" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" against this account. If none is set, the bill to partner's default token " +"will be used." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" for this partner, if there is not one already set on the analytic account." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_contract +msgid "account.analytic.contract" +msgstr "" diff --git a/contract_payment_auto/i18n/tr.po b/contract_payment_auto/i18n/tr.po new file mode 100644 index 0000000000..0b0ead526a --- /dev/null +++ b/contract_payment_auto/i18n/tr.po @@ -0,0 +1,212 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * contract_payment_auto +# +# Translators: +# Ediz Duman\n" +" Hello ${object.partner_id.name}\n" +" % set access_action = object.get_access_action()\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % if object.partner_id.parent_id:\n" +" (${object.partner_id.parent_id.name})\n" +" % endif\n" +" ,\n" +"
\n" +"\n" +"\n" +" The automatic payment for your invoice\n" +" \n" +" \n" +" ${object.number}\n" +" \n" +" % if object.origin:\n" +" (with reference: ${object.origin} )\n" +" % endif\n" +" \n" +" failed.\n" +"
\n" +"\n" +"\n" +" Please verify that your payment information is correct, and that funds are\n" +" available in the account.\n" +"
\n" +"\n" +"\n" +" " +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Amount of hours that should lapse until a failed automatic is retried." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "" +"Amount times to retry failed/declined automatic payment before giving up." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_account +msgid "Analytic Account" +msgstr "Analitik Hesap" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "Auto Pay?" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_attempts +msgid "Auto pay attempts" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_failed +msgid "Auto pay failed" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "Auto pay retries" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Auto pay retry hours" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_retry +msgid "Automatic Payment Failure (Ref ${object.number or 'n/a'})" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "" +"Check this to enable automatic payment for invoices that are created for " +"this contract." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "" +"During the automatic payment process, an invoice will be created and " +"validated. If this template is selected, it will automatically be sent to " +"the customer during this process using the defined template." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "" +"If automatic payment fails for some reason, but will be re-attempted later, " +"this message will be sent to the billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "" +"If automatic payment fails for some reason, this message will be sent to the" +" billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_invoice +msgid "Invoice" +msgstr "Fatura" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "Invoice Message" +msgstr "" + +#. module: contract_payment_auto +#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#, python-format +msgid "Invoice sent" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_retry +msgid "" +"Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' " +"and 'draft' or ''}" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_res_partner +msgid "Partner" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "Payment Failed Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "Payment Retry Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_users_payment_token_id +msgid "Payment Token" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" against this account. If none is set, the bill to partner's default token " +"will be used." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" for this partner, if there is not one already set on the analytic account." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_contract +msgid "account.analytic.contract" +msgstr "" diff --git a/contract_payment_auto/i18n/tr_TR.po b/contract_payment_auto/i18n/tr_TR.po new file mode 100644 index 0000000000..029fd2ebec --- /dev/null +++ b/contract_payment_auto/i18n/tr_TR.po @@ -0,0 +1,212 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * contract_payment_auto +# +# Translators: +# Ediz Duman\n" +" Hello ${object.partner_id.name}\n" +" % set access_action = object.get_access_action()\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % if object.partner_id.parent_id:\n" +" (${object.partner_id.parent_id.name})\n" +" % endif\n" +" ,\n" +"
\n" +"\n" +"\n" +" The automatic payment for your invoice\n" +" \n" +" \n" +" ${object.number}\n" +" \n" +" % if object.origin:\n" +" (with reference: ${object.origin} )\n" +" % endif\n" +" \n" +" failed.\n" +"
\n" +"\n" +"\n" +" Please verify that your payment information is correct, and that funds are\n" +" available in the account.\n" +"
\n" +"\n" +"\n" +" " +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Amount of hours that should lapse until a failed automatic is retried." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "" +"Amount times to retry failed/declined automatic payment before giving up." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_account +msgid "Analytic Account" +msgstr "Analitik Hesap" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "Auto Pay?" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_attempts +msgid "Auto pay attempts" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_failed +msgid "Auto pay failed" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "Auto pay retries" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Auto pay retry hours" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_retry +msgid "Automatic Payment Failure (Ref ${object.number or 'n/a'})" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "" +"Check this to enable automatic payment for invoices that are created for " +"this contract." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "" +"During the automatic payment process, an invoice will be created and " +"validated. If this template is selected, it will automatically be sent to " +"the customer during this process using the defined template." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "" +"If automatic payment fails for some reason, but will be re-attempted later, " +"this message will be sent to the billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "" +"If automatic payment fails for some reason, this message will be sent to the" +" billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_invoice +msgid "Invoice" +msgstr "Fatura" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "Invoice Message" +msgstr "" + +#. module: contract_payment_auto +#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#, python-format +msgid "Invoice sent" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_retry +msgid "" +"Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' " +"and 'draft' or ''}" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_res_partner +msgid "Partner" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "Payment Failed Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "Payment Retry Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_users_payment_token_id +msgid "Payment Token" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" against this account. If none is set, the bill to partner's default token " +"will be used." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" for this partner, if there is not one already set on the analytic account." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_contract +msgid "account.analytic.contract" +msgstr "" diff --git a/contract_payment_auto/i18n/zh_CN.po b/contract_payment_auto/i18n/zh_CN.po new file mode 100644 index 0000000000..bc238e6b3f --- /dev/null +++ b/contract_payment_auto/i18n/zh_CN.po @@ -0,0 +1,212 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * contract_payment_auto +# +# Translators: +# OCA Transbot\n" +" Hello ${object.partner_id.name}\n" +" % set access_action = object.get_access_action()\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % if object.partner_id.parent_id:\n" +" (${object.partner_id.parent_id.name})\n" +" % endif\n" +" ,\n" +"
\n" +"\n" +"\n" +" The automatic payment for your invoice\n" +" \n" +" \n" +" ${object.number}\n" +" \n" +" % if object.origin:\n" +" (with reference: ${object.origin} )\n" +" % endif\n" +" \n" +" failed.\n" +"
\n" +"\n" +"\n" +" Please verify that your payment information is correct, and that funds are\n" +" available in the account.\n" +"
\n" +"\n" +"\n" +" " +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Amount of hours that should lapse until a failed automatic is retried." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "" +"Amount times to retry failed/declined automatic payment before giving up." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_account +msgid "Analytic Account" +msgstr "核算科目" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "Auto Pay?" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_attempts +msgid "Auto pay attempts" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_failed +msgid "Auto pay failed" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "Auto pay retries" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Auto pay retry hours" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_retry +msgid "Automatic Payment Failure (Ref ${object.number or 'n/a'})" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "" +"Check this to enable automatic payment for invoices that are created for " +"this contract." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "" +"During the automatic payment process, an invoice will be created and " +"validated. If this template is selected, it will automatically be sent to " +"the customer during this process using the defined template." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "" +"If automatic payment fails for some reason, but will be re-attempted later, " +"this message will be sent to the billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "" +"If automatic payment fails for some reason, this message will be sent to the" +" billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "Invoice Message" +msgstr "" + +#. module: contract_payment_auto +#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#, python-format +msgid "Invoice sent" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_retry +msgid "" +"Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' " +"and 'draft' or ''}" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_res_partner +msgid "Partner" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "Payment Failed Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "Payment Retry Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_users_payment_token_id +msgid "Payment Token" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" against this account. If none is set, the bill to partner's default token " +"will be used." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id +msgid "" +"This is the payment token that will be used to automatically reconcile debts" +" for this partner, if there is not one already set on the analytic account." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_contract +msgid "account.analytic.contract" +msgstr "" From 916bcdc0189e8e0b36d55e75e4243f809d719ed8 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza"\n" +" Здравствуйте ${object.partner_id.name}\n" +" % set access_action = object.get_access_action()\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % if object.partner_id.parent_id:\n" +" (${object.partner_id.parent_id.name})\n" +" % endif\n" +" ,\n" +"
\n" +"\n" +"\n" +" Автоматическая оплата вашего счета\n" +" \n" +" \n" +" ${object.number}\n" +" \n" +" % if object.origin:\n" +" (with reference: ${object.origin} )\n" +" % endif\n" +" \n" +" failed.\n" +"
\n" +"\n" +"\n" +" Убедитесь, что ваша платежная информация верна и что средства\n" +"на счете доступны.\n" +"
\n" +"\n" +"\n" +" " #. module: contract_payment_auto #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours @@ -72,13 +105,13 @@ msgstr "" #. module: contract_payment_auto #: model:ir.model,name:contract_payment_auto.model_account_analytic_account msgid "Analytic Account" -msgstr "" +msgstr "Аналитический счет" #. module: contract_payment_auto #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_is_auto_pay #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_is_auto_pay msgid "Auto Pay?" -msgstr "" +msgstr "Авто-Платеж?" #. module: contract_payment_auto #: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_attempts @@ -169,7 +202,7 @@ msgstr "" #. module: contract_payment_auto #: model:ir.model,name:contract_payment_auto.model_res_partner msgid "Partner" -msgstr "" +msgstr "Контрагент" #. module: contract_payment_auto #: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id diff --git a/contract_payment_auto/i18n/tr.po b/contract_payment_auto/i18n/tr.po index 0b0ead526a..092fc08349 100644 --- a/contract_payment_auto/i18n/tr.po +++ b/contract_payment_auto/i18n/tr.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-11-30 01:41+0000\n" -"PO-Revision-Date: 2017-11-30 01:41+0000\n" +"POT-Creation-Date: 2018-04-21 01:47+0000\n" +"PO-Revision-Date: 2018-04-21 01:47+0000\n" "Last-Translator: Ediz Duman\n" " Hello ${object.partner_id.name}\n" " % set access_action = object.get_access_action()\n" -" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and " +"access_action['url'] or '/report/pdf/account.report_invoice/' + str(object." +"id)\n" " % if object.partner_id.parent_id:\n" " (${object.partner_id.parent_id.name})\n" " % endif\n" @@ -48,7 +50,8 @@ msgid "" "
\n" "\n" "\n" -" Please verify that your payment information is correct, and that funds are\n" +" Please verify that your payment information is correct, and that funds " +"are\n" " available in the account.\n" "
\n" "\n" @@ -137,8 +140,8 @@ msgstr "" #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id msgid "" -"If automatic payment fails for some reason, this message will be sent to the" -" billed partner." +"If automatic payment fails for some reason, this message will be sent to the " +"billed partner." msgstr "" #. module: contract_payment_auto @@ -153,7 +156,7 @@ msgid "Invoice Message" msgstr "" #. module: contract_payment_auto -#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#: code:addons/contract_payment_auto/models/account_analytic_account.py:172 #, python-format msgid "Invoice sent" msgstr "" @@ -193,8 +196,8 @@ msgstr "" #. module: contract_payment_auto #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id msgid "" -"This is the payment token that will be used to automatically reconcile debts" -" against this account. If none is set, the bill to partner's default token " +"This is the payment token that will be used to automatically reconcile debts " +"against this account. If none is set, the bill to partner's default token " "will be used." msgstr "" @@ -202,8 +205,8 @@ msgstr "" #: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id #: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id msgid "" -"This is the payment token that will be used to automatically reconcile debts" -" for this partner, if there is not one already set on the analytic account." +"This is the payment token that will be used to automatically reconcile debts " +"for this partner, if there is not one already set on the analytic account." msgstr "" #. module: contract_payment_auto diff --git a/contract_payment_auto/i18n/contract_payment_auto.pot b/contract_payment_auto/i18n/contract_payment_auto.pot new file mode 100644 index 0000000000..830d37e17d --- /dev/null +++ b/contract_payment_auto/i18n/contract_payment_auto.pot @@ -0,0 +1,190 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * contract_payment_auto +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: contract_payment_auto +#: model:mail.template,body_html:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,body_html:contract_payment_auto.mail_template_auto_pay_retry +msgid "\n" +"\n" +"\n" +" Hello ${object.partner_id.name}\n" +" % set access_action = object.get_access_action()\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % if object.partner_id.parent_id:\n" +" (${object.partner_id.parent_id.name})\n" +" % endif\n" +" ,\n" +"
\n" +"\n" +"\n" +" The automatic payment for your invoice\n" +" \n" +" \n" +" ${object.number}\n" +" \n" +" % if object.origin:\n" +" (with reference: ${object.origin} )\n" +" % endif\n" +" \n" +" failed.\n" +"
\n" +"\n" +"\n" +" Please verify that your payment information is correct, and that funds are\n" +" available in the account.\n" +"
\n" +"\n" +"\n" +" " +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Amount of hours that should lapse until a failed automatic is retried." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "Amount times to retry failed/declined automatic payment before giving up." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_account +msgid "Analytic Account" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "Auto Pay?" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_attempts +msgid "Auto pay attempts" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_invoice_auto_pay_failed +msgid "Auto pay failed" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retries +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retries +msgid "Auto pay retries" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_auto_pay_retry_hours +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_auto_pay_retry_hours +msgid "Auto pay retry hours" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,subject:contract_payment_auto.mail_template_auto_pay_retry +msgid "Automatic Payment Failure (Ref ${object.number or 'n/a'})" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_is_auto_pay +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_is_auto_pay +msgid "Check this to enable automatic payment for invoices that are created for this contract." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "During the automatic payment process, an invoice will be created and validated. If this template is selected, it will automatically be sent to the customer during this process using the defined template." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "If automatic payment fails for some reason, but will be re-attempted later, this message will be sent to the billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "If automatic payment fails for some reason, this message will be sent to the billed partner." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_invoice_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_invoice_mail_template_id +msgid "Invoice Message" +msgstr "" + +#. module: contract_payment_auto +#: code:addons/contract_payment_auto/models/account_analytic_account.py:172 +#, python-format +msgid "Invoice sent" +msgstr "" + +#. module: contract_payment_auto +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_fail +#: model:mail.template,report_name:contract_payment_auto.mail_template_auto_pay_retry +msgid "Invoice_${(object.number or '').replace('/','_')}_${object.state == 'draft' and 'draft' or ''}" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_res_partner +msgid "Partner" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id +msgid "Payment Failed Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_pay_retry_mail_template_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_contract_pay_retry_mail_template_id +msgid "Payment Retry Message" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,field_description:contract_payment_auto.field_account_analytic_account_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,field_description:contract_payment_auto.field_res_users_payment_token_id +msgid "Payment Token" +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id +msgid "This is the payment token that will be used to automatically reconcile debts against this account. If none is set, the bill to partner's default token will be used." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id +#: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id +msgid "This is the payment token that will be used to automatically reconcile debts for this partner, if there is not one already set on the analytic account." +msgstr "" + +#. module: contract_payment_auto +#: model:ir.model,name:contract_payment_auto.model_account_analytic_contract +msgid "account.analytic.contract" +msgstr "" + diff --git a/contract_payment_auto/i18n/de.po b/contract_payment_auto/i18n/de.po index 76f93cfe9e..fd9d18c501 100644 --- a/contract_payment_auto/i18n/de.po +++ b/contract_payment_auto/i18n/de.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * contract_payment_auto -# +# # Translators: # OCA Transbot\n" " Hello ${object.partner_id.name}\n" " % set access_action = object.get_access_action()\n" -" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and " +"access_action['url'] or '/report/pdf/account.report_invoice/' + str(object." +"id)\n" " % if object.partner_id.parent_id:\n" " (${object.partner_id.parent_id.name})\n" " % endif\n" @@ -48,7 +50,8 @@ msgid "" "
\n" "\n" "\n" -" Please verify that your payment information is correct, and that funds are\n" +" Please verify that your payment information is correct, and that funds " +"are\n" " available in the account.\n" "
\n" "\n" @@ -137,8 +140,8 @@ msgstr "" #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id msgid "" -"If automatic payment fails for some reason, this message will be sent to the" -" billed partner." +"If automatic payment fails for some reason, this message will be sent to the " +"billed partner." msgstr "" #. module: contract_payment_auto @@ -153,7 +156,7 @@ msgid "Invoice Message" msgstr "" #. module: contract_payment_auto -#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#: code:addons/contract_payment_auto/models/account_analytic_account.py:172 #, python-format msgid "Invoice sent" msgstr "" @@ -193,8 +196,8 @@ msgstr "" #. module: contract_payment_auto #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id msgid "" -"This is the payment token that will be used to automatically reconcile debts" -" against this account. If none is set, the bill to partner's default token " +"This is the payment token that will be used to automatically reconcile debts " +"against this account. If none is set, the bill to partner's default token " "will be used." msgstr "" @@ -202,8 +205,8 @@ msgstr "" #: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id #: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id msgid "" -"This is the payment token that will be used to automatically reconcile debts" -" for this partner, if there is not one already set on the analytic account." +"This is the payment token that will be used to automatically reconcile debts " +"for this partner, if there is not one already set on the analytic account." msgstr "" #. module: contract_payment_auto diff --git a/contract_payment_auto/i18n/el_GR.po b/contract_payment_auto/i18n/el_GR.po index ebe3a8a77b..6ab4f22766 100644 --- a/contract_payment_auto/i18n/el_GR.po +++ b/contract_payment_auto/i18n/el_GR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * contract_payment_auto -# +# # Translators: # OCA Transbot\n" " Hello ${object.partner_id.name}\n" " % set access_action = object.get_access_action()\n" -" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and " +"access_action['url'] or '/report/pdf/account.report_invoice/' + str(object." +"id)\n" " % if object.partner_id.parent_id:\n" " (${object.partner_id.parent_id.name})\n" " % endif\n" @@ -48,7 +51,8 @@ msgid "" "
\n" "\n" "\n" -" Please verify that your payment information is correct, and that funds are\n" +" Please verify that your payment information is correct, and that funds " +"are\n" " available in the account.\n" "
\n" "\n" @@ -137,8 +141,8 @@ msgstr "" #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id msgid "" -"If automatic payment fails for some reason, this message will be sent to the" -" billed partner." +"If automatic payment fails for some reason, this message will be sent to the " +"billed partner." msgstr "" #. module: contract_payment_auto @@ -153,7 +157,7 @@ msgid "Invoice Message" msgstr "" #. module: contract_payment_auto -#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#: code:addons/contract_payment_auto/models/account_analytic_account.py:172 #, python-format msgid "Invoice sent" msgstr "" @@ -193,8 +197,8 @@ msgstr "" #. module: contract_payment_auto #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id msgid "" -"This is the payment token that will be used to automatically reconcile debts" -" against this account. If none is set, the bill to partner's default token " +"This is the payment token that will be used to automatically reconcile debts " +"against this account. If none is set, the bill to partner's default token " "will be used." msgstr "" @@ -202,8 +206,8 @@ msgstr "" #: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id #: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id msgid "" -"This is the payment token that will be used to automatically reconcile debts" -" for this partner, if there is not one already set on the analytic account." +"This is the payment token that will be used to automatically reconcile debts " +"for this partner, if there is not one already set on the analytic account." msgstr "" #. module: contract_payment_auto diff --git a/contract_payment_auto/i18n/es.po b/contract_payment_auto/i18n/es.po index 21b72f9c89..e5686f943d 100644 --- a/contract_payment_auto/i18n/es.po +++ b/contract_payment_auto/i18n/es.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * contract_payment_auto -# +# # Translators: # OCA Transbot\n" " Hello ${object.partner_id.name}\n" " % set access_action = object.get_access_action()\n" -" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and " +"access_action['url'] or '/report/pdf/account.report_invoice/' + str(object." +"id)\n" " % if object.partner_id.parent_id:\n" " (${object.partner_id.parent_id.name})\n" " % endif\n" @@ -49,7 +51,8 @@ msgid "" "
\n" "\n" "\n" -" Please verify that your payment information is correct, and that funds are\n" +" Please verify that your payment information is correct, and that funds " +"are\n" " available in the account.\n" "
\n" "\n" @@ -138,8 +141,8 @@ msgstr "" #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id msgid "" -"If automatic payment fails for some reason, this message will be sent to the" -" billed partner." +"If automatic payment fails for some reason, this message will be sent to the " +"billed partner." msgstr "" #. module: contract_payment_auto @@ -194,8 +197,8 @@ msgstr "" #. module: contract_payment_auto #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id msgid "" -"This is the payment token that will be used to automatically reconcile debts" -" against this account. If none is set, the bill to partner's default token " +"This is the payment token that will be used to automatically reconcile debts " +"against this account. If none is set, the bill to partner's default token " "will be used." msgstr "" @@ -203,8 +206,8 @@ msgstr "" #: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id #: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id msgid "" -"This is the payment token that will be used to automatically reconcile debts" -" for this partner, if there is not one already set on the analytic account." +"This is the payment token that will be used to automatically reconcile debts " +"for this partner, if there is not one already set on the analytic account." msgstr "" #. module: contract_payment_auto diff --git a/contract_payment_auto/i18n/es_MX.po b/contract_payment_auto/i18n/es_MX.po index a9797eb548..d927ca44fa 100644 --- a/contract_payment_auto/i18n/es_MX.po +++ b/contract_payment_auto/i18n/es_MX.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * contract_payment_auto -# +# # Translators: # OCA Transbot\n" " Hello ${object.partner_id.name}\n" " % set access_action = object.get_access_action()\n" -" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and " +"access_action['url'] or '/report/pdf/account.report_invoice/' + str(object." +"id)\n" " % if object.partner_id.parent_id:\n" " (${object.partner_id.parent_id.name})\n" " % endif\n" @@ -48,7 +51,8 @@ msgid "" "
\n" "\n" "\n" -" Please verify that your payment information is correct, and that funds are\n" +" Please verify that your payment information is correct, and that funds " +"are\n" " available in the account.\n" "
\n" "\n" @@ -137,8 +141,8 @@ msgstr "" #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id msgid "" -"If automatic payment fails for some reason, this message will be sent to the" -" billed partner." +"If automatic payment fails for some reason, this message will be sent to the " +"billed partner." msgstr "" #. module: contract_payment_auto @@ -153,7 +157,7 @@ msgid "Invoice Message" msgstr "" #. module: contract_payment_auto -#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#: code:addons/contract_payment_auto/models/account_analytic_account.py:172 #, python-format msgid "Invoice sent" msgstr "" @@ -193,8 +197,8 @@ msgstr "" #. module: contract_payment_auto #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id msgid "" -"This is the payment token that will be used to automatically reconcile debts" -" against this account. If none is set, the bill to partner's default token " +"This is the payment token that will be used to automatically reconcile debts " +"against this account. If none is set, the bill to partner's default token " "will be used." msgstr "" @@ -202,8 +206,8 @@ msgstr "" #: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id #: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id msgid "" -"This is the payment token that will be used to automatically reconcile debts" -" for this partner, if there is not one already set on the analytic account." +"This is the payment token that will be used to automatically reconcile debts " +"for this partner, if there is not one already set on the analytic account." msgstr "" #. module: contract_payment_auto diff --git a/contract_payment_auto/i18n/fi.po b/contract_payment_auto/i18n/fi.po index 730a539413..f6f8ea5e7a 100644 --- a/contract_payment_auto/i18n/fi.po +++ b/contract_payment_auto/i18n/fi.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * contract_payment_auto -# +# # Translators: # OCA Transbot\n" " Hello ${object.partner_id.name}\n" " % set access_action = object.get_access_action()\n" -" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and " +"access_action['url'] or '/report/pdf/account.report_invoice/' + str(object." +"id)\n" " % if object.partner_id.parent_id:\n" " (${object.partner_id.parent_id.name})\n" " % endif\n" @@ -48,7 +50,8 @@ msgid "" "
\n" "\n" "\n" -" Please verify that your payment information is correct, and that funds are\n" +" Please verify that your payment information is correct, and that funds " +"are\n" " available in the account.\n" "
\n" "\n" @@ -137,8 +140,8 @@ msgstr "" #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id msgid "" -"If automatic payment fails for some reason, this message will be sent to the" -" billed partner." +"If automatic payment fails for some reason, this message will be sent to the " +"billed partner." msgstr "" #. module: contract_payment_auto @@ -153,7 +156,7 @@ msgid "Invoice Message" msgstr "" #. module: contract_payment_auto -#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#: code:addons/contract_payment_auto/models/account_analytic_account.py:172 #, python-format msgid "Invoice sent" msgstr "" @@ -193,8 +196,8 @@ msgstr "" #. module: contract_payment_auto #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id msgid "" -"This is the payment token that will be used to automatically reconcile debts" -" against this account. If none is set, the bill to partner's default token " +"This is the payment token that will be used to automatically reconcile debts " +"against this account. If none is set, the bill to partner's default token " "will be used." msgstr "" @@ -202,8 +205,8 @@ msgstr "" #: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id #: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id msgid "" -"This is the payment token that will be used to automatically reconcile debts" -" for this partner, if there is not one already set on the analytic account." +"This is the payment token that will be used to automatically reconcile debts " +"for this partner, if there is not one already set on the analytic account." msgstr "" #. module: contract_payment_auto diff --git a/contract_payment_auto/i18n/fr.po b/contract_payment_auto/i18n/fr.po index 85e75bbe8d..a6bbccd98b 100644 --- a/contract_payment_auto/i18n/fr.po +++ b/contract_payment_auto/i18n/fr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * contract_payment_auto -# +# # Translators: # OCA Transbot\n" " Hello ${object.partner_id.name}\n" " % set access_action = object.get_access_action()\n" -" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and " +"access_action['url'] or '/report/pdf/account.report_invoice/' + str(object." +"id)\n" " % if object.partner_id.parent_id:\n" " (${object.partner_id.parent_id.name})\n" " % endif\n" @@ -50,7 +52,8 @@ msgid "" "
\n" "\n" "\n" -" Please verify that your payment information is correct, and that funds are\n" +" Please verify that your payment information is correct, and that funds " +"are\n" " available in the account.\n" "
\n" "\n" @@ -139,8 +142,8 @@ msgstr "" #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id msgid "" -"If automatic payment fails for some reason, this message will be sent to the" -" billed partner." +"If automatic payment fails for some reason, this message will be sent to the " +"billed partner." msgstr "" #. module: contract_payment_auto @@ -155,7 +158,7 @@ msgid "Invoice Message" msgstr "" #. module: contract_payment_auto -#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#: code:addons/contract_payment_auto/models/account_analytic_account.py:172 #, python-format msgid "Invoice sent" msgstr "" @@ -195,8 +198,8 @@ msgstr "" #. module: contract_payment_auto #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id msgid "" -"This is the payment token that will be used to automatically reconcile debts" -" against this account. If none is set, the bill to partner's default token " +"This is the payment token that will be used to automatically reconcile debts " +"against this account. If none is set, the bill to partner's default token " "will be used." msgstr "" @@ -204,8 +207,8 @@ msgstr "" #: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id #: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id msgid "" -"This is the payment token that will be used to automatically reconcile debts" -" for this partner, if there is not one already set on the analytic account." +"This is the payment token that will be used to automatically reconcile debts " +"for this partner, if there is not one already set on the analytic account." msgstr "" #. module: contract_payment_auto diff --git a/contract_payment_auto/i18n/gl.po b/contract_payment_auto/i18n/gl.po index e419654903..121e5f359c 100644 --- a/contract_payment_auto/i18n/gl.po +++ b/contract_payment_auto/i18n/gl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * contract_payment_auto -# +# # Translators: # OCA Transbot\n" " Hello ${object.partner_id.name}\n" " % set access_action = object.get_access_action()\n" -" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and " +"access_action['url'] or '/report/pdf/account.report_invoice/' + str(object." +"id)\n" " % if object.partner_id.parent_id:\n" " (${object.partner_id.parent_id.name})\n" " % endif\n" @@ -48,7 +50,8 @@ msgid "" "
\n" "\n" "\n" -" Please verify that your payment information is correct, and that funds are\n" +" Please verify that your payment information is correct, and that funds " +"are\n" " available in the account.\n" "
\n" "\n" @@ -137,8 +140,8 @@ msgstr "" #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id msgid "" -"If automatic payment fails for some reason, this message will be sent to the" -" billed partner." +"If automatic payment fails for some reason, this message will be sent to the " +"billed partner." msgstr "" #. module: contract_payment_auto @@ -153,7 +156,7 @@ msgid "Invoice Message" msgstr "" #. module: contract_payment_auto -#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#: code:addons/contract_payment_auto/models/account_analytic_account.py:172 #, python-format msgid "Invoice sent" msgstr "" @@ -193,8 +196,8 @@ msgstr "" #. module: contract_payment_auto #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id msgid "" -"This is the payment token that will be used to automatically reconcile debts" -" against this account. If none is set, the bill to partner's default token " +"This is the payment token that will be used to automatically reconcile debts " +"against this account. If none is set, the bill to partner's default token " "will be used." msgstr "" @@ -202,8 +205,8 @@ msgstr "" #: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id #: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id msgid "" -"This is the payment token that will be used to automatically reconcile debts" -" for this partner, if there is not one already set on the analytic account." +"This is the payment token that will be used to automatically reconcile debts " +"for this partner, if there is not one already set on the analytic account." msgstr "" #. module: contract_payment_auto diff --git a/contract_payment_auto/i18n/hi_IN.po b/contract_payment_auto/i18n/hi_IN.po index c6de1c5cd2..55075fad9f 100644 --- a/contract_payment_auto/i18n/hi_IN.po +++ b/contract_payment_auto/i18n/hi_IN.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * contract_payment_auto -# +# # Translators: # Ashish Deshmukh\n" " Hello ${object.partner_id.name}\n" " % set access_action = object.get_access_action()\n" -" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and " +"access_action['url'] or '/report/pdf/account.report_invoice/' + str(object." +"id)\n" " % if object.partner_id.parent_id:\n" " (${object.partner_id.parent_id.name})\n" " % endif\n" @@ -48,7 +51,8 @@ msgid "" "
\n" "\n" "\n" -" Please verify that your payment information is correct, and that funds are\n" +" Please verify that your payment information is correct, and that funds " +"are\n" " available in the account.\n" "
\n" "\n" @@ -137,8 +141,8 @@ msgstr "" #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id msgid "" -"If automatic payment fails for some reason, this message will be sent to the" -" billed partner." +"If automatic payment fails for some reason, this message will be sent to the " +"billed partner." msgstr "" #. module: contract_payment_auto @@ -153,7 +157,7 @@ msgid "Invoice Message" msgstr "" #. module: contract_payment_auto -#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#: code:addons/contract_payment_auto/models/account_analytic_account.py:172 #, python-format msgid "Invoice sent" msgstr "" @@ -193,8 +197,8 @@ msgstr "" #. module: contract_payment_auto #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id msgid "" -"This is the payment token that will be used to automatically reconcile debts" -" against this account. If none is set, the bill to partner's default token " +"This is the payment token that will be used to automatically reconcile debts " +"against this account. If none is set, the bill to partner's default token " "will be used." msgstr "" @@ -202,8 +206,8 @@ msgstr "" #: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id #: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id msgid "" -"This is the payment token that will be used to automatically reconcile debts" -" for this partner, if there is not one already set on the analytic account." +"This is the payment token that will be used to automatically reconcile debts " +"for this partner, if there is not one already set on the analytic account." msgstr "" #. module: contract_payment_auto diff --git a/contract_payment_auto/i18n/hr.po b/contract_payment_auto/i18n/hr.po index bb5465fe05..10b176f159 100644 --- a/contract_payment_auto/i18n/hr.po +++ b/contract_payment_auto/i18n/hr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * contract_payment_auto -# +# # Translators: # OCA Transbot\n" " Hello ${object.partner_id.name}\n" " % set access_action = object.get_access_action()\n" -" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and " +"access_action['url'] or '/report/pdf/account.report_invoice/' + str(object." +"id)\n" " % if object.partner_id.parent_id:\n" " (${object.partner_id.parent_id.name})\n" " % endif\n" @@ -49,7 +52,8 @@ msgid "" "
\n" "\n" "\n" -" Please verify that your payment information is correct, and that funds are\n" +" Please verify that your payment information is correct, and that funds " +"are\n" " available in the account.\n" "
\n" "\n" @@ -138,8 +142,8 @@ msgstr "" #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id msgid "" -"If automatic payment fails for some reason, this message will be sent to the" -" billed partner." +"If automatic payment fails for some reason, this message will be sent to the " +"billed partner." msgstr "" #. module: contract_payment_auto @@ -154,7 +158,7 @@ msgid "Invoice Message" msgstr "" #. module: contract_payment_auto -#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#: code:addons/contract_payment_auto/models/account_analytic_account.py:172 #, python-format msgid "Invoice sent" msgstr "" @@ -194,8 +198,8 @@ msgstr "" #. module: contract_payment_auto #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id msgid "" -"This is the payment token that will be used to automatically reconcile debts" -" against this account. If none is set, the bill to partner's default token " +"This is the payment token that will be used to automatically reconcile debts " +"against this account. If none is set, the bill to partner's default token " "will be used." msgstr "" @@ -203,8 +207,8 @@ msgstr "" #: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id #: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id msgid "" -"This is the payment token that will be used to automatically reconcile debts" -" for this partner, if there is not one already set on the analytic account." +"This is the payment token that will be used to automatically reconcile debts " +"for this partner, if there is not one already set on the analytic account." msgstr "" #. module: contract_payment_auto diff --git a/contract_payment_auto/i18n/hr_HR.po b/contract_payment_auto/i18n/hr_HR.po index d5af84a4ed..69810a2472 100644 --- a/contract_payment_auto/i18n/hr_HR.po +++ b/contract_payment_auto/i18n/hr_HR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * contract_payment_auto -# +# # Translators: # OCA Transbot\n" " Hello ${object.partner_id.name}\n" " % set access_action = object.get_access_action()\n" -" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and " +"access_action['url'] or '/report/pdf/account.report_invoice/' + str(object." +"id)\n" " % if object.partner_id.parent_id:\n" " (${object.partner_id.parent_id.name})\n" " % endif\n" @@ -49,7 +53,8 @@ msgid "" "
\n" "\n" "\n" -" Please verify that your payment information is correct, and that funds are\n" +" Please verify that your payment information is correct, and that funds " +"are\n" " available in the account.\n" "
\n" "\n" @@ -138,8 +143,8 @@ msgstr "" #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id msgid "" -"If automatic payment fails for some reason, this message will be sent to the" -" billed partner." +"If automatic payment fails for some reason, this message will be sent to the " +"billed partner." msgstr "" #. module: contract_payment_auto @@ -154,7 +159,7 @@ msgid "Invoice Message" msgstr "" #. module: contract_payment_auto -#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#: code:addons/contract_payment_auto/models/account_analytic_account.py:172 #, python-format msgid "Invoice sent" msgstr "" @@ -194,8 +199,8 @@ msgstr "" #. module: contract_payment_auto #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id msgid "" -"This is the payment token that will be used to automatically reconcile debts" -" against this account. If none is set, the bill to partner's default token " +"This is the payment token that will be used to automatically reconcile debts " +"against this account. If none is set, the bill to partner's default token " "will be used." msgstr "" @@ -203,8 +208,8 @@ msgstr "" #: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id #: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id msgid "" -"This is the payment token that will be used to automatically reconcile debts" -" for this partner, if there is not one already set on the analytic account." +"This is the payment token that will be used to automatically reconcile debts " +"for this partner, if there is not one already set on the analytic account." msgstr "" #. module: contract_payment_auto diff --git a/contract_payment_auto/i18n/hu.po b/contract_payment_auto/i18n/hu.po index 13befadaef..232fcc1564 100644 --- a/contract_payment_auto/i18n/hu.po +++ b/contract_payment_auto/i18n/hu.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * contract_payment_auto -# +# # Translators: # OCA Transbot\n" " Hello ${object.partner_id.name}\n" " % set access_action = object.get_access_action()\n" -" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and " +"access_action['url'] or '/report/pdf/account.report_invoice/' + str(object." +"id)\n" " % if object.partner_id.parent_id:\n" " (${object.partner_id.parent_id.name})\n" " % endif\n" @@ -48,7 +50,8 @@ msgid "" "
\n" "\n" "\n" -" Please verify that your payment information is correct, and that funds are\n" +" Please verify that your payment information is correct, and that funds " +"are\n" " available in the account.\n" "
\n" "\n" @@ -137,8 +140,8 @@ msgstr "" #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id msgid "" -"If automatic payment fails for some reason, this message will be sent to the" -" billed partner." +"If automatic payment fails for some reason, this message will be sent to the " +"billed partner." msgstr "" #. module: contract_payment_auto @@ -153,7 +156,7 @@ msgid "Invoice Message" msgstr "" #. module: contract_payment_auto -#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#: code:addons/contract_payment_auto/models/account_analytic_account.py:172 #, python-format msgid "Invoice sent" msgstr "" @@ -193,8 +196,8 @@ msgstr "" #. module: contract_payment_auto #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id msgid "" -"This is the payment token that will be used to automatically reconcile debts" -" against this account. If none is set, the bill to partner's default token " +"This is the payment token that will be used to automatically reconcile debts " +"against this account. If none is set, the bill to partner's default token " "will be used." msgstr "" @@ -202,8 +205,8 @@ msgstr "" #: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id #: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id msgid "" -"This is the payment token that will be used to automatically reconcile debts" -" for this partner, if there is not one already set on the analytic account." +"This is the payment token that will be used to automatically reconcile debts " +"for this partner, if there is not one already set on the analytic account." msgstr "" #. module: contract_payment_auto diff --git a/contract_payment_auto/i18n/it.po b/contract_payment_auto/i18n/it.po index 8ce556cd36..edd1901e23 100644 --- a/contract_payment_auto/i18n/it.po +++ b/contract_payment_auto/i18n/it.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * contract_payment_auto -# +# # Translators: # OCA Transbot\n" " Hello ${object.partner_id.name}\n" " % set access_action = object.get_access_action()\n" -" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and " +"access_action['url'] or '/report/pdf/account.report_invoice/' + str(object." +"id)\n" " % if object.partner_id.parent_id:\n" " (${object.partner_id.parent_id.name})\n" " % endif\n" @@ -48,7 +50,8 @@ msgid "" "
\n" "\n" "\n" -" Please verify that your payment information is correct, and that funds are\n" +" Please verify that your payment information is correct, and that funds " +"are\n" " available in the account.\n" "
\n" "\n" @@ -137,8 +140,8 @@ msgstr "" #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id msgid "" -"If automatic payment fails for some reason, this message will be sent to the" -" billed partner." +"If automatic payment fails for some reason, this message will be sent to the " +"billed partner." msgstr "" #. module: contract_payment_auto @@ -153,7 +156,7 @@ msgid "Invoice Message" msgstr "" #. module: contract_payment_auto -#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#: code:addons/contract_payment_auto/models/account_analytic_account.py:172 #, python-format msgid "Invoice sent" msgstr "" @@ -193,8 +196,8 @@ msgstr "" #. module: contract_payment_auto #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id msgid "" -"This is the payment token that will be used to automatically reconcile debts" -" against this account. If none is set, the bill to partner's default token " +"This is the payment token that will be used to automatically reconcile debts " +"against this account. If none is set, the bill to partner's default token " "will be used." msgstr "" @@ -202,8 +205,8 @@ msgstr "" #: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id #: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id msgid "" -"This is the payment token that will be used to automatically reconcile debts" -" for this partner, if there is not one already set on the analytic account." +"This is the payment token that will be used to automatically reconcile debts " +"for this partner, if there is not one already set on the analytic account." msgstr "" #. module: contract_payment_auto diff --git a/contract_payment_auto/i18n/nl.po b/contract_payment_auto/i18n/nl.po index 4dc484bcb5..292e5e1fa7 100644 --- a/contract_payment_auto/i18n/nl.po +++ b/contract_payment_auto/i18n/nl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * contract_payment_auto -# +# # Translators: # OCA Transbot\n" " Hello ${object.partner_id.name}\n" " % set access_action = object.get_access_action()\n" -" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and " +"access_action['url'] or '/report/pdf/account.report_invoice/' + str(object." +"id)\n" " % if object.partner_id.parent_id:\n" " (${object.partner_id.parent_id.name})\n" " % endif\n" @@ -49,7 +51,8 @@ msgid "" "
\n" "\n" "\n" -" Please verify that your payment information is correct, and that funds are\n" +" Please verify that your payment information is correct, and that funds " +"are\n" " available in the account.\n" "
\n" "\n" @@ -138,8 +141,8 @@ msgstr "" #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id msgid "" -"If automatic payment fails for some reason, this message will be sent to the" -" billed partner." +"If automatic payment fails for some reason, this message will be sent to the " +"billed partner." msgstr "" #. module: contract_payment_auto @@ -154,7 +157,7 @@ msgid "Invoice Message" msgstr "" #. module: contract_payment_auto -#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#: code:addons/contract_payment_auto/models/account_analytic_account.py:172 #, python-format msgid "Invoice sent" msgstr "" @@ -194,8 +197,8 @@ msgstr "" #. module: contract_payment_auto #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id msgid "" -"This is the payment token that will be used to automatically reconcile debts" -" against this account. If none is set, the bill to partner's default token " +"This is the payment token that will be used to automatically reconcile debts " +"against this account. If none is set, the bill to partner's default token " "will be used." msgstr "" @@ -203,8 +206,8 @@ msgstr "" #: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id #: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id msgid "" -"This is the payment token that will be used to automatically reconcile debts" -" for this partner, if there is not one already set on the analytic account." +"This is the payment token that will be used to automatically reconcile debts " +"for this partner, if there is not one already set on the analytic account." msgstr "" #. module: contract_payment_auto diff --git a/contract_payment_auto/i18n/nl_NL.po b/contract_payment_auto/i18n/nl_NL.po index 28cacb81d3..6bad3069ca 100644 --- a/contract_payment_auto/i18n/nl_NL.po +++ b/contract_payment_auto/i18n/nl_NL.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * contract_payment_auto -# +# # Translators: # Peter Hageman\n" " Hello ${object.partner_id.name}\n" " % set access_action = object.get_access_action()\n" -" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and " +"access_action['url'] or '/report/pdf/account.report_invoice/' + str(object." +"id)\n" " % if object.partner_id.parent_id:\n" " (${object.partner_id.parent_id.name})\n" " % endif\n" @@ -48,7 +51,8 @@ msgid "" "
\n" "\n" "\n" -" Please verify that your payment information is correct, and that funds are\n" +" Please verify that your payment information is correct, and that funds " +"are\n" " available in the account.\n" "
\n" "\n" @@ -137,8 +141,8 @@ msgstr "" #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id msgid "" -"If automatic payment fails for some reason, this message will be sent to the" -" billed partner." +"If automatic payment fails for some reason, this message will be sent to the " +"billed partner." msgstr "" #. module: contract_payment_auto @@ -153,7 +157,7 @@ msgid "Invoice Message" msgstr "" #. module: contract_payment_auto -#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#: code:addons/contract_payment_auto/models/account_analytic_account.py:172 #, python-format msgid "Invoice sent" msgstr "" @@ -193,8 +197,8 @@ msgstr "" #. module: contract_payment_auto #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id msgid "" -"This is the payment token that will be used to automatically reconcile debts" -" against this account. If none is set, the bill to partner's default token " +"This is the payment token that will be used to automatically reconcile debts " +"against this account. If none is set, the bill to partner's default token " "will be used." msgstr "" @@ -202,8 +206,8 @@ msgstr "" #: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id #: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id msgid "" -"This is the payment token that will be used to automatically reconcile debts" -" for this partner, if there is not one already set on the analytic account." +"This is the payment token that will be used to automatically reconcile debts " +"for this partner, if there is not one already set on the analytic account." msgstr "" #. module: contract_payment_auto diff --git a/contract_payment_auto/i18n/pt.po b/contract_payment_auto/i18n/pt.po index 907db10b2e..5f6c2a0c0f 100644 --- a/contract_payment_auto/i18n/pt.po +++ b/contract_payment_auto/i18n/pt.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * contract_payment_auto -# +# # Translators: # OCA Transbot\n" " Hello ${object.partner_id.name}\n" " % set access_action = object.get_access_action()\n" -" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and " +"access_action['url'] or '/report/pdf/account.report_invoice/' + str(object." +"id)\n" " % if object.partner_id.parent_id:\n" " (${object.partner_id.parent_id.name})\n" " % endif\n" @@ -50,7 +52,8 @@ msgid "" "
\n" "\n" "\n" -" Please verify that your payment information is correct, and that funds are\n" +" Please verify that your payment information is correct, and that funds " +"are\n" " available in the account.\n" "
\n" "\n" @@ -139,8 +142,8 @@ msgstr "" #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id msgid "" -"If automatic payment fails for some reason, this message will be sent to the" -" billed partner." +"If automatic payment fails for some reason, this message will be sent to the " +"billed partner." msgstr "" #. module: contract_payment_auto @@ -155,7 +158,7 @@ msgid "Invoice Message" msgstr "" #. module: contract_payment_auto -#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#: code:addons/contract_payment_auto/models/account_analytic_account.py:172 #, python-format msgid "Invoice sent" msgstr "" @@ -195,8 +198,8 @@ msgstr "" #. module: contract_payment_auto #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id msgid "" -"This is the payment token that will be used to automatically reconcile debts" -" against this account. If none is set, the bill to partner's default token " +"This is the payment token that will be used to automatically reconcile debts " +"against this account. If none is set, the bill to partner's default token " "will be used." msgstr "" @@ -204,8 +207,8 @@ msgstr "" #: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id #: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id msgid "" -"This is the payment token that will be used to automatically reconcile debts" -" for this partner, if there is not one already set on the analytic account." +"This is the payment token that will be used to automatically reconcile debts " +"for this partner, if there is not one already set on the analytic account." msgstr "" #. module: contract_payment_auto diff --git a/contract_payment_auto/i18n/pt_BR.po b/contract_payment_auto/i18n/pt_BR.po index 6010070e94..7ae0b50f25 100644 --- a/contract_payment_auto/i18n/pt_BR.po +++ b/contract_payment_auto/i18n/pt_BR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * contract_payment_auto -# +# # Translators: # OCA Transbot\n" " Hello ${object.partner_id.name}\n" " % set access_action = object.get_access_action()\n" -" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and " +"access_action['url'] or '/report/pdf/account.report_invoice/' + str(object." +"id)\n" " % if object.partner_id.parent_id:\n" " (${object.partner_id.parent_id.name})\n" " % endif\n" @@ -49,7 +52,8 @@ msgid "" "
\n" "\n" "\n" -" Please verify that your payment information is correct, and that funds are\n" +" Please verify that your payment information is correct, and that funds " +"are\n" " available in the account.\n" "
\n" "\n" @@ -138,8 +142,8 @@ msgstr "" #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id msgid "" -"If automatic payment fails for some reason, this message will be sent to the" -" billed partner." +"If automatic payment fails for some reason, this message will be sent to the " +"billed partner." msgstr "" #. module: contract_payment_auto @@ -154,7 +158,7 @@ msgid "Invoice Message" msgstr "" #. module: contract_payment_auto -#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#: code:addons/contract_payment_auto/models/account_analytic_account.py:172 #, python-format msgid "Invoice sent" msgstr "" @@ -194,8 +198,8 @@ msgstr "" #. module: contract_payment_auto #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id msgid "" -"This is the payment token that will be used to automatically reconcile debts" -" against this account. If none is set, the bill to partner's default token " +"This is the payment token that will be used to automatically reconcile debts " +"against this account. If none is set, the bill to partner's default token " "will be used." msgstr "" @@ -203,8 +207,8 @@ msgstr "" #: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id #: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id msgid "" -"This is the payment token that will be used to automatically reconcile debts" -" for this partner, if there is not one already set on the analytic account." +"This is the payment token that will be used to automatically reconcile debts " +"for this partner, if there is not one already set on the analytic account." msgstr "" #. module: contract_payment_auto diff --git a/contract_payment_auto/i18n/pt_PT.po b/contract_payment_auto/i18n/pt_PT.po index 640eca96dd..5b0e3c5b85 100644 --- a/contract_payment_auto/i18n/pt_PT.po +++ b/contract_payment_auto/i18n/pt_PT.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * contract_payment_auto -# +# # Translators: # OCA Transbot\n" " Hello ${object.partner_id.name}\n" " % set access_action = object.get_access_action()\n" -" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and " +"access_action['url'] or '/report/pdf/account.report_invoice/' + str(object." +"id)\n" " % if object.partner_id.parent_id:\n" " (${object.partner_id.parent_id.name})\n" " % endif\n" @@ -48,7 +51,8 @@ msgid "" "
\n" "\n" "\n" -" Please verify that your payment information is correct, and that funds are\n" +" Please verify that your payment information is correct, and that funds " +"are\n" " available in the account.\n" "
\n" "\n" @@ -137,8 +141,8 @@ msgstr "" #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id msgid "" -"If automatic payment fails for some reason, this message will be sent to the" -" billed partner." +"If automatic payment fails for some reason, this message will be sent to the " +"billed partner." msgstr "" #. module: contract_payment_auto @@ -153,7 +157,7 @@ msgid "Invoice Message" msgstr "" #. module: contract_payment_auto -#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#: code:addons/contract_payment_auto/models/account_analytic_account.py:172 #, python-format msgid "Invoice sent" msgstr "" @@ -193,8 +197,8 @@ msgstr "" #. module: contract_payment_auto #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id msgid "" -"This is the payment token that will be used to automatically reconcile debts" -" against this account. If none is set, the bill to partner's default token " +"This is the payment token that will be used to automatically reconcile debts " +"against this account. If none is set, the bill to partner's default token " "will be used." msgstr "" @@ -202,8 +206,8 @@ msgstr "" #: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id #: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id msgid "" -"This is the payment token that will be used to automatically reconcile debts" -" for this partner, if there is not one already set on the analytic account." +"This is the payment token that will be used to automatically reconcile debts " +"for this partner, if there is not one already set on the analytic account." msgstr "" #. module: contract_payment_auto diff --git a/contract_payment_auto/i18n/ro.po b/contract_payment_auto/i18n/ro.po index 2f6450d2f0..05a69aae4c 100644 --- a/contract_payment_auto/i18n/ro.po +++ b/contract_payment_auto/i18n/ro.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * contract_payment_auto -# +# # Translators: # OCA Transbot\n" " Hello ${object.partner_id.name}\n" " % set access_action = object.get_access_action()\n" -" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and " +"access_action['url'] or '/report/pdf/account.report_invoice/' + str(object." +"id)\n" " % if object.partner_id.parent_id:\n" " (${object.partner_id.parent_id.name})\n" " % endif\n" @@ -49,7 +52,8 @@ msgid "" "
\n" "\n" "\n" -" Please verify that your payment information is correct, and that funds are\n" +" Please verify that your payment information is correct, and that funds " +"are\n" " available in the account.\n" "
\n" "\n" @@ -138,8 +142,8 @@ msgstr "" #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id msgid "" -"If automatic payment fails for some reason, this message will be sent to the" -" billed partner." +"If automatic payment fails for some reason, this message will be sent to the " +"billed partner." msgstr "" #. module: contract_payment_auto @@ -154,7 +158,7 @@ msgid "Invoice Message" msgstr "" #. module: contract_payment_auto -#: code:addons/contract_payment_auto/models/account_analytic_account.py:173 +#: code:addons/contract_payment_auto/models/account_analytic_account.py:172 #, python-format msgid "Invoice sent" msgstr "" @@ -194,8 +198,8 @@ msgstr "" #. module: contract_payment_auto #: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id msgid "" -"This is the payment token that will be used to automatically reconcile debts" -" against this account. If none is set, the bill to partner's default token " +"This is the payment token that will be used to automatically reconcile debts " +"against this account. If none is set, the bill to partner's default token " "will be used." msgstr "" @@ -203,8 +207,8 @@ msgstr "" #: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id #: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id msgid "" -"This is the payment token that will be used to automatically reconcile debts" -" for this partner, if there is not one already set on the analytic account." +"This is the payment token that will be used to automatically reconcile debts " +"for this partner, if there is not one already set on the analytic account." msgstr "" #. module: contract_payment_auto diff --git a/contract_payment_auto/i18n/ru.po b/contract_payment_auto/i18n/ru.po index 436570c65c..a34ff390f7 100644 --- a/contract_payment_auto/i18n/ru.po +++ b/contract_payment_auto/i18n/ru.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * contract_payment_auto -# +# # Translators: # Мед Ведь\n" " Hello ${object.partner_id.name}\n" " % set access_action = object.get_access_action()\n" -" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n" +" % set access_url = access_action['type'] == 'ir.actions.act_url' and " +"access_action['url'] or '/report/pdf/account.report_invoice/' + str(object." +"id)\n" " % if object.partner_id.parent_id:\n" " (${object.partner_id.parent_id.name})\n" " % endif\n" @@ -49,7 +53,8 @@ msgid "" "
\n" "\n" "\n" -" Please verify that your payment information is correct, and that funds are\n" +" Please verify that your payment information is correct, and that funds " +"are\n" " available in the account.\n" "
\n" "\n" @@ -61,7 +66,9 @@ msgstr "" "\n"
" Здравствуйте ${object.partner_id.name}\n"
" % set access_action = object.get_access_action()\n"
-" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n"
+" % set access_url = access_action['type'] == 'ir.actions.act_url' and "
+"access_action['url'] or '/report/pdf/account.report_invoice/' + str(object."
+"id)\n"
" % if object.partner_id.parent_id:\n"
" (${object.partner_id.parent_id.name})\n"
" % endif\n"
@@ -170,8 +177,8 @@ msgstr ""
#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_pay_fail_mail_template_id
#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_contract_pay_fail_mail_template_id
msgid ""
-"If automatic payment fails for some reason, this message will be sent to the"
-" billed partner."
+"If automatic payment fails for some reason, this message will be sent to the "
+"billed partner."
msgstr ""
#. module: contract_payment_auto
@@ -186,7 +193,7 @@ msgid "Invoice Message"
msgstr ""
#. module: contract_payment_auto
-#: code:addons/contract_payment_auto/models/account_analytic_account.py:173
+#: code:addons/contract_payment_auto/models/account_analytic_account.py:172
#, python-format
msgid "Invoice sent"
msgstr ""
@@ -226,8 +233,8 @@ msgstr ""
#. module: contract_payment_auto
#: model:ir.model.fields,help:contract_payment_auto.field_account_analytic_account_payment_token_id
msgid ""
-"This is the payment token that will be used to automatically reconcile debts"
-" against this account. If none is set, the bill to partner's default token "
+"This is the payment token that will be used to automatically reconcile debts "
+"against this account. If none is set, the bill to partner's default token "
"will be used."
msgstr ""
@@ -235,8 +242,8 @@ msgstr ""
#: model:ir.model.fields,help:contract_payment_auto.field_res_partner_payment_token_id
#: model:ir.model.fields,help:contract_payment_auto.field_res_users_payment_token_id
msgid ""
-"This is the payment token that will be used to automatically reconcile debts"
-" for this partner, if there is not one already set on the analytic account."
+"This is the payment token that will be used to automatically reconcile debts "
+"for this partner, if there is not one already set on the analytic account."
msgstr ""
#. module: contract_payment_auto
diff --git a/contract_payment_auto/i18n/sk_SK.po b/contract_payment_auto/i18n/sk_SK.po
index e355d60b5f..da6c945280 100644
--- a/contract_payment_auto/i18n/sk_SK.po
+++ b/contract_payment_auto/i18n/sk_SK.po
@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * contract_payment_auto
-#
+#
# Translators:
# OCA Transbot \n"
" Hello ${object.partner_id.name}\n"
" % set access_action = object.get_access_action()\n"
-" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n"
+" % set access_url = access_action['type'] == 'ir.actions.act_url' and "
+"access_action['url'] or '/report/pdf/account.report_invoice/' + str(object."
+"id)\n"
" % if object.partner_id.parent_id:\n"
" (${object.partner_id.parent_id.name})\n"
" % endif\n"
@@ -48,7 +51,8 @@ msgid ""
" \n"
-" Please verify that your payment information is correct, and that funds are\n"
+" Please verify that your payment information is correct, and that funds "
+"are\n"
" available in the account.\n"
" \n"
" Hello ${object.partner_id.name}\n"
" % set access_action = object.get_access_action()\n"
-" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n"
+" % set access_url = access_action['type'] == 'ir.actions.act_url' and "
+"access_action['url'] or '/report/pdf/account.report_invoice/' + str(object."
+"id)\n"
" % if object.partner_id.parent_id:\n"
" (${object.partner_id.parent_id.name})\n"
" % endif\n"
@@ -48,7 +51,8 @@ msgid ""
" \n"
-" Please verify that your payment information is correct, and that funds are\n"
+" Please verify that your payment information is correct, and that funds "
+"are\n"
" available in the account.\n"
" \n"
" Hello ${object.partner_id.name}\n"
" % set access_action = object.get_access_action()\n"
-" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n"
+" % set access_url = access_action['type'] == 'ir.actions.act_url' and "
+"access_action['url'] or '/report/pdf/account.report_invoice/' + str(object."
+"id)\n"
" % if object.partner_id.parent_id:\n"
" (${object.partner_id.parent_id.name})\n"
" % endif\n"
@@ -48,7 +50,8 @@ msgid ""
" \n"
-" Please verify that your payment information is correct, and that funds are\n"
+" Please verify that your payment information is correct, and that funds "
+"are\n"
" available in the account.\n"
" \n"
" Hello ${object.partner_id.name}\n"
" % set access_action = object.get_access_action()\n"
-" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n"
+" % set access_url = access_action['type'] == 'ir.actions.act_url' and "
+"access_action['url'] or '/report/pdf/account.report_invoice/' + str(object."
+"id)\n"
" % if object.partner_id.parent_id:\n"
" (${object.partner_id.parent_id.name})\n"
" % endif\n"
@@ -48,7 +51,8 @@ msgid ""
" \n"
-" Please verify that your payment information is correct, and that funds are\n"
+" Please verify that your payment information is correct, and that funds "
+"are\n"
" available in the account.\n"
" \n"
" Hello ${object.partner_id.name}\n"
" % set access_action = object.get_access_action()\n"
-" % set access_url = access_action['type'] == 'ir.actions.act_url' and access_action['url'] or '/report/pdf/account.report_invoice/' + str(object.id)\n"
+" % set access_url = access_action['type'] == 'ir.actions.act_url' and "
+"access_action['url'] or '/report/pdf/account.report_invoice/' + str(object."
+"id)\n"
" % if object.partner_id.parent_id:\n"
" (${object.partner_id.parent_id.name})\n"
" % endif\n"
@@ -48,7 +51,8 @@ msgid ""
" \n"
-" Please verify that your payment information is correct, and that funds are\n"
+" Please verify that your payment information is correct, and that funds "
+"are\n"
" available in the account.\n"
" \n"
+" Hallo ${object.partner_id.name}\n"
+" % set access_action = object.get_access_action()\n"
+" % set access_url = access_action['type'] == 'ir.actions.act_url' and "
+"access_action['url'] or '/report/pdf/account.report_invoice/' + "
+"str(object.id)\n"
+" % if object.partner_id.parent_id:\n"
+" (${object.partner_id.parent_id.name})\n"
+" % endif\n"
+" ,\n"
+" \n"
+" Die automatische Zahlung für Ihre Rechnung\n"
+" \n"
+" \n"
+" ${object.number}\n"
+" \n"
+" % if object.origin:\n"
+" (mit der Referenz: ${object.origin} )\n"
+" % endif\n"
+" \n"
+" ist fehlgeschlagen.\n"
+" \n"
+" Bitte vergewissern Sie sich, dass die Zahlungsinformationen korrekt sind "
+"und dass Ihr Konto gedeckt ist.\n"
+"mx5XbRo6+n|pP(&nodMoap^z{~q
ziEeaUT@Mxe3vJSfI6?uLND(CNr=#^W<1b}jzW58bIfyWTDle$mmS(|x-0|2UlX+9k
zQ
-
The automatic payment for your invoice
-
+
- ${object.number}
+
The automatic payment for your invoice
-
+
- ${object.number}
+