You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

252 lines
9.9 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * account_bank_statement_import
  4. #
  5. # Translators:
  6. # Rudolf Schnapka <rs@techno-flex.de>, 2015
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: bank-statement-import (8.0)\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2016-03-09 23:48+0000\n"
  12. "PO-Revision-Date: 2016-03-09 23:48+0000\n"
  13. "Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
  14. "Language-Team: German (http://www.transifex.com/oca/OCA-bank-statement-import-8-0/language/de/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: \n"
  18. "Language: de\n"
  19. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  20. #. module: account_bank_statement_import
  21. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:407
  22. #, python-format
  23. msgid "%d transactions had already been imported and were ignored."
  24. msgstr "%d Transaktionen wurden bereits importiert und dabei ignoriert."
  25. #. module: account_bank_statement_import
  26. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:410
  27. #, python-format
  28. msgid "1 transaction had already been imported and was ignored."
  29. msgstr "1 Transaktion wurde importiert und ignoriert."
  30. #. module: account_bank_statement_import
  31. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  32. msgid "1. Download your bank statements from your bank website."
  33. msgstr "1. Laden Sie die Kontoauszüge Ihres Bankkontos auf der Webseite Ihrer Bank herunter."
  34. #. module: account_bank_statement_import
  35. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  36. msgid ""
  37. "2. Make sure you have installed the right module to support the file format."
  38. msgstr "2. Stellen Sie sicher, dass Sie das richtige Modul zur Unterstützung Ihres Dateiformates installiert haben."
  39. #. module: account_bank_statement_import
  40. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  41. msgid "3. Select the file and click 'Import'."
  42. msgstr "3. Wählen Sie die Datei aus und klicken Sie 'Importieren'."
  43. #. module: account_bank_statement_import
  44. #: sql_constraint:account.bank.statement.line:0
  45. msgid "A bank account transactions can be imported only once !"
  46. msgstr "Eine Transaktion eines Kontoauszugs darf nur einmal importiert werden!"
  47. #. module: account_bank_statement_import
  48. #: help:account.bank.statement.import,journal_id:0
  49. msgid ""
  50. "Accounting journal related to the bank statement you're importing. It has be"
  51. " be manually chosen for statement formats which doesn't allow automatic "
  52. "journal detection (QIF for example)."
  53. msgstr "Das Journal der Finanzbuchhaltung mit Bezug auf den Kontoauszug, den Sie importieren. Es wurde manuell ausgewählt für Auszugformate, die keine automatische Journalerkennung erlauben (zum Beispiel QIF)."
  54. #. module: account_bank_statement_import
  55. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:413
  56. #, python-format
  57. msgid "Already imported items"
  58. msgstr "Bereits importierte Posten"
  59. #. module: account_bank_statement_import
  60. #: model:ir.model,name:account_bank_statement_import.model_res_partner_bank
  61. msgid "Bank Accounts"
  62. msgstr "Bankkonten"
  63. #. module: account_bank_statement_import
  64. #: field:account.bank.statement.import,data_file:0
  65. msgid "Bank Statement File"
  66. msgstr "Kontoauszugsdatei"
  67. #. module: account_bank_statement_import
  68. #: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line
  69. msgid "Bank Statement Line"
  70. msgstr "Kontoauszugsposition"
  71. #. module: account_bank_statement_import
  72. #: view:account.config.settings:account_bank_statement_import.view_account_config_settings
  73. msgid "Bank statement import"
  74. msgstr "Kontoauszugimport"
  75. #. module: account_bank_statement_import
  76. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:153
  77. #, python-format
  78. msgid "Can not determine journal for import."
  79. msgstr "Kann das Journal zum Import nicht ermitteln."
  80. #. module: account_bank_statement_import
  81. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:147
  82. #, python-format
  83. msgid "Can not find the account number %s."
  84. msgstr "Kann Kontonummer %s nicht finden."
  85. #. module: account_bank_statement_import
  86. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  87. msgid "Cancel"
  88. msgstr "Abbrechen"
  89. #. module: account_bank_statement_import
  90. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:193
  91. #, python-format
  92. msgid ""
  93. "Could not make sense of the given file.\n"
  94. "Did you install the module to support this type of file?"
  95. msgstr "Konnte die angegebene Datei nicht interpretieren.\nHaben Sie das Modul für diesen Dateityp installiert?"
  96. #. module: account_bank_statement_import
  97. #: field:account.bank.statement.import,create_uid:0
  98. msgid "Created by"
  99. msgstr "Erstellt von"
  100. #. module: account_bank_statement_import
  101. #: field:account.bank.statement.import,create_date:0
  102. msgid "Created on"
  103. msgstr "Erstellt am"
  104. #. module: account_bank_statement_import
  105. #: field:account.config.settings,module_base_bank_account_number_unique:0
  106. msgid "Enforce unique account numbers on bank accounts"
  107. msgstr "Eindeutige Kontonummern für Bankkonten erzwingen"
  108. #. module: account_bank_statement_import
  109. #: help:account.bank.statement.import,data_file:0
  110. msgid ""
  111. "Get you bank statements in electronic format from your bank and select them "
  112. "here."
  113. msgstr "Beschaffen Sie Ihre Kontoauszüge in Dateiform von Ihrer Bank und wählen diese hier aus."
  114. #. module: account_bank_statement_import
  115. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  116. msgid "How to import your bank statement :"
  117. msgstr "Wie Sie Ihre Kontoauszüge importieren:"
  118. #. module: account_bank_statement_import
  119. #: field:account.bank.statement.import,id:0
  120. msgid "ID"
  121. msgstr "ID"
  122. #. module: account_bank_statement_import
  123. #: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import
  124. #: model:ir.ui.menu,name:account_bank_statement_import.menu_account_bank_statement_import
  125. msgid "Import"
  126. msgstr "Importieren"
  127. #. module: account_bank_statement_import
  128. #: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import
  129. msgid "Import Bank Statement"
  130. msgstr "Kontoauszug importieren"
  131. #. module: account_bank_statement_import
  132. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  133. msgid "Import Bank Statements"
  134. msgstr "Auszugsdateien importieren"
  135. #. module: account_bank_statement_import
  136. #: field:account.bank.statement.line,unique_import_id:0
  137. msgid "Import ID"
  138. msgstr "Import-ID"
  139. #. module: account_bank_statement_import
  140. #: field:account.bank.statement.import,journal_id:0
  141. msgid "Journal"
  142. msgstr "Journal"
  143. #. module: account_bank_statement_import
  144. #: field:account.bank.statement.import,write_uid:0
  145. msgid "Last Updated by"
  146. msgstr "Zuletzt aktualisiert durch"
  147. #. module: account_bank_statement_import
  148. #: field:account.bank.statement.import,write_date:0
  149. msgid "Last Updated on"
  150. msgstr "Zuletzt aktualisiert am"
  151. #. module: account_bank_statement_import
  152. #: field:res.partner.bank,sanitized_acc_number:0
  153. msgid "Sanitized Account Number"
  154. msgstr "Bereinigte Kontonummer"
  155. #. module: account_bank_statement_import
  156. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:282
  157. #, python-format
  158. msgid "Statement currency id is %d, but company currency id = %d."
  159. msgstr "Währung des Kontoauszugs ist %d, die des Unternehmens jedoch %d."
  160. #. module: account_bank_statement_import
  161. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:265
  162. #, python-format
  163. msgid "Statement currency id is %d, but journal currency id = %d."
  164. msgstr "Währung des Kontoauszugs ist %d, die des Journals jedoch %d."
  165. #. module: account_bank_statement_import
  166. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:219
  167. #, python-format
  168. msgid "Statement has invalid currency code %s"
  169. msgstr "Kontoauszug hat ungültige Währung %s"
  170. #. module: account_bank_statement_import
  171. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:248
  172. #, python-format
  173. msgid "The account of this statement is linked to another journal."
  174. msgstr "Das Konto dieses Kontoauszugs ist einem anderen Journal zugeordnet."
  175. #. module: account_bank_statement_import
  176. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:287
  177. #, python-format
  178. msgid ""
  179. "The currency of the bank statement (%s) is not the same as the company "
  180. "currency (%s) !"
  181. msgstr ""
  182. #. module: account_bank_statement_import
  183. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:270
  184. #, python-format
  185. msgid ""
  186. "The currency of the bank statement (%s) is not the same as the currency of "
  187. "the journal %s (%s) !"
  188. msgstr ""
  189. #. module: account_bank_statement_import
  190. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:203
  191. #, python-format
  192. msgid "This file doesn't contain any statement."
  193. msgstr "Diese Datei enthält keinen Auszug."
  194. #. module: account_bank_statement_import
  195. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:208
  196. #, python-format
  197. msgid "This file doesn't contain any transaction."
  198. msgstr "Diese Datei enthält keine Transaktion."
  199. #. module: account_bank_statement_import
  200. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:131
  201. #, python-format
  202. msgid "You have already imported that file."
  203. msgstr "Diese Datei haben Sie bereits importiert."
  204. #. module: account_bank_statement_import
  205. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  206. msgid "_Import"
  207. msgstr "Importieren"
  208. #. module: account_bank_statement_import
  209. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  210. msgid "or"
  211. msgstr "oder"