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.

292 lines
11 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: 2018-04-11 22:49+0000\n"
  12. "PO-Revision-Date: 2018-04-11 22:49+0000\n"
  13. "Last-Translator: Rudolf Schnapka <rs@techno-flex.de>\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:419
  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:422
  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:425
  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. #: model:ir.model,name:account_bank_statement_import.model_account_bank_statement
  65. msgid "Bank Statement"
  66. msgstr "Kontoauszug"
  67. #. module: account_bank_statement_import
  68. #: field:account.bank.statement.import,data_file:0
  69. msgid "Bank Statement File"
  70. msgstr "Kontoauszugsdatei"
  71. #. module: account_bank_statement_import
  72. #: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line
  73. msgid "Bank Statement Line"
  74. msgstr "Kontoauszugsposition"
  75. #. module: account_bank_statement_import
  76. #: view:account.config.settings:account_bank_statement_import.view_account_config_settings
  77. msgid "Bank statement import"
  78. msgstr "Kontoauszugimport"
  79. #. module: account_bank_statement_import
  80. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:162
  81. #, python-format
  82. msgid ""
  83. "Can not determine journal for import for account number %s and currency %s."
  84. msgstr ""
  85. #. module: account_bank_statement_import
  86. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:155
  87. #, python-format
  88. msgid "Can not find the account number %s."
  89. msgstr "Kann Kontonummer %s nicht finden."
  90. #. module: account_bank_statement_import
  91. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  92. msgid "Cancel"
  93. msgstr "Abbrechen"
  94. #. module: account_bank_statement_import
  95. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:205
  96. #, python-format
  97. msgid ""
  98. "Could not make sense of the given file.\n"
  99. "Did you install the module to support this type of file?"
  100. msgstr "Konnte die angegebene Datei nicht interpretieren.\nHaben Sie das Modul für diesen Dateityp installiert?"
  101. #. module: account_bank_statement_import
  102. #: field:account.bank.statement.import,create_uid:0
  103. msgid "Created by"
  104. msgstr "Erstellt von"
  105. #. module: account_bank_statement_import
  106. #: field:account.bank.statement.import,create_date:0
  107. msgid "Created on"
  108. msgstr "Erstellt am"
  109. #. module: account_bank_statement_import
  110. #: field:account.bank.statement.import,display_name:0
  111. msgid "Display Name"
  112. msgstr "Anzeigename"
  113. #. module: account_bank_statement_import
  114. #: field:account.journal,enforce_sequence:0
  115. msgid "Enforce Sequence"
  116. msgstr ""
  117. #. module: account_bank_statement_import
  118. #: field:account.config.settings,module_base_bank_account_number_unique:0
  119. msgid "Enforce unique account numbers on bank accounts"
  120. msgstr "Eindeutige Kontonummern für Bankkonten erzwingen"
  121. #. module: account_bank_statement_import
  122. #: field:account.bank.statement.import,filename:0
  123. msgid "Filename"
  124. msgstr "Dateiname"
  125. #. module: account_bank_statement_import
  126. #: help:account.bank.statement.import,data_file:0
  127. msgid ""
  128. "Get you bank statements in electronic format from your bank and select them "
  129. "here."
  130. msgstr "Beschaffen Sie Ihre Kontoauszüge in Dateiform von Ihrer Bank und wählen diese hier aus."
  131. #. module: account_bank_statement_import
  132. #: field:account.bank.statement.import,hide_journal_field:0
  133. msgid "Hide the journal field in the view"
  134. msgstr ""
  135. #. module: account_bank_statement_import
  136. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  137. msgid "How to import your bank statement :"
  138. msgstr "Wie Sie Ihre Kontoauszüge importieren:"
  139. #. module: account_bank_statement_import
  140. #: field:account.bank.statement.import,id:0
  141. msgid "ID"
  142. msgstr "ID"
  143. #. module: account_bank_statement_import
  144. #: help:account.journal,enforce_sequence:0
  145. msgid ""
  146. "If checked, the Journal Sequence will determine the statement naming policy "
  147. "even if the name is already set manually or by the statement import "
  148. "software."
  149. msgstr ""
  150. #. module: account_bank_statement_import
  151. #: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import
  152. #: model:ir.ui.menu,name:account_bank_statement_import.menu_account_bank_statement_import
  153. msgid "Import"
  154. msgstr "Importieren"
  155. #. module: account_bank_statement_import
  156. #: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import
  157. msgid "Import Bank Statement"
  158. msgstr "Kontoauszug importieren"
  159. #. module: account_bank_statement_import
  160. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  161. msgid "Import Bank Statements"
  162. msgstr "Auszugsdateien importieren"
  163. #. module: account_bank_statement_import
  164. #: field:account.bank.statement.line,unique_import_id:0
  165. msgid "Import ID"
  166. msgstr "Import-ID"
  167. #. module: account_bank_statement_import
  168. #: field:account.bank.statement.import,journal_id:0
  169. #: model:ir.model,name:account_bank_statement_import.model_account_journal
  170. msgid "Journal"
  171. msgstr "Journal"
  172. #. module: account_bank_statement_import
  173. #: field:account.bank.statement.import,__last_update:0
  174. msgid "Last Modified on"
  175. msgstr "Zuletzt geändert am"
  176. #. module: account_bank_statement_import
  177. #: field:account.bank.statement.import,write_uid:0
  178. msgid "Last Updated by"
  179. msgstr "Zuletzt aktualisiert durch"
  180. #. module: account_bank_statement_import
  181. #: field:account.bank.statement.import,write_date:0
  182. msgid "Last Updated on"
  183. msgstr "Zuletzt aktualisiert am"
  184. #. module: account_bank_statement_import
  185. #: field:res.partner.bank,sanitized_acc_number:0
  186. msgid "Sanitized Account Number"
  187. msgstr "Bereinigte Kontonummer"
  188. #. module: account_bank_statement_import
  189. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:294
  190. #, python-format
  191. msgid "Statement currency id is %d, but company currency id = %d."
  192. msgstr "Währung des Kontoauszugs ist %d, die des Unternehmens jedoch %d."
  193. #. module: account_bank_statement_import
  194. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:277
  195. #, python-format
  196. msgid "Statement currency id is %d, but journal currency id = %d."
  197. msgstr "Währung des Kontoauszugs ist %d, die des Journals jedoch %d."
  198. #. module: account_bank_statement_import
  199. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:231
  200. #, python-format
  201. msgid "Statement has invalid currency code %s"
  202. msgstr "Kontoauszug hat ungültige Währung %s"
  203. #. module: account_bank_statement_import
  204. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:260
  205. #, python-format
  206. msgid "The account of this statement is linked to another journal."
  207. msgstr "Das Konto dieses Kontoauszugs ist einem anderen Journal zugeordnet."
  208. #. module: account_bank_statement_import
  209. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:299
  210. #, python-format
  211. msgid ""
  212. "The currency of the bank statement (%s) is not the same as the company "
  213. "currency (%s) !"
  214. msgstr ""
  215. #. module: account_bank_statement_import
  216. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:282
  217. #, python-format
  218. msgid ""
  219. "The currency of the bank statement (%s) is not the same as the currency of "
  220. "the journal %s (%s) !"
  221. msgstr ""
  222. #. module: account_bank_statement_import
  223. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:215
  224. #, python-format
  225. msgid "This file doesn't contain any statement."
  226. msgstr "Diese Datei enthält keinen Auszug."
  227. #. module: account_bank_statement_import
  228. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:220
  229. #, python-format
  230. msgid "This file doesn't contain any transaction."
  231. msgstr "Diese Datei enthält keine Transaktion."
  232. #. module: account_bank_statement_import
  233. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:139
  234. #, python-format
  235. msgid "You have already imported that file."
  236. msgstr "Diese Datei haben Sie bereits importiert."
  237. #. module: account_bank_statement_import
  238. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  239. msgid "_Import"
  240. msgstr "Importieren"
  241. #. module: account_bank_statement_import
  242. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  243. msgid "or"
  244. msgstr "oder"