forked from OCA/bank-statement-import
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #592 from OCA/14.0
Syncing from upstream OCA/bank-statement-import (14.0)
- Loading branch information
Showing
8 changed files
with
1,515 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_statement_import_base | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 14.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"Last-Translator: Automatically generated\n" | ||
"Language-Team: none\n" | ||
"Language: it\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
|
||
#. module: account_statement_import_base | ||
#: model:ir.model.constraint,message:account_statement_import_base.constraint_account_bank_statement_line_unique_import_id | ||
msgid "A bank account transaction can be imported only once!" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_base | ||
#: model:ir.model,name:account_statement_import_base.model_account_bank_statement_line | ||
msgid "Bank Statement Line" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_base | ||
#: model:ir.model.fields,field_description:account_statement_import_base.field_account_bank_statement_line__display_name | ||
#: model:ir.model.fields,field_description:account_statement_import_base.field_account_journal__display_name | ||
msgid "Display Name" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_base | ||
#: model:ir.model.fields,field_description:account_statement_import_base.field_account_bank_statement_line__id | ||
#: model:ir.model.fields,field_description:account_statement_import_base.field_account_journal__id | ||
msgid "ID" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_base | ||
#: model:ir.model.fields,field_description:account_statement_import_base.field_account_bank_statement_line__unique_import_id | ||
msgid "Import ID" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_base | ||
#: model:ir.model,name:account_statement_import_base.model_account_journal | ||
msgid "Journal" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_base | ||
#: model:ir.model.fields,field_description:account_statement_import_base.field_account_bank_statement_line____last_update | ||
#: model:ir.model.fields,field_description:account_statement_import_base.field_account_journal____last_update | ||
msgid "Last Modified on" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_base | ||
#: model_terms:ir.ui.view,arch_db:account_statement_import_base.view_bank_statement_line_form | ||
msgid "Notes" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_base | ||
#: model:ir.model.fields,field_description:account_statement_import_base.field_account_bank_statement_line__raw_data | ||
#: model_terms:ir.ui.view,arch_db:account_statement_import_base.view_bank_statement_line_form | ||
msgid "Raw Data" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_base | ||
#: model_terms:ir.ui.view,arch_db:account_statement_import_base.view_bank_statement_line_form | ||
msgid "Technical Information" | ||
msgstr "" |
40 changes: 40 additions & 0 deletions
40
account_statement_import_file_reconciliation_widget/i18n/it.po
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_statement_import_file_reconciliation_widget | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 14.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"Last-Translator: Automatically generated\n" | ||
"Language-Team: none\n" | ||
"Language: it\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
|
||
#. module: account_statement_import_file_reconciliation_widget | ||
#: model:ir.model.fields,field_description:account_statement_import_file_reconciliation_widget.field_account_statement_import__display_name | ||
msgid "Display Name" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_file_reconciliation_widget | ||
#: model:ir.model.fields,field_description:account_statement_import_file_reconciliation_widget.field_account_statement_import__id | ||
msgid "ID" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_file_reconciliation_widget | ||
#: model:ir.model,name:account_statement_import_file_reconciliation_widget.model_account_statement_import | ||
msgid "Import Bank Statement Files" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_file_reconciliation_widget | ||
#: model_terms:ir.ui.view,arch_db:account_statement_import_file_reconciliation_widget.account_statement_import_form | ||
msgid "Import and Start to Reconcile" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_file_reconciliation_widget | ||
#: model:ir.model.fields,field_description:account_statement_import_file_reconciliation_widget.field_account_statement_import____last_update | ||
msgid "Last Modified on" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,184 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_statement_import_move_line | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 14.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"Last-Translator: Automatically generated\n" | ||
"Language-Team: none\n" | ||
"Language: it\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
|
||
#. module: account_statement_import_move_line | ||
#: model_terms:ir.ui.view,arch_db:account_statement_import_move_line.account_statement_line_create_view_form | ||
msgid "Add All Move Lines" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_move_line | ||
#: model:ir.model.fields.selection,name:account_statement_import_move_line.selection__account_statement_line_create__target_move__all | ||
msgid "All Entries" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_move_line | ||
#: model:ir.model.fields.selection,name:account_statement_import_move_line.selection__account_statement_line_create__target_move__posted | ||
msgid "All Posted Entries" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_move_line | ||
#: model:ir.model.fields,field_description:account_statement_import_move_line.field_account_statement_line_create__allow_blocked | ||
msgid "Allow Litigation Move Lines" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_move_line | ||
#: model:ir.model.fields,field_description:account_statement_import_move_line.field_account_statement_line_create__statement_id | ||
msgid "Bank Statement" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_move_line | ||
#: model_terms:ir.ui.view,arch_db:account_statement_import_move_line.account_statement_line_create_view_form | ||
msgid "Cancel" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_move_line | ||
#: model_terms:ir.ui.view,arch_db:account_statement_import_move_line.account_statement_line_create_view_form | ||
msgid "Choose Move Lines Filter Options" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_move_line | ||
#: model_terms:ir.ui.view,arch_db:account_statement_import_move_line.account_statement_line_create_view_form | ||
msgid "" | ||
"Click on Add All Move Lines to auto-select the move lines matching the above" | ||
" criteria or click on Add an item to manually select the move lines filtered" | ||
" by the above criteria." | ||
msgstr "" | ||
|
||
#. module: account_statement_import_move_line | ||
#: model:ir.actions.act_window,name:account_statement_import_move_line.account_statement_line_create_action | ||
msgid "Create Lines from Move Lines" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_move_line | ||
#: model_terms:ir.ui.view,arch_db:account_statement_import_move_line.account_statement_line_create_view_form | ||
msgid "Create Statement Lines" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_move_line | ||
#: model:ir.model.fields,field_description:account_statement_import_move_line.field_account_statement_line_create__create_uid | ||
msgid "Created by" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_move_line | ||
#: model:ir.model.fields,field_description:account_statement_import_move_line.field_account_statement_line_create__create_date | ||
msgid "Created on" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_move_line | ||
#: model:ir.model.fields,field_description:account_statement_import_move_line.field_account_move_line__display_name | ||
#: model:ir.model.fields,field_description:account_statement_import_move_line.field_account_statement_line_create__display_name | ||
msgid "Display Name" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_move_line | ||
#: model:ir.model.fields,field_description:account_statement_import_move_line.field_account_statement_line_create__due_date | ||
#: model:ir.model.fields.selection,name:account_statement_import_move_line.selection__account_statement_line_create__date_type__due | ||
msgid "Due Date" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_move_line | ||
#: model:ir.model.fields,field_description:account_statement_import_move_line.field_account_move_line__id | ||
#: model:ir.model.fields,field_description:account_statement_import_move_line.field_account_statement_line_create__id | ||
msgid "ID" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_move_line | ||
#: model_terms:ir.ui.view,arch_db:account_statement_import_move_line.view_bank_statement_form | ||
msgid "Import Journal Items" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_move_line | ||
#: model:ir.model,name:account_statement_import_move_line.model_account_move_line | ||
msgid "Journal Item" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_move_line | ||
#: model:ir.model.fields,field_description:account_statement_import_move_line.field_account_statement_line_create__journal_ids | ||
msgid "Journals Filter" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_move_line | ||
#: model_terms:ir.ui.view,arch_db:account_statement_import_move_line.account_statement_line_create_view_form | ||
msgid "Keep empty for using all journals" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_move_line | ||
#: model:ir.model.fields,field_description:account_statement_import_move_line.field_account_move_line____last_update | ||
#: model:ir.model.fields,field_description:account_statement_import_move_line.field_account_statement_line_create____last_update | ||
msgid "Last Modified on" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_move_line | ||
#: model:ir.model.fields,field_description:account_statement_import_move_line.field_account_statement_line_create__write_uid | ||
msgid "Last Updated by" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_move_line | ||
#: model:ir.model.fields,field_description:account_statement_import_move_line.field_account_statement_line_create__write_date | ||
msgid "Last Updated on" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_move_line | ||
#: model:ir.model.fields,field_description:account_statement_import_move_line.field_account_statement_line_create__invoice | ||
msgid "Linked to an Invoice or Refund" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_move_line | ||
#: model:ir.model.fields,field_description:account_statement_import_move_line.field_account_statement_line_create__move_date | ||
#: model:ir.model.fields.selection,name:account_statement_import_move_line.selection__account_statement_line_create__date_type__move | ||
msgid "Move Date" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_move_line | ||
#: model:ir.model.fields,field_description:account_statement_import_move_line.field_account_statement_line_create__move_line_ids | ||
msgid "Move Lines" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_move_line | ||
#: model:ir.model.fields,field_description:account_statement_import_move_line.field_account_statement_line_create__partner_id | ||
msgid "Partner Related" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_move_line | ||
#: code:addons/account_statement_import_move_line/wizards/account_statement_line_create.py:0 | ||
#, python-format | ||
msgid "Select Move Lines to Create Statement" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_move_line | ||
#: model_terms:ir.ui.view,arch_db:account_statement_import_move_line.account_statement_line_create_view_form | ||
msgid "Selected Move Lines to Create Lines" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_move_line | ||
#: model:ir.model.fields,field_description:account_statement_import_move_line.field_account_statement_line_create__target_move | ||
msgid "Target Moves" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_move_line | ||
#: model_terms:ir.ui.view,arch_db:account_statement_import_move_line.account_statement_line_create_view_form | ||
msgid "Total Residual" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_move_line | ||
#: model:ir.model.fields,field_description:account_statement_import_move_line.field_account_statement_line_create__date_type | ||
msgid "Type of Date Filter" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_move_line | ||
#: model:ir.model,name:account_statement_import_move_line.model_account_statement_line_create | ||
msgid "Wizard to create statement lines" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_statement_import_ofx_by_acctid | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 14.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"Last-Translator: Automatically generated\n" | ||
"Language-Team: none\n" | ||
"Language: it\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
|
||
#. module: account_statement_import_ofx_by_acctid | ||
#: model:ir.model.fields,field_description:account_statement_import_ofx_by_acctid.field_account_setup_bank_manual_config__acctid | ||
#: model:ir.model.fields,field_description:account_statement_import_ofx_by_acctid.field_res_partner_bank__acctid | ||
msgid "ACCTID" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_ofx_by_acctid | ||
#: model:ir.model,name:account_statement_import_ofx_by_acctid.model_res_partner_bank | ||
msgid "Bank Accounts" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_ofx_by_acctid | ||
#: model:ir.model.fields,field_description:account_statement_import_ofx_by_acctid.field_account_statement_import__display_name | ||
#: model:ir.model.fields,field_description:account_statement_import_ofx_by_acctid.field_res_partner_bank__display_name | ||
msgid "Display Name" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_ofx_by_acctid | ||
#: model:ir.model.fields,field_description:account_statement_import_ofx_by_acctid.field_account_statement_import__id | ||
#: model:ir.model.fields,field_description:account_statement_import_ofx_by_acctid.field_res_partner_bank__id | ||
msgid "ID" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_ofx_by_acctid | ||
#: model:ir.model,name:account_statement_import_ofx_by_acctid.model_account_statement_import | ||
msgid "Import Bank Statement Files" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_ofx_by_acctid | ||
#: model:ir.model.fields,field_description:account_statement_import_ofx_by_acctid.field_account_statement_import____last_update | ||
#: model:ir.model.fields,field_description:account_statement_import_ofx_by_acctid.field_res_partner_bank____last_update | ||
msgid "Last Modified on" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_ofx_by_acctid | ||
#: model:ir.model.fields,field_description:account_statement_import_ofx_by_acctid.field_account_setup_bank_manual_config__sanitized_acctid | ||
#: model:ir.model.fields,field_description:account_statement_import_ofx_by_acctid.field_res_partner_bank__sanitized_acctid | ||
msgid "Sanitized ACCTID" | ||
msgstr "" | ||
|
||
#. module: account_statement_import_ofx_by_acctid | ||
#: code:addons/account_statement_import_ofx_by_acctid/wizards/account_statement_import.py:0 | ||
#, python-format | ||
msgid "" | ||
"The journal found for the file is not consistent with the selected journal. " | ||
"You should use the proper journal or use the generic button on the top of " | ||
"the Accounting Dashboard" | ||
msgstr "" |
Oops, something went wrong.