mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
44 lines
1.7 KiB
Plaintext
44 lines
1.7 KiB
Plaintext
# Translation of OpenERP Server.
|
|
# This file contains the translation of the following modules:
|
|
# * account_banking_nl_multibank
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: OpenERP Server 5.0.7\n"
|
|
"Report-Msgid-Bugs-To: support@openerp.com\n"
|
|
"POT-Creation-Date: 2013-10-25 15:56+0000\n"
|
|
"PO-Revision-Date: 2013-12-03 11:10+0000\n"
|
|
"Last-Translator: Jan Jurkus (GCE CAD-Service) <ict@gcecad-service.nl>\n"
|
|
"Language-Team: \n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"X-Launchpad-Export-Date: 2014-02-11 06:47+0000\n"
|
|
"X-Generator: Launchpad (build 16916)\n"
|
|
|
|
#. module: account_banking_nl_multibank
|
|
#: code:addons/account_banking_nl_multibank/multibank.py:292
|
|
#, python-format
|
|
msgid ""
|
|
"The Dutch Banking Tools format is basicly a MS Excel CSV format.\n"
|
|
"There are two sub formats: MS Excel format and MS-Excel 2004 format.\n"
|
|
"Both formats are covered with this parser. All transactions are tied\n"
|
|
"to Bank Statements.\n"
|
|
msgstr ""
|
|
"Het Nederlandse Multibank-formaat is in opzet een MS Excel CSV-formaat.\n"
|
|
"Er zijn twee subformaten: MS Excel formaat en MS Excel 2004 formaat.\n"
|
|
"Beide formaten worden ondersteund met deze inlezer. Alle transacties zijn\n"
|
|
"gekoppeld aan bankafschriften\n"
|
|
|
|
#. module: account_banking_nl_multibank
|
|
#: code:addons/account_banking_nl_multibank/multibank.py:291
|
|
#, python-format
|
|
msgid "Dutch Banking Tools"
|
|
msgstr "Nederlands MultiBank-formaat"
|
|
|
|
#. module: account_banking_nl_multibank
|
|
#: code:addons/account_banking_nl_multibank/multibank.py:77
|
|
#, python-format
|
|
msgid "Invalid transaction line: expected %d columns, found %d"
|
|
msgstr "Ongeldige transactieregel: %d kolommen verwacht, %d aangetroffen"
|