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.

303 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-"
  15. "import-8-0/language/de/)\n"
  16. "Language: de\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: \n"
  20. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  21. #. module: account_bank_statement_import
  22. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:419
  23. #, python-format
  24. msgid "%d transactions had already been imported and were ignored."
  25. msgstr "%d Transaktionen wurden bereits importiert und dabei ignoriert."
  26. #. module: account_bank_statement_import
  27. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:422
  28. #, python-format
  29. msgid "1 transaction had already been imported and was ignored."
  30. msgstr "1 Transaktion wurde importiert und ignoriert."
  31. #. module: account_bank_statement_import
  32. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  33. msgid "1. Download your bank statements from your bank website."
  34. msgstr ""
  35. "1. Laden Sie die Kontoauszüge Ihres Bankkontos auf der Webseite Ihrer Bank "
  36. "herunter."
  37. #. module: account_bank_statement_import
  38. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  39. msgid ""
  40. "2. Make sure you have installed the right module to support the file format."
  41. msgstr ""
  42. "2. Stellen Sie sicher, dass Sie das richtige Modul zur Unterstützung Ihres "
  43. "Dateiformates installiert haben."
  44. #. module: account_bank_statement_import
  45. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  46. msgid "3. Select the file and click 'Import'."
  47. msgstr "3. Wählen Sie die Datei aus und klicken Sie 'Importieren'."
  48. #. module: account_bank_statement_import
  49. #: sql_constraint:account.bank.statement.line:0
  50. msgid "A bank account transactions can be imported only once !"
  51. msgstr "Eine Transaktion eines Kontoauszugs darf nur einmal importiert werden!"
  52. #. module: account_bank_statement_import
  53. #: help:account.bank.statement.import,journal_id:0
  54. msgid ""
  55. "Accounting journal related to the bank statement you're importing. It has be "
  56. "be manually chosen for statement formats which doesn't allow automatic "
  57. "journal detection (QIF for example)."
  58. msgstr ""
  59. "Das Journal der Finanzbuchhaltung mit Bezug auf den Kontoauszug, den Sie "
  60. "importieren. Es wurde manuell ausgewählt für Auszugformate, die keine "
  61. "automatische Journalerkennung erlauben (zum Beispiel QIF)."
  62. #. module: account_bank_statement_import
  63. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:425
  64. #, python-format
  65. msgid "Already imported items"
  66. msgstr "Bereits importierte Posten"
  67. #. module: account_bank_statement_import
  68. #: model:ir.model,name:account_bank_statement_import.model_res_partner_bank
  69. msgid "Bank Accounts"
  70. msgstr "Bankkonten"
  71. #. module: account_bank_statement_import
  72. #: model:ir.model,name:account_bank_statement_import.model_account_bank_statement
  73. msgid "Bank Statement"
  74. msgstr "Kontoauszug"
  75. #. module: account_bank_statement_import
  76. #: field:account.bank.statement.import,data_file:0
  77. msgid "Bank Statement File"
  78. msgstr "Kontoauszugsdatei"
  79. #. module: account_bank_statement_import
  80. #: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line
  81. msgid "Bank Statement Line"
  82. msgstr "Kontoauszugsposition"
  83. #. module: account_bank_statement_import
  84. #: view:account.config.settings:account_bank_statement_import.view_account_config_settings
  85. msgid "Bank statement import"
  86. msgstr "Kontoauszugimport"
  87. #. module: account_bank_statement_import
  88. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:162
  89. #, python-format
  90. msgid ""
  91. "Can not determine journal for import for account number %s and currency %s."
  92. msgstr ""
  93. #. module: account_bank_statement_import
  94. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:155
  95. #, python-format
  96. msgid "Can not find the account number %s."
  97. msgstr "Kann Kontonummer %s nicht finden."
  98. #. module: account_bank_statement_import
  99. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  100. msgid "Cancel"
  101. msgstr "Abbrechen"
  102. #. module: account_bank_statement_import
  103. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:205
  104. #, python-format
  105. msgid ""
  106. "Could not make sense of the given file.\n"
  107. "Did you install the module to support this type of file?"
  108. msgstr ""
  109. "Konnte die angegebene Datei nicht interpretieren.\n"
  110. "Haben Sie das Modul für diesen Dateityp installiert?"
  111. #. module: account_bank_statement_import
  112. #: field:account.bank.statement.import,create_uid:0
  113. msgid "Created by"
  114. msgstr "Erstellt von"
  115. #. module: account_bank_statement_import
  116. #: field:account.bank.statement.import,create_date:0
  117. msgid "Created on"
  118. msgstr "Erstellt am"
  119. #. module: account_bank_statement_import
  120. #: field:account.bank.statement.import,display_name:0
  121. msgid "Display Name"
  122. msgstr "Anzeigename"
  123. #. module: account_bank_statement_import
  124. #: field:account.journal,enforce_sequence:0
  125. msgid "Enforce Sequence"
  126. msgstr ""
  127. #. module: account_bank_statement_import
  128. #: field:account.config.settings,module_base_bank_account_number_unique:0
  129. msgid "Enforce unique account numbers on bank accounts"
  130. msgstr "Eindeutige Kontonummern für Bankkonten erzwingen"
  131. #. module: account_bank_statement_import
  132. #: field:account.bank.statement.import,filename:0
  133. msgid "Filename"
  134. msgstr "Dateiname"
  135. #. module: account_bank_statement_import
  136. #: help:account.bank.statement.import,data_file:0
  137. msgid ""
  138. "Get you bank statements in electronic format from your bank and select them "
  139. "here."
  140. msgstr ""
  141. "Beschaffen Sie Ihre Kontoauszüge in Dateiform von Ihrer Bank und wählen "
  142. "diese hier aus."
  143. #. module: account_bank_statement_import
  144. #: field:account.bank.statement.import,hide_journal_field:0
  145. msgid "Hide the journal field in the view"
  146. msgstr ""
  147. #. module: account_bank_statement_import
  148. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  149. msgid "How to import your bank statement :"
  150. msgstr "Wie Sie Ihre Kontoauszüge importieren:"
  151. #. module: account_bank_statement_import
  152. #: field:account.bank.statement.import,id:0
  153. msgid "ID"
  154. msgstr "ID"
  155. #. module: account_bank_statement_import
  156. #: help:account.journal,enforce_sequence:0
  157. msgid ""
  158. "If checked, the Journal Sequence will determine the statement naming policy "
  159. "even if the name is already set manually or by the statement import software."
  160. msgstr ""
  161. #. module: account_bank_statement_import
  162. #: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import
  163. #: model:ir.ui.menu,name:account_bank_statement_import.menu_account_bank_statement_import
  164. msgid "Import"
  165. msgstr "Importieren"
  166. #. module: account_bank_statement_import
  167. #: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import
  168. msgid "Import Bank Statement"
  169. msgstr "Kontoauszug importieren"
  170. #. module: account_bank_statement_import
  171. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  172. msgid "Import Bank Statements"
  173. msgstr "Auszugsdateien importieren"
  174. #. module: account_bank_statement_import
  175. #: field:account.bank.statement.line,unique_import_id:0
  176. msgid "Import ID"
  177. msgstr "Import-ID"
  178. #. module: account_bank_statement_import
  179. #: field:account.bank.statement.import,journal_id:0
  180. #: model:ir.model,name:account_bank_statement_import.model_account_journal
  181. msgid "Journal"
  182. msgstr "Journal"
  183. #. module: account_bank_statement_import
  184. #: field:account.bank.statement.import,__last_update:0
  185. msgid "Last Modified on"
  186. msgstr "Zuletzt geändert am"
  187. #. module: account_bank_statement_import
  188. #: field:account.bank.statement.import,write_uid:0
  189. msgid "Last Updated by"
  190. msgstr "Zuletzt aktualisiert durch"
  191. #. module: account_bank_statement_import
  192. #: field:account.bank.statement.import,write_date:0
  193. msgid "Last Updated on"
  194. msgstr "Zuletzt aktualisiert am"
  195. #. module: account_bank_statement_import
  196. #: field:res.partner.bank,sanitized_acc_number:0
  197. msgid "Sanitized Account Number"
  198. msgstr "Bereinigte Kontonummer"
  199. #. module: account_bank_statement_import
  200. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:294
  201. #, python-format
  202. msgid "Statement currency id is %d, but company currency id = %d."
  203. msgstr "Währung des Kontoauszugs ist %d, die des Unternehmens jedoch %d."
  204. #. module: account_bank_statement_import
  205. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:277
  206. #, python-format
  207. msgid "Statement currency id is %d, but journal currency id = %d."
  208. msgstr "Währung des Kontoauszugs ist %d, die des Journals jedoch %d."
  209. #. module: account_bank_statement_import
  210. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:231
  211. #, python-format
  212. msgid "Statement has invalid currency code %s"
  213. msgstr "Kontoauszug hat ungültige Währung %s"
  214. #. module: account_bank_statement_import
  215. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:260
  216. #, python-format
  217. msgid "The account of this statement is linked to another journal."
  218. msgstr "Das Konto dieses Kontoauszugs ist einem anderen Journal zugeordnet."
  219. #. module: account_bank_statement_import
  220. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:299
  221. #, python-format
  222. msgid ""
  223. "The currency of the bank statement (%s) is not the same as the company "
  224. "currency (%s) !"
  225. msgstr ""
  226. #. module: account_bank_statement_import
  227. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:282
  228. #, python-format
  229. msgid ""
  230. "The currency of the bank statement (%s) is not the same as the currency of "
  231. "the journal %s (%s) !"
  232. msgstr ""
  233. #. module: account_bank_statement_import
  234. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:215
  235. #, python-format
  236. msgid "This file doesn't contain any statement."
  237. msgstr "Diese Datei enthält keinen Auszug."
  238. #. module: account_bank_statement_import
  239. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:220
  240. #, python-format
  241. msgid "This file doesn't contain any transaction."
  242. msgstr "Diese Datei enthält keine Transaktion."
  243. #. module: account_bank_statement_import
  244. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:139
  245. #, python-format
  246. msgid "You have already imported that file."
  247. msgstr "Diese Datei haben Sie bereits importiert."
  248. #. module: account_bank_statement_import
  249. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  250. msgid "_Import"
  251. msgstr "Importieren"
  252. #. module: account_bank_statement_import
  253. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  254. msgid "or"
  255. msgstr "oder"