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.

250 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-12-10 01:40+0000\n"
  11. "PO-Revision-Date: 2015-10-01 11:07+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/models/account_bank_statement_import.py:392
  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/models/account_bank_statement_import.py:395
  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. #: help:account.bank.statement.import,journal_id:0
  48. msgid ""
  49. "Accounting journal related to the bank statement you're importing. It has be"
  50. " be manually chosen for statement formats which doesn't allow automatic "
  51. "journal detection (QIF for example)."
  52. msgstr ""
  53. #. module: account_bank_statement_import
  54. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:398
  55. #, python-format
  56. msgid "Already imported items"
  57. msgstr "Elementos ya importados"
  58. #. module: account_bank_statement_import
  59. #: model:ir.model,name:account_bank_statement_import.model_res_partner_bank
  60. msgid "Bank Accounts"
  61. msgstr ""
  62. #. module: account_bank_statement_import
  63. #: field:account.bank.statement.import,data_file:0
  64. msgid "Bank Statement File"
  65. msgstr "Archivo de extracto bancario"
  66. #. module: account_bank_statement_import
  67. #: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line
  68. msgid "Bank Statement Line"
  69. msgstr "Línea de extracto bancario"
  70. #. module: account_bank_statement_import
  71. #: view:account.config.settings:account_bank_statement_import.view_account_config_settings
  72. msgid "Bank statement import"
  73. msgstr ""
  74. #. module: account_bank_statement_import
  75. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:153
  76. #, python-format
  77. msgid "Can not determine journal for import."
  78. msgstr ""
  79. #. module: account_bank_statement_import
  80. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:147
  81. #, python-format
  82. msgid "Can not find the account number %s."
  83. msgstr ""
  84. #. module: account_bank_statement_import
  85. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  86. msgid "Cancel"
  87. msgstr "Cancelar"
  88. #. module: account_bank_statement_import
  89. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:193
  90. #, python-format
  91. msgid ""
  92. "Could not make sense of the given file.\n"
  93. "Did you install the module to support this type of file?"
  94. msgstr ""
  95. #. module: account_bank_statement_import
  96. #: field:account.bank.statement.import,create_uid:0
  97. msgid "Created by"
  98. msgstr "Creado por"
  99. #. module: account_bank_statement_import
  100. #: field:account.bank.statement.import,create_date:0
  101. msgid "Created on"
  102. msgstr "Creado en"
  103. #. module: account_bank_statement_import
  104. #: field:account.config.settings,module_base_bank_account_number_unique:0
  105. msgid "Enforce unique account numbers on bank accounts"
  106. msgstr ""
  107. #. module: account_bank_statement_import
  108. #: help:account.bank.statement.import,data_file:0
  109. msgid ""
  110. "Get you bank statements in electronic format from your bank and select them "
  111. "here."
  112. msgstr "Obtenga los extractos bancarios en formato electrónico de su banco y selecciónelos aquí."
  113. #. module: account_bank_statement_import
  114. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  115. msgid "How to import your bank statement :"
  116. msgstr "Cómo importar su extracto bancario:"
  117. #. module: account_bank_statement_import
  118. #: field:account.bank.statement.import,id:0
  119. msgid "ID"
  120. msgstr "ID"
  121. #. module: account_bank_statement_import
  122. #: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import
  123. #: model:ir.ui.menu,name:account_bank_statement_import.menu_account_bank_statement_import
  124. msgid "Import"
  125. msgstr ""
  126. #. module: account_bank_statement_import
  127. #: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import
  128. msgid "Import Bank Statement"
  129. msgstr "Importar extracto bancario"
  130. #. module: account_bank_statement_import
  131. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  132. msgid "Import Bank Statements"
  133. msgstr "Importar extractos bancarios"
  134. #. module: account_bank_statement_import
  135. #: field:account.bank.statement.line,unique_import_id:0
  136. msgid "Import ID"
  137. msgstr "Importar ID"
  138. #. module: account_bank_statement_import
  139. #: field:account.bank.statement.import,journal_id:0
  140. msgid "Journal"
  141. msgstr ""
  142. #. module: account_bank_statement_import
  143. #: field:account.bank.statement.import,write_uid:0
  144. msgid "Last Updated by"
  145. msgstr "Última actualización por"
  146. #. module: account_bank_statement_import
  147. #: field:account.bank.statement.import,write_date:0
  148. msgid "Last Updated on"
  149. msgstr "Última actualización en"
  150. #. module: account_bank_statement_import
  151. #: field:res.partner.bank,sanitized_acc_number:0
  152. msgid "Sanitized Account Number"
  153. msgstr ""
  154. #. module: account_bank_statement_import
  155. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:278
  156. #, python-format
  157. msgid "Statement currency id is %d, but company currency id = %d."
  158. msgstr ""
  159. #. module: account_bank_statement_import
  160. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:264
  161. #, python-format
  162. msgid "Statement currency id is %d, but journal currency id = %d."
  163. msgstr ""
  164. #. module: account_bank_statement_import
  165. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:219
  166. #, python-format
  167. msgid "Statement has invalid currency code %s"
  168. msgstr ""
  169. #. module: account_bank_statement_import
  170. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:247
  171. #, python-format
  172. msgid "The account of this statement is linked to another journal."
  173. msgstr "La cuenta de este extracto está enlazada a otro diario."
  174. #. module: account_bank_statement_import
  175. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:283
  176. #, python-format
  177. msgid ""
  178. "The currency of the bank statement is not the same as the company currency !"
  179. msgstr ""
  180. #. module: account_bank_statement_import
  181. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:269
  182. #, python-format
  183. msgid ""
  184. "The currency of the bank statement is not the same as the currency of the "
  185. "journal !"
  186. msgstr "La moneda del extracto bancario no es la misma que la moneda del diario."
  187. #. module: account_bank_statement_import
  188. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:203
  189. #, python-format
  190. msgid "This file doesn't contain any statement."
  191. msgstr "Este archivo no contiene ningún extracto."
  192. #. module: account_bank_statement_import
  193. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:208
  194. #, python-format
  195. msgid "This file doesn't contain any transaction."
  196. msgstr "Este archivo no contiene ninguna transacción."
  197. #. module: account_bank_statement_import
  198. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:131
  199. #, python-format
  200. msgid "You have already imported that file."
  201. msgstr "Ya ha importado este archivo."
  202. #. module: account_bank_statement_import
  203. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  204. msgid "_Import"
  205. msgstr "Importar"
  206. #. module: account_bank_statement_import
  207. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  208. msgid "or"
  209. msgstr "o"