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.

269 lines
10 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. # Erwin van der Ploeg <erwin@bas-solutions.nl>, 2015
  7. # Erwin van der Ploeg <erwin@odooexperts.nl>, 2016
  8. # Therp BV <therp.nl>, 2015
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: bank-statement-import (8.0)\n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2016-09-21 16:09+0000\n"
  14. "PO-Revision-Date: 2016-09-17 18:43+0000\n"
  15. "Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
  16. "Language-Team: Dutch (http://www.transifex.com/oca/OCA-bank-statement-import-8-0/language/nl/)\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: \n"
  20. "Language: nl\n"
  21. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  22. #. module: account_bank_statement_import
  23. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:407
  24. #, python-format
  25. msgid "%d transactions had already been imported and were ignored."
  26. msgstr "%d Transacties zijn overgeslagen omdat ze al reeds waren geïmporteerd."
  27. #. module: account_bank_statement_import
  28. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:410
  29. #, python-format
  30. msgid "1 transaction had already been imported and was ignored."
  31. msgstr "1. Transactie was al geïmporteerd en is overgeslagen."
  32. #. module: account_bank_statement_import
  33. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  34. msgid "1. Download your bank statements from your bank website."
  35. msgstr "1. Download het bankafschrift bestand van de website van uw bank."
  36. #. module: account_bank_statement_import
  37. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  38. msgid ""
  39. "2. Make sure you have installed the right module to support the file format."
  40. msgstr "2. Zorg ervoor dat de modules die het formaat van uw bestand ondersteunen zijn geïnstalleerd."
  41. #. module: account_bank_statement_import
  42. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  43. msgid "3. Select the file and click 'Import'."
  44. msgstr "3. Selecteer het bestand en klik op \"Importeren\"."
  45. #. module: account_bank_statement_import
  46. #: sql_constraint:account.bank.statement.line:0
  47. msgid "A bank account transactions can be imported only once !"
  48. msgstr "De transacties kunnen slechts eenmalig worden geïmporteerd."
  49. #. module: account_bank_statement_import
  50. #: help:account.bank.statement.import,journal_id:0
  51. msgid ""
  52. "Accounting journal related to the bank statement you're importing. It has be"
  53. " be manually chosen for statement formats which doesn't allow automatic "
  54. "journal detection (QIF for example)."
  55. msgstr "Het dagboek wat hoort bij het bankafschrift welke u importeert. Het dient handmatig te worden gekozen voor bankafschrift formaten welke geen automatische dagboek detectie ondersteunen (bijvoorbeeld QIF)"
  56. #. module: account_bank_statement_import
  57. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:413
  58. #, python-format
  59. msgid "Already imported items"
  60. msgstr "Al eerder geïmporteerde regels"
  61. #. module: account_bank_statement_import
  62. #: model:ir.model,name:account_bank_statement_import.model_res_partner_bank
  63. msgid "Bank Accounts"
  64. msgstr "Bankrekeningen"
  65. #. module: account_bank_statement_import
  66. #: field:account.bank.statement.import,data_file:0
  67. msgid "Bank Statement File"
  68. msgstr "Bankafschriften bestand"
  69. #. module: account_bank_statement_import
  70. #: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line
  71. msgid "Bank Statement Line"
  72. msgstr "Bankafschrift regel"
  73. #. module: account_bank_statement_import
  74. #: view:account.config.settings:account_bank_statement_import.view_account_config_settings
  75. msgid "Bank statement import"
  76. msgstr "Importeer bankafschrift"
  77. #. module: account_bank_statement_import
  78. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:153
  79. #, python-format
  80. msgid "Can not determine journal for import."
  81. msgstr "Kan niet bepalen welk dagboek gebruikt moet worden."
  82. #. module: account_bank_statement_import
  83. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:147
  84. #, python-format
  85. msgid "Can not find the account number %s."
  86. msgstr "Kan rekeningnummer niet vinden %s."
  87. #. module: account_bank_statement_import
  88. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  89. msgid "Cancel"
  90. msgstr "Annuleren"
  91. #. module: account_bank_statement_import
  92. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:193
  93. #, python-format
  94. msgid ""
  95. "Could not make sense of the given file.\n"
  96. "Did you install the module to support this type of file?"
  97. msgstr "Geen idee wat voor een soort bestand dit is.\nHeeft u de juiste module geïnstalleerd voor dit type bestand?"
  98. #. module: account_bank_statement_import
  99. #: field:account.bank.statement.import,create_uid:0
  100. msgid "Created by"
  101. msgstr "Aangemaakt door"
  102. #. module: account_bank_statement_import
  103. #: field:account.bank.statement.import,create_date:0
  104. msgid "Created on"
  105. msgstr "Aangemaakt op"
  106. #. module: account_bank_statement_import
  107. #: field:account.bank.statement.import,display_name:0
  108. msgid "Display Name"
  109. msgstr "Te tonen naam"
  110. #. module: account_bank_statement_import
  111. #: field:account.config.settings,module_base_bank_account_number_unique:0
  112. msgid "Enforce unique account numbers on bank accounts"
  113. msgstr "Forceer een uniek bankrekeningnummer"
  114. #. module: account_bank_statement_import
  115. #: help:account.bank.statement.import,data_file:0
  116. msgid ""
  117. "Get you bank statements in electronic format from your bank and select them "
  118. "here."
  119. msgstr "Verkrijg de bankafschriften van uw bank in elektronische vorm en selecteer ze hier."
  120. #. module: account_bank_statement_import
  121. #: field:account.bank.statement.import,hide_journal_field:0
  122. msgid "Hide the journal field in the view"
  123. msgstr ""
  124. #. module: account_bank_statement_import
  125. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  126. msgid "How to import your bank statement :"
  127. msgstr "Hoe uw bankafschrift te importeren:"
  128. #. module: account_bank_statement_import
  129. #: field:account.bank.statement.import,id:0
  130. msgid "ID"
  131. msgstr "ID"
  132. #. module: account_bank_statement_import
  133. #: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import
  134. #: model:ir.ui.menu,name:account_bank_statement_import.menu_account_bank_statement_import
  135. msgid "Import"
  136. msgstr "Import"
  137. #. module: account_bank_statement_import
  138. #: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import
  139. msgid "Import Bank Statement"
  140. msgstr "Geïmporteerd bankafschrift"
  141. #. module: account_bank_statement_import
  142. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  143. msgid "Import Bank Statements"
  144. msgstr "Importeer bankafschriften"
  145. #. module: account_bank_statement_import
  146. #: field:account.bank.statement.line,unique_import_id:0
  147. msgid "Import ID"
  148. msgstr "Import ID"
  149. #. module: account_bank_statement_import
  150. #: field:account.bank.statement.import,journal_id:0
  151. msgid "Journal"
  152. msgstr "Dagboek"
  153. #. module: account_bank_statement_import
  154. #: field:account.bank.statement.import,__last_update:0
  155. msgid "Last Modified on"
  156. msgstr "Laatst bijgewerkt op"
  157. #. module: account_bank_statement_import
  158. #: field:account.bank.statement.import,write_uid:0
  159. msgid "Last Updated by"
  160. msgstr "Laatst bijgewerkt door"
  161. #. module: account_bank_statement_import
  162. #: field:account.bank.statement.import,write_date:0
  163. msgid "Last Updated on"
  164. msgstr "Laatst bijgewerkt op"
  165. #. module: account_bank_statement_import
  166. #: field:res.partner.bank,sanitized_acc_number:0
  167. msgid "Sanitized Account Number"
  168. msgstr "Gestandaardiseerd rekeningnummer"
  169. #. module: account_bank_statement_import
  170. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:282
  171. #, python-format
  172. msgid "Statement currency id is %d, but company currency id = %d."
  173. msgstr "Valuta id van afschrift = %d, maar valuta id van bedrijf = %d."
  174. #. module: account_bank_statement_import
  175. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:265
  176. #, python-format
  177. msgid "Statement currency id is %d, but journal currency id = %d."
  178. msgstr "Valuta id van afschrift = %d, maar valuta id van dagboek = %d."
  179. #. module: account_bank_statement_import
  180. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:219
  181. #, python-format
  182. msgid "Statement has invalid currency code %s"
  183. msgstr "Bankafschrift heeft ongeldige valutacode %s"
  184. #. module: account_bank_statement_import
  185. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:248
  186. #, python-format
  187. msgid "The account of this statement is linked to another journal."
  188. msgstr "Het rekeningnummer van dit afschrift is gekoppeld aan een ander dagboek."
  189. #. module: account_bank_statement_import
  190. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:287
  191. #, python-format
  192. msgid ""
  193. "The currency of the bank statement (%s) is not the same as the company "
  194. "currency (%s) !"
  195. msgstr "De valuta van het afschrift (%s) is niet gelijk aan de valuta van het bedrijf (%s)!"
  196. #. module: account_bank_statement_import
  197. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:270
  198. #, python-format
  199. msgid ""
  200. "The currency of the bank statement (%s) is not the same as the currency of "
  201. "the journal %s (%s) !"
  202. msgstr "De valuta van het afschrift (%s) is niet hetzelfde als de valuta van het dagboek %s (%s)!"
  203. #. module: account_bank_statement_import
  204. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:203
  205. #, python-format
  206. msgid "This file doesn't contain any statement."
  207. msgstr "Dit bestand bevat geen enkel afschrift."
  208. #. module: account_bank_statement_import
  209. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:208
  210. #, python-format
  211. msgid "This file doesn't contain any transaction."
  212. msgstr "Dit bestand bevat geen enkele transactie."
  213. #. module: account_bank_statement_import
  214. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:131
  215. #, python-format
  216. msgid "You have already imported that file."
  217. msgstr "U heeft dit bestand al geïmporteerd."
  218. #. module: account_bank_statement_import
  219. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  220. msgid "_Import"
  221. msgstr "_Import"
  222. #. module: account_bank_statement_import
  223. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  224. msgid "or"
  225. msgstr "of"