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