Stéphane Bidoul (ACSONE)
8 years ago
5 changed files with 0 additions and 393 deletions
-
250account_bank_statement_import_base/i18n/en.po
-
32account_bank_statement_import_ofx/i18n/en.po
-
35account_bank_statement_import_qif/i18n/en.po
-
38account_bank_statement_import_save_file/i18n/en.po
-
38base_bank_account_number_unique/i18n/en.po
@ -1,250 +0,0 @@ |
|||||
# Translation of Odoo Server. |
|
||||
# This file contains the translation of the following modules: |
|
||||
# * account_bank_statement_import |
|
||||
# |
|
||||
# Translators: |
|
||||
msgid "" |
|
||||
msgstr "" |
|
||||
"Project-Id-Version: bank-statement-import (8.0)\n" |
|
||||
"Report-Msgid-Bugs-To: \n" |
|
||||
"POT-Creation-Date: 2015-10-03 22:47+0000\n" |
|
||||
"PO-Revision-Date: 2015-10-01 11:07+0000\n" |
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" |
|
||||
"Language-Team: English (http://www.transifex.com/oca/OCA-bank-statement-import-8-0/language/en/)\n" |
|
||||
"MIME-Version: 1.0\n" |
|
||||
"Content-Type: text/plain; charset=UTF-8\n" |
|
||||
"Content-Transfer-Encoding: \n" |
|
||||
"Language: en\n" |
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:355 |
|
||||
#, python-format |
|
||||
msgid "%d transactions had already been imported and were ignored." |
|
||||
msgstr "%d transactions had already been imported and were ignored." |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:358 |
|
||||
#, python-format |
|
||||
msgid "1 transaction had already been imported and was ignored." |
|
||||
msgstr "1 transaction had already been imported and was ignored." |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view |
|
||||
msgid "1. Download your bank statements from your bank website." |
|
||||
msgstr "1. Download your bank statements from your bank website." |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view |
|
||||
msgid "" |
|
||||
"2. Make sure you have installed the right module to support the file format." |
|
||||
msgstr "2. Make sure you have installed the right module to support the file format." |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view |
|
||||
msgid "3. Select the file and click 'Import'." |
|
||||
msgstr "3. Select the file and click 'Import'." |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: sql_constraint:account.bank.statement.line:0 |
|
||||
msgid "A bank account transactions can be imported only once !" |
|
||||
msgstr "A bank account transactions can be imported only once !" |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: help:account.bank.statement.import,journal_id:0 |
|
||||
msgid "" |
|
||||
"Accounting journal related to the bank statement you're importing. It has be" |
|
||||
" be manually chosen for statement formats which doesn't allow automatic " |
|
||||
"journal detection (QIF for example)." |
|
||||
msgstr "Accounting journal related to the bank statement you're importing. It has be be manually chosen for statement formats which doesn't allow automatic journal detection (QIF for example)." |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:361 |
|
||||
#, python-format |
|
||||
msgid "Already imported items" |
|
||||
msgstr "Already imported items" |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: model:ir.model,name:account_bank_statement_import.model_res_partner_bank |
|
||||
msgid "Bank Accounts" |
|
||||
msgstr "Bank Accounts" |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: field:account.bank.statement.import,data_file:0 |
|
||||
msgid "Bank Statement File" |
|
||||
msgstr "Bank Statement File" |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line |
|
||||
msgid "Bank Statement Line" |
|
||||
msgstr "Bank Statement Line" |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: view:account.config.settings:account_bank_statement_import.view_account_config_settings |
|
||||
msgid "Bank statement import" |
|
||||
msgstr "Bank statement import" |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:120 |
|
||||
#, python-format |
|
||||
msgid "Can not determine journal for import." |
|
||||
msgstr "Can not determine journal for import." |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:114 |
|
||||
#, python-format |
|
||||
msgid "Can not find the account number %s." |
|
||||
msgstr "Can not find the account number %s." |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view |
|
||||
msgid "Cancel" |
|
||||
msgstr "Cancel" |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:158 |
|
||||
#, python-format |
|
||||
msgid "" |
|
||||
"Could not make sense of the given file.\n" |
|
||||
"Did you install the module to support this type of file?" |
|
||||
msgstr "Could not make sense of the given file.\nDid you install the module to support this type of file?" |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: field:account.bank.statement.import,create_uid:0 |
|
||||
msgid "Created by" |
|
||||
msgstr "Created by" |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: field:account.bank.statement.import,create_date:0 |
|
||||
msgid "Created on" |
|
||||
msgstr "Created on" |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: field:account.config.settings,module_base_bank_account_number_unique:0 |
|
||||
msgid "Enforce unique account numbers on bank accounts" |
|
||||
msgstr "Enforce unique account numbers on bank accounts" |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: help:account.bank.statement.import,data_file:0 |
|
||||
msgid "" |
|
||||
"Get you bank statements in electronic format from your bank and select them " |
|
||||
"here." |
|
||||
msgstr "Get you bank statements in electronic format from your bank and select them here." |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view |
|
||||
msgid "How to import your bank statement :" |
|
||||
msgstr "How to import your bank statement :" |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: field:account.bank.statement.import,id:0 |
|
||||
msgid "ID" |
|
||||
msgstr "ID" |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import |
|
||||
#: model:ir.ui.menu,name:account_bank_statement_import.menu_account_bank_statement_import |
|
||||
msgid "Import" |
|
||||
msgstr "Import" |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import |
|
||||
msgid "Import Bank Statement" |
|
||||
msgstr "Import Bank Statement" |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view |
|
||||
msgid "Import Bank Statements" |
|
||||
msgstr "Import Bank Statements" |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: field:account.bank.statement.line,unique_import_id:0 |
|
||||
msgid "Import ID" |
|
||||
msgstr "Import ID" |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: field:account.bank.statement.import,journal_id:0 |
|
||||
msgid "Journal" |
|
||||
msgstr "Journal" |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: field:account.bank.statement.import,write_uid:0 |
|
||||
msgid "Last Updated by" |
|
||||
msgstr "Last Updated by" |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: field:account.bank.statement.import,write_date:0 |
|
||||
msgid "Last Updated on" |
|
||||
msgstr "Last Updated on" |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: field:res.partner.bank,sanitized_acc_number:0 |
|
||||
msgid "Sanitized Account Number" |
|
||||
msgstr "Sanitized Account Number" |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:242 |
|
||||
#, python-format |
|
||||
msgid "Statement currency id is %d, but company currency id = %d." |
|
||||
msgstr "Statement currency id is %d, but company currency id = %d." |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:228 |
|
||||
#, python-format |
|
||||
msgid "Statement currency id is %d, but journal currency id = %d." |
|
||||
msgstr "Statement currency id is %d, but journal currency id = %d." |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:183 |
|
||||
#, python-format |
|
||||
msgid "Statement has invalid currency code %s" |
|
||||
msgstr "Statement has invalid currency code %s" |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:211 |
|
||||
#, python-format |
|
||||
msgid "The account of this statement is linked to another journal." |
|
||||
msgstr "The account of this statement is linked to another journal." |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:247 |
|
||||
#, python-format |
|
||||
msgid "" |
|
||||
"The currency of the bank statement is not the same as the company currency !" |
|
||||
msgstr "The currency of the bank statement is not the same as the company currency !" |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:233 |
|
||||
#, python-format |
|
||||
msgid "" |
|
||||
"The currency of the bank statement is not the same as the currency of the " |
|
||||
"journal !" |
|
||||
msgstr "The currency of the bank statement is not the same as the currency of the journal !" |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:167 |
|
||||
#, python-format |
|
||||
msgid "This file doesn't contain any statement." |
|
||||
msgstr "This file doesn't contain any statement." |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:172 |
|
||||
#, python-format |
|
||||
msgid "This file doesn't contain any transaction." |
|
||||
msgstr "This file doesn't contain any transaction." |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:99 |
|
||||
#, python-format |
|
||||
msgid "You have already imported that file." |
|
||||
msgstr "You have already imported that file." |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view |
|
||||
msgid "_Import" |
|
||||
msgstr "_Import" |
|
||||
|
|
||||
#. module: account_bank_statement_import |
|
||||
#: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view |
|
||||
msgid "or" |
|
||||
msgstr "or" |
|
@ -1,32 +0,0 @@ |
|||||
# Translation of Odoo Server. |
|
||||
# This file contains the translation of the following modules: |
|
||||
# * account_bank_statement_import_ofx |
|
||||
# |
|
||||
# Translators: |
|
||||
msgid "" |
|
||||
msgstr "" |
|
||||
"Project-Id-Version: bank-statement-import (8.0)\n" |
|
||||
"Report-Msgid-Bugs-To: \n" |
|
||||
"POT-Creation-Date: 2015-07-24 21:51+0000\n" |
|
||||
"PO-Revision-Date: 2015-05-29 00:41+0000\n" |
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" |
|
||||
"Language-Team: English (http://www.transifex.com/oca/OCA-bank-statement-import-8-0/language/en/)\n" |
|
||||
"MIME-Version: 1.0\n" |
|
||||
"Content-Type: text/plain; charset=UTF-8\n" |
|
||||
"Content-Transfer-Encoding: \n" |
|
||||
"Language: en\n" |
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
|
||||
|
|
||||
#. module: account_bank_statement_import_ofx |
|
||||
#: model:ir.model,name:account_bank_statement_import_ofx.model_account_bank_statement_import |
|
||||
msgid "Import Bank Statement" |
|
||||
msgstr "Import Bank Statement" |
|
||||
|
|
||||
#. module: account_bank_statement_import_ofx |
|
||||
#: code:addons/account_bank_statement_import_ofx/account_bank_statement_import_ofx.py:67 |
|
||||
#, python-format |
|
||||
msgid "" |
|
||||
"The following problem occurred during import. The file might not be valid.\n" |
|
||||
"\n" |
|
||||
" %s" |
|
||||
msgstr "The following problem occurred during import. The file might not be valid.\n\n %s" |
|
@ -1,35 +0,0 @@ |
|||||
# Translation of Odoo Server. |
|
||||
# This file contains the translation of the following modules: |
|
||||
# * account_bank_statement_import_qif |
|
||||
# |
|
||||
# Translators: |
|
||||
msgid "" |
|
||||
msgstr "" |
|
||||
"Project-Id-Version: bank-statement-import (8.0)\n" |
|
||||
"Report-Msgid-Bugs-To: \n" |
|
||||
"POT-Creation-Date: 2015-07-24 21:51+0000\n" |
|
||||
"PO-Revision-Date: 2015-06-08 12:44+0000\n" |
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" |
|
||||
"Language-Team: English (http://www.transifex.com/oca/OCA-bank-statement-import-8-0/language/en/)\n" |
|
||||
"MIME-Version: 1.0\n" |
|
||||
"Content-Type: text/plain; charset=UTF-8\n" |
|
||||
"Content-Transfer-Encoding: \n" |
|
||||
"Language: en\n" |
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
|
||||
|
|
||||
#. module: account_bank_statement_import_qif |
|
||||
#: code:addons/account_bank_statement_import_qif/account_bank_statement_import_qif.py:39 |
|
||||
#, python-format |
|
||||
msgid "Could not decipher the QIF file." |
|
||||
msgstr "Could not decipher the QIF file." |
|
||||
|
|
||||
#. module: account_bank_statement_import_qif |
|
||||
#: model:ir.model,name:account_bank_statement_import_qif.model_account_bank_statement_import |
|
||||
msgid "Import Bank Statement" |
|
||||
msgstr "Import Bank Statement" |
|
||||
|
|
||||
#. module: account_bank_statement_import_qif |
|
||||
#: code:addons/account_bank_statement_import_qif/account_bank_statement_import_qif.py:83 |
|
||||
#, python-format |
|
||||
msgid "This file is either not a bank statement or is not correctly formed." |
|
||||
msgstr "This file is either not a bank statement or is not correctly formed." |
|
@ -1,38 +0,0 @@ |
|||||
# Translation of Odoo Server. |
|
||||
# This file contains the translation of the following modules: |
|
||||
# * account_bank_statement_import_save_file |
|
||||
# |
|
||||
# Translators: |
|
||||
msgid "" |
|
||||
msgstr "" |
|
||||
"Project-Id-Version: bank-statement-import (8.0)\n" |
|
||||
"Report-Msgid-Bugs-To: \n" |
|
||||
"POT-Creation-Date: 2015-09-01 16:24+0000\n" |
|
||||
"PO-Revision-Date: 2015-09-01 16:25+0000\n" |
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" |
|
||||
"Language-Team: English (http://www.transifex.com/oca/OCA-bank-statement-import-8-0/language/en/)\n" |
|
||||
"MIME-Version: 1.0\n" |
|
||||
"Content-Type: text/plain; charset=UTF-8\n" |
|
||||
"Content-Transfer-Encoding: \n" |
|
||||
"Language: en\n" |
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
|
||||
|
|
||||
#. module: account_bank_statement_import_save_file |
|
||||
#: model:ir.model,name:account_bank_statement_import_save_file.model_account_bank_statement |
|
||||
msgid "Bank Statement" |
|
||||
msgstr "Bank Statement" |
|
||||
|
|
||||
#. module: account_bank_statement_import_save_file |
|
||||
#: model:ir.model,name:account_bank_statement_import_save_file.model_account_bank_statement_import |
|
||||
msgid "Import Bank Statement" |
|
||||
msgstr "Import Bank Statement" |
|
||||
|
|
||||
#. module: account_bank_statement_import_save_file |
|
||||
#: field:account.bank.statement,import_file:0 |
|
||||
msgid "Import file" |
|
||||
msgstr "Import file" |
|
||||
|
|
||||
#. module: account_bank_statement_import_save_file |
|
||||
#: view:account.bank.statement:account_bank_statement_import_save_file.view_bank_statement_form |
|
||||
msgid "Imported file" |
|
||||
msgstr "Imported file" |
|
@ -1,38 +0,0 @@ |
|||||
# Translation of Odoo Server. |
|
||||
# This file contains the translation of the following modules: |
|
||||
# * base_bank_account_number_unique |
|
||||
# |
|
||||
# Translators: |
|
||||
msgid "" |
|
||||
msgstr "" |
|
||||
"Project-Id-Version: bank-statement-import (8.0)\n" |
|
||||
"Report-Msgid-Bugs-To: \n" |
|
||||
"POT-Creation-Date: 2015-09-01 16:24+0000\n" |
|
||||
"PO-Revision-Date: 2015-09-01 16:25+0000\n" |
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n" |
|
||||
"Language-Team: English (http://www.transifex.com/oca/OCA-bank-statement-import-8-0/language/en/)\n" |
|
||||
"MIME-Version: 1.0\n" |
|
||||
"Content-Type: text/plain; charset=UTF-8\n" |
|
||||
"Content-Transfer-Encoding: \n" |
|
||||
"Language: en\n" |
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" |
|
||||
|
|
||||
#. module: base_bank_account_number_unique |
|
||||
#: sql_constraint:res.partner.bank:0 |
|
||||
msgid "Account Number must be unique" |
|
||||
msgstr "Account Number must be unique" |
|
||||
|
|
||||
#. module: base_bank_account_number_unique |
|
||||
#: model:ir.model,name:base_bank_account_number_unique.model_res_partner_bank |
|
||||
msgid "Bank Accounts" |
|
||||
msgstr "Bank Accounts" |
|
||||
|
|
||||
#. module: base_bank_account_number_unique |
|
||||
#: code:addons/base_bank_account_number_unique/hooks.py:44 |
|
||||
#, python-format |
|
||||
msgid "" |
|
||||
"Module installation can't proceed as you have duplicate account numbers in your system already. Please clean that up and try again.\n" |
|
||||
"The following shows the first %d duplicate account numbers\n" |
|
||||
"%s\n" |
|
||||
"(if you see less than %d, those are the only duplicates)" |
|
||||
msgstr "Module installation can't proceed as you have duplicate account numbers in your system already. Please clean that up and try again.\nThe following shows the first %d duplicate account numbers\n%s\n(if you see less than %d, those are the only duplicates)" |
|
Write
Preview
Loading…
Cancel
Save
Reference in new issue