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.

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