From 4f516bacc9c1debb8fde52fe9bf89127881a5d12 Mon Sep 17 00:00:00 2001 From: OCA Transbot Date: Sun, 25 Oct 2015 18:32:37 -0400 Subject: [PATCH] OCA Transbot updated translations from Transifex --- account_bank_statement_import/i18n/de.po | 101 ++++++++++-------- account_bank_statement_import_ofx/i18n/de.po | 23 ++-- account_bank_statement_import_qif/i18n/de.po | 48 +++------ .../i18n/de.po | 19 ++-- base_bank_account_number_unique/i18n/de.po | 31 +++--- 5 files changed, 101 insertions(+), 121 deletions(-) diff --git a/account_bank_statement_import/i18n/de.po b/account_bank_statement_import/i18n/de.po index 7b7936b..2013ed3 100644 --- a/account_bank_statement_import/i18n/de.po +++ b/account_bank_statement_import/i18n/de.po @@ -1,30 +1,30 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * account_bank_statement_import -# +# * account_bank_statement_import +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: Odoo Server 8.0\n" +"Project-Id-Version: bank-statement-import (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-04 11:26+0200\n" -"PO-Revision-Date: 2015-10-04 11:41+0200\n" -"Language-Team: \n" +"POT-Creation-Date: 2015-10-24 18:37+0000\n" +"PO-Revision-Date: 2015-10-24 18:37+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: German (http://www.transifex.com/oca/OCA-bank-statement-import-8-0/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Poedit 1.8.3\n" -"Last-Translator: Rudolf Schnapka \n" +"Content-Transfer-Encoding: \n" "Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_bank_statement_import -#: code:addons/account_bank_statement_import/account_bank_statement_import.py:347 +#: 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 Transaktionen wurden bereits importiert und dabei ignoriert." #. module: account_bank_statement_import -#: code:addons/account_bank_statement_import/account_bank_statement_import.py:350 +#: 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 Transaktion wurde importiert und ignoriert." @@ -32,17 +32,13 @@ msgstr "1 Transaktion wurde importiert und ignoriert." #. 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. Laden Sie die Kontoauszüge Ihres Bankkontos auf der Webseite Ihrer Bank " -"herunter." +msgstr "1. Laden Sie die Kontoauszüge Ihres Bankkontos auf der Webseite Ihrer Bank herunter." #. 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. Stellen Sie sicher, dass Sie das richtige Modul zur Unterstützung Ihres " -"Dateiformates installiert haben." +msgstr "2. Stellen Sie sicher, dass Sie das richtige Modul zur Unterstützung Ihres Dateiformates installiert haben." #. module: account_bank_statement_import #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view @@ -52,16 +48,18 @@ msgstr "3. Wählen Sie die Datei aus und klicken Sie 'Importieren'." #. module: account_bank_statement_import #: sql_constraint:account.bank.statement.line:0 msgid "A bank account transactions can be imported only once !" -msgstr "" -"Eine Transaktion eines Kontoauszugs darf nur einmal importiert werden!" +msgstr "Eine Transaktion eines Kontoauszugs darf nur einmal importiert werden!" #. module: account_bank_statement_import -#: sql_constraint:res.partner.bank:0 -msgid "Account Number must be unique" -msgstr "Kontonummer muss eindeutig sein" +#: 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 "" #. module: account_bank_statement_import -#: code:addons/account_bank_statement_import/account_bank_statement_import.py:353 +#: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:361 #, python-format msgid "Already imported items" msgstr "Bereits importierte Posten" @@ -82,25 +80,34 @@ msgid "Bank Statement Line" msgstr "Kontoauszugsposition" #. module: account_bank_statement_import -#: code:addons/account_bank_statement_import/account_bank_statement_import.py:116 +#: view:account.config.settings:account_bank_statement_import.view_account_config_settings +msgid "Bank statement import" +msgstr "" + +#. 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 "Kann das Journal zum Import nicht ermitteln." +#. 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 "" + #. module: account_bank_statement_import #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view msgid "Cancel" msgstr "Abbrechen" #. module: account_bank_statement_import -#: code:addons/account_bank_statement_import/account_bank_statement_import.py:154 +#: 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 ?" +"Did you install the module to support this type of file?" msgstr "" -"Der Inhalt der gegebenen Datei macht keinen Sinn.\n" -"Haben Sie das passende Modul für dieses Dateiformat installiert?" #. module: account_bank_statement_import #: field:account.bank.statement.import,create_uid:0 @@ -112,14 +119,17 @@ msgstr "Erstellt von" msgid "Created on" msgstr "Erstellt am" +#. 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 "" + #. 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 "" -"Beschaffen Sie Ihre Kontoauszüge in Dateiform von Ihrer Bank und wählen " -"diese hier aus." +msgstr "Beschaffen Sie Ihre Kontoauszüge in Dateiform von Ihrer Bank und wählen diese hier aus." #. module: account_bank_statement_import #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view @@ -152,6 +162,11 @@ msgstr "Auszugsdateien importieren" msgid "Import ID" msgstr "Import-ID" +#. module: account_bank_statement_import +#: field:account.bank.statement.import,journal_id:0 +msgid "Journal" +msgstr "" + #. module: account_bank_statement_import #: field:account.bank.statement.import,write_uid:0 msgid "Last Updated by" @@ -168,60 +183,58 @@ msgid "Sanitized Account Number" msgstr "Bereinigte Kontonummer" #. module: account_bank_statement_import -#: code:addons/account_bank_statement_import/account_bank_statement_import.py:237 +#: 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 "Währung des Kontoauszugs ist %d, die des Unternehmens jedoch %d." #. module: account_bank_statement_import -#: code:addons/account_bank_statement_import/account_bank_statement_import.py:224 +#: 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 "Währung des Kontoauszugs ist %d, die des Journals jedoch %d." #. module: account_bank_statement_import -#: code:addons/account_bank_statement_import/account_bank_statement_import.py:179 +#: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:183 #, python-format msgid "Statement has invalid currency code %s" msgstr "Kontoauszug hat ungültige Währung %s" #. module: account_bank_statement_import -#: code:addons/account_bank_statement_import/account_bank_statement_import.py:207 +#: 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 "Das Konto dieses Kontoauszugs ist einem anderen Journal zugeordnet." #. module: account_bank_statement_import -#: code:addons/account_bank_statement_import/account_bank_statement_import.py:242 +#: 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 "Die Währung des Kontoauszugs ist nicht mit der Hauswährung identisch!" #. module: account_bank_statement_import -#: code:addons/account_bank_statement_import/account_bank_statement_import.py:229 +#: 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 "" -"Die Währung des Kontoauszugs ist nicht mit der Währung des Journals " -"identisch!" +msgstr "Die Währung des Kontoauszugs ist nicht mit der Währung des Journals identisch!" #. module: account_bank_statement_import -#: code:addons/account_bank_statement_import/account_bank_statement_import.py:163 +#: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:167 #, python-format msgid "This file doesn't contain any statement." msgstr "Diese Datei enthält keinen Auszug." #. module: account_bank_statement_import -#: code:addons/account_bank_statement_import/account_bank_statement_import.py:168 +#: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:172 #, python-format msgid "This file doesn't contain any transaction." msgstr "Diese Datei enthält keine Transaktion." #. module: account_bank_statement_import -#: code:addons/account_bank_statement_import/account_bank_statement_import.py:88 +#: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:99 #, python-format msgid "You have already imported that file." msgstr "Diese Datei haben Sie bereits importiert." diff --git a/account_bank_statement_import_ofx/i18n/de.po b/account_bank_statement_import_ofx/i18n/de.po index 6070492..0cf6689 100644 --- a/account_bank_statement_import_ofx/i18n/de.po +++ b/account_bank_statement_import_ofx/i18n/de.po @@ -1,21 +1,21 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * account_bank_statement_import_ofx -# +# * account_bank_statement_import_ofx +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: Odoo Server 8.0\n" +"Project-Id-Version: bank-statement-import (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-04 11:44+0200\n" -"PO-Revision-Date: 2015-10-04 11:45+0200\n" -"Language-Team: \n" +"POT-Creation-Date: 2015-10-24 18:37+0000\n" +"PO-Revision-Date: 2015-05-29 00:41+0000\n" +"Last-Translator: <>\n" +"Language-Team: German (http://www.transifex.com/oca/OCA-bank-statement-import-8-0/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Poedit 1.8.3\n" -"Last-Translator: Rudolf Schnapka \n" +"Content-Transfer-Encoding: \n" "Language: de\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 @@ -30,6 +30,3 @@ msgid "" "\n" " %s" msgstr "" -"Das folgende Problem trat beim Import auf. Die Datei ist möglicherweise ungültig.\n" -"\n" -" %s" diff --git a/account_bank_statement_import_qif/i18n/de.po b/account_bank_statement_import_qif/i18n/de.po index 51cd58f..1289966 100644 --- a/account_bank_statement_import_qif/i18n/de.po +++ b/account_bank_statement_import_qif/i18n/de.po @@ -1,43 +1,27 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * account_bank_statement_import_qif -# +# * account_bank_statement_import_qif +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: Odoo Server 8.0\n" +"Project-Id-Version: bank-statement-import (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-04 11:46+0200\n" -"PO-Revision-Date: 2015-10-04 11:50+0200\n" -"Language-Team: \n" +"POT-Creation-Date: 2015-10-24 18:37+0000\n" +"PO-Revision-Date: 2015-05-29 00:41+0000\n" +"Last-Translator: <>\n" +"Language-Team: German (http://www.transifex.com/oca/OCA-bank-statement-import-8-0/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Poedit 1.8.3\n" -"Last-Translator: Rudolf Schnapka \n" +"Content-Transfer-Encoding: \n" "Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #. module: account_bank_statement_import_qif -#: 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 "" -"Buchhaltungsjournal mit Bezug auf diesen zu importierenden Kontoauszug. Es " -"muss bei Kontoauszugs-Dateiformaten manuell ausgewählt werden, die keine " -"automatische Journalerkennung ermöglichen (z. B. QIF)." - -#. module: account_bank_statement_import_qif -#: code:addons/account_bank_statement_import_qif/account_bank_statement_import_qif.py:54 +#: code:addons/account_bank_statement_import_qif/account_bank_statement_import_qif.py:39 #, python-format msgid "Could not decipher the QIF file." -msgstr "Konnte die QIF-Datei nicht entschlüsseln." - -#. module: account_bank_statement_import_qif -#: field:account.bank.statement.import,hide_journal_field:0 -msgid "Hide the journal field in the view" -msgstr "Verstecke das Journal-Feld in der Sicht" +msgstr "" #. module: account_bank_statement_import_qif #: model:ir.model,name:account_bank_statement_import_qif.model_account_bank_statement_import @@ -45,13 +29,7 @@ msgid "Import Bank Statement" msgstr "Kontoauszug importieren" #. module: account_bank_statement_import_qif -#: field:account.bank.statement.import,journal_id:0 -msgid "Journal" -msgstr "Journal" - -#. module: account_bank_statement_import_qif -#: code:addons/account_bank_statement_import_qif/account_bank_statement_import_qif.py:98 +#: 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 "" -"Diese Datei ist entweder keine Kontoauszugsdatei oder aber falsch formatiert." diff --git a/account_bank_statement_import_save_file/i18n/de.po b/account_bank_statement_import_save_file/i18n/de.po index d12e7dd..21d54e5 100644 --- a/account_bank_statement_import_save_file/i18n/de.po +++ b/account_bank_statement_import_save_file/i18n/de.po @@ -1,27 +1,26 @@ # 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-10-04 11:51+0200\n" -"Last-Translator: Rudolf Schnapka \n" -"Language-Team: \n" +"POT-Creation-Date: 2015-10-24 18:37+0000\n" +"PO-Revision-Date: 2015-10-24 18:37+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: German (http://www.transifex.com/oca/OCA-bank-statement-import-8-0/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" +"Content-Transfer-Encoding: \n" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Poedit 1.8.3\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 "Kontoauszug" +msgstr "" #. module: account_bank_statement_import_save_file #: model:ir.model,name:account_bank_statement_import_save_file.model_account_bank_statement_import @@ -31,9 +30,9 @@ msgstr "Kontoauszug importieren" #. module: account_bank_statement_import_save_file #: field:account.bank.statement,import_file:0 msgid "Import file" -msgstr "Importdatei" +msgstr "" #. 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 "Importierte Datei" +msgstr "" diff --git a/base_bank_account_number_unique/i18n/de.po b/base_bank_account_number_unique/i18n/de.po index 56fc7d8..dde1032 100644 --- a/base_bank_account_number_unique/i18n/de.po +++ b/base_bank_account_number_unique/i18n/de.po @@ -1,26 +1,26 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: -# * base_bank_account_number_unique -# +# * base_bank_account_number_unique +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: Odoo Server 8.0\n" +"Project-Id-Version: bank-statement-import (8.0)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-04 11:52+0200\n" -"PO-Revision-Date: 2015-10-04 11:56+0200\n" -"Language-Team: \n" +"POT-Creation-Date: 2015-10-24 18:37+0000\n" +"PO-Revision-Date: 2015-10-24 18:37+0000\n" +"Last-Translator: OCA Transbot \n" +"Language-Team: German (http://www.transifex.com/oca/OCA-bank-statement-import-8-0/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Poedit 1.8.3\n" -"Last-Translator: Rudolf Schnapka \n" +"Content-Transfer-Encoding: \n" "Language: de\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 "Kontonummer muss eindeutig sein" +msgstr "" #. module: base_bank_account_number_unique #: model:ir.model,name:base_bank_account_number_unique.model_res_partner_bank @@ -31,15 +31,8 @@ msgstr "Bankkonten" #: 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" +"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 "" -"Das Modul kann nicht ordentlich installiert werden, da Sie doppelte " -"Bankkonten im System haben. Bereinigen Sie dies zuvor und versuchen es " -"erneut.\n" -"Nachfolgend werden die ersten %d doppelten Konten gezeigt\n" -"%s\n" -"(Wenn Sie weniger als %d, sind dies die einzigen Dubletten)"