[FIX] remove en.po that was erroneously created by transbot

pull/510/head
Stéphane Bidoul (ACSONE) 2016-08-15 18:54:48 +02:00 committed by Florian da Costa
parent c1400a1445
commit 1e8746648f
1 changed files with 0 additions and 687 deletions

View File

@ -1,687 +0,0 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_move_base_import
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-08 02:45+0000\n"
"PO-Revision-Date: 2016-07-08 02:45+0000\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:351
#, python-format
msgid ""
"%s Account Move %s has %s/%s lines completed by %s \n"
"%s\n"
"%s\n"
msgstr ""
"%s Account Move %s has %s/%s lines completed by %s \n"
"%s\n"
"%s\n"
#. module: account_move_base_import
#: model:ir.model,name:account_move_base_import.model_account_move
msgid "Account Entry"
msgstr "Account Entry"
#. 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"
msgstr "Action Needed"
#. module: account_move_base_import
#: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form
msgid "Auto Completion"
msgstr "Auto Completion"
#. 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 "Auto-Completed"
#. module: account_move_base_import
#: model:ir.ui.view,arch_db:account_move_base_import.journal_importer_view_form
msgid "Auto-Completion Rules"
msgstr "Auto-Completion Rules"
#. 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 "Auto-Completion related infos"
#. 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 "Auto-completion rules"
#. module: account_move_base_import
#: model:ir.model.fields,field_description:account_move_base_import.field_res_partner_bank_statement_label
msgid "Bank Statement Label"
msgstr "Bank Statement Label"
#. module: account_move_base_import
#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_partner_id
msgid "Bank/Payment Office partner"
msgstr "Bank/Payment Office partner"
#. module: account_move_base_import
#: model:ir.ui.view,arch_db:account_move_base_import.move_importer_view
msgid "Cancel"
msgstr "Cancel"
#. module: account_move_base_import
#: model:ir.model.fields,help:account_move_base_import.field_account_journal_receivable_account_id
msgid ""
"Choose a receivable/payable account to use as the default debit/credit "
"account."
msgstr ""
"Choose a receivable/payable account to use as the default debit/credit "
"account."
#. 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 ""
"Choose here the method by which you want to import account moves for this "
"journal."
#. 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 "Column %s not present in file"
#. 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 "Commission account"
#. 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 "Commission amount should not be positive."
#. module: account_move_base_import
#: code:addons/account_move_base_import/models/account_journal.py:190
#, python-format
msgid "Commission line"
msgstr "Commission line"
#. module: account_move_base_import
#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_completion_logs
msgid "Completion Log"
msgstr "Completion Log"
#. module: account_move_base_import
#: model:ir.ui.view,arch_db:account_move_base_import.view_move_importer_form
msgid "Completion Logs"
msgstr "Completion Logs"
#. module: account_move_base_import
#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_create_counterpart
msgid "Create Counterpart"
msgstr "Create Counterpart"
#. 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 "Created by"
#. 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 "Created on"
#. 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 "Credit institute partner"
#. 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 ""
"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"
#. 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 ""
"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"
#. 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 "Date of the last message posted on the record."
#. 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 "Display Name"
#. module: account_move_base_import
#: model:ir.model.fields,help:account_move_base_import.field_res_partner_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 ""
"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)."
#. 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 "File name"
#. 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 "Followers"
#. 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 "Followers (Channels)"
#. 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 "Followers (Partners)"
#. 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 "Force Receivable/Payable Account"
#. module: account_move_base_import
#: selection:account.move.completion.rule,function_to_call:0
msgid "From bank account number (Normal or IBAN)"
msgstr "From bank account number (Normal or IBAN)"
#. module: account_move_base_import
#: selection:account.move.completion.rule,function_to_call:0
msgid "From line name (based on SO number)"
msgstr "From line name (based on SO number)"
#. module: account_move_base_import
#: selection:account.move.completion.rule,function_to_call:0
msgid "From line name (based on customer invoice number)"
msgstr "From line name (based on customer invoice number)"
#. module: account_move_base_import
#: selection:account.move.completion.rule,function_to_call:0
msgid "From line name (based on partner field)"
msgstr "From line name (based on partner field)"
#. module: account_move_base_import
#: selection:account.move.completion.rule,function_to_call:0
msgid "From line name (based on partner name)"
msgstr "From line name (based on partner name)"
#. module: account_move_base_import
#: selection:account.move.completion.rule,function_to_call:0
msgid "From line name (based on supplier invoice number)"
msgstr "From line name (based on supplier invoice number)"
#. module: account_move_base_import
#: selection:account.journal,import_type:0
msgid "Generic .csv/.xls based on SO Name"
msgstr "Generic .csv/.xls based on SO Name"
#. module: account_move_base_import
#: selection:account.journal,import_type:0
msgid "Generic .csv/.xls based on SO transaction ID"
msgstr "Generic .csv/.xls based on SO transaction ID"
#. 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 "If checked new messages require your attention."
#. 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 "If checked, new messages require your attention."
#. 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 "Import Batch File"
#. module: account_move_base_import
#: model:ir.ui.view,arch_db:account_move_base_import.move_importer_view
msgid "Import Parameters Summary"
msgstr "Import Parameters Summary"
#. module: account_move_base_import
#: model:ir.ui.view,arch_db:account_move_base_import.journal_importer_view_form
msgid "Import batch file"
msgstr "Import batch file"
#. 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 "Import configuration parameter"
#. module: account_move_base_import
#: model:ir.ui.view,arch_db:account_move_base_import.move_importer_view
msgid "Import file"
msgstr "Import file"
#. module: account_move_base_import
#: model:ir.ui.view,arch_db:account_move_base_import.move_importer_view
msgid "Import move"
msgstr "Import move"
#. module: account_move_base_import
#: model:ir.ui.view,arch_db:account_move_base_import.journal_importer_view_form
msgid "Import related infos"
msgstr "Import related infos"
#. 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 "Invalid file type %s. Please use csv, xls or xlsx"
#. 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: %"
msgstr "Invalid invoice type for completion: %"
#. 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 "Is Follower"
#. module: account_move_base_import
#: model:ir.model,name:account_move_base_import.model_account_journal
msgid "Journal"
msgstr "Journal"
#. module: account_move_base_import
#: model:ir.model,name:account_move_base_import.model_account_move_line
msgid "Journal Item"
msgstr "Journal Item"
#. 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 "Journal used for completion"
#. 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 "Journal used for import"
#. 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 "Last Import Date"
#. 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 "Last Message Date"
#. 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 "Last Modified on"
#. 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 "Last Updated by"
#. 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 "Last Updated on"
#. 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 "Launch completion after import"
#. 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 ""
"Line named \"%s\" was matched by more than one partner while looking on %s "
"invoices"
#. 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 ""
"Line named \"%s\" was matched by more than one partner while looking on "
"partner by name"
#. 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 ""
"Line named \"%s\" was matched by more than one partner while looking on "
"partner label: %s"
#. 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 "Lower means parsed first."
#. module: account_move_base_import
#: selection:account.move.completion.rule,function_to_call:0
msgid "Match Invoice using transaction ID"
msgstr "Match Invoice using transaction ID"
#. module: account_move_base_import
#: selection:account.move.completion.rule,function_to_call:0
msgid "Match Sales Order using transaction ID"
msgstr "Match Sales Order using transaction ID"
#. 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 "Messages"
#. 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 "Method"
#. 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 "Missing"
#. module: account_move_base_import
#: code:addons/account_move_base_import/models/account_journal.py:293
#, python-format
msgid ""
"Missing column! Column %s you try to import is not present in the bank "
"statement line!"
msgstr ""
"Missing column! Column %s you try to import is not present in the bank "
"statement line!"
#. 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 "Move %s have been imported with %s lines."
#. 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 "Move Completion Rule"
#. module: account_move_base_import
#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_completion_rule_name
msgid "Name"
msgstr "Name"
#. module: account_move_base_import
#: code:addons/account_move_base_import/parser/parser.py:148
#, python-format
msgid "No buffer file given."
msgstr "No buffer file given."
#. 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 "No commission account is set on the journal."
#. module: account_move_base_import
#: code:addons/account_move_base_import/models/account_journal.py:287
#, python-format
msgid "Nothing to import: The file is empty"
msgstr "Nothing to import: The file is empty"
#. 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 "Number of Actions"
#. 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 "Number of messages which requires an action"
#. 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 "Number of unread messages"
#. module: account_move_base_import
#: code:addons/account_move_base_import/models/account_move.py:305
#: code:addons/account_move_base_import/models/account_move.py:321
#, python-format
msgid "ORM bypass error"
msgstr "ORM bypass error"
#. module: account_move_base_import
#: model:ir.model,name:account_move_base_import.model_res_partner
msgid "Partner"
msgstr "Partner"
#. 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 "Please install python lib xlrd"
#. module: account_move_base_import
#: code:addons/account_move_base_import/wizard/import_statement.py:68
#, python-format
msgid "Please use a file with an extension"
msgstr "Please use a file with an extension"
#. module: account_move_base_import
#: model:ir.model.fields,help:account_move_base_import.field_account_journal_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 ""
"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)."
#. module: account_move_base_import
#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_receivable_account_id
msgid "Receivable/Payable Account"
msgstr "Receivable/Payable Account"
#. module: account_move_base_import
#: model:ir.ui.view,arch_db:account_move_base_import.move_completion_rule_view_form
msgid "Related Profiles"
msgstr "Related Profiles"
#. 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 "Related journals"
#. module: account_move_base_import
#: model:ir.model.fields,field_description:account_move_base_import.field_account_move_completion_rule_sequence
msgid "Sequence"
msgstr "Sequence"
#. module: account_move_base_import
#: model:ir.model.fields,field_description:account_move_base_import.field_account_journal_split_counterpart
msgid "Split Counterpart"
msgstr "Split Counterpart"
#. module: account_move_base_import
#: code:addons/account_move_base_import/models/account_move.py:357
#, python-format
msgid "Statement ID %s auto-completed for %s/%s lines completed"
msgstr "Statement ID %s auto-completed for %s/%s lines completed"
#. 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 "Statement file"
#. module: account_move_base_import
#: code:addons/account_move_base_import/models/account_journal.py:332
#, python-format
msgid "Statement import errorThe statement cannot be created: %s"
msgstr "Statement import errorThe statement cannot be created: %s"
#. 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 ""
"Tic that box to automatically launch the completion on each imported file "
"using this journal."
#. 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 "Tick that box to automatically create the move counterpart"
#. 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 ""
"Two counterparts will be automatically created : one for the refunds and one"
" for the payments"
#. 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 "Type of import"
#. 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 "Unread Messages"
#. 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 "Unread Messages Counter"
#. 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 ""
"Value %s of column %s is not valid.\n"
" Please check the line with ref %s:\n"
" \n"
" Detail: %s"
#. 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 ""
"When this checkbox is ticked, the auto-completion process/button will ignore"
" this line."
#. module: account_move_base_import
#: model:ir.model,name:account_move_base_import.model_account_move_completion_rule
msgid "account.move.completion.rule"
msgstr "account.move.completion.rule"
#. module: account_move_base_import
#: model:ir.model,name:account_move_base_import.model_credit_statement_import
msgid "credit.statement.import"
msgstr "credit.statement.import"