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.

241 lines
9.4 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-07-24 21:51+0000\n"
  13. "PO-Revision-Date: 2015-08-17 19:03+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/account_bank_statement_import.py:362
  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/account_bank_statement_import.py:365
  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. #: sql_constraint:res.partner.bank:0
  50. msgid "Account Number must be unique"
  51. msgstr "Rekeningnummer moet uniek zijn"
  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 "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)"
  59. #. module: account_bank_statement_import
  60. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:368
  61. #, python-format
  62. msgid "Already imported items"
  63. msgstr "Al eerder geïmporteerde regels"
  64. #. module: account_bank_statement_import
  65. #: model:ir.model,name:account_bank_statement_import.model_res_partner_bank
  66. msgid "Bank Accounts"
  67. msgstr "Bankrekeningen"
  68. #. module: account_bank_statement_import
  69. #: field:account.bank.statement.import,data_file:0
  70. msgid "Bank Statement File"
  71. msgstr "Bankafschriften bestand"
  72. #. module: account_bank_statement_import
  73. #: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line
  74. msgid "Bank Statement Line"
  75. msgstr "Bankafschrift regel"
  76. #. module: account_bank_statement_import
  77. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:127
  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. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  83. msgid "Cancel"
  84. msgstr "Annuleren"
  85. #. module: account_bank_statement_import
  86. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:165
  87. #, python-format
  88. msgid ""
  89. "Could not make sense of the given file.\n"
  90. "Did you install the module to support this type of file?"
  91. msgstr "Geen idee wat voor een soort bestand dit is.\nHeeft u de juiste module geïnstalleerd voor dit type bestand?"
  92. #. module: account_bank_statement_import
  93. #: field:account.bank.statement.import,create_uid:0
  94. msgid "Created by"
  95. msgstr "Aangemaakt door"
  96. #. module: account_bank_statement_import
  97. #: field:account.bank.statement.import,create_date:0
  98. msgid "Created on"
  99. msgstr "Aangemaakt op"
  100. #. module: account_bank_statement_import
  101. #: help:account.bank.statement.import,data_file:0
  102. msgid ""
  103. "Get you bank statements in electronic format from your bank and select them "
  104. "here."
  105. msgstr "Verkrijg de bankafschriften van uw bank in elektronische vorm en selecteer ze hier."
  106. #. module: account_bank_statement_import
  107. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  108. msgid "How to import your bank statement :"
  109. msgstr "Hoe uw bankafschrift te importeren:"
  110. #. module: account_bank_statement_import
  111. #: field:account.bank.statement.import,id:0
  112. msgid "ID"
  113. msgstr "ID"
  114. #. module: account_bank_statement_import
  115. #: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import
  116. #: model:ir.ui.menu,name:account_bank_statement_import.menu_account_bank_statement_import
  117. msgid "Import"
  118. msgstr "Import"
  119. #. module: account_bank_statement_import
  120. #: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import
  121. msgid "Import Bank Statement"
  122. msgstr "Geïmporteerd bankafschrift"
  123. #. module: account_bank_statement_import
  124. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  125. msgid "Import Bank Statements"
  126. msgstr "Importeer bankafschriften"
  127. #. module: account_bank_statement_import
  128. #: field:account.bank.statement.line,unique_import_id:0
  129. msgid "Import ID"
  130. msgstr "Import ID"
  131. #. module: account_bank_statement_import
  132. #: field:account.bank.statement.import,journal_id:0
  133. msgid "Journal"
  134. msgstr "Dagboek"
  135. #. module: account_bank_statement_import
  136. #: field:account.bank.statement.import,write_uid:0
  137. msgid "Last Updated by"
  138. msgstr "Laatst bijgewerkt door"
  139. #. module: account_bank_statement_import
  140. #: field:account.bank.statement.import,write_date:0
  141. msgid "Last Updated on"
  142. msgstr "Laatst bijgewerkt op"
  143. #. module: account_bank_statement_import
  144. #: field:res.partner.bank,sanitized_acc_number:0
  145. msgid "Sanitized Account Number"
  146. msgstr "Gestandaardiseerd rekeningnummer"
  147. #. module: account_bank_statement_import
  148. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:249
  149. #, python-format
  150. msgid "Statement currency id is %d, but company currency id = %d."
  151. msgstr "Valuta id van afschrift = %d, maar valuta id van bedrijf = %d."
  152. #. module: account_bank_statement_import
  153. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:235
  154. #, python-format
  155. msgid "Statement currency id is %d, but journal currency id = %d."
  156. msgstr "Valuta id van afschrift = %d, maar valuta id van dagboek = %d."
  157. #. module: account_bank_statement_import
  158. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:190
  159. #, python-format
  160. msgid "Statement has invalid currency code %s"
  161. msgstr "Bankafschrift heeft ongeldige valutacode %s"
  162. #. module: account_bank_statement_import
  163. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:218
  164. #, python-format
  165. msgid "The account of this statement is linked to another journal."
  166. msgstr "Het rekeningnummer van dit afschrift is gekoppeld aan een ander dagboek."
  167. #. module: account_bank_statement_import
  168. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:254
  169. #, python-format
  170. msgid ""
  171. "The currency of the bank statement is not the same as the company currency !"
  172. msgstr "De valuta van het afschrift is niet gelijk aan de valuta van het bedrijf!"
  173. #. module: account_bank_statement_import
  174. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:240
  175. #, python-format
  176. msgid ""
  177. "The currency of the bank statement is not the same as the currency of the "
  178. "journal !"
  179. msgstr "De valuta van het afschrift is niet hetzelfde als de valuta van het dagboek!"
  180. #. module: account_bank_statement_import
  181. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:174
  182. #, python-format
  183. msgid "This file doesn't contain any statement."
  184. msgstr "Dit bestand bevat geen enkel afschrift."
  185. #. module: account_bank_statement_import
  186. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:179
  187. #, python-format
  188. msgid "This file doesn't contain any transaction."
  189. msgstr "Dit bestand bevat geen enkele transactie."
  190. #. module: account_bank_statement_import
  191. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:99
  192. #, python-format
  193. msgid "You have already imported that file."
  194. msgstr "U heeft dit bestand al geïmporteerd."
  195. #. module: account_bank_statement_import
  196. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  197. msgid "_Import"
  198. msgstr "_Import"
  199. #. module: account_bank_statement_import
  200. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  201. msgid "or"
  202. msgstr "of"