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
8.7 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: Spanish (http://www.transifex.com/oca/OCA-bank-statement-import-8-0/language/es/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: \n"
  17. "Language: es\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 transacciones han sido ya importadas y se omitirán."
  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 transacción ha sido ya importada y se omitirá."
  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. Descargue los extractos bancarios del sitio web de su banco."
  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. Asegúrese de que ha instalado el módulo adecuado que soporte el formato de archivo."
  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. Seleccione el archivo y pulse 'Importar'."
  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 "Las transacciones de una cuenta bancaria sólo se pueden importar una vez"
  46. #. module: account_bank_statement_import
  47. #: sql_constraint:res.partner.bank:0
  48. msgid "Account Number must be unique"
  49. msgstr ""
  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 ""
  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 "Elementos ya importados"
  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 ""
  66. #. module: account_bank_statement_import
  67. #: field:account.bank.statement.import,data_file:0
  68. msgid "Bank Statement File"
  69. msgstr "Archivo de extracto bancario"
  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 "Línea de extracto bancario"
  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 ""
  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 "Cancelar"
  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 ""
  90. #. module: account_bank_statement_import
  91. #: field:account.bank.statement.import,create_uid:0
  92. msgid "Created by"
  93. msgstr "Creado por"
  94. #. module: account_bank_statement_import
  95. #: field:account.bank.statement.import,create_date:0
  96. msgid "Created on"
  97. msgstr "Creado en"
  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 "Obtenga los extractos bancarios en formato electrónico de su banco y selecciónelos aquí."
  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 "Cómo importar su extracto bancario:"
  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 ""
  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 "Importar extracto bancario"
  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 "Importar extractos bancarios"
  125. #. module: account_bank_statement_import
  126. #: field:account.bank.statement.line,unique_import_id:0
  127. msgid "Import ID"
  128. msgstr "Importar ID"
  129. #. module: account_bank_statement_import
  130. #: field:account.bank.statement.import,journal_id:0
  131. msgid "Journal"
  132. msgstr ""
  133. #. module: account_bank_statement_import
  134. #: field:account.bank.statement.import,write_uid:0
  135. msgid "Last Updated by"
  136. msgstr "Última actualización por"
  137. #. module: account_bank_statement_import
  138. #: field:account.bank.statement.import,write_date:0
  139. msgid "Last Updated on"
  140. msgstr "Última actualización en"
  141. #. module: account_bank_statement_import
  142. #: field:res.partner.bank,sanitized_acc_number:0
  143. msgid "Sanitized Account Number"
  144. msgstr ""
  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 ""
  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 ""
  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 ""
  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 "La cuenta de este extracto está enlazada a otro diario."
  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 ""
  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 "La moneda del extracto bancario no es la misma que la moneda del diario."
  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 "Este archivo no contiene ningún extracto."
  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 "Este archivo no contiene ninguna transacción."
  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 "Ya ha importado este archivo."
  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 "Importar"
  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 "o"