mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
[UPD] Update account_statement_import.pot
This commit is contained in:
@@ -4,10 +4,8 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.0+e\n"
|
||||
"Project-Id-Version: Odoo Server 15.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-01-26 09:11+0000\n"
|
||||
"PO-Revision-Date: 2022-01-26 09:11+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -52,9 +50,10 @@ msgstr ""
|
||||
#: code:addons/account_statement_import/wizard/account_statement_import.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Could not find any bank account with number '%s' linked to partner '%s'. You"
|
||||
" should create the bank account and set it on the related bank journal. If "
|
||||
"the related bank journal doesn't exist yet, you should create a new one."
|
||||
"Could not find any bank account with number '%(account_number)s' linked to "
|
||||
"partner '%(partner_name)s'. You should create the bank account and set it on"
|
||||
" the related bank journal. If the related bank journal doesn't exist yet, "
|
||||
"you should create a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_statement_import
|
||||
@@ -174,9 +173,9 @@ msgstr ""
|
||||
#: code:addons/account_statement_import/wizard/account_statement_import.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The bank account with number '%s' exists in Odoo but it is not set on any "
|
||||
"bank journal. You should set it on the related bank journal. If the related "
|
||||
"bank journal doesn't exist yet, you should create a new one."
|
||||
"The bank account with number '%(account_number)s' exists in Odoo but it is "
|
||||
"not set on any bank journal. You should set it on the related bank journal. "
|
||||
"If the related bank journal doesn't exist yet, you should create a new one."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_statement_import
|
||||
@@ -191,8 +190,8 @@ msgstr ""
|
||||
#: code:addons/account_statement_import/wizard/account_statement_import.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The currency of the bank statement (%s) is not the same as the currency of "
|
||||
"the journal '%s' (%s)."
|
||||
"The currency of the bank statement (%(currency_name)s) is not the same as "
|
||||
"the currency of the journal '%(journal_name)s' (%(journal_currency_name)s)."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_statement_import
|
||||
|
||||
Reference in New Issue
Block a user