From 12fcff033e6aee4ef3027518fd26297e41ba4687 Mon Sep 17 00:00:00 2001 From: oca-travis Date: Wed, 20 Jun 2018 17:30:37 +0000 Subject: [PATCH] [UPD] Update account_banking_mandate.pot --- .../i18n/account_banking_mandate.pot | 463 ++++++++++++++++++ account_banking_mandate/i18n/am.po | 206 ++++---- account_banking_mandate/i18n/ar.po | 209 ++++---- account_banking_mandate/i18n/ca.po | 206 ++++---- account_banking_mandate/i18n/cs.po | 206 ++++---- account_banking_mandate/i18n/da_DK.po | 143 +++++- account_banking_mandate/i18n/de.po | 8 +- account_banking_mandate/i18n/el_GR.po | 209 ++++---- account_banking_mandate/i18n/es.po | 12 +- account_banking_mandate/i18n/es_CR.po | 209 ++++---- account_banking_mandate/i18n/es_EC.po | 209 ++++---- account_banking_mandate/i18n/es_ES.po | 209 ++++---- account_banking_mandate/i18n/es_MX.po | 209 ++++---- account_banking_mandate/i18n/es_VE.po | 209 ++++---- account_banking_mandate/i18n/et.po | 206 ++++---- account_banking_mandate/i18n/fi.po | 144 +++++- account_banking_mandate/i18n/fr.po | 34 +- account_banking_mandate/i18n/gl.po | 206 ++++---- account_banking_mandate/i18n/hr.po | 146 +++++- account_banking_mandate/i18n/it.po | 144 +++++- account_banking_mandate/i18n/lt.po | 209 ++++---- account_banking_mandate/i18n/nb_NO.po | 37 +- account_banking_mandate/i18n/nl.po | 8 +- account_banking_mandate/i18n/nl_BE.po | 209 ++++---- account_banking_mandate/i18n/pl.po | 209 ++++---- account_banking_mandate/i18n/pt.po | 206 ++++---- account_banking_mandate/i18n/pt_BR.po | 11 +- account_banking_mandate/i18n/pt_PT.po | 144 +++++- account_banking_mandate/i18n/ro.po | 209 ++++---- account_banking_mandate/i18n/ru.po | 210 ++++---- account_banking_mandate/i18n/sl.po | 11 +- account_banking_mandate/i18n/th.po | 206 ++++---- account_banking_mandate/i18n/tr.po | 206 ++++---- account_banking_mandate/i18n/vi.po | 206 ++++---- 34 files changed, 3757 insertions(+), 1911 deletions(-) create mode 100644 account_banking_mandate/i18n/account_banking_mandate.pot diff --git a/account_banking_mandate/i18n/account_banking_mandate.pot b/account_banking_mandate/i18n/account_banking_mandate.pot new file mode 100644 index 000000000..6f5bf6180 --- /dev/null +++ b/account_banking_mandate/i18n/account_banking_mandate.pot @@ -0,0 +1,463 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_banking_mandate +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: account_banking_mandate +#: model:ir.actions.act_window,help:account_banking_mandate.mandate_action +msgid "A Banking Mandate is a document signed by your customer that gives you the autorization to do one or several operations on his bank account." +msgstr "" + +#. module: account_banking_mandate +#: sql_constraint:account.banking.mandate:0 +msgid "A Mandate with the same reference already exists for this company!" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model,name:account_banking_mandate.model_account_banking_mandate +msgid "A generic banking mandate" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,help:account_banking_mandate.field_account_invoice_mandate_required +#: model:ir.model.fields,help:account_banking_mandate.field_account_payment_line_mandate_required +#: model:ir.model.fields,help:account_banking_mandate.field_account_payment_method_mandate_required +msgid "Activate this option if this payment method requires your customer to sign a direct debit mandate with your company." +msgstr "" + +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form +msgid "Back to Draft" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_partner_bank_id +msgid "Bank Account" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model,name:account_banking_mandate.model_res_partner_bank +msgid "Bank Accounts" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model,name:account_banking_mandate.model_bank_payment_line +msgid "Bank Payment Lines" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_tree +msgid "Banking Mandate" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.actions.act_window,name:account_banking_mandate.mandate_action +#: model:ir.ui.menu,name:account_banking_mandate.mandate_menu +msgid "Banking Mandates" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,help:account_banking_mandate.field_res_partner_bank_mandate_ids +msgid "Banking mandates represent an authorization that the bank account owner gives to a company for a specific operation." +msgstr "" + +#. module: account_banking_mandate +#: selection:account.banking.mandate,format:0 +msgid "Basic Mandate" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form +msgid "Cancel" +msgstr "" + +#. module: account_banking_mandate +#: selection:account.banking.mandate,state:0 +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search +msgid "Cancelled" +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:148 +#, python-format +msgid "Cannot validate the mandate '%s' because it is not attached to a bank account." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:144 +#, python-format +msgid "Cannot validate the mandate '%s' without a date of signature." +msgstr "" + +#. module: account_banking_mandate +#: model:ir.actions.act_window,help:account_banking_mandate.mandate_action +msgid "Click to create a new Banking Mandate." +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_company_id +msgid "Company" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model,name:account_banking_mandate.model_res_partner +msgid "Contact" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_create_uid +msgid "Created by" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_create_date +msgid "Created on" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_signature_date +msgid "Date of Signature of the Mandate" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_last_debit_date +msgid "Date of the Last Debit" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_invoice_mandate_id +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_move_line_mandate_id +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_payment_line_mandate_id +#: model:ir.model.fields,field_description:account_banking_mandate.field_bank_payment_line_mandate_id +msgid "Direct Debit Mandate" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_bank_mandate_ids +#: model:ir.ui.view,arch_db:account_banking_mandate.mandate_partner_bank_form +msgid "Direct Debit Mandates" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_display_name +msgid "Display Name" +msgstr "" + +#. module: account_banking_mandate +#: selection:account.banking.mandate,state:0 +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search +msgid "Draft" +msgstr "" + +#. module: account_banking_mandate +#: selection:account.banking.mandate,state:0 +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search +msgid "Expired" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_valid_mandate_id +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_valid_mandate_id +msgid "First Valid Mandate" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_tree +msgid "Format" +msgstr "" + +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Generic Mandate" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search +msgid "Group By" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_id +msgid "ID" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model,name:account_banking_mandate.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model,name:account_banking_mandate.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate___last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.bank_payment_line_tree +msgid "Mandate" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_format +msgid "Mandate Format" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_invoice_mandate_required +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_payment_line_mandate_required +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_payment_method_mandate_required +msgid "Mandate Required" +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:192 +#, python-format +msgid "Mandate should be in cancel state." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:180 +#, python-format +msgid "Mandate should be in draft or valid state." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:171 +#, python-format +msgid "Mandate should be in draft state." +msgstr "" + +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.partner_view_buttons +msgid "Mandate(s)" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.mandate_partner_bank_tree +msgid "Mandates" +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_payment_line.py:51 +#, python-format +msgid "Missing Mandate on payment line %s" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_mandate_count +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_mandate_count +msgid "Number of Mandates" +msgstr "" + +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "One-Off" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_state +msgid "Only valid mandates can be used in a payment line. A cancelled mandate is a mandate that has been cancelled by the customer." +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_partner_id +msgid "Partner" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model,name:account_banking_mandate.model_account_payment_line +msgid "Payment Lines" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model,name:account_banking_mandate.model_account_payment_method +msgid "Payment Methods" +msgstr "" + +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Recurrent" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_tree +msgid "Reference" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search +msgid "Reference or Partner" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_payment_line_ids +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form +msgid "Related Payment Lines" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_scan +msgid "Scan of the Mandate" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search +msgid "Search Banking Mandates" +msgstr "" + +#. module: account_banking_mandate +#: selection:account.banking.mandate,format:0 +msgid "Sepa Mandate" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_tree +msgid "Signature Date" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search +msgid "State" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_state +msgid "Status" +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/bank_payment_line.py:29 +#, python-format +msgid "The bank payment line %s has a different company than that of the linked mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:97 +#, python-format +msgid "The company of the mandate %s differs from the company of partner %s." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:81 +#, python-format +msgid "The date of signature of mandate '%s' is in the future!" +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_invoice.py:90 +#, python-format +msgid "The invoice %s has a different company than that of the linked mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_move_line.py:46 +#, python-format +msgid "The item %s of journal %s has a different company than that of the linked mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:87 +#, python-format +msgid "The mandate '%s' can't have a date of last debit before the date of signature." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_payment_line.py:41 +#, python-format +msgid "The payment line number %s a different company than that of the linked mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_payment_line.py:26 +#, python-format +msgid "The payment line number %s has the bank account '%s' which is not attached to the mandate '%s' (this mandate is attached to the bank account '%s')." +msgstr "" + +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form +msgid "Type" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_type +msgid "Type of Mandate" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_unique_mandate_reference +msgid "Unique Mandate Reference" +msgstr "" + +#. module: account_banking_mandate +#: selection:account.banking.mandate,state:0 +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search +msgid "Valid" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form +msgid "Validate" +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/res_partner_bank.py:25 +#, python-format +msgid "You cannot change the company of Partner Bank %s, as there exists mandates referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#, python-format +msgid "You cannot change the company of mandate %s, as there exists bank payment lines referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:114 +#, python-format +msgid "You cannot change the company of mandate %s, as there exists invoices referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:123 +#, python-format +msgid "You cannot change the company of mandate %s, as there exists journal items referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:105 +#, python-format +msgid "You cannot change the company of mandate %s, as there exists payment lines referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form +msgid "You should set a mandate back to draft only if you cancelled it by mistake. Do you want to continue?" +msgstr "" + diff --git a/account_banking_mandate/i18n/am.po b/account_banking_mandate/i18n/am.po index 3eb88a2f5..49c688428 100644 --- a/account_banking_mandate/i18n/am.po +++ b/account_banking_mandate/i18n/am.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_banking_mandate -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2016-09-10 16:15+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n" +"Language: am\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: am\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: account_banking_mandate @@ -35,18 +35,13 @@ msgstr "" msgid "A generic banking mandate" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "Action Needed" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,help:account_banking_mandate.field_account_invoice_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_line_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_method_mandate_required msgid "" -"Activate this option if this payment method requires your customer to sign a" -" direct debit mandate with your company." +"Activate this option if this payment method requires your customer to sign a " +"direct debit mandate with your company." msgstr "" #. module: account_banking_mandate @@ -105,7 +100,7 @@ msgid "Cancelled" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:88 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:148 #, python-format msgid "" "Cannot validate the mandate '%s' because it is not attached to a bank " @@ -113,7 +108,7 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:84 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:144 #, python-format msgid "Cannot validate the mandate '%s' without a date of signature." msgstr "" @@ -128,6 +123,11 @@ msgstr "" msgid "Company" msgstr "" +#. module: account_banking_mandate +#: model:ir.model,name:account_banking_mandate.model_res_partner +msgid "Contact" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_create_uid msgid "Created by" @@ -148,11 +148,6 @@ msgstr "" msgid "Date of the Last Debit" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Date of the last message posted on the record." -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_invoice_mandate_id #: model:ir.model.fields,field_description:account_banking_mandate.field_account_move_line_mandate_id @@ -169,7 +164,7 @@ msgstr "" #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_display_name -msgid "Display name" +msgid "Display Name" msgstr "" #. module: account_banking_mandate @@ -185,18 +180,9 @@ msgid "Expired" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_follower_ids -msgid "Followers" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_channel_ids -msgid "Followers (Channels)" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_partner_ids -msgid "Followers (Partners)" +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_valid_mandate_id +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_valid_mandate_id +msgid "First Valid Mandate" msgstr "" #. module: account_banking_mandate @@ -205,6 +191,11 @@ msgstr "" msgid "Format" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Generic Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search msgid "Group By" @@ -215,36 +206,16 @@ msgstr "" msgid "ID" msgstr "ID" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "If checked new messages require your attention." -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "If checked, new messages require your attention." -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_invoice msgid "Invoice" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_is_follower -msgid "Is Follower" -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_move_line msgid "Journal Item" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Last Message Date" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate___last_update msgid "Last Modified on" @@ -278,19 +249,19 @@ msgid "Mandate Required" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:192 #, python-format msgid "Mandate should be in cancel state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:120 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:180 #, python-format msgid "Mandate should be in draft or valid state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:111 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:171 #, python-format msgid "Mandate should be in draft state." msgstr "" @@ -306,34 +277,20 @@ msgid "Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_ids -msgid "Messages" -msgstr "" - -#. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:40 +#: code:addons/account_banking_mandate/models/account_payment_line.py:51 #, python-format msgid "Missing Mandate on payment line %s" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of Actions" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_mandate_count +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_mandate_count msgid "Number of Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of messages which requires an action" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Number of unread messages" +#: selection:account.banking.mandate,type:0 +msgid "One-Off" msgstr "" #. module: account_banking_mandate @@ -344,7 +301,6 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: model:ir.model,name:account_banking_mandate.model_res_partner #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_partner_id msgid "Partner" msgstr "" @@ -359,6 +315,11 @@ msgstr "" msgid "Payment Methods" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Recurrent" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_tree msgid "Reference" @@ -407,13 +368,42 @@ msgid "Status" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:67 +#: code:addons/account_banking_mandate/models/bank_payment_line.py:29 +#, python-format +msgid "" +"The bank payment line %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:97 +#, python-format +msgid "The company of the mandate %s differs from the company of partner %s." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:81 #, python-format msgid "The date of signature of mandate '%s' is in the future!" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:73 +#: code:addons/account_banking_mandate/models/account_invoice.py:90 +#, python-format +msgid "" +"The invoice %s has a different company than that of the linked mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_move_line.py:46 +#, python-format +msgid "" +"The item %s of journal %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:87 #, python-format msgid "" "The mandate '%s' can't have a date of last debit before the date of " @@ -421,28 +411,36 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:27 +#: code:addons/account_banking_mandate/models/account_payment_line.py:41 +#, python-format +msgid "" +"The payment line number %s a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_payment_line.py:26 #, python-format msgid "" "The payment line number %s has the bank account '%s' which is not attached " "to the mandate '%s' (this mandate is attached to the bank account '%s')." msgstr "" +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form +msgid "Type" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_type +msgid "Type of Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_unique_mandate_reference msgid "Unique Mandate Reference" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "Unread Messages" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Unread Messages Counter" -msgstr "" - #. module: account_banking_mandate #: selection:account.banking.mandate,state:0 #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search @@ -454,6 +452,46 @@ msgstr "" msgid "Validate" msgstr "" +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/res_partner_bank.py:25 +#, python-format +msgid "" +"You cannot change the company of Partner Bank %s, as there exists mandates " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists bank payment " +"lines referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:114 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists invoices " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:123 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists journal items " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:105 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists payment lines " +"referencing it that belong to another company." +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form msgid "" diff --git a/account_banking_mandate/i18n/ar.po b/account_banking_mandate/i18n/ar.po index 021ce67c4..65132af87 100644 --- a/account_banking_mandate/i18n/ar.po +++ b/account_banking_mandate/i18n/ar.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_banking_mandate -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2016-09-10 16:15+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n" +"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ar\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" #. module: account_banking_mandate #: model:ir.actions.act_window,help:account_banking_mandate.mandate_action @@ -35,18 +36,13 @@ msgstr "" msgid "A generic banking mandate" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "Action Needed" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,help:account_banking_mandate.field_account_invoice_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_line_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_method_mandate_required msgid "" -"Activate this option if this payment method requires your customer to sign a" -" direct debit mandate with your company." +"Activate this option if this payment method requires your customer to sign a " +"direct debit mandate with your company." msgstr "" #. module: account_banking_mandate @@ -105,7 +101,7 @@ msgid "Cancelled" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:88 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:148 #, python-format msgid "" "Cannot validate the mandate '%s' because it is not attached to a bank " @@ -113,7 +109,7 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:84 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:144 #, python-format msgid "Cannot validate the mandate '%s' without a date of signature." msgstr "" @@ -128,6 +124,11 @@ msgstr "" msgid "Company" msgstr "" +#. module: account_banking_mandate +#: model:ir.model,name:account_banking_mandate.model_res_partner +msgid "Contact" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_create_uid msgid "Created by" @@ -148,11 +149,6 @@ msgstr "" msgid "Date of the Last Debit" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Date of the last message posted on the record." -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_invoice_mandate_id #: model:ir.model.fields,field_description:account_banking_mandate.field_account_move_line_mandate_id @@ -169,7 +165,7 @@ msgstr "" #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_display_name -msgid "Display name" +msgid "Display Name" msgstr "" #. module: account_banking_mandate @@ -185,18 +181,9 @@ msgid "Expired" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_follower_ids -msgid "Followers" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_channel_ids -msgid "Followers (Channels)" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_partner_ids -msgid "Followers (Partners)" +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_valid_mandate_id +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_valid_mandate_id +msgid "First Valid Mandate" msgstr "" #. module: account_banking_mandate @@ -205,6 +192,11 @@ msgstr "" msgid "Format" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Generic Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search msgid "Group By" @@ -215,36 +207,16 @@ msgstr "" msgid "ID" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "If checked new messages require your attention." -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "If checked, new messages require your attention." -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_invoice msgid "Invoice" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_is_follower -msgid "Is Follower" -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_move_line msgid "Journal Item" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Last Message Date" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate___last_update msgid "Last Modified on" @@ -278,19 +250,19 @@ msgid "Mandate Required" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:192 #, python-format msgid "Mandate should be in cancel state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:120 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:180 #, python-format msgid "Mandate should be in draft or valid state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:111 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:171 #, python-format msgid "Mandate should be in draft state." msgstr "" @@ -306,34 +278,20 @@ msgid "Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_ids -msgid "Messages" -msgstr "" - -#. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:40 +#: code:addons/account_banking_mandate/models/account_payment_line.py:51 #, python-format msgid "Missing Mandate on payment line %s" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of Actions" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_mandate_count +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_mandate_count msgid "Number of Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of messages which requires an action" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Number of unread messages" +#: selection:account.banking.mandate,type:0 +msgid "One-Off" msgstr "" #. module: account_banking_mandate @@ -344,7 +302,6 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: model:ir.model,name:account_banking_mandate.model_res_partner #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_partner_id msgid "Partner" msgstr "" @@ -359,6 +316,11 @@ msgstr "" msgid "Payment Methods" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Recurrent" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_tree msgid "Reference" @@ -407,13 +369,42 @@ msgid "Status" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:67 +#: code:addons/account_banking_mandate/models/bank_payment_line.py:29 +#, python-format +msgid "" +"The bank payment line %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:97 +#, python-format +msgid "The company of the mandate %s differs from the company of partner %s." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:81 #, python-format msgid "The date of signature of mandate '%s' is in the future!" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:73 +#: code:addons/account_banking_mandate/models/account_invoice.py:90 +#, python-format +msgid "" +"The invoice %s has a different company than that of the linked mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_move_line.py:46 +#, python-format +msgid "" +"The item %s of journal %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:87 #, python-format msgid "" "The mandate '%s' can't have a date of last debit before the date of " @@ -421,28 +412,36 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:27 +#: code:addons/account_banking_mandate/models/account_payment_line.py:41 +#, python-format +msgid "" +"The payment line number %s a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_payment_line.py:26 #, python-format msgid "" "The payment line number %s has the bank account '%s' which is not attached " "to the mandate '%s' (this mandate is attached to the bank account '%s')." msgstr "" +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form +msgid "Type" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_type +msgid "Type of Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_unique_mandate_reference msgid "Unique Mandate Reference" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "Unread Messages" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Unread Messages Counter" -msgstr "" - #. module: account_banking_mandate #: selection:account.banking.mandate,state:0 #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search @@ -454,6 +453,46 @@ msgstr "" msgid "Validate" msgstr "" +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/res_partner_bank.py:25 +#, python-format +msgid "" +"You cannot change the company of Partner Bank %s, as there exists mandates " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists bank payment " +"lines referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:114 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists invoices " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:123 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists journal items " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:105 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists payment lines " +"referencing it that belong to another company." +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form msgid "" diff --git a/account_banking_mandate/i18n/ca.po b/account_banking_mandate/i18n/ca.po index 771bde785..2deffda41 100644 --- a/account_banking_mandate/i18n/ca.po +++ b/account_banking_mandate/i18n/ca.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_banking_mandate -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2016-09-10 16:15+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" +"Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_banking_mandate @@ -35,18 +35,13 @@ msgstr "" msgid "A generic banking mandate" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "Action Needed" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,help:account_banking_mandate.field_account_invoice_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_line_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_method_mandate_required msgid "" -"Activate this option if this payment method requires your customer to sign a" -" direct debit mandate with your company." +"Activate this option if this payment method requires your customer to sign a " +"direct debit mandate with your company." msgstr "" #. module: account_banking_mandate @@ -105,7 +100,7 @@ msgid "Cancelled" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:88 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:148 #, python-format msgid "" "Cannot validate the mandate '%s' because it is not attached to a bank " @@ -113,7 +108,7 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:84 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:144 #, python-format msgid "Cannot validate the mandate '%s' without a date of signature." msgstr "" @@ -128,6 +123,11 @@ msgstr "" msgid "Company" msgstr "" +#. module: account_banking_mandate +#: model:ir.model,name:account_banking_mandate.model_res_partner +msgid "Contact" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_create_uid msgid "Created by" @@ -148,11 +148,6 @@ msgstr "" msgid "Date of the Last Debit" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Date of the last message posted on the record." -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_invoice_mandate_id #: model:ir.model.fields,field_description:account_banking_mandate.field_account_move_line_mandate_id @@ -169,7 +164,7 @@ msgstr "" #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_display_name -msgid "Display name" +msgid "Display Name" msgstr "" #. module: account_banking_mandate @@ -185,18 +180,9 @@ msgid "Expired" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_follower_ids -msgid "Followers" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_channel_ids -msgid "Followers (Channels)" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_partner_ids -msgid "Followers (Partners)" +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_valid_mandate_id +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_valid_mandate_id +msgid "First Valid Mandate" msgstr "" #. module: account_banking_mandate @@ -205,6 +191,11 @@ msgstr "" msgid "Format" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Generic Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search msgid "Group By" @@ -215,36 +206,16 @@ msgstr "" msgid "ID" msgstr "ID" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "If checked new messages require your attention." -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "If checked, new messages require your attention." -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_invoice msgid "Invoice" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_is_follower -msgid "Is Follower" -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_move_line msgid "Journal Item" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Last Message Date" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate___last_update msgid "Last Modified on" @@ -278,19 +249,19 @@ msgid "Mandate Required" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:192 #, python-format msgid "Mandate should be in cancel state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:120 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:180 #, python-format msgid "Mandate should be in draft or valid state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:111 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:171 #, python-format msgid "Mandate should be in draft state." msgstr "" @@ -306,34 +277,20 @@ msgid "Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_ids -msgid "Messages" -msgstr "" - -#. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:40 +#: code:addons/account_banking_mandate/models/account_payment_line.py:51 #, python-format msgid "Missing Mandate on payment line %s" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of Actions" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_mandate_count +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_mandate_count msgid "Number of Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of messages which requires an action" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Number of unread messages" +#: selection:account.banking.mandate,type:0 +msgid "One-Off" msgstr "" #. module: account_banking_mandate @@ -344,7 +301,6 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: model:ir.model,name:account_banking_mandate.model_res_partner #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_partner_id msgid "Partner" msgstr "" @@ -359,6 +315,11 @@ msgstr "" msgid "Payment Methods" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Recurrent" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_tree msgid "Reference" @@ -407,13 +368,42 @@ msgid "Status" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:67 +#: code:addons/account_banking_mandate/models/bank_payment_line.py:29 +#, python-format +msgid "" +"The bank payment line %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:97 +#, python-format +msgid "The company of the mandate %s differs from the company of partner %s." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:81 #, python-format msgid "The date of signature of mandate '%s' is in the future!" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:73 +#: code:addons/account_banking_mandate/models/account_invoice.py:90 +#, python-format +msgid "" +"The invoice %s has a different company than that of the linked mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_move_line.py:46 +#, python-format +msgid "" +"The item %s of journal %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:87 #, python-format msgid "" "The mandate '%s' can't have a date of last debit before the date of " @@ -421,28 +411,36 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:27 +#: code:addons/account_banking_mandate/models/account_payment_line.py:41 +#, python-format +msgid "" +"The payment line number %s a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_payment_line.py:26 #, python-format msgid "" "The payment line number %s has the bank account '%s' which is not attached " "to the mandate '%s' (this mandate is attached to the bank account '%s')." msgstr "" +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form +msgid "Type" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_type +msgid "Type of Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_unique_mandate_reference msgid "Unique Mandate Reference" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "Unread Messages" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Unread Messages Counter" -msgstr "" - #. module: account_banking_mandate #: selection:account.banking.mandate,state:0 #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search @@ -454,6 +452,46 @@ msgstr "" msgid "Validate" msgstr "" +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/res_partner_bank.py:25 +#, python-format +msgid "" +"You cannot change the company of Partner Bank %s, as there exists mandates " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists bank payment " +"lines referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:114 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists invoices " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:123 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists journal items " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:105 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists payment lines " +"referencing it that belong to another company." +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form msgid "" diff --git a/account_banking_mandate/i18n/cs.po b/account_banking_mandate/i18n/cs.po index fef521c69..e51b0979c 100644 --- a/account_banking_mandate/i18n/cs.po +++ b/account_banking_mandate/i18n/cs.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_banking_mandate -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2016-09-10 16:15+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n" +"Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: cs\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #. module: account_banking_mandate @@ -35,18 +35,13 @@ msgstr "" msgid "A generic banking mandate" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "Action Needed" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,help:account_banking_mandate.field_account_invoice_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_line_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_method_mandate_required msgid "" -"Activate this option if this payment method requires your customer to sign a" -" direct debit mandate with your company." +"Activate this option if this payment method requires your customer to sign a " +"direct debit mandate with your company." msgstr "" #. module: account_banking_mandate @@ -105,7 +100,7 @@ msgid "Cancelled" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:88 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:148 #, python-format msgid "" "Cannot validate the mandate '%s' because it is not attached to a bank " @@ -113,7 +108,7 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:84 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:144 #, python-format msgid "Cannot validate the mandate '%s' without a date of signature." msgstr "" @@ -128,6 +123,11 @@ msgstr "" msgid "Company" msgstr "" +#. module: account_banking_mandate +#: model:ir.model,name:account_banking_mandate.model_res_partner +msgid "Contact" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_create_uid msgid "Created by" @@ -148,11 +148,6 @@ msgstr "" msgid "Date of the Last Debit" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Date of the last message posted on the record." -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_invoice_mandate_id #: model:ir.model.fields,field_description:account_banking_mandate.field_account_move_line_mandate_id @@ -169,7 +164,7 @@ msgstr "" #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_display_name -msgid "Display name" +msgid "Display Name" msgstr "" #. module: account_banking_mandate @@ -185,18 +180,9 @@ msgid "Expired" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_follower_ids -msgid "Followers" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_channel_ids -msgid "Followers (Channels)" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_partner_ids -msgid "Followers (Partners)" +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_valid_mandate_id +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_valid_mandate_id +msgid "First Valid Mandate" msgstr "" #. module: account_banking_mandate @@ -205,6 +191,11 @@ msgstr "" msgid "Format" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Generic Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search msgid "Group By" @@ -215,36 +206,16 @@ msgstr "" msgid "ID" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "If checked new messages require your attention." -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "If checked, new messages require your attention." -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_invoice msgid "Invoice" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_is_follower -msgid "Is Follower" -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_move_line msgid "Journal Item" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Last Message Date" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate___last_update msgid "Last Modified on" @@ -278,19 +249,19 @@ msgid "Mandate Required" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:192 #, python-format msgid "Mandate should be in cancel state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:120 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:180 #, python-format msgid "Mandate should be in draft or valid state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:111 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:171 #, python-format msgid "Mandate should be in draft state." msgstr "" @@ -306,34 +277,20 @@ msgid "Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_ids -msgid "Messages" -msgstr "" - -#. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:40 +#: code:addons/account_banking_mandate/models/account_payment_line.py:51 #, python-format msgid "Missing Mandate on payment line %s" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of Actions" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_mandate_count +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_mandate_count msgid "Number of Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of messages which requires an action" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Number of unread messages" +#: selection:account.banking.mandate,type:0 +msgid "One-Off" msgstr "" #. module: account_banking_mandate @@ -344,7 +301,6 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: model:ir.model,name:account_banking_mandate.model_res_partner #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_partner_id msgid "Partner" msgstr "" @@ -359,6 +315,11 @@ msgstr "" msgid "Payment Methods" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Recurrent" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_tree msgid "Reference" @@ -407,13 +368,42 @@ msgid "Status" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:67 +#: code:addons/account_banking_mandate/models/bank_payment_line.py:29 +#, python-format +msgid "" +"The bank payment line %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:97 +#, python-format +msgid "The company of the mandate %s differs from the company of partner %s." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:81 #, python-format msgid "The date of signature of mandate '%s' is in the future!" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:73 +#: code:addons/account_banking_mandate/models/account_invoice.py:90 +#, python-format +msgid "" +"The invoice %s has a different company than that of the linked mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_move_line.py:46 +#, python-format +msgid "" +"The item %s of journal %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:87 #, python-format msgid "" "The mandate '%s' can't have a date of last debit before the date of " @@ -421,28 +411,36 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:27 +#: code:addons/account_banking_mandate/models/account_payment_line.py:41 +#, python-format +msgid "" +"The payment line number %s a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_payment_line.py:26 #, python-format msgid "" "The payment line number %s has the bank account '%s' which is not attached " "to the mandate '%s' (this mandate is attached to the bank account '%s')." msgstr "" +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form +msgid "Type" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_type +msgid "Type of Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_unique_mandate_reference msgid "Unique Mandate Reference" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "Unread Messages" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Unread Messages Counter" -msgstr "" - #. module: account_banking_mandate #: selection:account.banking.mandate,state:0 #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search @@ -454,6 +452,46 @@ msgstr "" msgid "Validate" msgstr "" +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/res_partner_bank.py:25 +#, python-format +msgid "" +"You cannot change the company of Partner Bank %s, as there exists mandates " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists bank payment " +"lines referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:114 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists invoices " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:123 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists journal items " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:105 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists payment lines " +"referencing it that belong to another company." +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form msgid "" diff --git a/account_banking_mandate/i18n/da_DK.po b/account_banking_mandate/i18n/da_DK.po index 78f069b81..ede3bc1ce 100644 --- a/account_banking_mandate/i18n/da_DK.po +++ b/account_banking_mandate/i18n/da_DK.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_banking_mandate -# +# # Translators: msgid "" msgstr "" @@ -10,11 +10,12 @@ msgstr "" "POT-Creation-Date: 2017-08-18 00:42+0000\n" "PO-Revision-Date: 2016-10-19 23:44+0000\n" "Last-Translator: <>\n" -"Language-Team: Danish (Denmark) (http://www.transifex.com/oca/OCA-bank-payment-10-0/language/da_DK/)\n" +"Language-Team: Danish (Denmark) (http://www.transifex.com/oca/OCA-bank-" +"payment-10-0/language/da_DK/)\n" +"Language: da_DK\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: da_DK\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_banking_mandate @@ -39,8 +40,8 @@ msgstr "" #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_line_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_method_mandate_required msgid "" -"Activate this option if this payment method requires your customer to sign a" -" direct debit mandate with your company." +"Activate this option if this payment method requires your customer to sign a " +"direct debit mandate with your company." msgstr "" #. module: account_banking_mandate @@ -99,7 +100,7 @@ msgid "Cancelled" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:88 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:148 #, python-format msgid "" "Cannot validate the mandate '%s' because it is not attached to a bank " @@ -107,7 +108,7 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:84 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:144 #, python-format msgid "Cannot validate the mandate '%s' without a date of signature." msgstr "" @@ -122,6 +123,11 @@ msgstr "" msgid "Company" msgstr "Firma" +#. module: account_banking_mandate +#: model:ir.model,name:account_banking_mandate.model_res_partner +msgid "Contact" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_create_uid msgid "Created by" @@ -173,12 +179,23 @@ msgstr "" msgid "Expired" msgstr "" +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_valid_mandate_id +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_valid_mandate_id +msgid "First Valid Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_tree msgid "Format" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Generic Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search msgid "Group By" @@ -232,19 +249,19 @@ msgid "Mandate Required" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:192 #, python-format msgid "Mandate should be in cancel state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:120 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:180 #, python-format msgid "Mandate should be in draft or valid state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:111 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:171 #, python-format msgid "Mandate should be in draft state." msgstr "" @@ -260,7 +277,7 @@ msgid "Mandates" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:40 +#: code:addons/account_banking_mandate/models/account_payment_line.py:51 #, python-format msgid "Missing Mandate on payment line %s" msgstr "" @@ -271,6 +288,11 @@ msgstr "" msgid "Number of Mandates" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "One-Off" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_state msgid "" @@ -279,7 +301,6 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: model:ir.model,name:account_banking_mandate.model_res_partner #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_partner_id msgid "Partner" msgstr "" @@ -294,6 +315,11 @@ msgstr "" msgid "Payment Methods" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Recurrent" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_tree msgid "Reference" @@ -342,13 +368,42 @@ msgid "Status" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:67 +#: code:addons/account_banking_mandate/models/bank_payment_line.py:29 +#, python-format +msgid "" +"The bank payment line %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:97 +#, python-format +msgid "The company of the mandate %s differs from the company of partner %s." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:81 #, python-format msgid "The date of signature of mandate '%s' is in the future!" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:73 +#: code:addons/account_banking_mandate/models/account_invoice.py:90 +#, python-format +msgid "" +"The invoice %s has a different company than that of the linked mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_move_line.py:46 +#, python-format +msgid "" +"The item %s of journal %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:87 #, python-format msgid "" "The mandate '%s' can't have a date of last debit before the date of " @@ -356,13 +411,31 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:27 +#: code:addons/account_banking_mandate/models/account_payment_line.py:41 +#, python-format +msgid "" +"The payment line number %s a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_payment_line.py:26 #, python-format msgid "" "The payment line number %s has the bank account '%s' which is not attached " "to the mandate '%s' (this mandate is attached to the bank account '%s')." msgstr "" +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form +msgid "Type" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_type +msgid "Type of Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_unique_mandate_reference msgid "Unique Mandate Reference" @@ -379,6 +452,46 @@ msgstr "" msgid "Validate" msgstr "" +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/res_partner_bank.py:25 +#, python-format +msgid "" +"You cannot change the company of Partner Bank %s, as there exists mandates " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists bank payment " +"lines referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:114 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists invoices " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:123 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists journal items " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:105 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists payment lines " +"referencing it that belong to another company." +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form msgid "" diff --git a/account_banking_mandate/i18n/de.po b/account_banking_mandate/i18n/de.po index bfd9ef6ed..fd3c7e43a 100644 --- a/account_banking_mandate/i18n/de.po +++ b/account_banking_mandate/i18n/de.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_banking_mandate -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-03-09 14:56+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_banking_mandate @@ -40,8 +40,8 @@ msgstr "Ein generisches Bankmandat" #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_line_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_method_mandate_required msgid "" -"Activate this option if this payment method requires your customer to sign a" -" direct debit mandate with your company." +"Activate this option if this payment method requires your customer to sign a " +"direct debit mandate with your company." msgstr "" #. module: account_banking_mandate diff --git a/account_banking_mandate/i18n/el_GR.po b/account_banking_mandate/i18n/el_GR.po index ca460ecc2..c631c0f3a 100644 --- a/account_banking_mandate/i18n/el_GR.po +++ b/account_banking_mandate/i18n/el_GR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_banking_mandate -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2016-09-10 16:15+0000\n" "PO-Revision-Date: 2016-09-10 16:15+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/el_GR/)\n" +"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/" +"el_GR/)\n" +"Language: el_GR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: el_GR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_banking_mandate @@ -35,18 +36,13 @@ msgstr "" msgid "A generic banking mandate" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "Action Needed" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,help:account_banking_mandate.field_account_invoice_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_line_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_method_mandate_required msgid "" -"Activate this option if this payment method requires your customer to sign a" -" direct debit mandate with your company." +"Activate this option if this payment method requires your customer to sign a " +"direct debit mandate with your company." msgstr "" #. module: account_banking_mandate @@ -105,7 +101,7 @@ msgid "Cancelled" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:88 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:148 #, python-format msgid "" "Cannot validate the mandate '%s' because it is not attached to a bank " @@ -113,7 +109,7 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:84 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:144 #, python-format msgid "Cannot validate the mandate '%s' without a date of signature." msgstr "" @@ -128,6 +124,11 @@ msgstr "" msgid "Company" msgstr "" +#. module: account_banking_mandate +#: model:ir.model,name:account_banking_mandate.model_res_partner +msgid "Contact" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_create_uid msgid "Created by" @@ -148,11 +149,6 @@ msgstr "" msgid "Date of the Last Debit" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Date of the last message posted on the record." -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_invoice_mandate_id #: model:ir.model.fields,field_description:account_banking_mandate.field_account_move_line_mandate_id @@ -169,7 +165,7 @@ msgstr "" #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_display_name -msgid "Display name" +msgid "Display Name" msgstr "" #. module: account_banking_mandate @@ -185,18 +181,9 @@ msgid "Expired" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_follower_ids -msgid "Followers" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_channel_ids -msgid "Followers (Channels)" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_partner_ids -msgid "Followers (Partners)" +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_valid_mandate_id +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_valid_mandate_id +msgid "First Valid Mandate" msgstr "" #. module: account_banking_mandate @@ -205,6 +192,11 @@ msgstr "" msgid "Format" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Generic Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search msgid "Group By" @@ -215,36 +207,16 @@ msgstr "" msgid "ID" msgstr "Κωδικός" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "If checked new messages require your attention." -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "If checked, new messages require your attention." -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_invoice msgid "Invoice" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_is_follower -msgid "Is Follower" -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_move_line msgid "Journal Item" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Last Message Date" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate___last_update msgid "Last Modified on" @@ -278,19 +250,19 @@ msgid "Mandate Required" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:192 #, python-format msgid "Mandate should be in cancel state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:120 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:180 #, python-format msgid "Mandate should be in draft or valid state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:111 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:171 #, python-format msgid "Mandate should be in draft state." msgstr "" @@ -306,34 +278,20 @@ msgid "Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_ids -msgid "Messages" -msgstr "" - -#. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:40 +#: code:addons/account_banking_mandate/models/account_payment_line.py:51 #, python-format msgid "Missing Mandate on payment line %s" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of Actions" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_mandate_count +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_mandate_count msgid "Number of Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of messages which requires an action" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Number of unread messages" +#: selection:account.banking.mandate,type:0 +msgid "One-Off" msgstr "" #. module: account_banking_mandate @@ -344,7 +302,6 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: model:ir.model,name:account_banking_mandate.model_res_partner #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_partner_id msgid "Partner" msgstr "" @@ -359,6 +316,11 @@ msgstr "" msgid "Payment Methods" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Recurrent" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_tree msgid "Reference" @@ -407,13 +369,42 @@ msgid "Status" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:67 +#: code:addons/account_banking_mandate/models/bank_payment_line.py:29 +#, python-format +msgid "" +"The bank payment line %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:97 +#, python-format +msgid "The company of the mandate %s differs from the company of partner %s." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:81 #, python-format msgid "The date of signature of mandate '%s' is in the future!" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:73 +#: code:addons/account_banking_mandate/models/account_invoice.py:90 +#, python-format +msgid "" +"The invoice %s has a different company than that of the linked mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_move_line.py:46 +#, python-format +msgid "" +"The item %s of journal %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:87 #, python-format msgid "" "The mandate '%s' can't have a date of last debit before the date of " @@ -421,28 +412,36 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:27 +#: code:addons/account_banking_mandate/models/account_payment_line.py:41 +#, python-format +msgid "" +"The payment line number %s a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_payment_line.py:26 #, python-format msgid "" "The payment line number %s has the bank account '%s' which is not attached " "to the mandate '%s' (this mandate is attached to the bank account '%s')." msgstr "" +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form +msgid "Type" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_type +msgid "Type of Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_unique_mandate_reference msgid "Unique Mandate Reference" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "Unread Messages" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Unread Messages Counter" -msgstr "" - #. module: account_banking_mandate #: selection:account.banking.mandate,state:0 #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search @@ -454,6 +453,46 @@ msgstr "" msgid "Validate" msgstr "" +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/res_partner_bank.py:25 +#, python-format +msgid "" +"You cannot change the company of Partner Bank %s, as there exists mandates " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists bank payment " +"lines referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:114 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists invoices " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:123 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists journal items " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:105 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists payment lines " +"referencing it that belong to another company." +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form msgid "" diff --git a/account_banking_mandate/i18n/es.po b/account_banking_mandate/i18n/es.po index 41d539cec..417161ed8 100644 --- a/account_banking_mandate/i18n/es.po +++ b/account_banking_mandate/i18n/es.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_banking_mandate -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-03-09 14:56+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_banking_mandate @@ -42,8 +42,8 @@ msgstr "Un mandato bancario genérico" #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_line_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_method_mandate_required msgid "" -"Activate this option if this payment method requires your customer to sign a" -" direct debit mandate with your company." +"Activate this option if this payment method requires your customer to sign a " +"direct debit mandate with your company." msgstr "" "Active esta opción si el método de pago requiere que su cliente firme un " "mandato con su compañía." @@ -86,8 +86,8 @@ msgid "" "Banking mandates represent an authorization that the bank account owner " "gives to a company for a specific operation." msgstr "" -"Los mandatos bancarios representan una autorización que el propietario de la" -" cuenta bancaria da a una compañía para una operación específica." +"Los mandatos bancarios representan una autorización que el propietario de la " +"cuenta bancaria da a una compañía para una operación específica." #. module: account_banking_mandate #: selection:account.banking.mandate,format:0 diff --git a/account_banking_mandate/i18n/es_CR.po b/account_banking_mandate/i18n/es_CR.po index f3462ba3d..94551fc96 100644 --- a/account_banking_mandate/i18n/es_CR.po +++ b/account_banking_mandate/i18n/es_CR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_banking_mandate -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2016-09-10 16:15+0000\n" "PO-Revision-Date: 2016-09-10 16:15+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/teams/23907/es_CR/)\n" +"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/" +"teams/23907/es_CR/)\n" +"Language: es_CR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_CR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_banking_mandate @@ -35,18 +36,13 @@ msgstr "" msgid "A generic banking mandate" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "Action Needed" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,help:account_banking_mandate.field_account_invoice_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_line_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_method_mandate_required msgid "" -"Activate this option if this payment method requires your customer to sign a" -" direct debit mandate with your company." +"Activate this option if this payment method requires your customer to sign a " +"direct debit mandate with your company." msgstr "" #. module: account_banking_mandate @@ -105,7 +101,7 @@ msgid "Cancelled" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:88 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:148 #, python-format msgid "" "Cannot validate the mandate '%s' because it is not attached to a bank " @@ -113,7 +109,7 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:84 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:144 #, python-format msgid "Cannot validate the mandate '%s' without a date of signature." msgstr "" @@ -128,6 +124,11 @@ msgstr "" msgid "Company" msgstr "" +#. module: account_banking_mandate +#: model:ir.model,name:account_banking_mandate.model_res_partner +msgid "Contact" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_create_uid msgid "Created by" @@ -148,11 +149,6 @@ msgstr "" msgid "Date of the Last Debit" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Date of the last message posted on the record." -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_invoice_mandate_id #: model:ir.model.fields,field_description:account_banking_mandate.field_account_move_line_mandate_id @@ -169,7 +165,7 @@ msgstr "" #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_display_name -msgid "Display name" +msgid "Display Name" msgstr "" #. module: account_banking_mandate @@ -185,18 +181,9 @@ msgid "Expired" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_follower_ids -msgid "Followers" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_channel_ids -msgid "Followers (Channels)" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_partner_ids -msgid "Followers (Partners)" +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_valid_mandate_id +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_valid_mandate_id +msgid "First Valid Mandate" msgstr "" #. module: account_banking_mandate @@ -205,6 +192,11 @@ msgstr "" msgid "Format" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Generic Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search msgid "Group By" @@ -215,36 +207,16 @@ msgstr "" msgid "ID" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "If checked new messages require your attention." -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "If checked, new messages require your attention." -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_invoice msgid "Invoice" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_is_follower -msgid "Is Follower" -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_move_line msgid "Journal Item" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Last Message Date" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate___last_update msgid "Last Modified on" @@ -278,19 +250,19 @@ msgid "Mandate Required" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:192 #, python-format msgid "Mandate should be in cancel state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:120 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:180 #, python-format msgid "Mandate should be in draft or valid state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:111 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:171 #, python-format msgid "Mandate should be in draft state." msgstr "" @@ -306,34 +278,20 @@ msgid "Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_ids -msgid "Messages" -msgstr "" - -#. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:40 +#: code:addons/account_banking_mandate/models/account_payment_line.py:51 #, python-format msgid "Missing Mandate on payment line %s" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of Actions" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_mandate_count +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_mandate_count msgid "Number of Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of messages which requires an action" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Number of unread messages" +#: selection:account.banking.mandate,type:0 +msgid "One-Off" msgstr "" #. module: account_banking_mandate @@ -344,7 +302,6 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: model:ir.model,name:account_banking_mandate.model_res_partner #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_partner_id msgid "Partner" msgstr "" @@ -359,6 +316,11 @@ msgstr "" msgid "Payment Methods" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Recurrent" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_tree msgid "Reference" @@ -407,13 +369,42 @@ msgid "Status" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:67 +#: code:addons/account_banking_mandate/models/bank_payment_line.py:29 +#, python-format +msgid "" +"The bank payment line %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:97 +#, python-format +msgid "The company of the mandate %s differs from the company of partner %s." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:81 #, python-format msgid "The date of signature of mandate '%s' is in the future!" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:73 +#: code:addons/account_banking_mandate/models/account_invoice.py:90 +#, python-format +msgid "" +"The invoice %s has a different company than that of the linked mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_move_line.py:46 +#, python-format +msgid "" +"The item %s of journal %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:87 #, python-format msgid "" "The mandate '%s' can't have a date of last debit before the date of " @@ -421,28 +412,36 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:27 +#: code:addons/account_banking_mandate/models/account_payment_line.py:41 +#, python-format +msgid "" +"The payment line number %s a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_payment_line.py:26 #, python-format msgid "" "The payment line number %s has the bank account '%s' which is not attached " "to the mandate '%s' (this mandate is attached to the bank account '%s')." msgstr "" +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form +msgid "Type" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_type +msgid "Type of Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_unique_mandate_reference msgid "Unique Mandate Reference" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "Unread Messages" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Unread Messages Counter" -msgstr "" - #. module: account_banking_mandate #: selection:account.banking.mandate,state:0 #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search @@ -454,6 +453,46 @@ msgstr "" msgid "Validate" msgstr "" +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/res_partner_bank.py:25 +#, python-format +msgid "" +"You cannot change the company of Partner Bank %s, as there exists mandates " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists bank payment " +"lines referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:114 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists invoices " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:123 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists journal items " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:105 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists payment lines " +"referencing it that belong to another company." +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form msgid "" diff --git a/account_banking_mandate/i18n/es_EC.po b/account_banking_mandate/i18n/es_EC.po index 84fd373c0..397e608a9 100644 --- a/account_banking_mandate/i18n/es_EC.po +++ b/account_banking_mandate/i18n/es_EC.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_banking_mandate -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2016-09-10 16:15+0000\n" "PO-Revision-Date: 2016-09-10 16:15+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/es_EC/)\n" +"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/" +"es_EC/)\n" +"Language: es_EC\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_EC\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_banking_mandate @@ -35,18 +36,13 @@ msgstr "" msgid "A generic banking mandate" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "Action Needed" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,help:account_banking_mandate.field_account_invoice_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_line_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_method_mandate_required msgid "" -"Activate this option if this payment method requires your customer to sign a" -" direct debit mandate with your company." +"Activate this option if this payment method requires your customer to sign a " +"direct debit mandate with your company." msgstr "" #. module: account_banking_mandate @@ -105,7 +101,7 @@ msgid "Cancelled" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:88 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:148 #, python-format msgid "" "Cannot validate the mandate '%s' because it is not attached to a bank " @@ -113,7 +109,7 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:84 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:144 #, python-format msgid "Cannot validate the mandate '%s' without a date of signature." msgstr "" @@ -128,6 +124,11 @@ msgstr "" msgid "Company" msgstr "" +#. module: account_banking_mandate +#: model:ir.model,name:account_banking_mandate.model_res_partner +msgid "Contact" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_create_uid msgid "Created by" @@ -148,11 +149,6 @@ msgstr "" msgid "Date of the Last Debit" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Date of the last message posted on the record." -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_invoice_mandate_id #: model:ir.model.fields,field_description:account_banking_mandate.field_account_move_line_mandate_id @@ -169,7 +165,7 @@ msgstr "" #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_display_name -msgid "Display name" +msgid "Display Name" msgstr "" #. module: account_banking_mandate @@ -185,18 +181,9 @@ msgid "Expired" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_follower_ids -msgid "Followers" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_channel_ids -msgid "Followers (Channels)" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_partner_ids -msgid "Followers (Partners)" +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_valid_mandate_id +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_valid_mandate_id +msgid "First Valid Mandate" msgstr "" #. module: account_banking_mandate @@ -205,6 +192,11 @@ msgstr "" msgid "Format" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Generic Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search msgid "Group By" @@ -215,36 +207,16 @@ msgstr "" msgid "ID" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "If checked new messages require your attention." -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "If checked, new messages require your attention." -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_invoice msgid "Invoice" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_is_follower -msgid "Is Follower" -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_move_line msgid "Journal Item" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Last Message Date" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate___last_update msgid "Last Modified on" @@ -278,19 +250,19 @@ msgid "Mandate Required" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:192 #, python-format msgid "Mandate should be in cancel state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:120 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:180 #, python-format msgid "Mandate should be in draft or valid state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:111 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:171 #, python-format msgid "Mandate should be in draft state." msgstr "" @@ -306,34 +278,20 @@ msgid "Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_ids -msgid "Messages" -msgstr "" - -#. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:40 +#: code:addons/account_banking_mandate/models/account_payment_line.py:51 #, python-format msgid "Missing Mandate on payment line %s" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of Actions" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_mandate_count +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_mandate_count msgid "Number of Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of messages which requires an action" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Number of unread messages" +#: selection:account.banking.mandate,type:0 +msgid "One-Off" msgstr "" #. module: account_banking_mandate @@ -344,7 +302,6 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: model:ir.model,name:account_banking_mandate.model_res_partner #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_partner_id msgid "Partner" msgstr "" @@ -359,6 +316,11 @@ msgstr "" msgid "Payment Methods" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Recurrent" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_tree msgid "Reference" @@ -407,13 +369,42 @@ msgid "Status" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:67 +#: code:addons/account_banking_mandate/models/bank_payment_line.py:29 +#, python-format +msgid "" +"The bank payment line %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:97 +#, python-format +msgid "The company of the mandate %s differs from the company of partner %s." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:81 #, python-format msgid "The date of signature of mandate '%s' is in the future!" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:73 +#: code:addons/account_banking_mandate/models/account_invoice.py:90 +#, python-format +msgid "" +"The invoice %s has a different company than that of the linked mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_move_line.py:46 +#, python-format +msgid "" +"The item %s of journal %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:87 #, python-format msgid "" "The mandate '%s' can't have a date of last debit before the date of " @@ -421,28 +412,36 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:27 +#: code:addons/account_banking_mandate/models/account_payment_line.py:41 +#, python-format +msgid "" +"The payment line number %s a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_payment_line.py:26 #, python-format msgid "" "The payment line number %s has the bank account '%s' which is not attached " "to the mandate '%s' (this mandate is attached to the bank account '%s')." msgstr "" +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form +msgid "Type" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_type +msgid "Type of Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_unique_mandate_reference msgid "Unique Mandate Reference" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "Unread Messages" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Unread Messages Counter" -msgstr "" - #. module: account_banking_mandate #: selection:account.banking.mandate,state:0 #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search @@ -454,6 +453,46 @@ msgstr "" msgid "Validate" msgstr "" +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/res_partner_bank.py:25 +#, python-format +msgid "" +"You cannot change the company of Partner Bank %s, as there exists mandates " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists bank payment " +"lines referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:114 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists invoices " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:123 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists journal items " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:105 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists payment lines " +"referencing it that belong to another company." +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form msgid "" diff --git a/account_banking_mandate/i18n/es_ES.po b/account_banking_mandate/i18n/es_ES.po index 997223bcb..baa929f46 100644 --- a/account_banking_mandate/i18n/es_ES.po +++ b/account_banking_mandate/i18n/es_ES.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_banking_mandate -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2016-09-10 16:15+0000\n" "PO-Revision-Date: 2016-09-10 16:15+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/es_ES/)\n" +"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/" +"es_ES/)\n" +"Language: es_ES\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_ES\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_banking_mandate @@ -35,18 +36,13 @@ msgstr "" msgid "A generic banking mandate" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "Action Needed" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,help:account_banking_mandate.field_account_invoice_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_line_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_method_mandate_required msgid "" -"Activate this option if this payment method requires your customer to sign a" -" direct debit mandate with your company." +"Activate this option if this payment method requires your customer to sign a " +"direct debit mandate with your company." msgstr "" #. module: account_banking_mandate @@ -105,7 +101,7 @@ msgid "Cancelled" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:88 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:148 #, python-format msgid "" "Cannot validate the mandate '%s' because it is not attached to a bank " @@ -113,7 +109,7 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:84 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:144 #, python-format msgid "Cannot validate the mandate '%s' without a date of signature." msgstr "" @@ -128,6 +124,11 @@ msgstr "" msgid "Company" msgstr "" +#. module: account_banking_mandate +#: model:ir.model,name:account_banking_mandate.model_res_partner +msgid "Contact" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_create_uid msgid "Created by" @@ -148,11 +149,6 @@ msgstr "" msgid "Date of the Last Debit" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Date of the last message posted on the record." -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_invoice_mandate_id #: model:ir.model.fields,field_description:account_banking_mandate.field_account_move_line_mandate_id @@ -169,7 +165,7 @@ msgstr "" #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_display_name -msgid "Display name" +msgid "Display Name" msgstr "" #. module: account_banking_mandate @@ -185,18 +181,9 @@ msgid "Expired" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_follower_ids -msgid "Followers" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_channel_ids -msgid "Followers (Channels)" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_partner_ids -msgid "Followers (Partners)" +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_valid_mandate_id +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_valid_mandate_id +msgid "First Valid Mandate" msgstr "" #. module: account_banking_mandate @@ -205,6 +192,11 @@ msgstr "" msgid "Format" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Generic Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search msgid "Group By" @@ -215,36 +207,16 @@ msgstr "" msgid "ID" msgstr "ID" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "If checked new messages require your attention." -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "If checked, new messages require your attention." -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_invoice msgid "Invoice" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_is_follower -msgid "Is Follower" -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_move_line msgid "Journal Item" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Last Message Date" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate___last_update msgid "Last Modified on" @@ -278,19 +250,19 @@ msgid "Mandate Required" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:192 #, python-format msgid "Mandate should be in cancel state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:120 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:180 #, python-format msgid "Mandate should be in draft or valid state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:111 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:171 #, python-format msgid "Mandate should be in draft state." msgstr "" @@ -306,34 +278,20 @@ msgid "Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_ids -msgid "Messages" -msgstr "" - -#. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:40 +#: code:addons/account_banking_mandate/models/account_payment_line.py:51 #, python-format msgid "Missing Mandate on payment line %s" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of Actions" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_mandate_count +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_mandate_count msgid "Number of Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of messages which requires an action" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Number of unread messages" +#: selection:account.banking.mandate,type:0 +msgid "One-Off" msgstr "" #. module: account_banking_mandate @@ -344,7 +302,6 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: model:ir.model,name:account_banking_mandate.model_res_partner #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_partner_id msgid "Partner" msgstr "" @@ -359,6 +316,11 @@ msgstr "" msgid "Payment Methods" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Recurrent" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_tree msgid "Reference" @@ -407,13 +369,42 @@ msgid "Status" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:67 +#: code:addons/account_banking_mandate/models/bank_payment_line.py:29 +#, python-format +msgid "" +"The bank payment line %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:97 +#, python-format +msgid "The company of the mandate %s differs from the company of partner %s." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:81 #, python-format msgid "The date of signature of mandate '%s' is in the future!" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:73 +#: code:addons/account_banking_mandate/models/account_invoice.py:90 +#, python-format +msgid "" +"The invoice %s has a different company than that of the linked mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_move_line.py:46 +#, python-format +msgid "" +"The item %s of journal %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:87 #, python-format msgid "" "The mandate '%s' can't have a date of last debit before the date of " @@ -421,28 +412,36 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:27 +#: code:addons/account_banking_mandate/models/account_payment_line.py:41 +#, python-format +msgid "" +"The payment line number %s a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_payment_line.py:26 #, python-format msgid "" "The payment line number %s has the bank account '%s' which is not attached " "to the mandate '%s' (this mandate is attached to the bank account '%s')." msgstr "" +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form +msgid "Type" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_type +msgid "Type of Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_unique_mandate_reference msgid "Unique Mandate Reference" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "Unread Messages" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Unread Messages Counter" -msgstr "" - #. module: account_banking_mandate #: selection:account.banking.mandate,state:0 #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search @@ -454,6 +453,46 @@ msgstr "" msgid "Validate" msgstr "" +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/res_partner_bank.py:25 +#, python-format +msgid "" +"You cannot change the company of Partner Bank %s, as there exists mandates " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists bank payment " +"lines referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:114 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists invoices " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:123 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists journal items " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:105 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists payment lines " +"referencing it that belong to another company." +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form msgid "" diff --git a/account_banking_mandate/i18n/es_MX.po b/account_banking_mandate/i18n/es_MX.po index 6fb06a2c0..f056b8faa 100644 --- a/account_banking_mandate/i18n/es_MX.po +++ b/account_banking_mandate/i18n/es_MX.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_banking_mandate -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2016-09-10 16:15+0000\n" "PO-Revision-Date: 2016-09-10 16:15+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/es_MX/)\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/" +"es_MX/)\n" +"Language: es_MX\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_MX\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_banking_mandate @@ -35,18 +36,13 @@ msgstr "" msgid "A generic banking mandate" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "Action Needed" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,help:account_banking_mandate.field_account_invoice_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_line_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_method_mandate_required msgid "" -"Activate this option if this payment method requires your customer to sign a" -" direct debit mandate with your company." +"Activate this option if this payment method requires your customer to sign a " +"direct debit mandate with your company." msgstr "" #. module: account_banking_mandate @@ -105,7 +101,7 @@ msgid "Cancelled" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:88 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:148 #, python-format msgid "" "Cannot validate the mandate '%s' because it is not attached to a bank " @@ -113,7 +109,7 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:84 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:144 #, python-format msgid "Cannot validate the mandate '%s' without a date of signature." msgstr "" @@ -128,6 +124,11 @@ msgstr "" msgid "Company" msgstr "" +#. module: account_banking_mandate +#: model:ir.model,name:account_banking_mandate.model_res_partner +msgid "Contact" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_create_uid msgid "Created by" @@ -148,11 +149,6 @@ msgstr "" msgid "Date of the Last Debit" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Date of the last message posted on the record." -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_invoice_mandate_id #: model:ir.model.fields,field_description:account_banking_mandate.field_account_move_line_mandate_id @@ -169,7 +165,7 @@ msgstr "" #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_display_name -msgid "Display name" +msgid "Display Name" msgstr "" #. module: account_banking_mandate @@ -185,18 +181,9 @@ msgid "Expired" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_follower_ids -msgid "Followers" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_channel_ids -msgid "Followers (Channels)" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_partner_ids -msgid "Followers (Partners)" +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_valid_mandate_id +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_valid_mandate_id +msgid "First Valid Mandate" msgstr "" #. module: account_banking_mandate @@ -205,6 +192,11 @@ msgstr "" msgid "Format" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Generic Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search msgid "Group By" @@ -215,36 +207,16 @@ msgstr "" msgid "ID" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "If checked new messages require your attention." -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "If checked, new messages require your attention." -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_invoice msgid "Invoice" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_is_follower -msgid "Is Follower" -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_move_line msgid "Journal Item" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Last Message Date" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate___last_update msgid "Last Modified on" @@ -278,19 +250,19 @@ msgid "Mandate Required" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:192 #, python-format msgid "Mandate should be in cancel state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:120 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:180 #, python-format msgid "Mandate should be in draft or valid state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:111 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:171 #, python-format msgid "Mandate should be in draft state." msgstr "" @@ -306,34 +278,20 @@ msgid "Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_ids -msgid "Messages" -msgstr "" - -#. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:40 +#: code:addons/account_banking_mandate/models/account_payment_line.py:51 #, python-format msgid "Missing Mandate on payment line %s" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of Actions" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_mandate_count +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_mandate_count msgid "Number of Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of messages which requires an action" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Number of unread messages" +#: selection:account.banking.mandate,type:0 +msgid "One-Off" msgstr "" #. module: account_banking_mandate @@ -344,7 +302,6 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: model:ir.model,name:account_banking_mandate.model_res_partner #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_partner_id msgid "Partner" msgstr "" @@ -359,6 +316,11 @@ msgstr "" msgid "Payment Methods" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Recurrent" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_tree msgid "Reference" @@ -407,13 +369,42 @@ msgid "Status" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:67 +#: code:addons/account_banking_mandate/models/bank_payment_line.py:29 +#, python-format +msgid "" +"The bank payment line %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:97 +#, python-format +msgid "The company of the mandate %s differs from the company of partner %s." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:81 #, python-format msgid "The date of signature of mandate '%s' is in the future!" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:73 +#: code:addons/account_banking_mandate/models/account_invoice.py:90 +#, python-format +msgid "" +"The invoice %s has a different company than that of the linked mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_move_line.py:46 +#, python-format +msgid "" +"The item %s of journal %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:87 #, python-format msgid "" "The mandate '%s' can't have a date of last debit before the date of " @@ -421,28 +412,36 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:27 +#: code:addons/account_banking_mandate/models/account_payment_line.py:41 +#, python-format +msgid "" +"The payment line number %s a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_payment_line.py:26 #, python-format msgid "" "The payment line number %s has the bank account '%s' which is not attached " "to the mandate '%s' (this mandate is attached to the bank account '%s')." msgstr "" +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form +msgid "Type" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_type +msgid "Type of Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_unique_mandate_reference msgid "Unique Mandate Reference" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "Unread Messages" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Unread Messages Counter" -msgstr "" - #. module: account_banking_mandate #: selection:account.banking.mandate,state:0 #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search @@ -454,6 +453,46 @@ msgstr "" msgid "Validate" msgstr "" +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/res_partner_bank.py:25 +#, python-format +msgid "" +"You cannot change the company of Partner Bank %s, as there exists mandates " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists bank payment " +"lines referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:114 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists invoices " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:123 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists journal items " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:105 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists payment lines " +"referencing it that belong to another company." +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form msgid "" diff --git a/account_banking_mandate/i18n/es_VE.po b/account_banking_mandate/i18n/es_VE.po index dc1f963c8..512daf0c4 100644 --- a/account_banking_mandate/i18n/es_VE.po +++ b/account_banking_mandate/i18n/es_VE.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_banking_mandate -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2016-09-10 16:15+0000\n" "PO-Revision-Date: 2016-09-10 16:15+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/teams/23907/es_VE/)\n" +"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/" +"teams/23907/es_VE/)\n" +"Language: es_VE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_VE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_banking_mandate @@ -35,18 +36,13 @@ msgstr "" msgid "A generic banking mandate" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "Action Needed" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,help:account_banking_mandate.field_account_invoice_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_line_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_method_mandate_required msgid "" -"Activate this option if this payment method requires your customer to sign a" -" direct debit mandate with your company." +"Activate this option if this payment method requires your customer to sign a " +"direct debit mandate with your company." msgstr "" #. module: account_banking_mandate @@ -105,7 +101,7 @@ msgid "Cancelled" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:88 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:148 #, python-format msgid "" "Cannot validate the mandate '%s' because it is not attached to a bank " @@ -113,7 +109,7 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:84 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:144 #, python-format msgid "Cannot validate the mandate '%s' without a date of signature." msgstr "" @@ -128,6 +124,11 @@ msgstr "" msgid "Company" msgstr "" +#. module: account_banking_mandate +#: model:ir.model,name:account_banking_mandate.model_res_partner +msgid "Contact" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_create_uid msgid "Created by" @@ -148,11 +149,6 @@ msgstr "" msgid "Date of the Last Debit" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Date of the last message posted on the record." -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_invoice_mandate_id #: model:ir.model.fields,field_description:account_banking_mandate.field_account_move_line_mandate_id @@ -169,7 +165,7 @@ msgstr "" #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_display_name -msgid "Display name" +msgid "Display Name" msgstr "" #. module: account_banking_mandate @@ -185,18 +181,9 @@ msgid "Expired" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_follower_ids -msgid "Followers" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_channel_ids -msgid "Followers (Channels)" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_partner_ids -msgid "Followers (Partners)" +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_valid_mandate_id +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_valid_mandate_id +msgid "First Valid Mandate" msgstr "" #. module: account_banking_mandate @@ -205,6 +192,11 @@ msgstr "" msgid "Format" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Generic Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search msgid "Group By" @@ -215,36 +207,16 @@ msgstr "" msgid "ID" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "If checked new messages require your attention." -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "If checked, new messages require your attention." -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_invoice msgid "Invoice" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_is_follower -msgid "Is Follower" -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_move_line msgid "Journal Item" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Last Message Date" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate___last_update msgid "Last Modified on" @@ -278,19 +250,19 @@ msgid "Mandate Required" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:192 #, python-format msgid "Mandate should be in cancel state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:120 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:180 #, python-format msgid "Mandate should be in draft or valid state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:111 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:171 #, python-format msgid "Mandate should be in draft state." msgstr "" @@ -306,34 +278,20 @@ msgid "Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_ids -msgid "Messages" -msgstr "" - -#. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:40 +#: code:addons/account_banking_mandate/models/account_payment_line.py:51 #, python-format msgid "Missing Mandate on payment line %s" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of Actions" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_mandate_count +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_mandate_count msgid "Number of Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of messages which requires an action" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Number of unread messages" +#: selection:account.banking.mandate,type:0 +msgid "One-Off" msgstr "" #. module: account_banking_mandate @@ -344,7 +302,6 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: model:ir.model,name:account_banking_mandate.model_res_partner #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_partner_id msgid "Partner" msgstr "" @@ -359,6 +316,11 @@ msgstr "" msgid "Payment Methods" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Recurrent" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_tree msgid "Reference" @@ -407,13 +369,42 @@ msgid "Status" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:67 +#: code:addons/account_banking_mandate/models/bank_payment_line.py:29 +#, python-format +msgid "" +"The bank payment line %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:97 +#, python-format +msgid "The company of the mandate %s differs from the company of partner %s." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:81 #, python-format msgid "The date of signature of mandate '%s' is in the future!" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:73 +#: code:addons/account_banking_mandate/models/account_invoice.py:90 +#, python-format +msgid "" +"The invoice %s has a different company than that of the linked mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_move_line.py:46 +#, python-format +msgid "" +"The item %s of journal %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:87 #, python-format msgid "" "The mandate '%s' can't have a date of last debit before the date of " @@ -421,28 +412,36 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:27 +#: code:addons/account_banking_mandate/models/account_payment_line.py:41 +#, python-format +msgid "" +"The payment line number %s a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_payment_line.py:26 #, python-format msgid "" "The payment line number %s has the bank account '%s' which is not attached " "to the mandate '%s' (this mandate is attached to the bank account '%s')." msgstr "" +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form +msgid "Type" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_type +msgid "Type of Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_unique_mandate_reference msgid "Unique Mandate Reference" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "Unread Messages" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Unread Messages Counter" -msgstr "" - #. module: account_banking_mandate #: selection:account.banking.mandate,state:0 #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search @@ -454,6 +453,46 @@ msgstr "" msgid "Validate" msgstr "" +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/res_partner_bank.py:25 +#, python-format +msgid "" +"You cannot change the company of Partner Bank %s, as there exists mandates " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists bank payment " +"lines referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:114 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists invoices " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:123 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists journal items " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:105 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists payment lines " +"referencing it that belong to another company." +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form msgid "" diff --git a/account_banking_mandate/i18n/et.po b/account_banking_mandate/i18n/et.po index 05fa42373..b4c7a41d7 100644 --- a/account_banking_mandate/i18n/et.po +++ b/account_banking_mandate/i18n/et.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_banking_mandate -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2016-09-10 16:15+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n" +"Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: et\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_banking_mandate @@ -35,18 +35,13 @@ msgstr "" msgid "A generic banking mandate" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "Action Needed" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,help:account_banking_mandate.field_account_invoice_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_line_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_method_mandate_required msgid "" -"Activate this option if this payment method requires your customer to sign a" -" direct debit mandate with your company." +"Activate this option if this payment method requires your customer to sign a " +"direct debit mandate with your company." msgstr "" #. module: account_banking_mandate @@ -105,7 +100,7 @@ msgid "Cancelled" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:88 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:148 #, python-format msgid "" "Cannot validate the mandate '%s' because it is not attached to a bank " @@ -113,7 +108,7 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:84 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:144 #, python-format msgid "Cannot validate the mandate '%s' without a date of signature." msgstr "" @@ -128,6 +123,11 @@ msgstr "" msgid "Company" msgstr "" +#. module: account_banking_mandate +#: model:ir.model,name:account_banking_mandate.model_res_partner +msgid "Contact" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_create_uid msgid "Created by" @@ -148,11 +148,6 @@ msgstr "" msgid "Date of the Last Debit" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Date of the last message posted on the record." -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_invoice_mandate_id #: model:ir.model.fields,field_description:account_banking_mandate.field_account_move_line_mandate_id @@ -169,7 +164,7 @@ msgstr "" #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_display_name -msgid "Display name" +msgid "Display Name" msgstr "" #. module: account_banking_mandate @@ -185,18 +180,9 @@ msgid "Expired" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_follower_ids -msgid "Followers" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_channel_ids -msgid "Followers (Channels)" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_partner_ids -msgid "Followers (Partners)" +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_valid_mandate_id +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_valid_mandate_id +msgid "First Valid Mandate" msgstr "" #. module: account_banking_mandate @@ -205,6 +191,11 @@ msgstr "" msgid "Format" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Generic Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search msgid "Group By" @@ -215,36 +206,16 @@ msgstr "" msgid "ID" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "If checked new messages require your attention." -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "If checked, new messages require your attention." -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_invoice msgid "Invoice" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_is_follower -msgid "Is Follower" -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_move_line msgid "Journal Item" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Last Message Date" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate___last_update msgid "Last Modified on" @@ -278,19 +249,19 @@ msgid "Mandate Required" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:192 #, python-format msgid "Mandate should be in cancel state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:120 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:180 #, python-format msgid "Mandate should be in draft or valid state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:111 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:171 #, python-format msgid "Mandate should be in draft state." msgstr "" @@ -306,34 +277,20 @@ msgid "Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_ids -msgid "Messages" -msgstr "" - -#. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:40 +#: code:addons/account_banking_mandate/models/account_payment_line.py:51 #, python-format msgid "Missing Mandate on payment line %s" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of Actions" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_mandate_count +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_mandate_count msgid "Number of Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of messages which requires an action" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Number of unread messages" +#: selection:account.banking.mandate,type:0 +msgid "One-Off" msgstr "" #. module: account_banking_mandate @@ -344,7 +301,6 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: model:ir.model,name:account_banking_mandate.model_res_partner #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_partner_id msgid "Partner" msgstr "" @@ -359,6 +315,11 @@ msgstr "" msgid "Payment Methods" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Recurrent" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_tree msgid "Reference" @@ -407,13 +368,42 @@ msgid "Status" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:67 +#: code:addons/account_banking_mandate/models/bank_payment_line.py:29 +#, python-format +msgid "" +"The bank payment line %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:97 +#, python-format +msgid "The company of the mandate %s differs from the company of partner %s." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:81 #, python-format msgid "The date of signature of mandate '%s' is in the future!" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:73 +#: code:addons/account_banking_mandate/models/account_invoice.py:90 +#, python-format +msgid "" +"The invoice %s has a different company than that of the linked mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_move_line.py:46 +#, python-format +msgid "" +"The item %s of journal %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:87 #, python-format msgid "" "The mandate '%s' can't have a date of last debit before the date of " @@ -421,28 +411,36 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:27 +#: code:addons/account_banking_mandate/models/account_payment_line.py:41 +#, python-format +msgid "" +"The payment line number %s a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_payment_line.py:26 #, python-format msgid "" "The payment line number %s has the bank account '%s' which is not attached " "to the mandate '%s' (this mandate is attached to the bank account '%s')." msgstr "" +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form +msgid "Type" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_type +msgid "Type of Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_unique_mandate_reference msgid "Unique Mandate Reference" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "Unread Messages" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Unread Messages Counter" -msgstr "" - #. module: account_banking_mandate #: selection:account.banking.mandate,state:0 #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search @@ -454,6 +452,46 @@ msgstr "" msgid "Validate" msgstr "" +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/res_partner_bank.py:25 +#, python-format +msgid "" +"You cannot change the company of Partner Bank %s, as there exists mandates " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists bank payment " +"lines referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:114 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists invoices " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:123 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists journal items " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:105 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists payment lines " +"referencing it that belong to another company." +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form msgid "" diff --git a/account_banking_mandate/i18n/fi.po b/account_banking_mandate/i18n/fi.po index 013ae0b77..7547d625a 100644 --- a/account_banking_mandate/i18n/fi.po +++ b/account_banking_mandate/i18n/fi.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_banking_mandate -# +# # Translators: # Jarmo Kortetjärvi , 2016 # OCA Transbot , 2016 @@ -12,11 +12,12 @@ msgstr "" "POT-Creation-Date: 2016-11-21 10:17+0000\n" "PO-Revision-Date: 2016-10-19 23:46+0000\n" "Last-Translator: OCA Transbot \n" -"Language-Team: Finnish (http://www.transifex.com/oca/OCA-bank-payment-10-0/language/fi/)\n" +"Language-Team: Finnish (http://www.transifex.com/oca/OCA-bank-payment-10-0/" +"language/fi/)\n" +"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_banking_mandate @@ -41,8 +42,8 @@ msgstr "" #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_line_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_method_mandate_required msgid "" -"Activate this option if this payment method requires your customer to sign a" -" direct debit mandate with your company." +"Activate this option if this payment method requires your customer to sign a " +"direct debit mandate with your company." msgstr "" #. module: account_banking_mandate @@ -101,7 +102,7 @@ msgid "Cancelled" msgstr "Peruutettu" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:88 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:148 #, python-format msgid "" "Cannot validate the mandate '%s' because it is not attached to a bank " @@ -109,7 +110,7 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:84 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:144 #, python-format msgid "Cannot validate the mandate '%s' without a date of signature." msgstr "" @@ -124,6 +125,11 @@ msgstr "" msgid "Company" msgstr "" +#. module: account_banking_mandate +#: model:ir.model,name:account_banking_mandate.model_res_partner +msgid "Contact" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_create_uid msgid "Created by" @@ -175,12 +181,23 @@ msgstr "" msgid "Expired" msgstr "" +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_valid_mandate_id +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_valid_mandate_id +msgid "First Valid Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_tree msgid "Format" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Generic Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search msgid "Group By" @@ -234,19 +251,19 @@ msgid "Mandate Required" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:192 #, python-format msgid "Mandate should be in cancel state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:120 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:180 #, python-format msgid "Mandate should be in draft or valid state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:111 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:171 #, python-format msgid "Mandate should be in draft state." msgstr "" @@ -262,16 +279,22 @@ msgid "Mandates" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:40 +#: code:addons/account_banking_mandate/models/account_payment_line.py:51 #, python-format msgid "Missing Mandate on payment line %s" msgstr "" #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_mandate_count +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_mandate_count msgid "Number of Mandates" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "One-Off" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_state msgid "" @@ -280,7 +303,6 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: model:ir.model,name:account_banking_mandate.model_res_partner #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_partner_id msgid "Partner" msgstr "" @@ -295,6 +317,11 @@ msgstr "" msgid "Payment Methods" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Recurrent" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_tree msgid "Reference" @@ -343,13 +370,42 @@ msgid "Status" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:67 +#: code:addons/account_banking_mandate/models/bank_payment_line.py:29 +#, python-format +msgid "" +"The bank payment line %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:97 +#, python-format +msgid "The company of the mandate %s differs from the company of partner %s." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:81 #, python-format msgid "The date of signature of mandate '%s' is in the future!" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:73 +#: code:addons/account_banking_mandate/models/account_invoice.py:90 +#, python-format +msgid "" +"The invoice %s has a different company than that of the linked mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_move_line.py:46 +#, python-format +msgid "" +"The item %s of journal %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:87 #, python-format msgid "" "The mandate '%s' can't have a date of last debit before the date of " @@ -357,13 +413,31 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:27 +#: code:addons/account_banking_mandate/models/account_payment_line.py:41 +#, python-format +msgid "" +"The payment line number %s a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_payment_line.py:26 #, python-format msgid "" "The payment line number %s has the bank account '%s' which is not attached " "to the mandate '%s' (this mandate is attached to the bank account '%s')." msgstr "" +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form +msgid "Type" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_type +msgid "Type of Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_unique_mandate_reference msgid "Unique Mandate Reference" @@ -380,6 +454,46 @@ msgstr "" msgid "Validate" msgstr "" +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/res_partner_bank.py:25 +#, python-format +msgid "" +"You cannot change the company of Partner Bank %s, as there exists mandates " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists bank payment " +"lines referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:114 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists invoices " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:123 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists journal items " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:105 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists payment lines " +"referencing it that belong to another company." +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form msgid "" diff --git a/account_banking_mandate/i18n/fr.po b/account_banking_mandate/i18n/fr.po index df13429ba..0103ff399 100644 --- a/account_banking_mandate/i18n/fr.po +++ b/account_banking_mandate/i18n/fr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_banking_mandate -# +# # Translators: # OCA Transbot , 2017 # Nicolas JEUDY , 2018 @@ -13,10 +13,10 @@ msgstr "" "PO-Revision-Date: 2018-02-10 02:10+0000\n" "Last-Translator: Nicolas JEUDY , 2018\n" "Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: account_banking_mandate @@ -41,8 +41,8 @@ msgstr "Un mandat bancaire générique" #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_line_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_method_mandate_required msgid "" -"Activate this option if this payment method requires your customer to sign a" -" direct debit mandate with your company." +"Activate this option if this payment method requires your customer to sign a " +"direct debit mandate with your company." msgstr "" #. module: account_banking_mandate @@ -101,7 +101,7 @@ msgid "Cancelled" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:138 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:148 #, python-format msgid "" "Cannot validate the mandate '%s' because it is not attached to a bank " @@ -109,7 +109,7 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:134 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:144 #, python-format msgid "Cannot validate the mandate '%s' without a date of signature." msgstr "" @@ -250,19 +250,19 @@ msgid "Mandate Required" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:182 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:192 #, python-format msgid "Mandate should be in cancel state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:170 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:180 #, python-format msgid "Mandate should be in draft or valid state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:161 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:171 #, python-format msgid "Mandate should be in draft state." msgstr "" @@ -377,19 +377,19 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:87 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:97 #, python-format msgid "The company of the mandate %s differs from the company of partner %s." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:71 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:81 #, python-format msgid "The date of signature of mandate '%s' is in the future!" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_invoice.py:89 +#: code:addons/account_banking_mandate/models/account_invoice.py:90 #, python-format msgid "" "The invoice %s has a different company than that of the linked mandate %s)." @@ -404,7 +404,7 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:77 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:87 #, python-format msgid "" "The mandate '%s' can't have a date of last debit before the date of " @@ -462,7 +462,7 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:122 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 #, python-format msgid "" "You cannot change the company of mandate %s, as there exists bank payment " @@ -470,7 +470,7 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:104 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:114 #, python-format msgid "" "You cannot change the company of mandate %s, as there exists invoices " @@ -478,7 +478,7 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:113 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:123 #, python-format msgid "" "You cannot change the company of mandate %s, as there exists journal items " @@ -486,7 +486,7 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:95 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:105 #, python-format msgid "" "You cannot change the company of mandate %s, as there exists payment lines " diff --git a/account_banking_mandate/i18n/gl.po b/account_banking_mandate/i18n/gl.po index d4b0b3b85..19eaa766a 100644 --- a/account_banking_mandate/i18n/gl.po +++ b/account_banking_mandate/i18n/gl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_banking_mandate -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2016-09-10 16:15+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" +"Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: gl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_banking_mandate @@ -35,18 +35,13 @@ msgstr "" msgid "A generic banking mandate" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "Action Needed" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,help:account_banking_mandate.field_account_invoice_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_line_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_method_mandate_required msgid "" -"Activate this option if this payment method requires your customer to sign a" -" direct debit mandate with your company." +"Activate this option if this payment method requires your customer to sign a " +"direct debit mandate with your company." msgstr "" #. module: account_banking_mandate @@ -105,7 +100,7 @@ msgid "Cancelled" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:88 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:148 #, python-format msgid "" "Cannot validate the mandate '%s' because it is not attached to a bank " @@ -113,7 +108,7 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:84 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:144 #, python-format msgid "Cannot validate the mandate '%s' without a date of signature." msgstr "" @@ -128,6 +123,11 @@ msgstr "" msgid "Company" msgstr "" +#. module: account_banking_mandate +#: model:ir.model,name:account_banking_mandate.model_res_partner +msgid "Contact" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_create_uid msgid "Created by" @@ -148,11 +148,6 @@ msgstr "" msgid "Date of the Last Debit" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Date of the last message posted on the record." -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_invoice_mandate_id #: model:ir.model.fields,field_description:account_banking_mandate.field_account_move_line_mandate_id @@ -169,7 +164,7 @@ msgstr "" #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_display_name -msgid "Display name" +msgid "Display Name" msgstr "" #. module: account_banking_mandate @@ -185,18 +180,9 @@ msgid "Expired" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_follower_ids -msgid "Followers" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_channel_ids -msgid "Followers (Channels)" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_partner_ids -msgid "Followers (Partners)" +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_valid_mandate_id +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_valid_mandate_id +msgid "First Valid Mandate" msgstr "" #. module: account_banking_mandate @@ -205,6 +191,11 @@ msgstr "" msgid "Format" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Generic Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search msgid "Group By" @@ -215,36 +206,16 @@ msgstr "" msgid "ID" msgstr "ID" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "If checked new messages require your attention." -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "If checked, new messages require your attention." -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_invoice msgid "Invoice" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_is_follower -msgid "Is Follower" -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_move_line msgid "Journal Item" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Last Message Date" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate___last_update msgid "Last Modified on" @@ -278,19 +249,19 @@ msgid "Mandate Required" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:192 #, python-format msgid "Mandate should be in cancel state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:120 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:180 #, python-format msgid "Mandate should be in draft or valid state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:111 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:171 #, python-format msgid "Mandate should be in draft state." msgstr "" @@ -306,34 +277,20 @@ msgid "Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_ids -msgid "Messages" -msgstr "" - -#. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:40 +#: code:addons/account_banking_mandate/models/account_payment_line.py:51 #, python-format msgid "Missing Mandate on payment line %s" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of Actions" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_mandate_count +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_mandate_count msgid "Number of Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of messages which requires an action" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Number of unread messages" +#: selection:account.banking.mandate,type:0 +msgid "One-Off" msgstr "" #. module: account_banking_mandate @@ -344,7 +301,6 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: model:ir.model,name:account_banking_mandate.model_res_partner #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_partner_id msgid "Partner" msgstr "" @@ -359,6 +315,11 @@ msgstr "" msgid "Payment Methods" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Recurrent" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_tree msgid "Reference" @@ -407,13 +368,42 @@ msgid "Status" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:67 +#: code:addons/account_banking_mandate/models/bank_payment_line.py:29 +#, python-format +msgid "" +"The bank payment line %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:97 +#, python-format +msgid "The company of the mandate %s differs from the company of partner %s." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:81 #, python-format msgid "The date of signature of mandate '%s' is in the future!" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:73 +#: code:addons/account_banking_mandate/models/account_invoice.py:90 +#, python-format +msgid "" +"The invoice %s has a different company than that of the linked mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_move_line.py:46 +#, python-format +msgid "" +"The item %s of journal %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:87 #, python-format msgid "" "The mandate '%s' can't have a date of last debit before the date of " @@ -421,28 +411,36 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:27 +#: code:addons/account_banking_mandate/models/account_payment_line.py:41 +#, python-format +msgid "" +"The payment line number %s a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_payment_line.py:26 #, python-format msgid "" "The payment line number %s has the bank account '%s' which is not attached " "to the mandate '%s' (this mandate is attached to the bank account '%s')." msgstr "" +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form +msgid "Type" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_type +msgid "Type of Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_unique_mandate_reference msgid "Unique Mandate Reference" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "Unread Messages" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Unread Messages Counter" -msgstr "" - #. module: account_banking_mandate #: selection:account.banking.mandate,state:0 #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search @@ -454,6 +452,46 @@ msgstr "" msgid "Validate" msgstr "" +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/res_partner_bank.py:25 +#, python-format +msgid "" +"You cannot change the company of Partner Bank %s, as there exists mandates " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists bank payment " +"lines referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:114 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists invoices " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:123 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists journal items " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:105 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists payment lines " +"referencing it that belong to another company." +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form msgid "" diff --git a/account_banking_mandate/i18n/hr.po b/account_banking_mandate/i18n/hr.po index 862b11dc9..f66e11ae7 100644 --- a/account_banking_mandate/i18n/hr.po +++ b/account_banking_mandate/i18n/hr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_banking_mandate -# +# # Translators: msgid "" msgstr "" @@ -10,12 +10,14 @@ msgstr "" "POT-Creation-Date: 2017-06-03 00:10+0000\n" "PO-Revision-Date: 2016-10-19 23:44+0000\n" "Last-Translator: <>\n" -"Language-Team: Croatian (http://www.transifex.com/oca/OCA-bank-payment-10-0/language/hr/)\n" +"Language-Team: Croatian (http://www.transifex.com/oca/OCA-bank-payment-10-0/" +"language/hr/)\n" +"Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: hr\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #. module: account_banking_mandate #: model:ir.actions.act_window,help:account_banking_mandate.mandate_action @@ -39,8 +41,8 @@ msgstr "" #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_line_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_method_mandate_required msgid "" -"Activate this option if this payment method requires your customer to sign a" -" direct debit mandate with your company." +"Activate this option if this payment method requires your customer to sign a " +"direct debit mandate with your company." msgstr "" #. module: account_banking_mandate @@ -99,7 +101,7 @@ msgid "Cancelled" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:88 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:148 #, python-format msgid "" "Cannot validate the mandate '%s' because it is not attached to a bank " @@ -107,7 +109,7 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:84 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:144 #, python-format msgid "Cannot validate the mandate '%s' without a date of signature." msgstr "" @@ -122,6 +124,11 @@ msgstr "" msgid "Company" msgstr "" +#. module: account_banking_mandate +#: model:ir.model,name:account_banking_mandate.model_res_partner +msgid "Contact" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_create_uid msgid "Created by" @@ -173,12 +180,23 @@ msgstr "" msgid "Expired" msgstr "" +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_valid_mandate_id +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_valid_mandate_id +msgid "First Valid Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_tree msgid "Format" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Generic Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search msgid "Group By" @@ -232,19 +250,19 @@ msgid "Mandate Required" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:192 #, python-format msgid "Mandate should be in cancel state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:120 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:180 #, python-format msgid "Mandate should be in draft or valid state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:111 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:171 #, python-format msgid "Mandate should be in draft state." msgstr "" @@ -260,7 +278,7 @@ msgid "Mandates" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:40 +#: code:addons/account_banking_mandate/models/account_payment_line.py:51 #, python-format msgid "Missing Mandate on payment line %s" msgstr "" @@ -271,6 +289,11 @@ msgstr "" msgid "Number of Mandates" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "One-Off" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_state msgid "" @@ -279,7 +302,6 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: model:ir.model,name:account_banking_mandate.model_res_partner #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_partner_id msgid "Partner" msgstr "" @@ -294,6 +316,11 @@ msgstr "Stavke plaćanja" msgid "Payment Methods" msgstr "Metode plaćanja" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Recurrent" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_tree msgid "Reference" @@ -342,13 +369,42 @@ msgid "Status" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:67 +#: code:addons/account_banking_mandate/models/bank_payment_line.py:29 +#, python-format +msgid "" +"The bank payment line %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:97 +#, python-format +msgid "The company of the mandate %s differs from the company of partner %s." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:81 #, python-format msgid "The date of signature of mandate '%s' is in the future!" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:73 +#: code:addons/account_banking_mandate/models/account_invoice.py:90 +#, python-format +msgid "" +"The invoice %s has a different company than that of the linked mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_move_line.py:46 +#, python-format +msgid "" +"The item %s of journal %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:87 #, python-format msgid "" "The mandate '%s' can't have a date of last debit before the date of " @@ -356,13 +412,31 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:27 +#: code:addons/account_banking_mandate/models/account_payment_line.py:41 +#, python-format +msgid "" +"The payment line number %s a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_payment_line.py:26 #, python-format msgid "" "The payment line number %s has the bank account '%s' which is not attached " "to the mandate '%s' (this mandate is attached to the bank account '%s')." msgstr "" +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form +msgid "Type" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_type +msgid "Type of Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_unique_mandate_reference msgid "Unique Mandate Reference" @@ -379,6 +453,46 @@ msgstr "" msgid "Validate" msgstr "" +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/res_partner_bank.py:25 +#, python-format +msgid "" +"You cannot change the company of Partner Bank %s, as there exists mandates " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists bank payment " +"lines referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:114 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists invoices " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:123 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists journal items " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:105 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists payment lines " +"referencing it that belong to another company." +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form msgid "" diff --git a/account_banking_mandate/i18n/it.po b/account_banking_mandate/i18n/it.po index 54eb2edac..5d689e426 100644 --- a/account_banking_mandate/i18n/it.po +++ b/account_banking_mandate/i18n/it.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_banking_mandate -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2016-11-21 10:17+0000\n" "PO-Revision-Date: 2016-10-19 23:46+0000\n" "Last-Translator: OCA Transbot \n" -"Language-Team: Italian (http://www.transifex.com/oca/OCA-bank-payment-10-0/language/it/)\n" +"Language-Team: Italian (http://www.transifex.com/oca/OCA-bank-payment-10-0/" +"language/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_banking_mandate @@ -40,8 +41,8 @@ msgstr "" #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_line_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_method_mandate_required msgid "" -"Activate this option if this payment method requires your customer to sign a" -" direct debit mandate with your company." +"Activate this option if this payment method requires your customer to sign a " +"direct debit mandate with your company." msgstr "" #. module: account_banking_mandate @@ -100,7 +101,7 @@ msgid "Cancelled" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:88 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:148 #, python-format msgid "" "Cannot validate the mandate '%s' because it is not attached to a bank " @@ -108,7 +109,7 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:84 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:144 #, python-format msgid "Cannot validate the mandate '%s' without a date of signature." msgstr "" @@ -123,6 +124,11 @@ msgstr "" msgid "Company" msgstr "" +#. module: account_banking_mandate +#: model:ir.model,name:account_banking_mandate.model_res_partner +msgid "Contact" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_create_uid msgid "Created by" @@ -174,12 +180,23 @@ msgstr "" msgid "Expired" msgstr "" +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_valid_mandate_id +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_valid_mandate_id +msgid "First Valid Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_tree msgid "Format" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Generic Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search msgid "Group By" @@ -233,19 +250,19 @@ msgid "Mandate Required" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:192 #, python-format msgid "Mandate should be in cancel state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:120 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:180 #, python-format msgid "Mandate should be in draft or valid state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:111 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:171 #, python-format msgid "Mandate should be in draft state." msgstr "" @@ -261,16 +278,22 @@ msgid "Mandates" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:40 +#: code:addons/account_banking_mandate/models/account_payment_line.py:51 #, python-format msgid "Missing Mandate on payment line %s" msgstr "" #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_mandate_count +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_mandate_count msgid "Number of Mandates" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "One-Off" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_state msgid "" @@ -279,7 +302,6 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: model:ir.model,name:account_banking_mandate.model_res_partner #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_partner_id msgid "Partner" msgstr "" @@ -294,6 +316,11 @@ msgstr "" msgid "Payment Methods" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Recurrent" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_tree msgid "Reference" @@ -342,13 +369,42 @@ msgid "Status" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:67 +#: code:addons/account_banking_mandate/models/bank_payment_line.py:29 +#, python-format +msgid "" +"The bank payment line %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:97 +#, python-format +msgid "The company of the mandate %s differs from the company of partner %s." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:81 #, python-format msgid "The date of signature of mandate '%s' is in the future!" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:73 +#: code:addons/account_banking_mandate/models/account_invoice.py:90 +#, python-format +msgid "" +"The invoice %s has a different company than that of the linked mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_move_line.py:46 +#, python-format +msgid "" +"The item %s of journal %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:87 #, python-format msgid "" "The mandate '%s' can't have a date of last debit before the date of " @@ -356,13 +412,31 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:27 +#: code:addons/account_banking_mandate/models/account_payment_line.py:41 +#, python-format +msgid "" +"The payment line number %s a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_payment_line.py:26 #, python-format msgid "" "The payment line number %s has the bank account '%s' which is not attached " "to the mandate '%s' (this mandate is attached to the bank account '%s')." msgstr "" +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form +msgid "Type" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_type +msgid "Type of Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_unique_mandate_reference msgid "Unique Mandate Reference" @@ -379,6 +453,46 @@ msgstr "" msgid "Validate" msgstr "" +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/res_partner_bank.py:25 +#, python-format +msgid "" +"You cannot change the company of Partner Bank %s, as there exists mandates " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists bank payment " +"lines referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:114 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists invoices " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:123 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists journal items " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:105 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists payment lines " +"referencing it that belong to another company." +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form msgid "" diff --git a/account_banking_mandate/i18n/lt.po b/account_banking_mandate/i18n/lt.po index 5c7674fd8..8d8fc3c56 100644 --- a/account_banking_mandate/i18n/lt.po +++ b/account_banking_mandate/i18n/lt.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_banking_mandate -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2016-09-10 16:15+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n" +"Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: lt\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n" +"%100<10 || n%100>=20) ? 1 : 2);\n" #. module: account_banking_mandate #: model:ir.actions.act_window,help:account_banking_mandate.mandate_action @@ -35,18 +36,13 @@ msgstr "" msgid "A generic banking mandate" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "Action Needed" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,help:account_banking_mandate.field_account_invoice_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_line_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_method_mandate_required msgid "" -"Activate this option if this payment method requires your customer to sign a" -" direct debit mandate with your company." +"Activate this option if this payment method requires your customer to sign a " +"direct debit mandate with your company." msgstr "" #. module: account_banking_mandate @@ -105,7 +101,7 @@ msgid "Cancelled" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:88 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:148 #, python-format msgid "" "Cannot validate the mandate '%s' because it is not attached to a bank " @@ -113,7 +109,7 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:84 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:144 #, python-format msgid "Cannot validate the mandate '%s' without a date of signature." msgstr "" @@ -128,6 +124,11 @@ msgstr "" msgid "Company" msgstr "" +#. module: account_banking_mandate +#: model:ir.model,name:account_banking_mandate.model_res_partner +msgid "Contact" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_create_uid msgid "Created by" @@ -148,11 +149,6 @@ msgstr "" msgid "Date of the Last Debit" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Date of the last message posted on the record." -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_invoice_mandate_id #: model:ir.model.fields,field_description:account_banking_mandate.field_account_move_line_mandate_id @@ -169,7 +165,7 @@ msgstr "" #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_display_name -msgid "Display name" +msgid "Display Name" msgstr "" #. module: account_banking_mandate @@ -185,18 +181,9 @@ msgid "Expired" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_follower_ids -msgid "Followers" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_channel_ids -msgid "Followers (Channels)" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_partner_ids -msgid "Followers (Partners)" +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_valid_mandate_id +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_valid_mandate_id +msgid "First Valid Mandate" msgstr "" #. module: account_banking_mandate @@ -205,6 +192,11 @@ msgstr "" msgid "Format" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Generic Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search msgid "Group By" @@ -215,36 +207,16 @@ msgstr "" msgid "ID" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "If checked new messages require your attention." -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "If checked, new messages require your attention." -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_invoice msgid "Invoice" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_is_follower -msgid "Is Follower" -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_move_line msgid "Journal Item" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Last Message Date" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate___last_update msgid "Last Modified on" @@ -278,19 +250,19 @@ msgid "Mandate Required" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:192 #, python-format msgid "Mandate should be in cancel state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:120 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:180 #, python-format msgid "Mandate should be in draft or valid state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:111 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:171 #, python-format msgid "Mandate should be in draft state." msgstr "" @@ -306,34 +278,20 @@ msgid "Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_ids -msgid "Messages" -msgstr "" - -#. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:40 +#: code:addons/account_banking_mandate/models/account_payment_line.py:51 #, python-format msgid "Missing Mandate on payment line %s" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of Actions" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_mandate_count +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_mandate_count msgid "Number of Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of messages which requires an action" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Number of unread messages" +#: selection:account.banking.mandate,type:0 +msgid "One-Off" msgstr "" #. module: account_banking_mandate @@ -344,7 +302,6 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: model:ir.model,name:account_banking_mandate.model_res_partner #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_partner_id msgid "Partner" msgstr "" @@ -359,6 +316,11 @@ msgstr "" msgid "Payment Methods" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Recurrent" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_tree msgid "Reference" @@ -407,13 +369,42 @@ msgid "Status" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:67 +#: code:addons/account_banking_mandate/models/bank_payment_line.py:29 +#, python-format +msgid "" +"The bank payment line %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:97 +#, python-format +msgid "The company of the mandate %s differs from the company of partner %s." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:81 #, python-format msgid "The date of signature of mandate '%s' is in the future!" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:73 +#: code:addons/account_banking_mandate/models/account_invoice.py:90 +#, python-format +msgid "" +"The invoice %s has a different company than that of the linked mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_move_line.py:46 +#, python-format +msgid "" +"The item %s of journal %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:87 #, python-format msgid "" "The mandate '%s' can't have a date of last debit before the date of " @@ -421,28 +412,36 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:27 +#: code:addons/account_banking_mandate/models/account_payment_line.py:41 +#, python-format +msgid "" +"The payment line number %s a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_payment_line.py:26 #, python-format msgid "" "The payment line number %s has the bank account '%s' which is not attached " "to the mandate '%s' (this mandate is attached to the bank account '%s')." msgstr "" +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form +msgid "Type" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_type +msgid "Type of Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_unique_mandate_reference msgid "Unique Mandate Reference" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "Unread Messages" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Unread Messages Counter" -msgstr "" - #. module: account_banking_mandate #: selection:account.banking.mandate,state:0 #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search @@ -454,6 +453,46 @@ msgstr "" msgid "Validate" msgstr "" +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/res_partner_bank.py:25 +#, python-format +msgid "" +"You cannot change the company of Partner Bank %s, as there exists mandates " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists bank payment " +"lines referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:114 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists invoices " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:123 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists journal items " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:105 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists payment lines " +"referencing it that belong to another company." +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form msgid "" diff --git a/account_banking_mandate/i18n/nb_NO.po b/account_banking_mandate/i18n/nb_NO.po index 54a68d901..7e0c74fdc 100644 --- a/account_banking_mandate/i18n/nb_NO.po +++ b/account_banking_mandate/i18n/nb_NO.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_banking_mandate -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-12-11 09:50+0000\n" "PO-Revision-Date: 2017-12-11 09:50+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/teams/23907/nb_NO/)\n" +"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/" +"teams/23907/nb_NO/)\n" +"Language: nb_NO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nb_NO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_banking_mandate @@ -40,8 +41,8 @@ msgstr "" #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_line_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_method_mandate_required msgid "" -"Activate this option if this payment method requires your customer to sign a" -" direct debit mandate with your company." +"Activate this option if this payment method requires your customer to sign a " +"direct debit mandate with your company." msgstr "" #. module: account_banking_mandate @@ -100,7 +101,7 @@ msgid "Cancelled" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:138 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:148 #, python-format msgid "" "Cannot validate the mandate '%s' because it is not attached to a bank " @@ -108,7 +109,7 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:134 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:144 #, python-format msgid "Cannot validate the mandate '%s' without a date of signature." msgstr "" @@ -249,19 +250,19 @@ msgid "Mandate Required" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:182 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:192 #, python-format msgid "Mandate should be in cancel state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:170 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:180 #, python-format msgid "Mandate should be in draft or valid state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:161 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:171 #, python-format msgid "Mandate should be in draft state." msgstr "" @@ -376,19 +377,19 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:87 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:97 #, python-format msgid "The company of the mandate %s differs from the company of partner %s." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:71 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:81 #, python-format msgid "The date of signature of mandate '%s' is in the future!" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_invoice.py:89 +#: code:addons/account_banking_mandate/models/account_invoice.py:90 #, python-format msgid "" "The invoice %s has a different company than that of the linked mandate %s)." @@ -403,7 +404,7 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:77 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:87 #, python-format msgid "" "The mandate '%s' can't have a date of last debit before the date of " @@ -461,7 +462,7 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:122 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 #, python-format msgid "" "You cannot change the company of mandate %s, as there exists bank payment " @@ -469,7 +470,7 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:104 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:114 #, python-format msgid "" "You cannot change the company of mandate %s, as there exists invoices " @@ -477,7 +478,7 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:113 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:123 #, python-format msgid "" "You cannot change the company of mandate %s, as there exists journal items " @@ -485,7 +486,7 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:95 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:105 #, python-format msgid "" "You cannot change the company of mandate %s, as there exists payment lines " diff --git a/account_banking_mandate/i18n/nl.po b/account_banking_mandate/i18n/nl.po index 630cdc71c..7106b6c83 100644 --- a/account_banking_mandate/i18n/nl.po +++ b/account_banking_mandate/i18n/nl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_banking_mandate -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-03-09 14:56+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" +"Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_banking_mandate @@ -43,8 +43,8 @@ msgstr "Een generiek bank mandaat" #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_line_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_method_mandate_required msgid "" -"Activate this option if this payment method requires your customer to sign a" -" direct debit mandate with your company." +"Activate this option if this payment method requires your customer to sign a " +"direct debit mandate with your company." msgstr "" "Activeer deze optie wanneer bij de betaalwijze uw klant verplicht is om een " "incasso mandaat met uw bedrijf te ondertekenen." diff --git a/account_banking_mandate/i18n/nl_BE.po b/account_banking_mandate/i18n/nl_BE.po index c7c7f3c58..51f896771 100644 --- a/account_banking_mandate/i18n/nl_BE.po +++ b/account_banking_mandate/i18n/nl_BE.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_banking_mandate -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2016-09-10 16:15+0000\n" "PO-Revision-Date: 2016-09-10 16:15+0000\n" "Last-Translator: OCA Transbot , 2016\n" -"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/nl_BE/)\n" +"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/" +"nl_BE/)\n" +"Language: nl_BE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nl_BE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_banking_mandate @@ -35,18 +36,13 @@ msgstr "" msgid "A generic banking mandate" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "Action Needed" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,help:account_banking_mandate.field_account_invoice_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_line_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_method_mandate_required msgid "" -"Activate this option if this payment method requires your customer to sign a" -" direct debit mandate with your company." +"Activate this option if this payment method requires your customer to sign a " +"direct debit mandate with your company." msgstr "" #. module: account_banking_mandate @@ -105,7 +101,7 @@ msgid "Cancelled" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:88 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:148 #, python-format msgid "" "Cannot validate the mandate '%s' because it is not attached to a bank " @@ -113,7 +109,7 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:84 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:144 #, python-format msgid "Cannot validate the mandate '%s' without a date of signature." msgstr "" @@ -128,6 +124,11 @@ msgstr "" msgid "Company" msgstr "" +#. module: account_banking_mandate +#: model:ir.model,name:account_banking_mandate.model_res_partner +msgid "Contact" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_create_uid msgid "Created by" @@ -148,11 +149,6 @@ msgstr "" msgid "Date of the Last Debit" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Date of the last message posted on the record." -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_invoice_mandate_id #: model:ir.model.fields,field_description:account_banking_mandate.field_account_move_line_mandate_id @@ -169,7 +165,7 @@ msgstr "" #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_display_name -msgid "Display name" +msgid "Display Name" msgstr "" #. module: account_banking_mandate @@ -185,18 +181,9 @@ msgid "Expired" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_follower_ids -msgid "Followers" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_channel_ids -msgid "Followers (Channels)" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_partner_ids -msgid "Followers (Partners)" +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_valid_mandate_id +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_valid_mandate_id +msgid "First Valid Mandate" msgstr "" #. module: account_banking_mandate @@ -205,6 +192,11 @@ msgstr "" msgid "Format" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Generic Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search msgid "Group By" @@ -215,36 +207,16 @@ msgstr "" msgid "ID" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "If checked new messages require your attention." -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "If checked, new messages require your attention." -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_invoice msgid "Invoice" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_is_follower -msgid "Is Follower" -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_move_line msgid "Journal Item" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Last Message Date" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate___last_update msgid "Last Modified on" @@ -278,19 +250,19 @@ msgid "Mandate Required" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:192 #, python-format msgid "Mandate should be in cancel state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:120 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:180 #, python-format msgid "Mandate should be in draft or valid state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:111 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:171 #, python-format msgid "Mandate should be in draft state." msgstr "" @@ -306,34 +278,20 @@ msgid "Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_ids -msgid "Messages" -msgstr "" - -#. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:40 +#: code:addons/account_banking_mandate/models/account_payment_line.py:51 #, python-format msgid "Missing Mandate on payment line %s" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of Actions" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_mandate_count +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_mandate_count msgid "Number of Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of messages which requires an action" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Number of unread messages" +#: selection:account.banking.mandate,type:0 +msgid "One-Off" msgstr "" #. module: account_banking_mandate @@ -344,7 +302,6 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: model:ir.model,name:account_banking_mandate.model_res_partner #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_partner_id msgid "Partner" msgstr "" @@ -359,6 +316,11 @@ msgstr "" msgid "Payment Methods" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Recurrent" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_tree msgid "Reference" @@ -407,13 +369,42 @@ msgid "Status" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:67 +#: code:addons/account_banking_mandate/models/bank_payment_line.py:29 +#, python-format +msgid "" +"The bank payment line %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:97 +#, python-format +msgid "The company of the mandate %s differs from the company of partner %s." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:81 #, python-format msgid "The date of signature of mandate '%s' is in the future!" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:73 +#: code:addons/account_banking_mandate/models/account_invoice.py:90 +#, python-format +msgid "" +"The invoice %s has a different company than that of the linked mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_move_line.py:46 +#, python-format +msgid "" +"The item %s of journal %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:87 #, python-format msgid "" "The mandate '%s' can't have a date of last debit before the date of " @@ -421,28 +412,36 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:27 +#: code:addons/account_banking_mandate/models/account_payment_line.py:41 +#, python-format +msgid "" +"The payment line number %s a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_payment_line.py:26 #, python-format msgid "" "The payment line number %s has the bank account '%s' which is not attached " "to the mandate '%s' (this mandate is attached to the bank account '%s')." msgstr "" +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form +msgid "Type" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_type +msgid "Type of Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_unique_mandate_reference msgid "Unique Mandate Reference" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "Unread Messages" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Unread Messages Counter" -msgstr "" - #. module: account_banking_mandate #: selection:account.banking.mandate,state:0 #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search @@ -454,6 +453,46 @@ msgstr "" msgid "Validate" msgstr "" +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/res_partner_bank.py:25 +#, python-format +msgid "" +"You cannot change the company of Partner Bank %s, as there exists mandates " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists bank payment " +"lines referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:114 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists invoices " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:123 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists journal items " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:105 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists payment lines " +"referencing it that belong to another company." +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form msgid "" diff --git a/account_banking_mandate/i18n/pl.po b/account_banking_mandate/i18n/pl.po index 65ba6a550..93871563d 100644 --- a/account_banking_mandate/i18n/pl.po +++ b/account_banking_mandate/i18n/pl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_banking_mandate -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2016-09-10 16:15+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" #. module: account_banking_mandate #: model:ir.actions.act_window,help:account_banking_mandate.mandate_action @@ -35,18 +36,13 @@ msgstr "" msgid "A generic banking mandate" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "Action Needed" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,help:account_banking_mandate.field_account_invoice_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_line_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_method_mandate_required msgid "" -"Activate this option if this payment method requires your customer to sign a" -" direct debit mandate with your company." +"Activate this option if this payment method requires your customer to sign a " +"direct debit mandate with your company." msgstr "" #. module: account_banking_mandate @@ -105,7 +101,7 @@ msgid "Cancelled" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:88 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:148 #, python-format msgid "" "Cannot validate the mandate '%s' because it is not attached to a bank " @@ -113,7 +109,7 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:84 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:144 #, python-format msgid "Cannot validate the mandate '%s' without a date of signature." msgstr "" @@ -128,6 +124,11 @@ msgstr "" msgid "Company" msgstr "" +#. module: account_banking_mandate +#: model:ir.model,name:account_banking_mandate.model_res_partner +msgid "Contact" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_create_uid msgid "Created by" @@ -148,11 +149,6 @@ msgstr "" msgid "Date of the Last Debit" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Date of the last message posted on the record." -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_invoice_mandate_id #: model:ir.model.fields,field_description:account_banking_mandate.field_account_move_line_mandate_id @@ -169,7 +165,7 @@ msgstr "" #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_display_name -msgid "Display name" +msgid "Display Name" msgstr "" #. module: account_banking_mandate @@ -185,18 +181,9 @@ msgid "Expired" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_follower_ids -msgid "Followers" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_channel_ids -msgid "Followers (Channels)" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_partner_ids -msgid "Followers (Partners)" +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_valid_mandate_id +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_valid_mandate_id +msgid "First Valid Mandate" msgstr "" #. module: account_banking_mandate @@ -205,6 +192,11 @@ msgstr "" msgid "Format" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Generic Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search msgid "Group By" @@ -215,36 +207,16 @@ msgstr "" msgid "ID" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "If checked new messages require your attention." -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "If checked, new messages require your attention." -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_invoice msgid "Invoice" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_is_follower -msgid "Is Follower" -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_move_line msgid "Journal Item" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Last Message Date" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate___last_update msgid "Last Modified on" @@ -278,19 +250,19 @@ msgid "Mandate Required" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:192 #, python-format msgid "Mandate should be in cancel state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:120 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:180 #, python-format msgid "Mandate should be in draft or valid state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:111 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:171 #, python-format msgid "Mandate should be in draft state." msgstr "" @@ -306,34 +278,20 @@ msgid "Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_ids -msgid "Messages" -msgstr "" - -#. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:40 +#: code:addons/account_banking_mandate/models/account_payment_line.py:51 #, python-format msgid "Missing Mandate on payment line %s" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of Actions" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_mandate_count +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_mandate_count msgid "Number of Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of messages which requires an action" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Number of unread messages" +#: selection:account.banking.mandate,type:0 +msgid "One-Off" msgstr "" #. module: account_banking_mandate @@ -344,7 +302,6 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: model:ir.model,name:account_banking_mandate.model_res_partner #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_partner_id msgid "Partner" msgstr "" @@ -359,6 +316,11 @@ msgstr "" msgid "Payment Methods" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Recurrent" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_tree msgid "Reference" @@ -407,13 +369,42 @@ msgid "Status" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:67 +#: code:addons/account_banking_mandate/models/bank_payment_line.py:29 +#, python-format +msgid "" +"The bank payment line %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:97 +#, python-format +msgid "The company of the mandate %s differs from the company of partner %s." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:81 #, python-format msgid "The date of signature of mandate '%s' is in the future!" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:73 +#: code:addons/account_banking_mandate/models/account_invoice.py:90 +#, python-format +msgid "" +"The invoice %s has a different company than that of the linked mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_move_line.py:46 +#, python-format +msgid "" +"The item %s of journal %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:87 #, python-format msgid "" "The mandate '%s' can't have a date of last debit before the date of " @@ -421,28 +412,36 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:27 +#: code:addons/account_banking_mandate/models/account_payment_line.py:41 +#, python-format +msgid "" +"The payment line number %s a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_payment_line.py:26 #, python-format msgid "" "The payment line number %s has the bank account '%s' which is not attached " "to the mandate '%s' (this mandate is attached to the bank account '%s')." msgstr "" +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form +msgid "Type" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_type +msgid "Type of Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_unique_mandate_reference msgid "Unique Mandate Reference" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "Unread Messages" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Unread Messages Counter" -msgstr "" - #. module: account_banking_mandate #: selection:account.banking.mandate,state:0 #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search @@ -454,6 +453,46 @@ msgstr "" msgid "Validate" msgstr "" +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/res_partner_bank.py:25 +#, python-format +msgid "" +"You cannot change the company of Partner Bank %s, as there exists mandates " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists bank payment " +"lines referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:114 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists invoices " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:123 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists journal items " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:105 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists payment lines " +"referencing it that belong to another company." +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form msgid "" diff --git a/account_banking_mandate/i18n/pt.po b/account_banking_mandate/i18n/pt.po index 0c6868ed6..877d989ab 100644 --- a/account_banking_mandate/i18n/pt.po +++ b/account_banking_mandate/i18n/pt.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_banking_mandate -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2016-09-10 16:15+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_banking_mandate @@ -35,18 +35,13 @@ msgstr "" msgid "A generic banking mandate" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "Action Needed" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,help:account_banking_mandate.field_account_invoice_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_line_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_method_mandate_required msgid "" -"Activate this option if this payment method requires your customer to sign a" -" direct debit mandate with your company." +"Activate this option if this payment method requires your customer to sign a " +"direct debit mandate with your company." msgstr "" #. module: account_banking_mandate @@ -105,7 +100,7 @@ msgid "Cancelled" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:88 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:148 #, python-format msgid "" "Cannot validate the mandate '%s' because it is not attached to a bank " @@ -113,7 +108,7 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:84 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:144 #, python-format msgid "Cannot validate the mandate '%s' without a date of signature." msgstr "" @@ -128,6 +123,11 @@ msgstr "" msgid "Company" msgstr "" +#. module: account_banking_mandate +#: model:ir.model,name:account_banking_mandate.model_res_partner +msgid "Contact" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_create_uid msgid "Created by" @@ -148,11 +148,6 @@ msgstr "" msgid "Date of the Last Debit" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Date of the last message posted on the record." -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_invoice_mandate_id #: model:ir.model.fields,field_description:account_banking_mandate.field_account_move_line_mandate_id @@ -169,7 +164,7 @@ msgstr "" #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_display_name -msgid "Display name" +msgid "Display Name" msgstr "" #. module: account_banking_mandate @@ -185,18 +180,9 @@ msgid "Expired" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_follower_ids -msgid "Followers" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_channel_ids -msgid "Followers (Channels)" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_partner_ids -msgid "Followers (Partners)" +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_valid_mandate_id +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_valid_mandate_id +msgid "First Valid Mandate" msgstr "" #. module: account_banking_mandate @@ -205,6 +191,11 @@ msgstr "" msgid "Format" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Generic Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search msgid "Group By" @@ -215,36 +206,16 @@ msgstr "" msgid "ID" msgstr "ID" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "If checked new messages require your attention." -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "If checked, new messages require your attention." -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_invoice msgid "Invoice" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_is_follower -msgid "Is Follower" -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_move_line msgid "Journal Item" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Last Message Date" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate___last_update msgid "Last Modified on" @@ -278,19 +249,19 @@ msgid "Mandate Required" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:192 #, python-format msgid "Mandate should be in cancel state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:120 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:180 #, python-format msgid "Mandate should be in draft or valid state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:111 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:171 #, python-format msgid "Mandate should be in draft state." msgstr "" @@ -306,34 +277,20 @@ msgid "Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_ids -msgid "Messages" -msgstr "" - -#. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:40 +#: code:addons/account_banking_mandate/models/account_payment_line.py:51 #, python-format msgid "Missing Mandate on payment line %s" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of Actions" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_mandate_count +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_mandate_count msgid "Number of Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of messages which requires an action" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Number of unread messages" +#: selection:account.banking.mandate,type:0 +msgid "One-Off" msgstr "" #. module: account_banking_mandate @@ -344,7 +301,6 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: model:ir.model,name:account_banking_mandate.model_res_partner #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_partner_id msgid "Partner" msgstr "" @@ -359,6 +315,11 @@ msgstr "" msgid "Payment Methods" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Recurrent" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_tree msgid "Reference" @@ -407,13 +368,42 @@ msgid "Status" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:67 +#: code:addons/account_banking_mandate/models/bank_payment_line.py:29 +#, python-format +msgid "" +"The bank payment line %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:97 +#, python-format +msgid "The company of the mandate %s differs from the company of partner %s." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:81 #, python-format msgid "The date of signature of mandate '%s' is in the future!" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:73 +#: code:addons/account_banking_mandate/models/account_invoice.py:90 +#, python-format +msgid "" +"The invoice %s has a different company than that of the linked mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_move_line.py:46 +#, python-format +msgid "" +"The item %s of journal %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:87 #, python-format msgid "" "The mandate '%s' can't have a date of last debit before the date of " @@ -421,28 +411,36 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:27 +#: code:addons/account_banking_mandate/models/account_payment_line.py:41 +#, python-format +msgid "" +"The payment line number %s a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_payment_line.py:26 #, python-format msgid "" "The payment line number %s has the bank account '%s' which is not attached " "to the mandate '%s' (this mandate is attached to the bank account '%s')." msgstr "" +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form +msgid "Type" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_type +msgid "Type of Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_unique_mandate_reference msgid "Unique Mandate Reference" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "Unread Messages" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Unread Messages Counter" -msgstr "" - #. module: account_banking_mandate #: selection:account.banking.mandate,state:0 #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search @@ -454,6 +452,46 @@ msgstr "" msgid "Validate" msgstr "" +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/res_partner_bank.py:25 +#, python-format +msgid "" +"You cannot change the company of Partner Bank %s, as there exists mandates " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists bank payment " +"lines referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:114 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists invoices " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:123 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists journal items " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:105 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists payment lines " +"referencing it that belong to another company." +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form msgid "" diff --git a/account_banking_mandate/i18n/pt_BR.po b/account_banking_mandate/i18n/pt_BR.po index daa256a35..3b99c1442 100644 --- a/account_banking_mandate/i18n/pt_BR.po +++ b/account_banking_mandate/i18n/pt_BR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_banking_mandate -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2018-03-09 14:56+0000\n" "PO-Revision-Date: 2018-03-09 14:56+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/" +"teams/23907/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: account_banking_mandate @@ -40,8 +41,8 @@ msgstr "Uma ordem bancária genérica" #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_line_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_method_mandate_required msgid "" -"Activate this option if this payment method requires your customer to sign a" -" direct debit mandate with your company." +"Activate this option if this payment method requires your customer to sign a " +"direct debit mandate with your company." msgstr "" #. module: account_banking_mandate diff --git a/account_banking_mandate/i18n/pt_PT.po b/account_banking_mandate/i18n/pt_PT.po index 1b3bcc863..2fcbfb581 100644 --- a/account_banking_mandate/i18n/pt_PT.po +++ b/account_banking_mandate/i18n/pt_PT.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_banking_mandate -# +# # Translators: # OCA Transbot , 2016 # Pedro Castro Silva , 2016 @@ -12,11 +12,12 @@ msgstr "" "POT-Creation-Date: 2016-11-21 10:17+0000\n" "PO-Revision-Date: 2016-10-19 23:45+0000\n" "Last-Translator: OCA Transbot \n" -"Language-Team: Portuguese (Portugal) (http://www.transifex.com/oca/OCA-bank-payment-10-0/language/pt_PT/)\n" +"Language-Team: Portuguese (Portugal) (http://www.transifex.com/oca/OCA-bank-" +"payment-10-0/language/pt_PT/)\n" +"Language: pt_PT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pt_PT\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_banking_mandate @@ -41,8 +42,8 @@ msgstr "" #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_line_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_method_mandate_required msgid "" -"Activate this option if this payment method requires your customer to sign a" -" direct debit mandate with your company." +"Activate this option if this payment method requires your customer to sign a " +"direct debit mandate with your company." msgstr "" #. module: account_banking_mandate @@ -101,7 +102,7 @@ msgid "Cancelled" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:88 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:148 #, python-format msgid "" "Cannot validate the mandate '%s' because it is not attached to a bank " @@ -109,7 +110,7 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:84 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:144 #, python-format msgid "Cannot validate the mandate '%s' without a date of signature." msgstr "" @@ -124,6 +125,11 @@ msgstr "" msgid "Company" msgstr "" +#. module: account_banking_mandate +#: model:ir.model,name:account_banking_mandate.model_res_partner +msgid "Contact" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_create_uid msgid "Created by" @@ -175,12 +181,23 @@ msgstr "Rascunho" msgid "Expired" msgstr "" +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_valid_mandate_id +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_valid_mandate_id +msgid "First Valid Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_tree msgid "Format" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Generic Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search msgid "Group By" @@ -234,19 +251,19 @@ msgid "Mandate Required" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:192 #, python-format msgid "Mandate should be in cancel state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:120 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:180 #, python-format msgid "Mandate should be in draft or valid state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:111 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:171 #, python-format msgid "Mandate should be in draft state." msgstr "" @@ -262,16 +279,22 @@ msgid "Mandates" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:40 +#: code:addons/account_banking_mandate/models/account_payment_line.py:51 #, python-format msgid "Missing Mandate on payment line %s" msgstr "" #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_mandate_count +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_mandate_count msgid "Number of Mandates" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "One-Off" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_state msgid "" @@ -280,7 +303,6 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: model:ir.model,name:account_banking_mandate.model_res_partner #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_partner_id msgid "Partner" msgstr "" @@ -295,6 +317,11 @@ msgstr "" msgid "Payment Methods" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Recurrent" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_tree msgid "Reference" @@ -343,13 +370,42 @@ msgid "Status" msgstr "Estado" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:67 +#: code:addons/account_banking_mandate/models/bank_payment_line.py:29 +#, python-format +msgid "" +"The bank payment line %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:97 +#, python-format +msgid "The company of the mandate %s differs from the company of partner %s." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:81 #, python-format msgid "The date of signature of mandate '%s' is in the future!" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:73 +#: code:addons/account_banking_mandate/models/account_invoice.py:90 +#, python-format +msgid "" +"The invoice %s has a different company than that of the linked mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_move_line.py:46 +#, python-format +msgid "" +"The item %s of journal %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:87 #, python-format msgid "" "The mandate '%s' can't have a date of last debit before the date of " @@ -357,13 +413,31 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:27 +#: code:addons/account_banking_mandate/models/account_payment_line.py:41 +#, python-format +msgid "" +"The payment line number %s a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_payment_line.py:26 #, python-format msgid "" "The payment line number %s has the bank account '%s' which is not attached " "to the mandate '%s' (this mandate is attached to the bank account '%s')." msgstr "" +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form +msgid "Type" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_type +msgid "Type of Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_unique_mandate_reference msgid "Unique Mandate Reference" @@ -380,6 +454,46 @@ msgstr "" msgid "Validate" msgstr "" +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/res_partner_bank.py:25 +#, python-format +msgid "" +"You cannot change the company of Partner Bank %s, as there exists mandates " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists bank payment " +"lines referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:114 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists invoices " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:123 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists journal items " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:105 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists payment lines " +"referencing it that belong to another company." +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form msgid "" diff --git a/account_banking_mandate/i18n/ro.po b/account_banking_mandate/i18n/ro.po index abc1c407f..df898a18a 100644 --- a/account_banking_mandate/i18n/ro.po +++ b/account_banking_mandate/i18n/ro.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_banking_mandate -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2016-09-10 16:15+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n" +"Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ro\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?" +"2:1));\n" #. module: account_banking_mandate #: model:ir.actions.act_window,help:account_banking_mandate.mandate_action @@ -35,18 +36,13 @@ msgstr "" msgid "A generic banking mandate" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "Action Needed" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,help:account_banking_mandate.field_account_invoice_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_line_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_method_mandate_required msgid "" -"Activate this option if this payment method requires your customer to sign a" -" direct debit mandate with your company." +"Activate this option if this payment method requires your customer to sign a " +"direct debit mandate with your company." msgstr "" #. module: account_banking_mandate @@ -105,7 +101,7 @@ msgid "Cancelled" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:88 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:148 #, python-format msgid "" "Cannot validate the mandate '%s' because it is not attached to a bank " @@ -113,7 +109,7 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:84 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:144 #, python-format msgid "Cannot validate the mandate '%s' without a date of signature." msgstr "" @@ -128,6 +124,11 @@ msgstr "" msgid "Company" msgstr "" +#. module: account_banking_mandate +#: model:ir.model,name:account_banking_mandate.model_res_partner +msgid "Contact" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_create_uid msgid "Created by" @@ -148,11 +149,6 @@ msgstr "" msgid "Date of the Last Debit" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Date of the last message posted on the record." -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_invoice_mandate_id #: model:ir.model.fields,field_description:account_banking_mandate.field_account_move_line_mandate_id @@ -169,7 +165,7 @@ msgstr "" #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_display_name -msgid "Display name" +msgid "Display Name" msgstr "" #. module: account_banking_mandate @@ -185,18 +181,9 @@ msgid "Expired" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_follower_ids -msgid "Followers" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_channel_ids -msgid "Followers (Channels)" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_partner_ids -msgid "Followers (Partners)" +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_valid_mandate_id +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_valid_mandate_id +msgid "First Valid Mandate" msgstr "" #. module: account_banking_mandate @@ -205,6 +192,11 @@ msgstr "" msgid "Format" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Generic Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search msgid "Group By" @@ -215,36 +207,16 @@ msgstr "" msgid "ID" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "If checked new messages require your attention." -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "If checked, new messages require your attention." -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_invoice msgid "Invoice" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_is_follower -msgid "Is Follower" -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_move_line msgid "Journal Item" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Last Message Date" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate___last_update msgid "Last Modified on" @@ -278,19 +250,19 @@ msgid "Mandate Required" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:192 #, python-format msgid "Mandate should be in cancel state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:120 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:180 #, python-format msgid "Mandate should be in draft or valid state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:111 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:171 #, python-format msgid "Mandate should be in draft state." msgstr "" @@ -306,34 +278,20 @@ msgid "Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_ids -msgid "Messages" -msgstr "" - -#. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:40 +#: code:addons/account_banking_mandate/models/account_payment_line.py:51 #, python-format msgid "Missing Mandate on payment line %s" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of Actions" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_mandate_count +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_mandate_count msgid "Number of Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of messages which requires an action" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Number of unread messages" +#: selection:account.banking.mandate,type:0 +msgid "One-Off" msgstr "" #. module: account_banking_mandate @@ -344,7 +302,6 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: model:ir.model,name:account_banking_mandate.model_res_partner #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_partner_id msgid "Partner" msgstr "" @@ -359,6 +316,11 @@ msgstr "" msgid "Payment Methods" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Recurrent" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_tree msgid "Reference" @@ -407,13 +369,42 @@ msgid "Status" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:67 +#: code:addons/account_banking_mandate/models/bank_payment_line.py:29 +#, python-format +msgid "" +"The bank payment line %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:97 +#, python-format +msgid "The company of the mandate %s differs from the company of partner %s." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:81 #, python-format msgid "The date of signature of mandate '%s' is in the future!" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:73 +#: code:addons/account_banking_mandate/models/account_invoice.py:90 +#, python-format +msgid "" +"The invoice %s has a different company than that of the linked mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_move_line.py:46 +#, python-format +msgid "" +"The item %s of journal %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:87 #, python-format msgid "" "The mandate '%s' can't have a date of last debit before the date of " @@ -421,28 +412,36 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:27 +#: code:addons/account_banking_mandate/models/account_payment_line.py:41 +#, python-format +msgid "" +"The payment line number %s a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_payment_line.py:26 #, python-format msgid "" "The payment line number %s has the bank account '%s' which is not attached " "to the mandate '%s' (this mandate is attached to the bank account '%s')." msgstr "" +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form +msgid "Type" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_type +msgid "Type of Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_unique_mandate_reference msgid "Unique Mandate Reference" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "Unread Messages" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Unread Messages Counter" -msgstr "" - #. module: account_banking_mandate #: selection:account.banking.mandate,state:0 #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search @@ -454,6 +453,46 @@ msgstr "" msgid "Validate" msgstr "" +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/res_partner_bank.py:25 +#, python-format +msgid "" +"You cannot change the company of Partner Bank %s, as there exists mandates " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists bank payment " +"lines referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:114 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists invoices " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:123 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists journal items " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:105 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists payment lines " +"referencing it that belong to another company." +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form msgid "" diff --git a/account_banking_mandate/i18n/ru.po b/account_banking_mandate/i18n/ru.po index e58b31084..aa750e094 100644 --- a/account_banking_mandate/i18n/ru.po +++ b/account_banking_mandate/i18n/ru.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_banking_mandate -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,11 +12,13 @@ msgstr "" "PO-Revision-Date: 2016-09-10 16:15+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ru\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" +"%100>=11 && n%100<=14)? 2 : 3);\n" #. module: account_banking_mandate #: model:ir.actions.act_window,help:account_banking_mandate.mandate_action @@ -35,18 +37,13 @@ msgstr "" msgid "A generic banking mandate" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "Action Needed" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,help:account_banking_mandate.field_account_invoice_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_line_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_method_mandate_required msgid "" -"Activate this option if this payment method requires your customer to sign a" -" direct debit mandate with your company." +"Activate this option if this payment method requires your customer to sign a " +"direct debit mandate with your company." msgstr "" #. module: account_banking_mandate @@ -105,7 +102,7 @@ msgid "Cancelled" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:88 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:148 #, python-format msgid "" "Cannot validate the mandate '%s' because it is not attached to a bank " @@ -113,7 +110,7 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:84 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:144 #, python-format msgid "Cannot validate the mandate '%s' without a date of signature." msgstr "" @@ -128,6 +125,11 @@ msgstr "" msgid "Company" msgstr "" +#. module: account_banking_mandate +#: model:ir.model,name:account_banking_mandate.model_res_partner +msgid "Contact" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_create_uid msgid "Created by" @@ -148,11 +150,6 @@ msgstr "" msgid "Date of the Last Debit" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Date of the last message posted on the record." -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_invoice_mandate_id #: model:ir.model.fields,field_description:account_banking_mandate.field_account_move_line_mandate_id @@ -169,7 +166,7 @@ msgstr "" #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_display_name -msgid "Display name" +msgid "Display Name" msgstr "" #. module: account_banking_mandate @@ -185,18 +182,9 @@ msgid "Expired" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_follower_ids -msgid "Followers" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_channel_ids -msgid "Followers (Channels)" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_partner_ids -msgid "Followers (Partners)" +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_valid_mandate_id +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_valid_mandate_id +msgid "First Valid Mandate" msgstr "" #. module: account_banking_mandate @@ -205,6 +193,11 @@ msgstr "" msgid "Format" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Generic Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search msgid "Group By" @@ -215,36 +208,16 @@ msgstr "" msgid "ID" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "If checked new messages require your attention." -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "If checked, new messages require your attention." -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_invoice msgid "Invoice" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_is_follower -msgid "Is Follower" -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_move_line msgid "Journal Item" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Last Message Date" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate___last_update msgid "Last Modified on" @@ -278,19 +251,19 @@ msgid "Mandate Required" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:192 #, python-format msgid "Mandate should be in cancel state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:120 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:180 #, python-format msgid "Mandate should be in draft or valid state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:111 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:171 #, python-format msgid "Mandate should be in draft state." msgstr "" @@ -306,34 +279,20 @@ msgid "Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_ids -msgid "Messages" -msgstr "" - -#. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:40 +#: code:addons/account_banking_mandate/models/account_payment_line.py:51 #, python-format msgid "Missing Mandate on payment line %s" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of Actions" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_mandate_count +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_mandate_count msgid "Number of Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of messages which requires an action" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Number of unread messages" +#: selection:account.banking.mandate,type:0 +msgid "One-Off" msgstr "" #. module: account_banking_mandate @@ -344,7 +303,6 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: model:ir.model,name:account_banking_mandate.model_res_partner #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_partner_id msgid "Partner" msgstr "" @@ -359,6 +317,11 @@ msgstr "" msgid "Payment Methods" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Recurrent" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_tree msgid "Reference" @@ -407,13 +370,42 @@ msgid "Status" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:67 +#: code:addons/account_banking_mandate/models/bank_payment_line.py:29 +#, python-format +msgid "" +"The bank payment line %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:97 +#, python-format +msgid "The company of the mandate %s differs from the company of partner %s." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:81 #, python-format msgid "The date of signature of mandate '%s' is in the future!" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:73 +#: code:addons/account_banking_mandate/models/account_invoice.py:90 +#, python-format +msgid "" +"The invoice %s has a different company than that of the linked mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_move_line.py:46 +#, python-format +msgid "" +"The item %s of journal %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:87 #, python-format msgid "" "The mandate '%s' can't have a date of last debit before the date of " @@ -421,28 +413,36 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:27 +#: code:addons/account_banking_mandate/models/account_payment_line.py:41 +#, python-format +msgid "" +"The payment line number %s a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_payment_line.py:26 #, python-format msgid "" "The payment line number %s has the bank account '%s' which is not attached " "to the mandate '%s' (this mandate is attached to the bank account '%s')." msgstr "" +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form +msgid "Type" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_type +msgid "Type of Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_unique_mandate_reference msgid "Unique Mandate Reference" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "Unread Messages" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Unread Messages Counter" -msgstr "" - #. module: account_banking_mandate #: selection:account.banking.mandate,state:0 #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search @@ -454,6 +454,46 @@ msgstr "" msgid "Validate" msgstr "" +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/res_partner_bank.py:25 +#, python-format +msgid "" +"You cannot change the company of Partner Bank %s, as there exists mandates " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists bank payment " +"lines referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:114 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists invoices " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:123 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists journal items " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:105 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists payment lines " +"referencing it that belong to another company." +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form msgid "" diff --git a/account_banking_mandate/i18n/sl.po b/account_banking_mandate/i18n/sl.po index 285fe8f4a..7c6eb67b5 100644 --- a/account_banking_mandate/i18n/sl.po +++ b/account_banking_mandate/i18n/sl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_banking_mandate -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2018-03-09 14:56+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" +"Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sl\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3);\n" #. module: account_banking_mandate #: model:ir.actions.act_window,help:account_banking_mandate.mandate_action @@ -40,8 +41,8 @@ msgstr "Generični bančni mandat" #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_line_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_method_mandate_required msgid "" -"Activate this option if this payment method requires your customer to sign a" -" direct debit mandate with your company." +"Activate this option if this payment method requires your customer to sign a " +"direct debit mandate with your company." msgstr "" #. module: account_banking_mandate diff --git a/account_banking_mandate/i18n/th.po b/account_banking_mandate/i18n/th.po index 69c2920fb..cb8d8af2d 100644 --- a/account_banking_mandate/i18n/th.po +++ b/account_banking_mandate/i18n/th.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_banking_mandate -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2016-09-10 16:15+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n" +"Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: th\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: account_banking_mandate @@ -35,18 +35,13 @@ msgstr "" msgid "A generic banking mandate" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "Action Needed" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,help:account_banking_mandate.field_account_invoice_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_line_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_method_mandate_required msgid "" -"Activate this option if this payment method requires your customer to sign a" -" direct debit mandate with your company." +"Activate this option if this payment method requires your customer to sign a " +"direct debit mandate with your company." msgstr "" #. module: account_banking_mandate @@ -105,7 +100,7 @@ msgid "Cancelled" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:88 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:148 #, python-format msgid "" "Cannot validate the mandate '%s' because it is not attached to a bank " @@ -113,7 +108,7 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:84 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:144 #, python-format msgid "Cannot validate the mandate '%s' without a date of signature." msgstr "" @@ -128,6 +123,11 @@ msgstr "" msgid "Company" msgstr "" +#. module: account_banking_mandate +#: model:ir.model,name:account_banking_mandate.model_res_partner +msgid "Contact" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_create_uid msgid "Created by" @@ -148,11 +148,6 @@ msgstr "" msgid "Date of the Last Debit" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Date of the last message posted on the record." -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_invoice_mandate_id #: model:ir.model.fields,field_description:account_banking_mandate.field_account_move_line_mandate_id @@ -169,7 +164,7 @@ msgstr "" #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_display_name -msgid "Display name" +msgid "Display Name" msgstr "" #. module: account_banking_mandate @@ -185,18 +180,9 @@ msgid "Expired" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_follower_ids -msgid "Followers" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_channel_ids -msgid "Followers (Channels)" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_partner_ids -msgid "Followers (Partners)" +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_valid_mandate_id +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_valid_mandate_id +msgid "First Valid Mandate" msgstr "" #. module: account_banking_mandate @@ -205,6 +191,11 @@ msgstr "" msgid "Format" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Generic Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search msgid "Group By" @@ -215,36 +206,16 @@ msgstr "" msgid "ID" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "If checked new messages require your attention." -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "If checked, new messages require your attention." -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_invoice msgid "Invoice" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_is_follower -msgid "Is Follower" -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_move_line msgid "Journal Item" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Last Message Date" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate___last_update msgid "Last Modified on" @@ -278,19 +249,19 @@ msgid "Mandate Required" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:192 #, python-format msgid "Mandate should be in cancel state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:120 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:180 #, python-format msgid "Mandate should be in draft or valid state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:111 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:171 #, python-format msgid "Mandate should be in draft state." msgstr "" @@ -306,34 +277,20 @@ msgid "Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_ids -msgid "Messages" -msgstr "" - -#. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:40 +#: code:addons/account_banking_mandate/models/account_payment_line.py:51 #, python-format msgid "Missing Mandate on payment line %s" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of Actions" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_mandate_count +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_mandate_count msgid "Number of Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of messages which requires an action" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Number of unread messages" +#: selection:account.banking.mandate,type:0 +msgid "One-Off" msgstr "" #. module: account_banking_mandate @@ -344,7 +301,6 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: model:ir.model,name:account_banking_mandate.model_res_partner #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_partner_id msgid "Partner" msgstr "" @@ -359,6 +315,11 @@ msgstr "" msgid "Payment Methods" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Recurrent" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_tree msgid "Reference" @@ -407,13 +368,42 @@ msgid "Status" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:67 +#: code:addons/account_banking_mandate/models/bank_payment_line.py:29 +#, python-format +msgid "" +"The bank payment line %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:97 +#, python-format +msgid "The company of the mandate %s differs from the company of partner %s." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:81 #, python-format msgid "The date of signature of mandate '%s' is in the future!" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:73 +#: code:addons/account_banking_mandate/models/account_invoice.py:90 +#, python-format +msgid "" +"The invoice %s has a different company than that of the linked mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_move_line.py:46 +#, python-format +msgid "" +"The item %s of journal %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:87 #, python-format msgid "" "The mandate '%s' can't have a date of last debit before the date of " @@ -421,28 +411,36 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:27 +#: code:addons/account_banking_mandate/models/account_payment_line.py:41 +#, python-format +msgid "" +"The payment line number %s a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_payment_line.py:26 #, python-format msgid "" "The payment line number %s has the bank account '%s' which is not attached " "to the mandate '%s' (this mandate is attached to the bank account '%s')." msgstr "" +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form +msgid "Type" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_type +msgid "Type of Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_unique_mandate_reference msgid "Unique Mandate Reference" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "Unread Messages" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Unread Messages Counter" -msgstr "" - #. module: account_banking_mandate #: selection:account.banking.mandate,state:0 #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search @@ -454,6 +452,46 @@ msgstr "" msgid "Validate" msgstr "" +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/res_partner_bank.py:25 +#, python-format +msgid "" +"You cannot change the company of Partner Bank %s, as there exists mandates " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists bank payment " +"lines referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:114 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists invoices " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:123 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists journal items " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:105 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists payment lines " +"referencing it that belong to another company." +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form msgid "" diff --git a/account_banking_mandate/i18n/tr.po b/account_banking_mandate/i18n/tr.po index 0b6299598..37a9e7b65 100644 --- a/account_banking_mandate/i18n/tr.po +++ b/account_banking_mandate/i18n/tr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_banking_mandate -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2016-09-10 16:15+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" +"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: tr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: account_banking_mandate @@ -35,18 +35,13 @@ msgstr "" msgid "A generic banking mandate" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "Action Needed" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,help:account_banking_mandate.field_account_invoice_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_line_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_method_mandate_required msgid "" -"Activate this option if this payment method requires your customer to sign a" -" direct debit mandate with your company." +"Activate this option if this payment method requires your customer to sign a " +"direct debit mandate with your company." msgstr "" #. module: account_banking_mandate @@ -105,7 +100,7 @@ msgid "Cancelled" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:88 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:148 #, python-format msgid "" "Cannot validate the mandate '%s' because it is not attached to a bank " @@ -113,7 +108,7 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:84 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:144 #, python-format msgid "Cannot validate the mandate '%s' without a date of signature." msgstr "" @@ -128,6 +123,11 @@ msgstr "" msgid "Company" msgstr "" +#. module: account_banking_mandate +#: model:ir.model,name:account_banking_mandate.model_res_partner +msgid "Contact" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_create_uid msgid "Created by" @@ -148,11 +148,6 @@ msgstr "" msgid "Date of the Last Debit" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Date of the last message posted on the record." -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_invoice_mandate_id #: model:ir.model.fields,field_description:account_banking_mandate.field_account_move_line_mandate_id @@ -169,7 +164,7 @@ msgstr "" #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_display_name -msgid "Display name" +msgid "Display Name" msgstr "" #. module: account_banking_mandate @@ -185,18 +180,9 @@ msgid "Expired" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_follower_ids -msgid "Followers" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_channel_ids -msgid "Followers (Channels)" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_partner_ids -msgid "Followers (Partners)" +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_valid_mandate_id +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_valid_mandate_id +msgid "First Valid Mandate" msgstr "" #. module: account_banking_mandate @@ -205,6 +191,11 @@ msgstr "" msgid "Format" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Generic Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search msgid "Group By" @@ -215,36 +206,16 @@ msgstr "" msgid "ID" msgstr "ID" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "If checked new messages require your attention." -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "If checked, new messages require your attention." -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_invoice msgid "Invoice" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_is_follower -msgid "Is Follower" -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_move_line msgid "Journal Item" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Last Message Date" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate___last_update msgid "Last Modified on" @@ -278,19 +249,19 @@ msgid "Mandate Required" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:192 #, python-format msgid "Mandate should be in cancel state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:120 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:180 #, python-format msgid "Mandate should be in draft or valid state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:111 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:171 #, python-format msgid "Mandate should be in draft state." msgstr "" @@ -306,34 +277,20 @@ msgid "Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_ids -msgid "Messages" -msgstr "" - -#. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:40 +#: code:addons/account_banking_mandate/models/account_payment_line.py:51 #, python-format msgid "Missing Mandate on payment line %s" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of Actions" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_mandate_count +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_mandate_count msgid "Number of Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of messages which requires an action" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Number of unread messages" +#: selection:account.banking.mandate,type:0 +msgid "One-Off" msgstr "" #. module: account_banking_mandate @@ -344,7 +301,6 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: model:ir.model,name:account_banking_mandate.model_res_partner #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_partner_id msgid "Partner" msgstr "" @@ -359,6 +315,11 @@ msgstr "" msgid "Payment Methods" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Recurrent" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_tree msgid "Reference" @@ -407,13 +368,42 @@ msgid "Status" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:67 +#: code:addons/account_banking_mandate/models/bank_payment_line.py:29 +#, python-format +msgid "" +"The bank payment line %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:97 +#, python-format +msgid "The company of the mandate %s differs from the company of partner %s." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:81 #, python-format msgid "The date of signature of mandate '%s' is in the future!" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:73 +#: code:addons/account_banking_mandate/models/account_invoice.py:90 +#, python-format +msgid "" +"The invoice %s has a different company than that of the linked mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_move_line.py:46 +#, python-format +msgid "" +"The item %s of journal %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:87 #, python-format msgid "" "The mandate '%s' can't have a date of last debit before the date of " @@ -421,28 +411,36 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:27 +#: code:addons/account_banking_mandate/models/account_payment_line.py:41 +#, python-format +msgid "" +"The payment line number %s a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_payment_line.py:26 #, python-format msgid "" "The payment line number %s has the bank account '%s' which is not attached " "to the mandate '%s' (this mandate is attached to the bank account '%s')." msgstr "" +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form +msgid "Type" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_type +msgid "Type of Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_unique_mandate_reference msgid "Unique Mandate Reference" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "Unread Messages" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Unread Messages Counter" -msgstr "" - #. module: account_banking_mandate #: selection:account.banking.mandate,state:0 #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search @@ -454,6 +452,46 @@ msgstr "" msgid "Validate" msgstr "" +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/res_partner_bank.py:25 +#, python-format +msgid "" +"You cannot change the company of Partner Bank %s, as there exists mandates " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists bank payment " +"lines referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:114 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists invoices " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:123 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists journal items " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:105 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists payment lines " +"referencing it that belong to another company." +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form msgid "" diff --git a/account_banking_mandate/i18n/vi.po b/account_banking_mandate/i18n/vi.po index 128b2bdb9..0dffcfc06 100644 --- a/account_banking_mandate/i18n/vi.po +++ b/account_banking_mandate/i18n/vi.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_banking_mandate -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2016-09-10 16:15+0000\n" "Last-Translator: OCA Transbot , 2016\n" "Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/vi/)\n" +"Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: account_banking_mandate @@ -35,18 +35,13 @@ msgstr "" msgid "A generic banking mandate" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "Action Needed" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,help:account_banking_mandate.field_account_invoice_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_line_mandate_required #: model:ir.model.fields,help:account_banking_mandate.field_account_payment_method_mandate_required msgid "" -"Activate this option if this payment method requires your customer to sign a" -" direct debit mandate with your company." +"Activate this option if this payment method requires your customer to sign a " +"direct debit mandate with your company." msgstr "" #. module: account_banking_mandate @@ -105,7 +100,7 @@ msgid "Cancelled" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:88 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:148 #, python-format msgid "" "Cannot validate the mandate '%s' because it is not attached to a bank " @@ -113,7 +108,7 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:84 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:144 #, python-format msgid "Cannot validate the mandate '%s' without a date of signature." msgstr "" @@ -128,6 +123,11 @@ msgstr "" msgid "Company" msgstr "" +#. module: account_banking_mandate +#: model:ir.model,name:account_banking_mandate.model_res_partner +msgid "Contact" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_create_uid msgid "Created by" @@ -148,11 +148,6 @@ msgstr "" msgid "Date of the Last Debit" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Date of the last message posted on the record." -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_invoice_mandate_id #: model:ir.model.fields,field_description:account_banking_mandate.field_account_move_line_mandate_id @@ -169,7 +164,7 @@ msgstr "" #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_display_name -msgid "Display name" +msgid "Display Name" msgstr "" #. module: account_banking_mandate @@ -185,18 +180,9 @@ msgid "Expired" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_follower_ids -msgid "Followers" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_channel_ids -msgid "Followers (Channels)" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_partner_ids -msgid "Followers (Partners)" +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_valid_mandate_id +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_valid_mandate_id +msgid "First Valid Mandate" msgstr "" #. module: account_banking_mandate @@ -205,6 +191,11 @@ msgstr "" msgid "Format" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Generic Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search msgid "Group By" @@ -215,36 +206,16 @@ msgstr "" msgid "ID" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "If checked new messages require your attention." -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction -msgid "If checked, new messages require your attention." -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_invoice msgid "Invoice" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_is_follower -msgid "Is Follower" -msgstr "" - #. module: account_banking_mandate #: model:ir.model,name:account_banking_mandate.model_account_move_line msgid "Journal Item" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_last_post -msgid "Last Message Date" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate___last_update msgid "Last Modified on" @@ -278,19 +249,19 @@ msgid "Mandate Required" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:192 #, python-format msgid "Mandate should be in cancel state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:120 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:180 #, python-format msgid "Mandate should be in draft or valid state." msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:111 +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:171 #, python-format msgid "Mandate should be in draft state." msgstr "" @@ -306,34 +277,20 @@ msgid "Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_ids -msgid "Messages" -msgstr "" - -#. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:40 +#: code:addons/account_banking_mandate/models/account_payment_line.py:51 #, python-format msgid "Missing Mandate on payment line %s" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of Actions" -msgstr "" - #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_res_partner_mandate_count +#: model:ir.model.fields,field_description:account_banking_mandate.field_res_users_mandate_count msgid "Number of Mandates" msgstr "" #. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_needaction_counter -msgid "Number of messages which requires an action" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,help:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Number of unread messages" +#: selection:account.banking.mandate,type:0 +msgid "One-Off" msgstr "" #. module: account_banking_mandate @@ -344,7 +301,6 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: model:ir.model,name:account_banking_mandate.model_res_partner #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_partner_id msgid "Partner" msgstr "" @@ -359,6 +315,11 @@ msgstr "" msgid "Payment Methods" msgstr "" +#. module: account_banking_mandate +#: selection:account.banking.mandate,type:0 +msgid "Recurrent" +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_tree msgid "Reference" @@ -407,13 +368,42 @@ msgid "Status" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:67 +#: code:addons/account_banking_mandate/models/bank_payment_line.py:29 +#, python-format +msgid "" +"The bank payment line %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:97 +#, python-format +msgid "The company of the mandate %s differs from the company of partner %s." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:81 #, python-format msgid "The date of signature of mandate '%s' is in the future!" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_banking_mandate.py:73 +#: code:addons/account_banking_mandate/models/account_invoice.py:90 +#, python-format +msgid "" +"The invoice %s has a different company than that of the linked mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_move_line.py:46 +#, python-format +msgid "" +"The item %s of journal %s has a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:87 #, python-format msgid "" "The mandate '%s' can't have a date of last debit before the date of " @@ -421,28 +411,36 @@ msgid "" msgstr "" #. module: account_banking_mandate -#: code:addons/account_banking_mandate/models/account_payment_line.py:27 +#: code:addons/account_banking_mandate/models/account_payment_line.py:41 +#, python-format +msgid "" +"The payment line number %s a different company than that of the linked " +"mandate %s)." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_payment_line.py:26 #, python-format msgid "" "The payment line number %s has the bank account '%s' which is not attached " "to the mandate '%s' (this mandate is attached to the bank account '%s')." msgstr "" +#. module: account_banking_mandate +#: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form +msgid "Type" +msgstr "" + +#. module: account_banking_mandate +#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_type +msgid "Type of Mandate" +msgstr "" + #. module: account_banking_mandate #: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_unique_mandate_reference msgid "Unique Mandate Reference" msgstr "" -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread -msgid "Unread Messages" -msgstr "" - -#. module: account_banking_mandate -#: model:ir.model.fields,field_description:account_banking_mandate.field_account_banking_mandate_message_unread_counter -msgid "Unread Messages Counter" -msgstr "" - #. module: account_banking_mandate #: selection:account.banking.mandate,state:0 #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_search @@ -454,6 +452,46 @@ msgstr "" msgid "Validate" msgstr "" +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/res_partner_bank.py:25 +#, python-format +msgid "" +"You cannot change the company of Partner Bank %s, as there exists mandates " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:132 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists bank payment " +"lines referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:114 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists invoices " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:123 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists journal items " +"referencing it that belong to another company." +msgstr "" + +#. module: account_banking_mandate +#: code:addons/account_banking_mandate/models/account_banking_mandate.py:105 +#, python-format +msgid "" +"You cannot change the company of mandate %s, as there exists payment lines " +"referencing it that belong to another company." +msgstr "" + #. module: account_banking_mandate #: model:ir.ui.view,arch_db:account_banking_mandate.view_mandate_form msgid ""