mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
[UPD] Update account_bank_statement_import_camt_oca.pot
This commit is contained in:
committed by
Iryna Vyshnevska
parent
ccc9e5c4ae
commit
34f801b93d
@@ -0,0 +1,76 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_bank_statement_import_camt_oca
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 13.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_bank_statement_import_camt_oca
|
||||
#: model:ir.model,name:account_bank_statement_import_camt_oca.model_account_bank_statement_import_camt_parser
|
||||
msgid "Account Bank Statement Import CAMT parser"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model:ir.model,name:account_bank_statement_import_camt_oca.model_account_bank_statement
|
||||
msgid "Bank Statement"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model:ir.model,name:account_bank_statement_import_camt_oca.model_account_bank_statement_line
|
||||
msgid "Bank Statement Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model_terms:ir.ui.view,arch_db:account_bank_statement_import_camt_oca.account_bank_statement_import_view
|
||||
msgid "CAMT"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model:ir.model.fields,field_description:account_bank_statement_import_camt_oca.field_account_bank_statement_import_camt_parser__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model:ir.model.fields,field_description:account_bank_statement_import_camt_oca.field_account_bank_statement_import_camt_parser__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model:ir.model,name:account_bank_statement_import_camt_oca.model_account_bank_statement_import
|
||||
msgid "Import Bank Statement"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model:ir.model,name:account_bank_statement_import_camt_oca.model_account_journal
|
||||
msgid "Journal"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model:ir.model.fields,field_description:account_bank_statement_import_camt_oca.field_account_bank_statement_import_camt_parser____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:0
|
||||
#, python-format
|
||||
msgid "camt.053.001.02"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:0
|
||||
#, python-format
|
||||
msgid "camt.054.001.02"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model_terms:ir.ui.view,arch_db:account_bank_statement_import_camt_oca.account_bank_statement_import_view
|
||||
msgid "zipped CAMT"
|
||||
msgstr ""
|
||||
@@ -24,6 +24,18 @@ msgstr ""
|
||||
msgid "Account Bank Statement Import CAMT parser"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model:ir.model,name:account_bank_statement_import_camt_oca.model_account_bank_statement
|
||||
#, fuzzy
|
||||
msgid "Bank Statement"
|
||||
msgstr "Kontoauszug importieren"
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model:ir.model,name:account_bank_statement_import_camt_oca.model_account_bank_statement_line
|
||||
#, fuzzy
|
||||
msgid "Bank Statement Line"
|
||||
msgstr "Kontoauszug importieren"
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model_terms:ir.ui.view,arch_db:account_bank_statement_import_camt_oca.account_bank_statement_import_view
|
||||
msgid "CAMT"
|
||||
@@ -55,13 +67,13 @@ msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:13
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:0
|
||||
#, python-format
|
||||
msgid "camt.053.001.02"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:13
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:0
|
||||
#, python-format
|
||||
msgid "camt.054.001.02"
|
||||
msgstr ""
|
||||
|
||||
@@ -24,6 +24,18 @@ msgstr ""
|
||||
msgid "Account Bank Statement Import CAMT parser"
|
||||
msgstr "account.bank.statement.import.camt.parser"
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model:ir.model,name:account_bank_statement_import_camt_oca.model_account_bank_statement
|
||||
#, fuzzy
|
||||
msgid "Bank Statement"
|
||||
msgstr "Importar extracto bancario"
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model:ir.model,name:account_bank_statement_import_camt_oca.model_account_bank_statement_line
|
||||
#, fuzzy
|
||||
msgid "Bank Statement Line"
|
||||
msgstr "Importar extracto bancario"
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model_terms:ir.ui.view,arch_db:account_bank_statement_import_camt_oca.account_bank_statement_import_view
|
||||
msgid "CAMT"
|
||||
@@ -55,13 +67,13 @@ msgid "Last Modified on"
|
||||
msgstr "Última modificación en"
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:13
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:0
|
||||
#, python-format
|
||||
msgid "camt.053.001.02"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:13
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:0
|
||||
#, python-format
|
||||
msgid "camt.054.001.02"
|
||||
msgstr ""
|
||||
|
||||
@@ -25,6 +25,18 @@ msgstr ""
|
||||
msgid "Account Bank Statement Import CAMT parser"
|
||||
msgstr "گزارش .حساب بانکی .وارد کننده .تقسیم کننده .تجزیه کننده"
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model:ir.model,name:account_bank_statement_import_camt_oca.model_account_bank_statement
|
||||
#, fuzzy
|
||||
msgid "Bank Statement"
|
||||
msgstr "ورود بیانیه بانکی"
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model:ir.model,name:account_bank_statement_import_camt_oca.model_account_bank_statement_line
|
||||
#, fuzzy
|
||||
msgid "Bank Statement Line"
|
||||
msgstr "ورود بیانیه بانکی"
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model_terms:ir.ui.view,arch_db:account_bank_statement_import_camt_oca.account_bank_statement_import_view
|
||||
msgid "CAMT"
|
||||
@@ -56,13 +68,13 @@ msgid "Last Modified on"
|
||||
msgstr "آخرین تغییر در"
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:13
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:0
|
||||
#, python-format
|
||||
msgid "camt.053.001.02"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:13
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:0
|
||||
#, python-format
|
||||
msgid "camt.054.001.02"
|
||||
msgstr ""
|
||||
|
||||
@@ -23,6 +23,18 @@ msgstr ""
|
||||
msgid "Account Bank Statement Import CAMT parser"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model:ir.model,name:account_bank_statement_import_camt_oca.model_account_bank_statement
|
||||
#, fuzzy
|
||||
msgid "Bank Statement"
|
||||
msgstr "Tuo pankkiaineisto"
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model:ir.model,name:account_bank_statement_import_camt_oca.model_account_bank_statement_line
|
||||
#, fuzzy
|
||||
msgid "Bank Statement Line"
|
||||
msgstr "Tuo pankkiaineisto"
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model_terms:ir.ui.view,arch_db:account_bank_statement_import_camt_oca.account_bank_statement_import_view
|
||||
msgid "CAMT"
|
||||
@@ -54,13 +66,13 @@ msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:13
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:0
|
||||
#, python-format
|
||||
msgid "camt.053.001.02"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:13
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:0
|
||||
#, python-format
|
||||
msgid "camt.054.001.02"
|
||||
msgstr ""
|
||||
|
||||
@@ -23,6 +23,18 @@ msgstr ""
|
||||
msgid "Account Bank Statement Import CAMT parser"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model:ir.model,name:account_bank_statement_import_camt_oca.model_account_bank_statement
|
||||
#, fuzzy
|
||||
msgid "Bank Statement"
|
||||
msgstr "Importer Relevé Bancaire"
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model:ir.model,name:account_bank_statement_import_camt_oca.model_account_bank_statement_line
|
||||
#, fuzzy
|
||||
msgid "Bank Statement Line"
|
||||
msgstr "Importer Relevé Bancaire"
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model_terms:ir.ui.view,arch_db:account_bank_statement_import_camt_oca.account_bank_statement_import_view
|
||||
msgid "CAMT"
|
||||
@@ -54,13 +66,13 @@ msgid "Last Modified on"
|
||||
msgstr "Dernière modification le"
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:13
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:0
|
||||
#, python-format
|
||||
msgid "camt.053.001.02"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:13
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:0
|
||||
#, python-format
|
||||
msgid "camt.054.001.02"
|
||||
msgstr ""
|
||||
|
||||
@@ -24,6 +24,18 @@ msgstr ""
|
||||
msgid "Account Bank Statement Import CAMT parser"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model:ir.model,name:account_bank_statement_import_camt_oca.model_account_bank_statement
|
||||
#, fuzzy
|
||||
msgid "Bank Statement"
|
||||
msgstr "Importer Relevé"
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model:ir.model,name:account_bank_statement_import_camt_oca.model_account_bank_statement_line
|
||||
#, fuzzy
|
||||
msgid "Bank Statement Line"
|
||||
msgstr "Importer Relevé"
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model_terms:ir.ui.view,arch_db:account_bank_statement_import_camt_oca.account_bank_statement_import_view
|
||||
msgid "CAMT"
|
||||
@@ -55,13 +67,13 @@ msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:13
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:0
|
||||
#, python-format
|
||||
msgid "camt.053.001.02"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:13
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:0
|
||||
#, python-format
|
||||
msgid "camt.054.001.02"
|
||||
msgstr ""
|
||||
|
||||
@@ -23,6 +23,18 @@ msgstr ""
|
||||
msgid "Account Bank Statement Import CAMT parser"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model:ir.model,name:account_bank_statement_import_camt_oca.model_account_bank_statement
|
||||
#, fuzzy
|
||||
msgid "Bank Statement"
|
||||
msgstr "Importar extracto bancario"
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model:ir.model,name:account_bank_statement_import_camt_oca.model_account_bank_statement_line
|
||||
#, fuzzy
|
||||
msgid "Bank Statement Line"
|
||||
msgstr "Importar extracto bancario"
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model_terms:ir.ui.view,arch_db:account_bank_statement_import_camt_oca.account_bank_statement_import_view
|
||||
msgid "CAMT"
|
||||
@@ -54,13 +66,13 @@ msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:13
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:0
|
||||
#, python-format
|
||||
msgid "camt.053.001.02"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:13
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:0
|
||||
#, python-format
|
||||
msgid "camt.054.001.02"
|
||||
msgstr ""
|
||||
|
||||
@@ -25,6 +25,18 @@ msgstr ""
|
||||
msgid "Account Bank Statement Import CAMT parser"
|
||||
msgstr "account.bank.statement.import.camt.parser"
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model:ir.model,name:account_bank_statement_import_camt_oca.model_account_bank_statement
|
||||
#, fuzzy
|
||||
msgid "Bank Statement"
|
||||
msgstr "Uvoz bankovnog izvoda"
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model:ir.model,name:account_bank_statement_import_camt_oca.model_account_bank_statement_line
|
||||
#, fuzzy
|
||||
msgid "Bank Statement Line"
|
||||
msgstr "Uvoz bankovnog izvoda"
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model_terms:ir.ui.view,arch_db:account_bank_statement_import_camt_oca.account_bank_statement_import_view
|
||||
msgid "CAMT"
|
||||
@@ -56,13 +68,13 @@ msgid "Last Modified on"
|
||||
msgstr "Zadnje modificirano"
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:13
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:0
|
||||
#, python-format
|
||||
msgid "camt.053.001.02"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:13
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:0
|
||||
#, python-format
|
||||
msgid "camt.054.001.02"
|
||||
msgstr ""
|
||||
|
||||
@@ -24,6 +24,18 @@ msgstr ""
|
||||
msgid "Account Bank Statement Import CAMT parser"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model:ir.model,name:account_bank_statement_import_camt_oca.model_account_bank_statement
|
||||
#, fuzzy
|
||||
msgid "Bank Statement"
|
||||
msgstr "Importuoti banko išrašą"
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model:ir.model,name:account_bank_statement_import_camt_oca.model_account_bank_statement_line
|
||||
#, fuzzy
|
||||
msgid "Bank Statement Line"
|
||||
msgstr "Importuoti banko išrašą"
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model_terms:ir.ui.view,arch_db:account_bank_statement_import_camt_oca.account_bank_statement_import_view
|
||||
msgid "CAMT"
|
||||
@@ -55,13 +67,13 @@ msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:13
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:0
|
||||
#, python-format
|
||||
msgid "camt.053.001.02"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:13
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:0
|
||||
#, python-format
|
||||
msgid "camt.054.001.02"
|
||||
msgstr ""
|
||||
|
||||
@@ -24,6 +24,18 @@ msgstr ""
|
||||
msgid "Account Bank Statement Import CAMT parser"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model:ir.model,name:account_bank_statement_import_camt_oca.model_account_bank_statement
|
||||
#, fuzzy
|
||||
msgid "Bank Statement"
|
||||
msgstr "Importer bankutsagn"
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model:ir.model,name:account_bank_statement_import_camt_oca.model_account_bank_statement_line
|
||||
#, fuzzy
|
||||
msgid "Bank Statement Line"
|
||||
msgstr "Importer bankutsagn"
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model_terms:ir.ui.view,arch_db:account_bank_statement_import_camt_oca.account_bank_statement_import_view
|
||||
msgid "CAMT"
|
||||
@@ -55,13 +67,13 @@ msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:13
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:0
|
||||
#, python-format
|
||||
msgid "camt.053.001.02"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:13
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:0
|
||||
#, python-format
|
||||
msgid "camt.054.001.02"
|
||||
msgstr ""
|
||||
|
||||
@@ -26,6 +26,18 @@ msgstr ""
|
||||
msgid "Account Bank Statement Import CAMT parser"
|
||||
msgstr "account.bank.statement.import.camt.parser"
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model:ir.model,name:account_bank_statement_import_camt_oca.model_account_bank_statement
|
||||
#, fuzzy
|
||||
msgid "Bank Statement"
|
||||
msgstr "Importeer bankafschrift"
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model:ir.model,name:account_bank_statement_import_camt_oca.model_account_bank_statement_line
|
||||
#, fuzzy
|
||||
msgid "Bank Statement Line"
|
||||
msgstr "Importeer bankafschrift"
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model_terms:ir.ui.view,arch_db:account_bank_statement_import_camt_oca.account_bank_statement_import_view
|
||||
#, fuzzy
|
||||
@@ -59,13 +71,13 @@ msgid "Last Modified on"
|
||||
msgstr "Laatst gewijzigd op"
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:13
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:0
|
||||
#, python-format
|
||||
msgid "camt.053.001.02"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:13
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:0
|
||||
#, python-format
|
||||
msgid "camt.054.001.02"
|
||||
msgstr ""
|
||||
|
||||
@@ -23,6 +23,18 @@ msgstr ""
|
||||
msgid "Account Bank Statement Import CAMT parser"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model:ir.model,name:account_bank_statement_import_camt_oca.model_account_bank_statement
|
||||
#, fuzzy
|
||||
msgid "Bank Statement"
|
||||
msgstr "Importar Extrato Bancário"
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model:ir.model,name:account_bank_statement_import_camt_oca.model_account_bank_statement_line
|
||||
#, fuzzy
|
||||
msgid "Bank Statement Line"
|
||||
msgstr "Importar Extrato Bancário"
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model_terms:ir.ui.view,arch_db:account_bank_statement_import_camt_oca.account_bank_statement_import_view
|
||||
msgid "CAMT"
|
||||
@@ -54,13 +66,13 @@ msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:13
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:0
|
||||
#, python-format
|
||||
msgid "camt.053.001.02"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:13
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:0
|
||||
#, python-format
|
||||
msgid "camt.054.001.02"
|
||||
msgstr ""
|
||||
|
||||
@@ -23,6 +23,18 @@ msgstr ""
|
||||
msgid "Account Bank Statement Import CAMT parser"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model:ir.model,name:account_bank_statement_import_camt_oca.model_account_bank_statement
|
||||
#, fuzzy
|
||||
msgid "Bank Statement"
|
||||
msgstr "Importar Extrato Bancário"
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model:ir.model,name:account_bank_statement_import_camt_oca.model_account_bank_statement_line
|
||||
#, fuzzy
|
||||
msgid "Bank Statement Line"
|
||||
msgstr "Importar Extrato Bancário"
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model_terms:ir.ui.view,arch_db:account_bank_statement_import_camt_oca.account_bank_statement_import_view
|
||||
msgid "CAMT"
|
||||
@@ -54,13 +66,13 @@ msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:13
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:0
|
||||
#, python-format
|
||||
msgid "camt.053.001.02"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:13
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:0
|
||||
#, python-format
|
||||
msgid "camt.054.001.02"
|
||||
msgstr ""
|
||||
|
||||
@@ -24,6 +24,18 @@ msgstr ""
|
||||
msgid "Account Bank Statement Import CAMT parser"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model:ir.model,name:account_bank_statement_import_camt_oca.model_account_bank_statement
|
||||
#, fuzzy
|
||||
msgid "Bank Statement"
|
||||
msgstr "Uvoz bančnega izpiska"
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model:ir.model,name:account_bank_statement_import_camt_oca.model_account_bank_statement_line
|
||||
#, fuzzy
|
||||
msgid "Bank Statement Line"
|
||||
msgstr "Uvoz bančnega izpiska"
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: model_terms:ir.ui.view,arch_db:account_bank_statement_import_camt_oca.account_bank_statement_import_view
|
||||
msgid "CAMT"
|
||||
@@ -55,13 +67,13 @@ msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:13
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:0
|
||||
#, python-format
|
||||
msgid "camt.053.001.02"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_bank_statement_import_camt_oca
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:13
|
||||
#: code:addons/account_bank_statement_import_camt_oca/models/account_journal.py:0
|
||||
#, python-format
|
||||
msgid "camt.054.001.02"
|
||||
msgstr ""
|
||||
|
||||
Reference in New Issue
Block a user