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.

218 lines
7.1 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * account_bank_statement_import
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 8.0\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "POT-Creation-Date: 2015-06-11 12:15+0000\n"
  10. "PO-Revision-Date: 2015-06-11 12:15+0000\n"
  11. "Last-Translator: <>\n"
  12. "Language-Team: \n"
  13. "MIME-Version: 1.0\n"
  14. "Content-Type: text/plain; charset=UTF-8\n"
  15. "Content-Transfer-Encoding: \n"
  16. "Plural-Forms: \n"
  17. #. module: account_bank_statement_import
  18. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:347
  19. #, python-format
  20. msgid "%d transactions had already been imported and were ignored."
  21. msgstr ""
  22. #. module: account_bank_statement_import
  23. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:350
  24. #, python-format
  25. msgid "1 transaction had already been imported and was ignored."
  26. msgstr ""
  27. #. module: account_bank_statement_import
  28. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  29. msgid "1. Download your bank statements from your bank website."
  30. msgstr ""
  31. #. module: account_bank_statement_import
  32. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  33. msgid "2. Make sure you have installed the right module to support the file format."
  34. msgstr ""
  35. #. module: account_bank_statement_import
  36. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  37. msgid "3. Select the file and click 'Import'."
  38. msgstr ""
  39. #. module: account_bank_statement_import
  40. #: sql_constraint:account.bank.statement.line:0
  41. msgid "A bank account transactions can be imported only once !"
  42. msgstr ""
  43. #. module: account_bank_statement_import
  44. #: sql_constraint:res.partner.bank:0
  45. msgid "Account Number must be unique"
  46. msgstr ""
  47. #. module: account_bank_statement_import
  48. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:353
  49. #, python-format
  50. msgid "Already imported items"
  51. msgstr ""
  52. #. module: account_bank_statement_import
  53. #: model:ir.model,name:account_bank_statement_import.model_res_partner_bank
  54. msgid "Bank Accounts"
  55. msgstr ""
  56. #. module: account_bank_statement_import
  57. #: field:account.bank.statement.import,data_file:0
  58. msgid "Bank Statement File"
  59. msgstr ""
  60. #. module: account_bank_statement_import
  61. #: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line
  62. msgid "Bank Statement Line"
  63. msgstr ""
  64. #. module: account_bank_statement_import
  65. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:116
  66. #, python-format
  67. msgid "Can not determine journal for import."
  68. msgstr ""
  69. #. module: account_bank_statement_import
  70. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  71. msgid "Cancel"
  72. msgstr ""
  73. #. module: account_bank_statement_import
  74. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:154
  75. #, python-format
  76. msgid "Could not make sense of the given file.\n"
  77. "Did you install the module to support this type of file ?"
  78. msgstr ""
  79. #. module: account_bank_statement_import
  80. #: field:account.bank.statement.import,create_uid:0
  81. msgid "Created by"
  82. msgstr ""
  83. #. module: account_bank_statement_import
  84. #: field:account.bank.statement.import,create_date:0
  85. msgid "Created on"
  86. msgstr ""
  87. #. module: account_bank_statement_import
  88. #: help:account.bank.statement.import,data_file:0
  89. msgid "Get you bank statements in electronic format from your bank and select them here."
  90. msgstr ""
  91. #. module: account_bank_statement_import
  92. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  93. msgid "How to import your bank statement :"
  94. msgstr ""
  95. #. module: account_bank_statement_import
  96. #: field:account.bank.statement.import,id:0
  97. msgid "ID"
  98. msgstr ""
  99. #. module: account_bank_statement_import
  100. #: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import
  101. #: model:ir.ui.menu,name:account_bank_statement_import.menu_account_bank_statement_import
  102. msgid "Import"
  103. msgstr ""
  104. #. module: account_bank_statement_import
  105. #: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import
  106. msgid "Import Bank Statement"
  107. msgstr ""
  108. #. module: account_bank_statement_import
  109. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  110. msgid "Import Bank Statements"
  111. msgstr ""
  112. #. module: account_bank_statement_import
  113. #: field:account.bank.statement.line,unique_import_id:0
  114. msgid "Import ID"
  115. msgstr ""
  116. #. module: account_bank_statement_import
  117. #: field:account.bank.statement.import,write_uid:0
  118. msgid "Last Updated by"
  119. msgstr ""
  120. #. module: account_bank_statement_import
  121. #: field:account.bank.statement.import,write_date:0
  122. msgid "Last Updated on"
  123. msgstr ""
  124. #. module: account_bank_statement_import
  125. #: field:res.partner.bank,sanitized_acc_number:0
  126. msgid "Sanitized Account Number"
  127. msgstr ""
  128. #. module: account_bank_statement_import
  129. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:237
  130. #, python-format
  131. msgid "Statement currency id is %d, but company currency id = %d."
  132. msgstr ""
  133. #. module: account_bank_statement_import
  134. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:224
  135. #, python-format
  136. msgid "Statement currency id is %d, but journal currency id = %d."
  137. msgstr ""
  138. #. module: account_bank_statement_import
  139. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:179
  140. #, python-format
  141. msgid "Statement has invalid currency code %s"
  142. msgstr ""
  143. #. module: account_bank_statement_import
  144. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:207
  145. #, python-format
  146. msgid "The account of this statement is linked to another journal."
  147. msgstr ""
  148. #. module: account_bank_statement_import
  149. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:242
  150. #, python-format
  151. msgid "The currency of the bank statement is not the same as the company currency !"
  152. msgstr ""
  153. #. module: account_bank_statement_import
  154. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:229
  155. #, python-format
  156. msgid "The currency of the bank statement is not the same as the currency of the journal !"
  157. msgstr ""
  158. #. module: account_bank_statement_import
  159. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:163
  160. #, python-format
  161. msgid "This file doesn't contain any statement."
  162. msgstr ""
  163. #. module: account_bank_statement_import
  164. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:168
  165. #, python-format
  166. msgid "This file doesn't contain any transaction."
  167. msgstr ""
  168. #. module: account_bank_statement_import
  169. #: code:addons/account_bank_statement_import/account_bank_statement_import.py:88
  170. #, python-format
  171. msgid "You have already imported that file."
  172. msgstr ""
  173. #. module: account_bank_statement_import
  174. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  175. msgid "_Import"
  176. msgstr ""
  177. #. module: account_bank_statement_import
  178. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  179. msgid "or"
  180. msgstr ""