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.

239 lines
9.2 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. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: bank-statement-import (8.0)\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2015-07-24 21:51+0000\n"
  11. "PO-Revision-Date: 2015-07-24 07:41+0000\n"
  12. "Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
  13. "Language-Team: English (http://www.transifex.com/oca/OCA-bank-statement-import-8-0/language/en/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: \n"
  17. "Language: en\n"
  18. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  19. #. module: account_bank_statement_import
  20. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:362
  21. #, python-format
  22. msgid "%d transactions had already been imported and were ignored."
  23. msgstr "%d transactions had already been imported and were ignored."
  24. #. module: account_bank_statement_import
  25. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:365
  26. #, python-format
  27. msgid "1 transaction had already been imported and was ignored."
  28. msgstr "1 transaction had already been imported and was ignored."
  29. #. module: account_bank_statement_import
  30. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  31. msgid "1. Download your bank statements from your bank website."
  32. msgstr "1. Download your bank statements from your bank website."
  33. #. module: account_bank_statement_import
  34. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  35. msgid ""
  36. "2. Make sure you have installed the right module to support the file format."
  37. msgstr "2. Make sure you have installed the right module to support the file format."
  38. #. module: account_bank_statement_import
  39. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  40. msgid "3. Select the file and click 'Import'."
  41. msgstr "3. Select the file and click 'Import'."
  42. #. module: account_bank_statement_import
  43. #: sql_constraint:account.bank.statement.line:0
  44. msgid "A bank account transactions can be imported only once !"
  45. msgstr "A bank account transactions can be imported only once !"
  46. #. module: account_bank_statement_import
  47. #: sql_constraint:res.partner.bank:0
  48. msgid "Account Number must be unique"
  49. msgstr "Account Number must be unique"
  50. #. module: account_bank_statement_import
  51. #: help:account.bank.statement.import,journal_id:0
  52. msgid ""
  53. "Accounting journal related to the bank statement you're importing. It has be"
  54. " be manually chosen for statement formats which doesn't allow automatic "
  55. "journal detection (QIF for example)."
  56. msgstr "Accounting journal related to the bank statement you're importing. It has be be manually chosen for statement formats which doesn't allow automatic journal detection (QIF for example)."
  57. #. module: account_bank_statement_import
  58. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:368
  59. #, python-format
  60. msgid "Already imported items"
  61. msgstr "Already imported items"
  62. #. module: account_bank_statement_import
  63. #: model:ir.model,name:account_bank_statement_import.model_res_partner_bank
  64. msgid "Bank Accounts"
  65. msgstr "Bank Accounts"
  66. #. module: account_bank_statement_import
  67. #: field:account.bank.statement.import,data_file:0
  68. msgid "Bank Statement File"
  69. msgstr "Bank Statement File"
  70. #. module: account_bank_statement_import
  71. #: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line
  72. msgid "Bank Statement Line"
  73. msgstr "Bank Statement Line"
  74. #. module: account_bank_statement_import
  75. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:127
  76. #, python-format
  77. msgid "Can not determine journal for import."
  78. msgstr "Can not determine journal for import."
  79. #. module: account_bank_statement_import
  80. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  81. msgid "Cancel"
  82. msgstr "Cancel"
  83. #. module: account_bank_statement_import
  84. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:165
  85. #, python-format
  86. msgid ""
  87. "Could not make sense of the given file.\n"
  88. "Did you install the module to support this type of file?"
  89. msgstr "Could not make sense of the given file.\nDid you install the module to support this type of file?"
  90. #. module: account_bank_statement_import
  91. #: field:account.bank.statement.import,create_uid:0
  92. msgid "Created by"
  93. msgstr "Created by"
  94. #. module: account_bank_statement_import
  95. #: field:account.bank.statement.import,create_date:0
  96. msgid "Created on"
  97. msgstr "Created on"
  98. #. module: account_bank_statement_import
  99. #: help:account.bank.statement.import,data_file:0
  100. msgid ""
  101. "Get you bank statements in electronic format from your bank and select them "
  102. "here."
  103. msgstr "Get you bank statements in electronic format from your bank and select them here."
  104. #. module: account_bank_statement_import
  105. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  106. msgid "How to import your bank statement :"
  107. msgstr "How to import your bank statement :"
  108. #. module: account_bank_statement_import
  109. #: field:account.bank.statement.import,id:0
  110. msgid "ID"
  111. msgstr "ID"
  112. #. module: account_bank_statement_import
  113. #: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import
  114. #: model:ir.ui.menu,name:account_bank_statement_import.menu_account_bank_statement_import
  115. msgid "Import"
  116. msgstr "Import"
  117. #. module: account_bank_statement_import
  118. #: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import
  119. msgid "Import Bank Statement"
  120. msgstr "Import Bank Statement"
  121. #. module: account_bank_statement_import
  122. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  123. msgid "Import Bank Statements"
  124. msgstr "Import Bank Statements"
  125. #. module: account_bank_statement_import
  126. #: field:account.bank.statement.line,unique_import_id:0
  127. msgid "Import ID"
  128. msgstr "Import ID"
  129. #. module: account_bank_statement_import
  130. #: field:account.bank.statement.import,journal_id:0
  131. msgid "Journal"
  132. msgstr "Journal"
  133. #. module: account_bank_statement_import
  134. #: field:account.bank.statement.import,write_uid:0
  135. msgid "Last Updated by"
  136. msgstr "Last Updated by"
  137. #. module: account_bank_statement_import
  138. #: field:account.bank.statement.import,write_date:0
  139. msgid "Last Updated on"
  140. msgstr "Last Updated on"
  141. #. module: account_bank_statement_import
  142. #: field:res.partner.bank,sanitized_acc_number:0
  143. msgid "Sanitized Account Number"
  144. msgstr "Sanitized Account Number"
  145. #. module: account_bank_statement_import
  146. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:249
  147. #, python-format
  148. msgid "Statement currency id is %d, but company currency id = %d."
  149. msgstr "Statement currency id is %d, but company currency id = %d."
  150. #. module: account_bank_statement_import
  151. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:235
  152. #, python-format
  153. msgid "Statement currency id is %d, but journal currency id = %d."
  154. msgstr "Statement currency id is %d, but journal currency id = %d."
  155. #. module: account_bank_statement_import
  156. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:190
  157. #, python-format
  158. msgid "Statement has invalid currency code %s"
  159. msgstr "Statement has invalid currency code %s"
  160. #. module: account_bank_statement_import
  161. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:218
  162. #, python-format
  163. msgid "The account of this statement is linked to another journal."
  164. msgstr "The account of this statement is linked to another journal."
  165. #. module: account_bank_statement_import
  166. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:254
  167. #, python-format
  168. msgid ""
  169. "The currency of the bank statement is not the same as the company currency !"
  170. msgstr "The currency of the bank statement is not the same as the company currency !"
  171. #. module: account_bank_statement_import
  172. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:240
  173. #, python-format
  174. msgid ""
  175. "The currency of the bank statement is not the same as the currency of the "
  176. "journal !"
  177. msgstr "The currency of the bank statement is not the same as the currency of the journal !"
  178. #. module: account_bank_statement_import
  179. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:174
  180. #, python-format
  181. msgid "This file doesn't contain any statement."
  182. msgstr "This file doesn't contain any statement."
  183. #. module: account_bank_statement_import
  184. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:179
  185. #, python-format
  186. msgid "This file doesn't contain any transaction."
  187. msgstr "This file doesn't contain any transaction."
  188. #. module: account_bank_statement_import
  189. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:99
  190. #, python-format
  191. msgid "You have already imported that file."
  192. msgstr "You have already imported that file."
  193. #. module: account_bank_statement_import
  194. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  195. msgid "_Import"
  196. msgstr "_Import"
  197. #. module: account_bank_statement_import
  198. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  199. msgid "or"
  200. msgstr "or"