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.

254 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-03-09 23:48+0000\n"
  14. "PO-Revision-Date: 2016-03-10 18:39+0000\n"
  15. "Last-Translator: Erwin van der Ploeg <erwin@odooexperts.nl>\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.config.settings,module_base_bank_account_number_unique:0
  108. msgid "Enforce unique account numbers on bank accounts"
  109. msgstr "Forceer een uniek bankrekeningnummer"
  110. #. module: account_bank_statement_import
  111. #: help:account.bank.statement.import,data_file:0
  112. msgid ""
  113. "Get you bank statements in electronic format from your bank and select them "
  114. "here."
  115. msgstr "Verkrijg de bankafschriften van uw bank in elektronische vorm en selecteer ze hier."
  116. #. module: account_bank_statement_import
  117. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  118. msgid "How to import your bank statement :"
  119. msgstr "Hoe uw bankafschrift te importeren:"
  120. #. module: account_bank_statement_import
  121. #: field:account.bank.statement.import,id:0
  122. msgid "ID"
  123. msgstr "ID"
  124. #. module: account_bank_statement_import
  125. #: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import
  126. #: model:ir.ui.menu,name:account_bank_statement_import.menu_account_bank_statement_import
  127. msgid "Import"
  128. msgstr "Import"
  129. #. module: account_bank_statement_import
  130. #: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import
  131. msgid "Import Bank Statement"
  132. msgstr "Geïmporteerd bankafschrift"
  133. #. module: account_bank_statement_import
  134. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  135. msgid "Import Bank Statements"
  136. msgstr "Importeer bankafschriften"
  137. #. module: account_bank_statement_import
  138. #: field:account.bank.statement.line,unique_import_id:0
  139. msgid "Import ID"
  140. msgstr "Import ID"
  141. #. module: account_bank_statement_import
  142. #: field:account.bank.statement.import,journal_id:0
  143. msgid "Journal"
  144. msgstr "Dagboek"
  145. #. module: account_bank_statement_import
  146. #: field:account.bank.statement.import,write_uid:0
  147. msgid "Last Updated by"
  148. msgstr "Laatst bijgewerkt door"
  149. #. module: account_bank_statement_import
  150. #: field:account.bank.statement.import,write_date:0
  151. msgid "Last Updated on"
  152. msgstr "Laatst bijgewerkt op"
  153. #. module: account_bank_statement_import
  154. #: field:res.partner.bank,sanitized_acc_number:0
  155. msgid "Sanitized Account Number"
  156. msgstr "Gestandaardiseerd rekeningnummer"
  157. #. module: account_bank_statement_import
  158. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:282
  159. #, python-format
  160. msgid "Statement currency id is %d, but company currency id = %d."
  161. msgstr "Valuta id van afschrift = %d, maar valuta id van bedrijf = %d."
  162. #. module: account_bank_statement_import
  163. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:265
  164. #, python-format
  165. msgid "Statement currency id is %d, but journal currency id = %d."
  166. msgstr "Valuta id van afschrift = %d, maar valuta id van dagboek = %d."
  167. #. module: account_bank_statement_import
  168. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:219
  169. #, python-format
  170. msgid "Statement has invalid currency code %s"
  171. msgstr "Bankafschrift heeft ongeldige valutacode %s"
  172. #. module: account_bank_statement_import
  173. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:248
  174. #, python-format
  175. msgid "The account of this statement is linked to another journal."
  176. msgstr "Het rekeningnummer van dit afschrift is gekoppeld aan een ander dagboek."
  177. #. module: account_bank_statement_import
  178. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:287
  179. #, python-format
  180. msgid ""
  181. "The currency of the bank statement (%s) is not the same as the company "
  182. "currency (%s) !"
  183. msgstr "De valuta van het afschrift (%s) is niet gelijk aan de valuta van het bedrijf (%s)!"
  184. #. module: account_bank_statement_import
  185. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:270
  186. #, python-format
  187. msgid ""
  188. "The currency of the bank statement (%s) is not the same as the currency of "
  189. "the journal %s (%s) !"
  190. msgstr "De valuta van het afschrift (%s) is niet hetzelfde als de valuta van het dagboek %s (%s)!"
  191. #. module: account_bank_statement_import
  192. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:203
  193. #, python-format
  194. msgid "This file doesn't contain any statement."
  195. msgstr "Dit bestand bevat geen enkel afschrift."
  196. #. module: account_bank_statement_import
  197. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:208
  198. #, python-format
  199. msgid "This file doesn't contain any transaction."
  200. msgstr "Dit bestand bevat geen enkele transactie."
  201. #. module: account_bank_statement_import
  202. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:131
  203. #, python-format
  204. msgid "You have already imported that file."
  205. msgstr "U heeft dit bestand al geïmporteerd."
  206. #. module: account_bank_statement_import
  207. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  208. msgid "_Import"
  209. msgstr "_Import"
  210. #. module: account_bank_statement_import
  211. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  212. msgid "or"
  213. msgstr "of"