diff --git a/account_move_base_import/i18n/account_move_base_import.pot b/account_move_base_import/i18n/account_move_base_import.pot new file mode 100644 index 00000000..54ff4d14 --- /dev/null +++ b/account_move_base_import/i18n/account_move_base_import.pot @@ -0,0 +1,516 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_move_base_import +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: account_move_base_import +#: code:addons/account_move_base_import/models/account_move.py:364 +#, python-format +msgid "%s Account Move %s has %s/%s lines completed by %s \n" +"%s\n" +"%s\n" +"" +msgstr "" + +#. module: account_move_base_import +#: model:ir.model,name:account_move_base_import.model_account_move +msgid "Account Entry" +msgstr "" + +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form +msgid "Auto Completion" +msgstr "" + +#. module: account_move_base_import +#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_line_already_completed +msgid "Auto-Completed" +msgstr "" + +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.journal_importer_view_form +msgid "Auto-Completion Rules" +msgstr "" + +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.journal_importer_view_form +msgid "Auto-Completion related infos" +msgstr "" + +#. module: account_move_base_import +#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_rule_ids +msgid "Auto-completion rules" +msgstr "" + +#. module: account_move_base_import +#: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label +msgid "Bank Statement Label" +msgstr "" + +#. module: account_move_base_import +#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_partner_id +#: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import_partner_id +msgid "Bank/Payment Office partner" +msgstr "" + +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.move_importer_view +msgid "Cancel" +msgstr "" + +#. module: account_move_base_import +#: model:ir.model.fields,help:account_move_base_import.field_account_journal_receivable_account_id +#: model:ir.model.fields,help:account_move_base_import.field_credit_statement_import_receivable_account_id +msgid "Choose a receivable/payable account to use as the default debit/credit account." +msgstr "" + +#. module: account_move_base_import +#: model:ir.model.fields,help:account_move_base_import.field_account_journal_import_type +msgid "Choose here the method by which you want to import account moves for this journal." +msgstr "" + +#. module: account_move_base_import +#: code:addons/account_move_base_import/parser/file_parser.py:85 +#, python-format +msgid "Column %s not present in file" +msgstr "" + +#. module: account_move_base_import +#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_commission_account_id +#: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import_commission_account_id +msgid "Commission account" +msgstr "" + +#. module: account_move_base_import +#: code:addons/account_move_base_import/models/account_journal.py:182 +#, python-format +msgid "Commission amount should not be positive." +msgstr "" + +#. module: account_move_base_import +#: code:addons/account_move_base_import/models/account_journal.py:190 +#, python-format +msgid "Commission line" +msgstr "" + +#. module: account_move_base_import +#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_completion_logs +msgid "Completion Log" +msgstr "" + +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form +msgid "Completion Logs" +msgstr "" + +#. module: account_move_base_import +#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_create_counterpart +msgid "Create Counterpart" +msgstr "" + +#. module: account_move_base_import +#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_completion_rule_create_uid +#: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import_create_uid +msgid "Created by" +msgstr "" + +#. module: account_move_base_import +#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_completion_rule_create_date +#: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import_create_date +msgid "Created on" +msgstr "" + +#. module: account_move_base_import +#: code:addons/account_move_base_import/parser/file_parser.py:132 +#, python-format +msgid "Date format is not valid. It should be YYYY-MM-DD for column: %s value: %s \n" +" \n" +" \n" +" Please check the line with ref: %s \n" +" \n" +" Detail: %s" +msgstr "" + +#. module: account_move_base_import +#: code:addons/account_move_base_import/parser/file_parser.py:162 +#, python-format +msgid "Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +" Please check the line with ref: %s\n" +" \n" +" Detail: %s" +msgstr "" + +#. module: account_move_base_import +#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_completion_rule_display_name +#: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import_display_name +msgid "Display Name" +msgstr "" + +#. module: account_move_base_import +#: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label +msgid "Enter the various label found on your bank statement separated by a ; If one of this label is include in the bank statement line, the partner will be automatically filled (as long as you use this method/rules in your statement profile)." +msgstr "" + +#. module: account_move_base_import +#: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import_file_name +msgid "File name" +msgstr "" + +#. module: account_move_base_import +#: selection:account.move.completion.rule,function_to_call:0 +msgid "From line name (based on customer invoice number)" +msgstr "" + +#. module: account_move_base_import +#: selection:account.move.completion.rule,function_to_call:0 +msgid "From line name (based on partner field)" +msgstr "" + +#. module: account_move_base_import +#: selection:account.move.completion.rule,function_to_call:0 +msgid "From line name (based on partner name)" +msgstr "" + +#. module: account_move_base_import +#: selection:account.move.completion.rule,function_to_call:0 +msgid "From line name (based on supplier invoice number)" +msgstr "" + +#. module: account_move_base_import +#: selection:account.journal,import_type:0 +msgid "Generic .csv/.xls based on SO Name" +msgstr "" + +#. module: account_move_base_import +#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_completion_rule_id +#: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import_id +msgid "ID" +msgstr "" + +#. module: account_move_base_import +#: model:ir.actions.act_window,name:account_move_base_import.move_importer_action +#: model:ir.ui.menu,name:account_move_base_import.move_importer_menu +msgid "Import Batch File" +msgstr "" + +#. module: account_move_base_import +#: model:ir.model,name:account_move_base_import.model_credit_statement_import +msgid "Import Batch File wizard" +msgstr "" + +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.move_importer_view +msgid "Import Parameters Summary" +msgstr "" + +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.journal_importer_view_form +msgid "Import batch file" +msgstr "" + +#. module: account_move_base_import +#: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import_journal_id +msgid "Import configuration parameter" +msgstr "" + +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.move_importer_view +msgid "Import file" +msgstr "" + +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.move_importer_view +msgid "Import move" +msgstr "" + +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.journal_importer_view_form +msgid "Import related infos" +msgstr "" + +#. module: account_move_base_import +#: code:addons/account_move_base_import/parser/file_parser.py:45 +#, python-format +msgid "Invalid file type %s. Please use csv, xls or xlsx" +msgstr "" + +#. module: account_move_base_import +#: code:addons/account_move_base_import/models/account_move.py:78 +#: code:addons/account_move_base_import/models/account_move.py:96 +#, python-format +msgid "Invalid invoice type for completion: %s" +msgstr "" + +#. module: account_move_base_import +#: model:ir.model,name:account_move_base_import.model_account_journal +msgid "Journal" +msgstr "" + +#. module: account_move_base_import +#: model:ir.model,name:account_move_base_import.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: account_move_base_import +#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_used_for_completion +#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_used_for_completion +msgid "Journal used for completion" +msgstr "" + +#. module: account_move_base_import +#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_used_for_import +msgid "Journal used for import" +msgstr "" + +#. module: account_move_base_import +#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_last_import_date +msgid "Last Import Date" +msgstr "" + +#. module: account_move_base_import +#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_completion_rule___last_update +#: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import___last_update +msgid "Last Modified on" +msgstr "" + +#. module: account_move_base_import +#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_completion_rule_write_uid +#: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: account_move_base_import +#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_completion_rule_write_date +#: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import_write_date +msgid "Last Updated on" +msgstr "" + +#. module: account_move_base_import +#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_launch_import_completion +msgid "Launch completion after import" +msgstr "" + +#. module: account_move_base_import +#: code:addons/account_move_base_import/models/account_move.py:87 +#, python-format +msgid "Line named \"%s\" was matched by more than one partner while looking on %s invoices" +msgstr "" + +#. module: account_move_base_import +#: code:addons/account_move_base_import/models/account_move.py:214 +#, python-format +msgid "Line named \"%s\" was matched by more than one partner while looking on partner by name" +msgstr "" + +#. module: account_move_base_import +#: code:addons/account_move_base_import/models/account_move.py:168 +#, python-format +msgid "Line named \"%s\" was matched by more than one partner while looking on partner label: %s" +msgstr "" + +#. module: account_move_base_import +#: model:ir.model.fields,help:account_move_base_import.field_account_move_completion_rule_sequence +msgid "Lower means parsed first." +msgstr "" + +#. module: account_move_base_import +#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_completion_rule_function_to_call +msgid "Method" +msgstr "" + +#. module: account_move_base_import +#: code:addons/account_move_base_import/parser/file_parser.py:136 +#: code:addons/account_move_base_import/parser/file_parser.py:145 +#: code:addons/account_move_base_import/parser/file_parser.py:166 +#: code:addons/account_move_base_import/parser/file_parser.py:175 +#, python-format +msgid "Missing" +msgstr "" + +#. module: account_move_base_import +#: code:addons/account_move_base_import/models/account_journal.py:310 +#, python-format +msgid "Missing column! Column %s you try to import is not present in the move line!" +msgstr "" + +#. module: account_move_base_import +#: code:addons/account_move_base_import/models/account_journal.py:213 +#, python-format +msgid "Move %s have been imported with %s lines." +msgstr "" + +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.move_completion_rule_view_form +#: model:ir.ui.view,arch_db:account_move_base_import.move_completion_rule_view_tree +msgid "Move Completion Rule" +msgstr "" + +#. module: account_move_base_import +#: model:ir.actions.act_window,name:account_move_base_import.action_move_completion_rule_tree +#: model:ir.ui.menu,name:account_move_base_import.menu_action_move_completion_rule_tree_menu +msgid "Move Completion Rules" +msgstr "" + +#. module: account_move_base_import +#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_completion_rule_name +msgid "Name" +msgstr "" + +#. module: account_move_base_import +#: code:addons/account_move_base_import/parser/parser.py:148 +#, python-format +msgid "No buffer file given." +msgstr "" + +#. module: account_move_base_import +#: code:addons/account_move_base_import/models/account_journal.py:186 +#, python-format +msgid "No commission account is set on the journal." +msgstr "" + +#. module: account_move_base_import +#: code:addons/account_move_base_import/models/account_journal.py:304 +#, python-format +msgid "Nothing to import: The file is empty" +msgstr "" + +#. module: account_move_base_import +#: code:addons/account_move_base_import/models/account_move.py:306 +#: code:addons/account_move_base_import/models/account_move.py:322 +#, python-format +msgid "ORM bypass error: %s" +msgstr "" + +#. module: account_move_base_import +#: model:ir.model,name:account_move_base_import.model_res_partner +msgid "Partner" +msgstr "" + +#. module: account_move_base_import +#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_import_partner_id +msgid "Partner from import" +msgstr "" + +#. module: account_move_base_import +#: code:addons/account_move_base_import/parser/file_parser.py:15 +#, python-format +msgid "Please install python lib xlrd" +msgstr "" + +#. module: account_move_base_import +#: code:addons/account_move_base_import/wizard/import_statement.py:56 +#, python-format +msgid "Please use a file with an extension" +msgstr "" + +#. module: account_move_base_import +#: model:ir.model.fields,help:account_move_base_import.field_account_journal_partner_id +#: model:ir.model.fields,help:account_move_base_import.field_credit_statement_import_partner_id +msgid "Put a partner if you want to have it on the commission move (and optionaly on the counterpart of the intermediate/banking move if you tick the corresponding checkbox)." +msgstr "" + +#. module: account_move_base_import +#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_receivable_account_id +#: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import_receivable_account_id +msgid "Receivable/Payable Account" +msgstr "" + +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.move_completion_rule_view_form +msgid "Related Profiles" +msgstr "" + +#. module: account_move_base_import +#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_completion_rule_journal_ids +msgid "Related journals" +msgstr "" + +#. module: account_move_base_import +#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_completion_rule_sequence +msgid "Sequence" +msgstr "" + +#. module: account_move_base_import +#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_split_counterpart +msgid "Split Counterpart" +msgstr "" + +#. module: account_move_base_import +#: code:addons/account_move_base_import/models/account_move.py:370 +#, python-format +msgid "Statement ID %s auto-completed for %s/%s lines completed" +msgstr "" + +#. module: account_move_base_import +#: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import_input_statement +msgid "Statement file" +msgstr "" + +#. module: account_move_base_import +#: code:addons/account_move_base_import/models/account_journal.py:354 +#, python-format +msgid "Statement import error The statement cannot be created: %s" +msgstr "" + +#. module: account_move_base_import +#: model:ir.model.fields,help:account_move_base_import.field_account_journal_launch_import_completion +msgid "Tic that box to automatically launch the completion on each imported file using this journal." +msgstr "" + +#. module: account_move_base_import +#: model:ir.model.fields,help:account_move_base_import.field_account_journal_create_counterpart +msgid "Tick that box to automatically create the move counterpart" +msgstr "" + +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + +#. module: account_move_base_import +#: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart +msgid "Two counterparts will be automatically created : one for the refunds and one for the payments" +msgstr "" + +#. module: account_move_base_import +#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_import_type +msgid "Type of import" +msgstr "" + +#. module: account_move_base_import +#: code:addons/account_move_base_import/parser/file_parser.py:143 +#: code:addons/account_move_base_import/parser/file_parser.py:173 +#, python-format +msgid "Value %s of column %s is not valid.\n" +" Please check the line with ref %s:\n" +" \n" +" Detail: %s" +msgstr "" + +#. module: account_move_base_import +#: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed +msgid "When this checkbox is ticked, the auto-completion process/button will ignore this line." +msgstr "" + +#. module: account_move_base_import +#: model:ir.model,name:account_move_base_import.model_account_move_completion_rule +msgid "account.move.completion.rule" +msgstr "" + diff --git a/account_move_base_import/i18n/am.po b/account_move_base_import/i18n/am.po index ccd888dc..d65b2e24 100644 --- a/account_move_base_import/i18n/am.po +++ b/account_move_base_import/i18n/am.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2016-09-12 11:12+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_move_base_import -#: code:addons/account_move_base_import/models/account_move.py:351 +#: code:addons/account_move_base_import/models/account_move.py:364 #, python-format msgid "" "%s Account Move %s has %s/%s lines completed by %s \n" @@ -33,9 +33,8 @@ msgid "Account Entry" msgstr "" #. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_needaction -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_needaction -msgid "Action Needed" +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" msgstr "" #. module: account_move_base_import @@ -65,11 +64,13 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_partner_id +#: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import_partner_id msgid "Bank/Payment Office partner" msgstr "" @@ -80,6 +81,7 @@ msgstr "Cancelar" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_receivable_account_id +#: model:ir.model.fields,help:account_move_base_import.field_credit_statement_import_receivable_account_id msgid "" "Choose a receivable/payable account to use as the default debit/credit " "account." @@ -143,11 +145,6 @@ msgstr "Creado por" msgid "Created on" msgstr "Creado en" -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import_partner_id -msgid "Credit institute partner" -msgstr "" - #. module: account_move_base_import #: code:addons/account_move_base_import/parser/file_parser.py:132 #, python-format @@ -164,18 +161,13 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" msgstr "" -#. module: account_move_base_import -#: model:ir.model.fields,help:account_move_base_import.field_account_journal_message_last_post -#: model:ir.model.fields,help:account_move_base_import.field_account_move_message_last_post -msgid "Date of the last message posted on the record." -msgstr "" - #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_account_move_completion_rule_display_name #: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import_display_name @@ -184,11 +176,12 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -196,39 +189,6 @@ msgstr "" msgid "File name" msgstr "" -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_follower_ids -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_follower_ids -msgid "Followers" -msgstr "" - -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_channel_ids -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_channel_ids -msgid "Followers (Channels)" -msgstr "" - -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_partner_ids -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_partner_ids -msgid "Followers (Partners)" -msgstr "" - -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import_receivable_account_id -msgid "Force Receivable/Payable Account" -msgstr "" - -#. module: account_move_base_import -#: selection:account.move.completion.rule,function_to_call:0 -msgid "From bank account number (Normal or IBAN)" -msgstr "" - -#. module: account_move_base_import -#: selection:account.move.completion.rule,function_to_call:0 -msgid "From line name (based on SO number)" -msgstr "" - #. module: account_move_base_import #: selection:account.move.completion.rule,function_to_call:0 msgid "From line name (based on customer invoice number)" @@ -254,35 +214,23 @@ msgstr "" msgid "Generic .csv/.xls based on SO Name" msgstr "" -#. module: account_move_base_import -#: selection:account.journal,import_type:0 -msgid "Generic .csv/.xls based on SO transaction ID" -msgstr "" - #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_account_move_completion_rule_id #: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import_id msgid "ID" msgstr "ID" -#. module: account_move_base_import -#: model:ir.model.fields,help:account_move_base_import.field_account_journal_message_unread -#: model:ir.model.fields,help:account_move_base_import.field_account_move_message_unread -msgid "If checked new messages require your attention." -msgstr "" - -#. module: account_move_base_import -#: model:ir.model.fields,help:account_move_base_import.field_account_journal_message_needaction -#: model:ir.model.fields,help:account_move_base_import.field_account_move_message_needaction -msgid "If checked, new messages require your attention." -msgstr "" - #. module: account_move_base_import #: model:ir.actions.act_window,name:account_move_base_import.move_importer_action #: model:ir.ui.menu,name:account_move_base_import.move_importer_menu msgid "Import Batch File" msgstr "" +#. module: account_move_base_import +#: model:ir.model,name:account_move_base_import.model_credit_statement_import +msgid "Import Batch File wizard" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.move_importer_view msgid "Import Parameters Summary" @@ -326,12 +274,6 @@ msgstr "" msgid "Invalid invoice type for completion: %s" msgstr "" -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_is_follower -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_is_follower -msgid "Is Follower" -msgstr "" - #. module: account_move_base_import #: model:ir.model,name:account_move_base_import.model_account_journal msgid "Journal" @@ -358,12 +300,6 @@ msgstr "" msgid "Last Import Date" msgstr "" -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_last_post -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_last_post -msgid "Last Message Date" -msgstr "" - #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_account_move_completion_rule___last_update #: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import___last_update @@ -416,22 +352,6 @@ msgstr "" msgid "Lower means parsed first." msgstr "" -#. module: account_move_base_import -#: selection:account.move.completion.rule,function_to_call:0 -msgid "Match Invoice using transaction ID" -msgstr "" - -#. module: account_move_base_import -#: selection:account.move.completion.rule,function_to_call:0 -msgid "Match Sales Order using transaction ID" -msgstr "" - -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_ids -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_ids -msgid "Messages" -msgstr "" - #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_account_move_completion_rule_function_to_call msgid "Method" @@ -447,11 +367,10 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:293 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" -"Missing column! Column %s you try to import is not present in the bank " -"statement line!" +"Missing column! Column %s you try to import is not present in the move line!" msgstr "" #. module: account_move_base_import @@ -461,13 +380,17 @@ msgid "Move %s have been imported with %s lines." msgstr "" #. module: account_move_base_import -#: model:ir.actions.act_window,name:account_move_base_import.action_move_completion_rule_tree -#: model:ir.ui.menu,name:account_move_base_import.menu_action_move_completion_rule_tree_menu #: model:ir.ui.view,arch_db:account_move_base_import.move_completion_rule_view_form #: model:ir.ui.view,arch_db:account_move_base_import.move_completion_rule_view_tree msgid "Move Completion Rule" msgstr "" +#. module: account_move_base_import +#: model:ir.actions.act_window,name:account_move_base_import.action_move_completion_rule_tree +#: model:ir.ui.menu,name:account_move_base_import.menu_action_move_completion_rule_tree_menu +msgid "Move Completion Rules" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_account_move_completion_rule_name msgid "Name" @@ -486,29 +409,11 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:287 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_needaction_counter -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_needaction_counter -msgid "Number of Actions" -msgstr "" - -#. module: account_move_base_import -#: model:ir.model.fields,help:account_move_base_import.field_account_journal_message_needaction_counter -#: model:ir.model.fields,help:account_move_base_import.field_account_move_message_needaction_counter -msgid "Number of messages which requires an action" -msgstr "" - -#. module: account_move_base_import -#: model:ir.model.fields,help:account_move_base_import.field_account_journal_message_unread_counter -#: model:ir.model.fields,help:account_move_base_import.field_account_move_message_unread_counter -msgid "Number of unread messages" -msgstr "" - #. module: account_move_base_import #: code:addons/account_move_base_import/models/account_move.py:306 #: code:addons/account_move_base_import/models/account_move.py:322 @@ -521,6 +426,11 @@ msgstr "" msgid "Partner" msgstr "" +#. module: account_move_base_import +#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_import_partner_id +msgid "Partner from import" +msgstr "" + #. module: account_move_base_import #: code:addons/account_move_base_import/parser/file_parser.py:15 #, python-format @@ -528,13 +438,14 @@ msgid "Please install python lib xlrd" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/wizard/import_statement.py:68 +#: code:addons/account_move_base_import/wizard/import_statement.py:56 #, python-format msgid "Please use a file with an extension" msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_partner_id +#: model:ir.model.fields,help:account_move_base_import.field_credit_statement_import_partner_id msgid "" "Put a partner if you want to have it on the commission move (and optionaly " "on the counterpart of the intermediate/banking move if you tick the " @@ -543,6 +454,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_receivable_account_id +#: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import_receivable_account_id msgid "Receivable/Payable Account" msgstr "" @@ -567,7 +479,7 @@ msgid "Split Counterpart" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_move.py:357 +#: code:addons/account_move_base_import/models/account_move.py:370 #, python-format msgid "Statement ID %s auto-completed for %s/%s lines completed" msgstr "" @@ -578,7 +490,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:332 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -595,11 +507,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -607,18 +524,6 @@ msgstr "" msgid "Type of import" msgstr "" -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_unread -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_unread -msgid "Unread Messages" -msgstr "" - -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_unread_counter -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_unread_counter -msgid "Unread Messages Counter" -msgstr "" - #. module: account_move_base_import #: code:addons/account_move_base_import/parser/file_parser.py:143 #: code:addons/account_move_base_import/parser/file_parser.py:173 @@ -633,16 +538,11 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import #: model:ir.model,name:account_move_base_import.model_account_move_completion_rule msgid "account.move.completion.rule" msgstr "" - -#. module: account_move_base_import -#: model:ir.model,name:account_move_base_import.model_credit_statement_import -msgid "credit.statement.import" -msgstr "" diff --git a/account_move_base_import/i18n/ar.po b/account_move_base_import/i18n/ar.po index 6b27dc96..ede490cd 100644 --- a/account_move_base_import/i18n/ar.po +++ b/account_move_base_import/i18n/ar.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\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_move_base_import #: code:addons/account_move_base_import/models/account_move.py:364 @@ -32,6 +33,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +65,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +162,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +177,12 @@ msgstr "اسم العرض" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +368,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +410,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +491,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +508,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +539,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/bg.po b/account_move_base_import/i18n/bg.po index b2d3436a..a9328601 100644 --- a/account_move_base_import/i18n/bg.po +++ b/account_move_base_import/i18n/bg.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n" +"Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_move_base_import @@ -32,6 +32,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +64,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +161,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +176,12 @@ msgstr "Име за Показване" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +367,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +409,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +490,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +507,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +538,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/bs.po b/account_move_base_import/i18n/bs.po index 852c5d95..44af1ddb 100644 --- a/account_move_base_import/i18n/bs.po +++ b/account_move_base_import/i18n/bs.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n" +"Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: bs\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_move_base_import #: code:addons/account_move_base_import/models/account_move.py:364 @@ -32,6 +33,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +65,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +162,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +177,12 @@ msgstr "Prikaži naziv" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +368,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +410,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +491,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +508,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +539,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/ca.po b/account_move_base_import/i18n/ca.po index 5ef3216d..bbc8b0cf 100644 --- a/account_move_base_import/i18n/ca.po +++ b/account_move_base_import/i18n/ca.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -12,14 +12,14 @@ msgstr "" "PO-Revision-Date: 2016-09-12 11:12+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_move_base_import -#: code:addons/account_move_base_import/models/account_move.py:351 +#: code:addons/account_move_base_import/models/account_move.py:364 #, python-format msgid "" "%s Account Move %s has %s/%s lines completed by %s \n" @@ -33,9 +33,8 @@ msgid "Account Entry" msgstr "" #. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_needaction -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_needaction -msgid "Action Needed" +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" msgstr "" #. module: account_move_base_import @@ -65,11 +64,13 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_partner_id +#: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import_partner_id msgid "Bank/Payment Office partner" msgstr "" @@ -80,6 +81,7 @@ msgstr "Cancel·la" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_receivable_account_id +#: model:ir.model.fields,help:account_move_base_import.field_credit_statement_import_receivable_account_id msgid "" "Choose a receivable/payable account to use as the default debit/credit " "account." @@ -143,11 +145,6 @@ msgstr "Creat per" msgid "Created on" msgstr "Creat el" -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import_partner_id -msgid "Credit institute partner" -msgstr "" - #. module: account_move_base_import #: code:addons/account_move_base_import/parser/file_parser.py:132 #, python-format @@ -164,18 +161,13 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" msgstr "" -#. module: account_move_base_import -#: model:ir.model.fields,help:account_move_base_import.field_account_journal_message_last_post -#: model:ir.model.fields,help:account_move_base_import.field_account_move_message_last_post -msgid "Date of the last message posted on the record." -msgstr "" - #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_account_move_completion_rule_display_name #: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import_display_name @@ -184,11 +176,12 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -196,39 +189,6 @@ msgstr "" msgid "File name" msgstr "" -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_follower_ids -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_follower_ids -msgid "Followers" -msgstr "" - -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_channel_ids -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_channel_ids -msgid "Followers (Channels)" -msgstr "" - -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_partner_ids -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_partner_ids -msgid "Followers (Partners)" -msgstr "" - -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import_receivable_account_id -msgid "Force Receivable/Payable Account" -msgstr "" - -#. module: account_move_base_import -#: selection:account.move.completion.rule,function_to_call:0 -msgid "From bank account number (Normal or IBAN)" -msgstr "" - -#. module: account_move_base_import -#: selection:account.move.completion.rule,function_to_call:0 -msgid "From line name (based on SO number)" -msgstr "" - #. module: account_move_base_import #: selection:account.move.completion.rule,function_to_call:0 msgid "From line name (based on customer invoice number)" @@ -254,35 +214,23 @@ msgstr "" msgid "Generic .csv/.xls based on SO Name" msgstr "" -#. module: account_move_base_import -#: selection:account.journal,import_type:0 -msgid "Generic .csv/.xls based on SO transaction ID" -msgstr "" - #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_account_move_completion_rule_id #: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import_id msgid "ID" msgstr "ID" -#. module: account_move_base_import -#: model:ir.model.fields,help:account_move_base_import.field_account_journal_message_unread -#: model:ir.model.fields,help:account_move_base_import.field_account_move_message_unread -msgid "If checked new messages require your attention." -msgstr "" - -#. module: account_move_base_import -#: model:ir.model.fields,help:account_move_base_import.field_account_journal_message_needaction -#: model:ir.model.fields,help:account_move_base_import.field_account_move_message_needaction -msgid "If checked, new messages require your attention." -msgstr "" - #. module: account_move_base_import #: model:ir.actions.act_window,name:account_move_base_import.move_importer_action #: model:ir.ui.menu,name:account_move_base_import.move_importer_menu msgid "Import Batch File" msgstr "" +#. module: account_move_base_import +#: model:ir.model,name:account_move_base_import.model_credit_statement_import +msgid "Import Batch File wizard" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.move_importer_view msgid "Import Parameters Summary" @@ -326,12 +274,6 @@ msgstr "" msgid "Invalid invoice type for completion: %s" msgstr "" -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_is_follower -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_is_follower -msgid "Is Follower" -msgstr "" - #. module: account_move_base_import #: model:ir.model,name:account_move_base_import.model_account_journal msgid "Journal" @@ -358,12 +300,6 @@ msgstr "" msgid "Last Import Date" msgstr "" -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_last_post -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_last_post -msgid "Last Message Date" -msgstr "" - #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_account_move_completion_rule___last_update #: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import___last_update @@ -416,22 +352,6 @@ msgstr "" msgid "Lower means parsed first." msgstr "" -#. module: account_move_base_import -#: selection:account.move.completion.rule,function_to_call:0 -msgid "Match Invoice using transaction ID" -msgstr "" - -#. module: account_move_base_import -#: selection:account.move.completion.rule,function_to_call:0 -msgid "Match Sales Order using transaction ID" -msgstr "" - -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_ids -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_ids -msgid "Messages" -msgstr "" - #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_account_move_completion_rule_function_to_call msgid "Method" @@ -447,11 +367,10 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:293 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" -"Missing column! Column %s you try to import is not present in the bank " -"statement line!" +"Missing column! Column %s you try to import is not present in the move line!" msgstr "" #. module: account_move_base_import @@ -461,13 +380,17 @@ msgid "Move %s have been imported with %s lines." msgstr "" #. module: account_move_base_import -#: model:ir.actions.act_window,name:account_move_base_import.action_move_completion_rule_tree -#: model:ir.ui.menu,name:account_move_base_import.menu_action_move_completion_rule_tree_menu #: model:ir.ui.view,arch_db:account_move_base_import.move_completion_rule_view_form #: model:ir.ui.view,arch_db:account_move_base_import.move_completion_rule_view_tree msgid "Move Completion Rule" msgstr "" +#. module: account_move_base_import +#: model:ir.actions.act_window,name:account_move_base_import.action_move_completion_rule_tree +#: model:ir.ui.menu,name:account_move_base_import.menu_action_move_completion_rule_tree_menu +msgid "Move Completion Rules" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_account_move_completion_rule_name msgid "Name" @@ -486,29 +409,11 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:287 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_needaction_counter -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_needaction_counter -msgid "Number of Actions" -msgstr "" - -#. module: account_move_base_import -#: model:ir.model.fields,help:account_move_base_import.field_account_journal_message_needaction_counter -#: model:ir.model.fields,help:account_move_base_import.field_account_move_message_needaction_counter -msgid "Number of messages which requires an action" -msgstr "" - -#. module: account_move_base_import -#: model:ir.model.fields,help:account_move_base_import.field_account_journal_message_unread_counter -#: model:ir.model.fields,help:account_move_base_import.field_account_move_message_unread_counter -msgid "Number of unread messages" -msgstr "" - #. module: account_move_base_import #: code:addons/account_move_base_import/models/account_move.py:306 #: code:addons/account_move_base_import/models/account_move.py:322 @@ -521,6 +426,11 @@ msgstr "" msgid "Partner" msgstr "" +#. module: account_move_base_import +#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_import_partner_id +msgid "Partner from import" +msgstr "" + #. module: account_move_base_import #: code:addons/account_move_base_import/parser/file_parser.py:15 #, python-format @@ -528,13 +438,14 @@ msgid "Please install python lib xlrd" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/wizard/import_statement.py:68 +#: code:addons/account_move_base_import/wizard/import_statement.py:56 #, python-format msgid "Please use a file with an extension" msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_partner_id +#: model:ir.model.fields,help:account_move_base_import.field_credit_statement_import_partner_id msgid "" "Put a partner if you want to have it on the commission move (and optionaly " "on the counterpart of the intermediate/banking move if you tick the " @@ -543,6 +454,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_receivable_account_id +#: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import_receivable_account_id msgid "Receivable/Payable Account" msgstr "" @@ -567,7 +479,7 @@ msgid "Split Counterpart" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_move.py:357 +#: code:addons/account_move_base_import/models/account_move.py:370 #, python-format msgid "Statement ID %s auto-completed for %s/%s lines completed" msgstr "" @@ -578,7 +490,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:332 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -595,11 +507,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -607,18 +524,6 @@ msgstr "" msgid "Type of import" msgstr "" -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_unread -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_unread -msgid "Unread Messages" -msgstr "" - -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_unread_counter -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_unread_counter -msgid "Unread Messages Counter" -msgstr "" - #. module: account_move_base_import #: code:addons/account_move_base_import/parser/file_parser.py:143 #: code:addons/account_move_base_import/parser/file_parser.py:173 @@ -633,16 +538,11 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import #: model:ir.model,name:account_move_base_import.model_account_move_completion_rule msgid "account.move.completion.rule" msgstr "" - -#. module: account_move_base_import -#: model:ir.model,name:account_move_base_import.model_credit_statement_import -msgid "credit.statement.import" -msgstr "" diff --git a/account_move_base_import/i18n/cs.po b/account_move_base_import/i18n/cs.po index f6b6b8ba..cc227253 100644 --- a/account_move_base_import/i18n/cs.po +++ b/account_move_base_import/i18n/cs.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\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_move_base_import @@ -32,6 +32,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +64,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +161,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +176,12 @@ msgstr "Zobrazovaný název" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +367,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +409,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +490,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +507,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +538,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/da.po b/account_move_base_import/i18n/da.po index ac9f4eb0..5a970fd2 100644 --- a/account_move_base_import/i18n/da.po +++ b/account_move_base_import/i18n/da.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n" +"Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_move_base_import @@ -32,6 +32,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +64,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +161,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +176,12 @@ msgstr "Vist navn" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +367,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +409,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +490,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +507,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +538,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/de.po b/account_move_base_import/i18n/de.po index 30fbea98..bee07c37 100644 --- a/account_move_base_import/i18n/de.po +++ b/account_move_base_import/i18n/de.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-03-07 03:37+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_move_base_import @@ -32,6 +32,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +64,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +161,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +176,12 @@ msgstr "Anzeigename" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +367,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +409,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +490,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +507,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +538,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/el_GR.po b/account_move_base_import/i18n/el_GR.po index 71f001d8..2777146c 100644 --- a/account_move_base_import/i18n/el_GR.po +++ b/account_move_base_import/i18n/el_GR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,15 +11,16 @@ msgstr "" "POT-Creation-Date: 2016-09-12 11:12+0000\n" "PO-Revision-Date: 2016-09-12 11:12+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_move_base_import -#: code:addons/account_move_base_import/models/account_move.py:351 +#: code:addons/account_move_base_import/models/account_move.py:364 #, python-format msgid "" "%s Account Move %s has %s/%s lines completed by %s \n" @@ -33,9 +34,8 @@ msgid "Account Entry" msgstr "" #. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_needaction -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_needaction -msgid "Action Needed" +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" msgstr "" #. module: account_move_base_import @@ -65,11 +65,13 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_partner_id +#: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import_partner_id msgid "Bank/Payment Office partner" msgstr "" @@ -80,6 +82,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_receivable_account_id +#: model:ir.model.fields,help:account_move_base_import.field_credit_statement_import_receivable_account_id msgid "" "Choose a receivable/payable account to use as the default debit/credit " "account." @@ -143,11 +146,6 @@ msgstr "Δημιουργήθηκε από " msgid "Created on" msgstr "Δημιουργήθηκε στις" -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import_partner_id -msgid "Credit institute partner" -msgstr "" - #. module: account_move_base_import #: code:addons/account_move_base_import/parser/file_parser.py:132 #, python-format @@ -164,18 +162,13 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" msgstr "" -#. module: account_move_base_import -#: model:ir.model.fields,help:account_move_base_import.field_account_journal_message_last_post -#: model:ir.model.fields,help:account_move_base_import.field_account_move_message_last_post -msgid "Date of the last message posted on the record." -msgstr "" - #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_account_move_completion_rule_display_name #: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import_display_name @@ -184,11 +177,12 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -196,39 +190,6 @@ msgstr "" msgid "File name" msgstr "" -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_follower_ids -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_follower_ids -msgid "Followers" -msgstr "" - -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_channel_ids -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_channel_ids -msgid "Followers (Channels)" -msgstr "" - -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_partner_ids -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_partner_ids -msgid "Followers (Partners)" -msgstr "" - -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import_receivable_account_id -msgid "Force Receivable/Payable Account" -msgstr "" - -#. module: account_move_base_import -#: selection:account.move.completion.rule,function_to_call:0 -msgid "From bank account number (Normal or IBAN)" -msgstr "" - -#. module: account_move_base_import -#: selection:account.move.completion.rule,function_to_call:0 -msgid "From line name (based on SO number)" -msgstr "" - #. module: account_move_base_import #: selection:account.move.completion.rule,function_to_call:0 msgid "From line name (based on customer invoice number)" @@ -254,35 +215,23 @@ msgstr "" msgid "Generic .csv/.xls based on SO Name" msgstr "" -#. module: account_move_base_import -#: selection:account.journal,import_type:0 -msgid "Generic .csv/.xls based on SO transaction ID" -msgstr "" - #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_account_move_completion_rule_id #: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import_id msgid "ID" msgstr "Κωδικός" -#. module: account_move_base_import -#: model:ir.model.fields,help:account_move_base_import.field_account_journal_message_unread -#: model:ir.model.fields,help:account_move_base_import.field_account_move_message_unread -msgid "If checked new messages require your attention." -msgstr "" - -#. module: account_move_base_import -#: model:ir.model.fields,help:account_move_base_import.field_account_journal_message_needaction -#: model:ir.model.fields,help:account_move_base_import.field_account_move_message_needaction -msgid "If checked, new messages require your attention." -msgstr "" - #. module: account_move_base_import #: model:ir.actions.act_window,name:account_move_base_import.move_importer_action #: model:ir.ui.menu,name:account_move_base_import.move_importer_menu msgid "Import Batch File" msgstr "" +#. module: account_move_base_import +#: model:ir.model,name:account_move_base_import.model_credit_statement_import +msgid "Import Batch File wizard" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.move_importer_view msgid "Import Parameters Summary" @@ -326,12 +275,6 @@ msgstr "" msgid "Invalid invoice type for completion: %s" msgstr "" -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_is_follower -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_is_follower -msgid "Is Follower" -msgstr "" - #. module: account_move_base_import #: model:ir.model,name:account_move_base_import.model_account_journal msgid "Journal" @@ -358,12 +301,6 @@ msgstr "" msgid "Last Import Date" msgstr "" -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_last_post -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_last_post -msgid "Last Message Date" -msgstr "" - #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_account_move_completion_rule___last_update #: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import___last_update @@ -416,22 +353,6 @@ msgstr "" msgid "Lower means parsed first." msgstr "" -#. module: account_move_base_import -#: selection:account.move.completion.rule,function_to_call:0 -msgid "Match Invoice using transaction ID" -msgstr "" - -#. module: account_move_base_import -#: selection:account.move.completion.rule,function_to_call:0 -msgid "Match Sales Order using transaction ID" -msgstr "" - -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_ids -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_ids -msgid "Messages" -msgstr "" - #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_account_move_completion_rule_function_to_call msgid "Method" @@ -447,11 +368,10 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:293 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" -"Missing column! Column %s you try to import is not present in the bank " -"statement line!" +"Missing column! Column %s you try to import is not present in the move line!" msgstr "" #. module: account_move_base_import @@ -461,13 +381,17 @@ msgid "Move %s have been imported with %s lines." msgstr "" #. module: account_move_base_import -#: model:ir.actions.act_window,name:account_move_base_import.action_move_completion_rule_tree -#: model:ir.ui.menu,name:account_move_base_import.menu_action_move_completion_rule_tree_menu #: model:ir.ui.view,arch_db:account_move_base_import.move_completion_rule_view_form #: model:ir.ui.view,arch_db:account_move_base_import.move_completion_rule_view_tree msgid "Move Completion Rule" msgstr "" +#. module: account_move_base_import +#: model:ir.actions.act_window,name:account_move_base_import.action_move_completion_rule_tree +#: model:ir.ui.menu,name:account_move_base_import.menu_action_move_completion_rule_tree_menu +msgid "Move Completion Rules" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_account_move_completion_rule_name msgid "Name" @@ -486,29 +410,11 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:287 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_needaction_counter -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_needaction_counter -msgid "Number of Actions" -msgstr "" - -#. module: account_move_base_import -#: model:ir.model.fields,help:account_move_base_import.field_account_journal_message_needaction_counter -#: model:ir.model.fields,help:account_move_base_import.field_account_move_message_needaction_counter -msgid "Number of messages which requires an action" -msgstr "" - -#. module: account_move_base_import -#: model:ir.model.fields,help:account_move_base_import.field_account_journal_message_unread_counter -#: model:ir.model.fields,help:account_move_base_import.field_account_move_message_unread_counter -msgid "Number of unread messages" -msgstr "" - #. module: account_move_base_import #: code:addons/account_move_base_import/models/account_move.py:306 #: code:addons/account_move_base_import/models/account_move.py:322 @@ -521,6 +427,11 @@ msgstr "" msgid "Partner" msgstr "" +#. module: account_move_base_import +#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_import_partner_id +msgid "Partner from import" +msgstr "" + #. module: account_move_base_import #: code:addons/account_move_base_import/parser/file_parser.py:15 #, python-format @@ -528,13 +439,14 @@ msgid "Please install python lib xlrd" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/wizard/import_statement.py:68 +#: code:addons/account_move_base_import/wizard/import_statement.py:56 #, python-format msgid "Please use a file with an extension" msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_partner_id +#: model:ir.model.fields,help:account_move_base_import.field_credit_statement_import_partner_id msgid "" "Put a partner if you want to have it on the commission move (and optionaly " "on the counterpart of the intermediate/banking move if you tick the " @@ -543,6 +455,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_receivable_account_id +#: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import_receivable_account_id msgid "Receivable/Payable Account" msgstr "" @@ -567,7 +480,7 @@ msgid "Split Counterpart" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_move.py:357 +#: code:addons/account_move_base_import/models/account_move.py:370 #, python-format msgid "Statement ID %s auto-completed for %s/%s lines completed" msgstr "" @@ -578,7 +491,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:332 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -595,11 +508,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -607,18 +525,6 @@ msgstr "" msgid "Type of import" msgstr "" -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_unread -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_unread -msgid "Unread Messages" -msgstr "" - -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_unread_counter -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_unread_counter -msgid "Unread Messages Counter" -msgstr "" - #. module: account_move_base_import #: code:addons/account_move_base_import/parser/file_parser.py:143 #: code:addons/account_move_base_import/parser/file_parser.py:173 @@ -633,16 +539,11 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import #: model:ir.model,name:account_move_base_import.model_account_move_completion_rule msgid "account.move.completion.rule" msgstr "" - -#. module: account_move_base_import -#: model:ir.model,name:account_move_base_import.model_credit_statement_import -msgid "credit.statement.import" -msgstr "" diff --git a/account_move_base_import/i18n/en_GB.po b/account_move_base_import/i18n/en_GB.po index a13d6fe2..f84b3b74 100644 --- a/account_move_base_import/i18n/en_GB.po +++ b/account_move_base_import/i18n/en_GB.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-03-24 03:37+0000\n" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/teams/23907/en_GB/)\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/" +"teams/23907/en_GB/)\n" +"Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_move_base_import @@ -32,6 +33,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +65,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +162,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +177,12 @@ msgstr "Display Name" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +368,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +410,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +491,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +508,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +539,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/es.po b/account_move_base_import/i18n/es.po index 8a76d771..46cb40b1 100644 --- a/account_move_base_import/i18n/es.po +++ b/account_move_base_import/i18n/es.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-03-24 03:37+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_move_base_import @@ -32,6 +32,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +64,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +161,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +176,12 @@ msgstr "Nombre mostrado" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +367,7 @@ msgid "Missing" msgstr "Ausente" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +409,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +490,7 @@ msgid "Statement file" msgstr "Archivo de extracto" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +507,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -530,8 +543,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/es_AR.po b/account_move_base_import/i18n/es_AR.po index 093a77c7..512a264a 100644 --- a/account_move_base_import/i18n/es_AR.po +++ b/account_move_base_import/i18n/es_AR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-03-24 03:37+0000\n" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/teams/23907/es_AR/)\n" +"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/" +"teams/23907/es_AR/)\n" +"Language: es_AR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_AR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_move_base_import @@ -32,6 +33,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +65,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +162,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +177,12 @@ msgstr "Mostrar Nombre" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +368,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +410,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +491,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +508,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +539,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/es_CL.po b/account_move_base_import/i18n/es_CL.po index 637f7d73..3f826d4f 100644 --- a/account_move_base_import/i18n/es_CL.po +++ b/account_move_base_import/i18n/es_CL.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-03-24 03:37+0000\n" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/es_CL/)\n" +"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/" +"es_CL/)\n" +"Language: es_CL\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_CL\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_move_base_import @@ -32,6 +33,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +65,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +162,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +177,12 @@ msgstr "Nombre mostrado" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +368,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +410,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +491,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +508,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +539,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/es_CO.po b/account_move_base_import/i18n/es_CO.po index 7171e754..e6cb3c74 100644 --- a/account_move_base_import/i18n/es_CO.po +++ b/account_move_base_import/i18n/es_CO.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-03-24 03:37+0000\n" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/es_CO/)\n" +"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/" +"es_CO/)\n" +"Language: es_CO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_CO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_move_base_import @@ -32,6 +33,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +65,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +162,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +177,12 @@ msgstr "Nombre Público" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +368,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +410,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +491,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +508,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +539,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/es_CR.po b/account_move_base_import/i18n/es_CR.po index 3601076c..b9e9c4a3 100644 --- a/account_move_base_import/i18n/es_CR.po +++ b/account_move_base_import/i18n/es_CR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-03-24 03:37+0000\n" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\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_move_base_import @@ -32,6 +33,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +65,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +162,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +177,12 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +368,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +410,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +491,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +508,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +539,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/es_DO.po b/account_move_base_import/i18n/es_DO.po index 4c17ec73..d7502e00 100644 --- a/account_move_base_import/i18n/es_DO.po +++ b/account_move_base_import/i18n/es_DO.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-03-24 03:37+0000\n" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/teams/23907/es_DO/)\n" +"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/" +"teams/23907/es_DO/)\n" +"Language: es_DO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_DO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_move_base_import @@ -32,6 +33,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +65,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +162,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +177,12 @@ msgstr "Nombre mostrado" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +368,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +410,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +491,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +508,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +539,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/es_EC.po b/account_move_base_import/i18n/es_EC.po index a28f7ae6..17f6616c 100644 --- a/account_move_base_import/i18n/es_EC.po +++ b/account_move_base_import/i18n/es_EC.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-03-24 03:37+0000\n" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\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_move_base_import @@ -32,6 +33,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +65,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +162,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +177,12 @@ msgstr "Nombre mostrado" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +368,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +410,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +491,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +508,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +539,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/es_ES.po b/account_move_base_import/i18n/es_ES.po index 35dfb14f..8b428a10 100644 --- a/account_move_base_import/i18n/es_ES.po +++ b/account_move_base_import/i18n/es_ES.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2016 msgid "" @@ -11,15 +11,16 @@ msgstr "" "POT-Creation-Date: 2016-09-12 11:12+0000\n" "PO-Revision-Date: 2016-09-12 11:12+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_move_base_import -#: code:addons/account_move_base_import/models/account_move.py:351 +#: code:addons/account_move_base_import/models/account_move.py:364 #, python-format msgid "" "%s Account Move %s has %s/%s lines completed by %s \n" @@ -33,9 +34,8 @@ msgid "Account Entry" msgstr "" #. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_needaction -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_needaction -msgid "Action Needed" +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" msgstr "" #. module: account_move_base_import @@ -65,11 +65,13 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_partner_id +#: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import_partner_id msgid "Bank/Payment Office partner" msgstr "" @@ -80,6 +82,7 @@ msgstr "Cancelar" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_receivable_account_id +#: model:ir.model.fields,help:account_move_base_import.field_credit_statement_import_receivable_account_id msgid "" "Choose a receivable/payable account to use as the default debit/credit " "account." @@ -143,11 +146,6 @@ msgstr "Creado por" msgid "Created on" msgstr "Creado en" -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import_partner_id -msgid "Credit institute partner" -msgstr "" - #. module: account_move_base_import #: code:addons/account_move_base_import/parser/file_parser.py:132 #, python-format @@ -164,18 +162,13 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" msgstr "" -#. module: account_move_base_import -#: model:ir.model.fields,help:account_move_base_import.field_account_journal_message_last_post -#: model:ir.model.fields,help:account_move_base_import.field_account_move_message_last_post -msgid "Date of the last message posted on the record." -msgstr "" - #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_account_move_completion_rule_display_name #: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import_display_name @@ -184,11 +177,12 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -196,39 +190,6 @@ msgstr "" msgid "File name" msgstr "" -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_follower_ids -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_follower_ids -msgid "Followers" -msgstr "" - -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_channel_ids -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_channel_ids -msgid "Followers (Channels)" -msgstr "" - -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_partner_ids -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_partner_ids -msgid "Followers (Partners)" -msgstr "" - -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import_receivable_account_id -msgid "Force Receivable/Payable Account" -msgstr "" - -#. module: account_move_base_import -#: selection:account.move.completion.rule,function_to_call:0 -msgid "From bank account number (Normal or IBAN)" -msgstr "" - -#. module: account_move_base_import -#: selection:account.move.completion.rule,function_to_call:0 -msgid "From line name (based on SO number)" -msgstr "" - #. module: account_move_base_import #: selection:account.move.completion.rule,function_to_call:0 msgid "From line name (based on customer invoice number)" @@ -254,35 +215,23 @@ msgstr "" msgid "Generic .csv/.xls based on SO Name" msgstr "" -#. module: account_move_base_import -#: selection:account.journal,import_type:0 -msgid "Generic .csv/.xls based on SO transaction ID" -msgstr "" - #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_account_move_completion_rule_id #: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import_id msgid "ID" msgstr "ID" -#. module: account_move_base_import -#: model:ir.model.fields,help:account_move_base_import.field_account_journal_message_unread -#: model:ir.model.fields,help:account_move_base_import.field_account_move_message_unread -msgid "If checked new messages require your attention." -msgstr "" - -#. module: account_move_base_import -#: model:ir.model.fields,help:account_move_base_import.field_account_journal_message_needaction -#: model:ir.model.fields,help:account_move_base_import.field_account_move_message_needaction -msgid "If checked, new messages require your attention." -msgstr "" - #. module: account_move_base_import #: model:ir.actions.act_window,name:account_move_base_import.move_importer_action #: model:ir.ui.menu,name:account_move_base_import.move_importer_menu msgid "Import Batch File" msgstr "" +#. module: account_move_base_import +#: model:ir.model,name:account_move_base_import.model_credit_statement_import +msgid "Import Batch File wizard" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.move_importer_view msgid "Import Parameters Summary" @@ -326,12 +275,6 @@ msgstr "" msgid "Invalid invoice type for completion: %s" msgstr "" -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_is_follower -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_is_follower -msgid "Is Follower" -msgstr "" - #. module: account_move_base_import #: model:ir.model,name:account_move_base_import.model_account_journal msgid "Journal" @@ -358,12 +301,6 @@ msgstr "" msgid "Last Import Date" msgstr "" -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_last_post -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_last_post -msgid "Last Message Date" -msgstr "" - #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_account_move_completion_rule___last_update #: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import___last_update @@ -416,22 +353,6 @@ msgstr "" msgid "Lower means parsed first." msgstr "" -#. module: account_move_base_import -#: selection:account.move.completion.rule,function_to_call:0 -msgid "Match Invoice using transaction ID" -msgstr "" - -#. module: account_move_base_import -#: selection:account.move.completion.rule,function_to_call:0 -msgid "Match Sales Order using transaction ID" -msgstr "" - -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_ids -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_ids -msgid "Messages" -msgstr "" - #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_account_move_completion_rule_function_to_call msgid "Method" @@ -447,11 +368,10 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:293 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" -"Missing column! Column %s you try to import is not present in the bank " -"statement line!" +"Missing column! Column %s you try to import is not present in the move line!" msgstr "" #. module: account_move_base_import @@ -461,13 +381,17 @@ msgid "Move %s have been imported with %s lines." msgstr "" #. module: account_move_base_import -#: model:ir.actions.act_window,name:account_move_base_import.action_move_completion_rule_tree -#: model:ir.ui.menu,name:account_move_base_import.menu_action_move_completion_rule_tree_menu #: model:ir.ui.view,arch_db:account_move_base_import.move_completion_rule_view_form #: model:ir.ui.view,arch_db:account_move_base_import.move_completion_rule_view_tree msgid "Move Completion Rule" msgstr "" +#. module: account_move_base_import +#: model:ir.actions.act_window,name:account_move_base_import.action_move_completion_rule_tree +#: model:ir.ui.menu,name:account_move_base_import.menu_action_move_completion_rule_tree_menu +msgid "Move Completion Rules" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_account_move_completion_rule_name msgid "Name" @@ -486,29 +410,11 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:287 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_needaction_counter -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_needaction_counter -msgid "Number of Actions" -msgstr "" - -#. module: account_move_base_import -#: model:ir.model.fields,help:account_move_base_import.field_account_journal_message_needaction_counter -#: model:ir.model.fields,help:account_move_base_import.field_account_move_message_needaction_counter -msgid "Number of messages which requires an action" -msgstr "" - -#. module: account_move_base_import -#: model:ir.model.fields,help:account_move_base_import.field_account_journal_message_unread_counter -#: model:ir.model.fields,help:account_move_base_import.field_account_move_message_unread_counter -msgid "Number of unread messages" -msgstr "" - #. module: account_move_base_import #: code:addons/account_move_base_import/models/account_move.py:306 #: code:addons/account_move_base_import/models/account_move.py:322 @@ -521,6 +427,11 @@ msgstr "" msgid "Partner" msgstr "" +#. module: account_move_base_import +#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_import_partner_id +msgid "Partner from import" +msgstr "" + #. module: account_move_base_import #: code:addons/account_move_base_import/parser/file_parser.py:15 #, python-format @@ -528,13 +439,14 @@ msgid "Please install python lib xlrd" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/wizard/import_statement.py:68 +#: code:addons/account_move_base_import/wizard/import_statement.py:56 #, python-format msgid "Please use a file with an extension" msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_partner_id +#: model:ir.model.fields,help:account_move_base_import.field_credit_statement_import_partner_id msgid "" "Put a partner if you want to have it on the commission move (and optionaly " "on the counterpart of the intermediate/banking move if you tick the " @@ -543,6 +455,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_receivable_account_id +#: model:ir.model.fields,field_description:account_move_base_import.field_credit_statement_import_receivable_account_id msgid "Receivable/Payable Account" msgstr "" @@ -567,7 +480,7 @@ msgid "Split Counterpart" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_move.py:357 +#: code:addons/account_move_base_import/models/account_move.py:370 #, python-format msgid "Statement ID %s auto-completed for %s/%s lines completed" msgstr "" @@ -578,7 +491,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:332 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -595,11 +508,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -607,18 +525,6 @@ msgstr "" msgid "Type of import" msgstr "" -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_unread -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_unread -msgid "Unread Messages" -msgstr "" - -#. module: account_move_base_import -#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_message_unread_counter -#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_message_unread_counter -msgid "Unread Messages Counter" -msgstr "" - #. module: account_move_base_import #: code:addons/account_move_base_import/parser/file_parser.py:143 #: code:addons/account_move_base_import/parser/file_parser.py:173 @@ -633,16 +539,11 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import #: model:ir.model,name:account_move_base_import.model_account_move_completion_rule msgid "account.move.completion.rule" msgstr "" - -#. module: account_move_base_import -#: model:ir.model,name:account_move_base_import.model_credit_statement_import -msgid "credit.statement.import" -msgstr "" diff --git a/account_move_base_import/i18n/es_MX.po b/account_move_base_import/i18n/es_MX.po index 525c2342..64291334 100644 --- a/account_move_base_import/i18n/es_MX.po +++ b/account_move_base_import/i18n/es_MX.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-03-24 03:37+0000\n" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\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_move_base_import @@ -32,6 +33,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +65,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +162,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +177,12 @@ msgstr "Nombre desplegado" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +368,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +410,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +491,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +508,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +539,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/es_PE.po b/account_move_base_import/i18n/es_PE.po index 9141cb19..45d25e61 100644 --- a/account_move_base_import/i18n/es_PE.po +++ b/account_move_base_import/i18n/es_PE.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-03-24 03:37+0000\n" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/es_PE/)\n" +"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/" +"es_PE/)\n" +"Language: es_PE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_PE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_move_base_import @@ -32,6 +33,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +65,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +162,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +177,12 @@ msgstr "Nombre a Mostrar" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +368,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +410,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +491,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +508,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +539,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/es_PY.po b/account_move_base_import/i18n/es_PY.po index d6a9f930..8735050d 100644 --- a/account_move_base_import/i18n/es_PY.po +++ b/account_move_base_import/i18n/es_PY.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-03-24 03:37+0000\n" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/es_PY/)\n" +"Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/" +"es_PY/)\n" +"Language: es_PY\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_PY\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_move_base_import @@ -32,6 +33,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +65,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +162,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +177,12 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +368,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +410,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +491,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +508,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +539,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/es_VE.po b/account_move_base_import/i18n/es_VE.po index c64ecdb7..f6d24469 100644 --- a/account_move_base_import/i18n/es_VE.po +++ b/account_move_base_import/i18n/es_VE.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-03-24 03:37+0000\n" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\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_move_base_import @@ -32,6 +33,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +65,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +162,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +177,12 @@ msgstr "Mostrar nombre" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +368,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +410,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +491,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +508,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +539,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/et.po b/account_move_base_import/i18n/et.po index be7e3eef..1ac8e48a 100644 --- a/account_move_base_import/i18n/et.po +++ b/account_move_base_import/i18n/et.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\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_move_base_import @@ -32,6 +32,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +64,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +161,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +176,12 @@ msgstr "Näidatav nimi" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +367,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +409,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +490,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +507,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +538,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/eu.po b/account_move_base_import/i18n/eu.po index 5b1b3cd1..a2dc42ed 100644 --- a/account_move_base_import/i18n/eu.po +++ b/account_move_base_import/i18n/eu.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n" +"Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: eu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_move_base_import @@ -32,6 +32,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +64,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +161,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +176,12 @@ msgstr "Izena erakutsi" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +367,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +409,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +490,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +507,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +538,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/fa.po b/account_move_base_import/i18n/fa.po index f7668f6d..c23eeb35 100644 --- a/account_move_base_import/i18n/fa.po +++ b/account_move_base_import/i18n/fa.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Persian (https://www.transifex.com/oca/teams/23907/fa/)\n" +"Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fa\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: account_move_base_import @@ -32,6 +32,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +64,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +161,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +176,12 @@ msgstr "نام نمایشی" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +367,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +409,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +490,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +507,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +538,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/fi.po b/account_move_base_import/i18n/fi.po index 6d0629d8..c0461b10 100644 --- a/account_move_base_import/i18n/fi.po +++ b/account_move_base_import/i18n/fi.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/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_move_base_import @@ -32,6 +32,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +64,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +161,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +176,12 @@ msgstr "Nimi" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +367,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +409,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +490,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +507,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +538,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/fr.po b/account_move_base_import/i18n/fr.po index 4cf8af32..c7513ad9 100644 --- a/account_move_base_import/i18n/fr.po +++ b/account_move_base_import/i18n/fr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # Quentin THEURET , 2018 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2018-03-20 20:58+0000\n" "Last-Translator: Quentin THEURET , 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_move_base_import @@ -161,7 +161,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -177,10 +178,10 @@ msgstr "" #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label #: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -514,8 +515,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -537,8 +538,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/fr_CA.po b/account_move_base_import/i18n/fr_CA.po index 2b2f3b6a..aaed5d63 100644 --- a/account_move_base_import/i18n/fr_CA.po +++ b/account_move_base_import/i18n/fr_CA.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-03-24 03:37+0000\n" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/fr_CA/)\n" +"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/" +"fr_CA/)\n" +"Language: fr_CA\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fr_CA\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: account_move_base_import @@ -32,6 +33,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +65,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +162,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +177,12 @@ msgstr "Afficher le nom" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +368,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +410,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +491,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +508,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +539,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/fr_CH.po b/account_move_base_import/i18n/fr_CH.po index 3220729b..cd49d3c9 100644 --- a/account_move_base_import/i18n/fr_CH.po +++ b/account_move_base_import/i18n/fr_CH.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-03-24 03:37+0000\n" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: French (Switzerland) (https://www.transifex.com/oca/teams/23907/fr_CH/)\n" +"Language-Team: French (Switzerland) (https://www.transifex.com/oca/" +"teams/23907/fr_CH/)\n" +"Language: fr_CH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fr_CH\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: account_move_base_import @@ -32,6 +33,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +65,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +162,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +177,12 @@ msgstr "Nom affiché" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +368,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +410,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +491,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +508,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +539,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/gl.po b/account_move_base_import/i18n/gl.po index d48a2185..b32a1d03 100644 --- a/account_move_base_import/i18n/gl.po +++ b/account_move_base_import/i18n/gl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\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_move_base_import @@ -32,6 +32,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +64,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +161,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +176,12 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +367,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +409,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +490,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +507,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +538,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/gl_ES.po b/account_move_base_import/i18n/gl_ES.po index 597cf96c..b153da54 100644 --- a/account_move_base_import/i18n/gl_ES.po +++ b/account_move_base_import/i18n/gl_ES.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-03-24 03:37+0000\n" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Galician (Spain) (https://www.transifex.com/oca/teams/23907/gl_ES/)\n" +"Language-Team: Galician (Spain) (https://www.transifex.com/oca/teams/23907/" +"gl_ES/)\n" +"Language: gl_ES\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: gl_ES\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_move_base_import @@ -32,6 +33,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +65,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +162,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +177,12 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +368,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +410,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +491,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +508,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +539,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/he.po b/account_move_base_import/i18n/he.po index 41bc895a..29515c8c 100644 --- a/account_move_base_import/i18n/he.po +++ b/account_move_base_import/i18n/he.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Hebrew (https://www.transifex.com/oca/teams/23907/he/)\n" +"Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: he\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_move_base_import @@ -32,6 +32,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +64,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +161,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +176,12 @@ msgstr "השם המוצג" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +367,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +409,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +490,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +507,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +538,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/hr.po b/account_move_base_import/i18n/hr.po index a47f4ea9..29ebe21e 100644 --- a/account_move_base_import/i18n/hr.po +++ b/account_move_base_import/i18n/hr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # Bole , 2018 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2017-12-16 01:51+0000\n" "Last-Translator: Bole , 2018\n" "Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/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_move_base_import #: code:addons/account_move_base_import/models/account_move.py:364 @@ -32,6 +33,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -156,7 +162,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -172,10 +179,10 @@ msgstr "" #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label #: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -361,7 +368,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -403,7 +410,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -484,7 +491,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -501,11 +508,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -527,8 +539,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/hr_HR.po b/account_move_base_import/i18n/hr_HR.po index 20c33522..9d293c82 100644 --- a/account_move_base_import/i18n/hr_HR.po +++ b/account_move_base_import/i18n/hr_HR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 # Bole , 2017 @@ -12,12 +12,14 @@ msgstr "" "POT-Creation-Date: 2017-03-28 01:44+0000\n" "PO-Revision-Date: 2017-03-28 01:44+0000\n" "Last-Translator: Bole , 2017\n" -"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n" +"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/" +"hr_HR/)\n" +"Language: hr_HR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: hr_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_move_base_import #: code:addons/account_move_base_import/models/account_move.py:364 @@ -33,6 +35,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -60,6 +67,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -156,7 +164,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -170,11 +179,12 @@ msgstr "Naziv" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -360,7 +370,7 @@ msgid "Missing" msgstr "Nedostaje" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -402,7 +412,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "Ništa za uvoz. Datoteka je prazna" @@ -483,7 +493,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -500,11 +510,17 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +#, fuzzy +msgid "To Complete" +msgstr "Automatsko dovršavanje" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -526,8 +542,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/hu.po b/account_move_base_import/i18n/hu.po index 8db3e6e2..cdab4e6b 100644 --- a/account_move_base_import/i18n/hu.po +++ b/account_move_base_import/i18n/hu.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n" +"Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_move_base_import @@ -32,6 +32,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +64,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +161,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +176,12 @@ msgstr "Név megjelenítése" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +367,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +409,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +490,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +507,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +538,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/id.po b/account_move_base_import/i18n/id.po index ada373c4..eea954f0 100644 --- a/account_move_base_import/i18n/id.po +++ b/account_move_base_import/i18n/id.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/id/)\n" +"Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: account_move_base_import @@ -32,6 +32,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +64,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +161,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +176,12 @@ msgstr "Nama Tampilan" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +367,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +409,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +490,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +507,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +538,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/it.po b/account_move_base_import/i18n/it.po index 4ebbf6f5..d289161f 100644 --- a/account_move_base_import/i18n/it.po +++ b/account_move_base_import/i18n/it.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Italian (https://www.transifex.com/oca/teams/23907/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_move_base_import @@ -32,6 +32,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +64,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +161,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +176,12 @@ msgstr "Nome da visualizzare" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +367,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +409,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +490,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +507,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +538,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/ja.po b/account_move_base_import/i18n/ja.po index 2d8ae487..38abc01c 100644 --- a/account_move_base_import/i18n/ja.po +++ b/account_move_base_import/i18n/ja.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: account_move_base_import @@ -32,6 +32,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +64,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +161,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +176,12 @@ msgstr "表示名" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +367,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +409,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +490,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +507,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +538,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/ko.po b/account_move_base_import/i18n/ko.po index f8da0aa4..65c63adf 100644 --- a/account_move_base_import/i18n/ko.po +++ b/account_move_base_import/i18n/ko.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Korean (https://www.transifex.com/oca/teams/23907/ko/)\n" +"Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: account_move_base_import @@ -32,6 +32,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +64,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +161,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +176,12 @@ msgstr "표시 이름" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +367,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +409,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +490,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +507,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +538,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/lt.po b/account_move_base_import/i18n/lt.po index 21e676f2..6daa0c54 100644 --- a/account_move_base_import/i18n/lt.po +++ b/account_move_base_import/i18n/lt.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\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_move_base_import #: code:addons/account_move_base_import/models/account_move.py:364 @@ -32,6 +33,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +65,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +162,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +177,12 @@ msgstr "Vaizduojamas pavadinimas" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +368,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +410,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +491,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +508,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +539,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/lv.po b/account_move_base_import/i18n/lv.po index 3002270e..97dc23cd 100644 --- a/account_move_base_import/i18n/lv.po +++ b/account_move_base_import/i18n/lv.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/lv/)\n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" #. module: account_move_base_import #: code:addons/account_move_base_import/models/account_move.py:364 @@ -32,6 +33,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +65,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +162,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +177,12 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +368,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +410,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +491,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +508,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +539,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/mk.po b/account_move_base_import/i18n/mk.po index 5b1b1497..7bdc2e55 100644 --- a/account_move_base_import/i18n/mk.po +++ b/account_move_base_import/i18n/mk.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n" +"Language: mk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: mk\n" "Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" #. module: account_move_base_import @@ -32,6 +32,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +64,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +161,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +176,12 @@ msgstr "Прикажи име" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +367,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +409,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +490,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +507,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +538,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/mn.po b/account_move_base_import/i18n/mn.po index 825063c6..e420554d 100644 --- a/account_move_base_import/i18n/mn.po +++ b/account_move_base_import/i18n/mn.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n" +"Language: mn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: mn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_move_base_import @@ -32,6 +32,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +64,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +161,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +176,12 @@ msgstr "Дэлгэцийн Нэр" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +367,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +409,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +490,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +507,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +538,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/nb.po b/account_move_base_import/i18n/nb.po index 4817d5f7..a075801d 100644 --- a/account_move_base_import/i18n/nb.po +++ b/account_move_base_import/i18n/nb.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-03-24 03:37+0000\n" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/nb/)\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/" +"nb/)\n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_move_base_import @@ -32,6 +33,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +65,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +162,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +177,12 @@ msgstr "Visnings navn" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +368,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +410,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +491,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +508,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +539,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/nb_NO.po b/account_move_base_import/i18n/nb_NO.po index 5f92cc14..c2e019a7 100644 --- a/account_move_base_import/i18n/nb_NO.po +++ b/account_move_base_import/i18n/nb_NO.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-03-24 03:37+0000\n" "PO-Revision-Date: 2017-03-24 03:37+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_move_base_import @@ -32,6 +33,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +65,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +162,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +177,12 @@ msgstr "Vis navn" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +368,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +410,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +491,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +508,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +539,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/nl.po b/account_move_base_import/i18n/nl.po index 4f68295d..71f42ce8 100644 --- a/account_move_base_import/i18n/nl.po +++ b/account_move_base_import/i18n/nl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-03-24 03:37+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_move_base_import @@ -32,6 +32,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +64,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +161,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +176,12 @@ msgstr "Te tonen naam" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +367,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +409,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +490,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +507,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +538,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/nl_BE.po b/account_move_base_import/i18n/nl_BE.po index 98f17421..0c3111f7 100644 --- a/account_move_base_import/i18n/nl_BE.po +++ b/account_move_base_import/i18n/nl_BE.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-03-24 03:37+0000\n" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\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_move_base_import @@ -32,6 +33,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +65,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +162,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +177,12 @@ msgstr "Schermnaam" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +368,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +410,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +491,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +508,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +539,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/pl.po b/account_move_base_import/i18n/pl.po index df0ffe5c..08b0ab19 100644 --- a/account_move_base_import/i18n/pl.po +++ b/account_move_base_import/i18n/pl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,11 +12,13 @@ msgstr "" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\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=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n" +"%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n" +"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" #. module: account_move_base_import #: code:addons/account_move_base_import/models/account_move.py:364 @@ -32,6 +34,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +66,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +163,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +178,12 @@ msgstr "Wyświetlana nazwa " #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +369,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +411,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +492,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +509,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +540,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/pt.po b/account_move_base_import/i18n/pt.po index 69a3f7f3..f8b8f0ef 100644 --- a/account_move_base_import/i18n/pt.po +++ b/account_move_base_import/i18n/pt.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\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_move_base_import @@ -32,6 +32,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +64,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +161,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +176,12 @@ msgstr "Nome" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +367,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +409,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +490,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +507,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +538,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/pt_BR.po b/account_move_base_import/i18n/pt_BR.po index e7aea605..22a2037d 100644 --- a/account_move_base_import/i18n/pt_BR.po +++ b/account_move_base_import/i18n/pt_BR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-03-24 03:37+0000\n" "PO-Revision-Date: 2017-03-24 03:37+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_move_base_import @@ -35,6 +36,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -62,6 +68,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -158,7 +165,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -172,11 +180,12 @@ msgstr "Mostrar Nome" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -362,7 +371,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -404,7 +413,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -485,7 +494,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -502,11 +511,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -528,8 +542,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/pt_PT.po b/account_move_base_import/i18n/pt_PT.po index 239c2901..3edb0619 100644 --- a/account_move_base_import/i18n/pt_PT.po +++ b/account_move_base_import/i18n/pt_PT.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-03-24 03:37+0000\n" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/teams/23907/pt_PT/)\n" +"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/" +"teams/23907/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_move_base_import @@ -32,6 +33,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +65,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +162,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +177,12 @@ msgstr "Nome a Apresentar" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +368,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +410,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +491,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +508,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +539,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/ro.po b/account_move_base_import/i18n/ro.po index 53635de7..054263b4 100644 --- a/account_move_base_import/i18n/ro.po +++ b/account_move_base_import/i18n/ro.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\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_move_base_import #: code:addons/account_move_base_import/models/account_move.py:364 @@ -32,6 +33,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +65,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +162,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +177,12 @@ msgstr "Nume Afişat" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +368,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +410,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +491,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +508,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +539,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/ru.po b/account_move_base_import/i18n/ru.po index 79dd5dfa..0fa3c23b 100644 --- a/account_move_base_import/i18n/ru.po +++ b/account_move_base_import/i18n/ru.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,11 +12,13 @@ msgstr "" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\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_move_base_import #: code:addons/account_move_base_import/models/account_move.py:364 @@ -32,6 +34,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +66,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +163,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +178,12 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +369,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +411,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +492,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +509,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +540,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/sk.po b/account_move_base_import/i18n/sk.po index d5b28be2..dacbaf87 100644 --- a/account_move_base_import/i18n/sk.po +++ b/account_move_base_import/i18n/sk.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n" +"Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sk\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" #. module: account_move_base_import @@ -32,6 +32,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +64,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +161,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +176,12 @@ msgstr "Zobraziť meno" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +367,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +409,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +490,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +507,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +538,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/sl.po b/account_move_base_import/i18n/sl.po index 2a85905d..34e0ebff 100644 --- a/account_move_base_import/i18n/sl.po +++ b/account_move_base_import/i18n/sl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2017-03-07 03:37+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_move_base_import #: code:addons/account_move_base_import/models/account_move.py:364 @@ -32,6 +33,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +65,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +162,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +177,12 @@ msgstr "Prikazni naziv" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +368,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +410,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +491,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +508,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +539,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/sr.po b/account_move_base_import/i18n/sr.po index 3f40596e..ccf14fbc 100644 --- a/account_move_base_import/i18n/sr.po +++ b/account_move_base_import/i18n/sr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Serbian (https://www.transifex.com/oca/teams/23907/sr/)\n" +"Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sr\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_move_base_import #: code:addons/account_move_base_import/models/account_move.py:364 @@ -32,6 +33,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +65,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +162,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +177,12 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +368,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +410,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +491,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +508,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +539,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/sr@latin.po b/account_move_base_import/i18n/sr@latin.po index 57893feb..99fd2358 100644 --- a/account_move_base_import/i18n/sr@latin.po +++ b/account_move_base_import/i18n/sr@latin.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,12 +11,14 @@ msgstr "" "POT-Creation-Date: 2017-03-24 03:37+0000\n" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr@latin/)\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/" +"sr@latin/)\n" +"Language: sr@latin\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sr@latin\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_move_base_import #: code:addons/account_move_base_import/models/account_move.py:364 @@ -32,6 +34,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +66,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +163,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +178,12 @@ msgstr "Ime za prikaz" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +369,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +411,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +492,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +509,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +540,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/sv.po b/account_move_base_import/i18n/sv.po index 82af4f4f..37b4a11d 100644 --- a/account_move_base_import/i18n/sv.po +++ b/account_move_base_import/i18n/sv.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n" +"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sv\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_move_base_import @@ -32,6 +32,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +64,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +161,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +176,12 @@ msgstr "Visa namn" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +367,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +409,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +490,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +507,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +538,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/th.po b/account_move_base_import/i18n/th.po index 1938b8b1..522a4a4a 100644 --- a/account_move_base_import/i18n/th.po +++ b/account_move_base_import/i18n/th.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\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_move_base_import @@ -32,6 +32,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +64,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +161,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +176,12 @@ msgstr "ชื่อที่ใช้แสดง" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +367,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +409,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +490,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +507,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +538,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/tr.po b/account_move_base_import/i18n/tr.po index 2488ef0a..7f9cdd36 100644 --- a/account_move_base_import/i18n/tr.po +++ b/account_move_base_import/i18n/tr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\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_move_base_import @@ -32,6 +32,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +64,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +161,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +176,12 @@ msgstr "Görünen İsim" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +367,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +409,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +490,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +507,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +538,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/uk.po b/account_move_base_import/i18n/uk.po index 9b6ae0a5..c5a96515 100644 --- a/account_move_base_import/i18n/uk.po +++ b/account_move_base_import/i18n/uk.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,11 +12,12 @@ msgstr "" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Ukrainian (https://www.transifex.com/oca/teams/23907/uk/)\n" +"Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: uk\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_move_base_import #: code:addons/account_move_base_import/models/account_move.py:364 @@ -32,6 +33,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +65,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +162,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +177,12 @@ msgstr "Назва для відображення" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +368,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +410,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +491,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +508,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +539,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/vi.po b/account_move_base_import/i18n/vi.po index 730e3677..00ae7d7b 100644 --- a/account_move_base_import/i18n/vi.po +++ b/account_move_base_import/i18n/vi.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,10 +12,10 @@ msgstr "" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\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_move_base_import @@ -32,6 +32,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +64,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +161,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +176,12 @@ msgstr "Tên hiển thị" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +367,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +409,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +490,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +507,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +538,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/vi_VN.po b/account_move_base_import/i18n/vi_VN.po index 1640b837..800afe13 100644 --- a/account_move_base_import/i18n/vi_VN.po +++ b/account_move_base_import/i18n/vi_VN.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-03-24 03:37+0000\n" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/teams/23907/vi_VN/)\n" +"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/" +"teams/23907/vi_VN/)\n" +"Language: vi_VN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: vi_VN\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: account_move_base_import @@ -32,6 +33,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +65,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +162,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +177,12 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +368,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +410,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +491,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +508,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +539,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/zh_CN.po b/account_move_base_import/i18n/zh_CN.po index 50f8b575..19f13847 100644 --- a/account_move_base_import/i18n/zh_CN.po +++ b/account_move_base_import/i18n/zh_CN.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-03-24 03:37+0000\n" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/zh_CN/)\n" +"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/" +"zh_CN/)\n" +"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: account_move_base_import @@ -32,6 +33,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +65,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +162,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +177,12 @@ msgstr "显示名称" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +368,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +410,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +491,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +508,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +539,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import diff --git a/account_move_base_import/i18n/zh_TW.po b/account_move_base_import/i18n/zh_TW.po index 062ae46d..462381ca 100644 --- a/account_move_base_import/i18n/zh_TW.po +++ b/account_move_base_import/i18n/zh_TW.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * account_move_base_import -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,11 +11,12 @@ msgstr "" "POT-Creation-Date: 2017-03-24 03:37+0000\n" "PO-Revision-Date: 2017-03-24 03:37+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/" +"zh_TW/)\n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: account_move_base_import @@ -32,6 +33,11 @@ msgstr "" msgid "Account Entry" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "Account move that should be completed manually" +msgstr "" + #. module: account_move_base_import #: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form msgid "Auto Completion" @@ -59,6 +65,7 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,field_description:account_move_base_import.field_res_users_bank_statement_label msgid "Bank Statement Label" msgstr "" @@ -155,7 +162,8 @@ msgstr "" #: code:addons/account_move_base_import/parser/file_parser.py:162 #, python-format msgid "" -"Date format is not valid. Please modify the cell formatting to date format for column: %s value: %s\n" +"Date format is not valid. Please modify the cell formatting to date format " +"for column: %s value: %s\n" " Please check the line with ref: %s\n" " \n" " Detail: %s" @@ -169,11 +177,12 @@ msgstr "顯示名稱" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_res_partner_bank_statement_label +#: model:ir.model.fields,help:account_move_base_import.field_res_users_bank_statement_label msgid "" -"Enter the various label found on your bank statement separated by a ; If one" -" of this label is include in the bank statement line, the partner will be " -"automatically filled (as long as you use this method/rules in your statement" -" profile)." +"Enter the various label found on your bank statement separated by a ; If one " +"of this label is include in the bank statement line, the partner will be " +"automatically filled (as long as you use this method/rules in your statement " +"profile)." msgstr "" #. module: account_move_base_import @@ -359,7 +368,7 @@ msgid "Missing" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:294 +#: code:addons/account_move_base_import/models/account_journal.py:309 #, python-format msgid "" "Missing column! Column %s you try to import is not present in the move line!" @@ -401,7 +410,7 @@ msgid "No commission account is set on the journal." msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:288 +#: code:addons/account_move_base_import/models/account_journal.py:303 #, python-format msgid "Nothing to import: The file is empty" msgstr "" @@ -482,7 +491,7 @@ msgid "Statement file" msgstr "" #. module: account_move_base_import -#: code:addons/account_move_base_import/models/account_journal.py:333 +#: code:addons/account_move_base_import/models/account_journal.py:348 #, python-format msgid "Statement import error The statement cannot be created: %s" msgstr "" @@ -499,11 +508,16 @@ msgstr "" msgid "Tick that box to automatically create the move counterpart" msgstr "" +#. module: account_move_base_import +#: model:ir.ui.view,arch_db:account_move_base_import.view_account_move_filter +msgid "To Complete" +msgstr "" + #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_journal_split_counterpart msgid "" -"Two counterparts will be automatically created : one for the refunds and one" -" for the payments" +"Two counterparts will be automatically created : one for the refunds and one " +"for the payments" msgstr "" #. module: account_move_base_import @@ -525,8 +539,8 @@ msgstr "" #. module: account_move_base_import #: model:ir.model.fields,help:account_move_base_import.field_account_move_line_already_completed msgid "" -"When this checkbox is ticked, the auto-completion process/button will ignore" -" this line." +"When this checkbox is ticked, the auto-completion process/button will ignore " +"this line." msgstr "" #. module: account_move_base_import