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.

286 lines
9.4 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: 2017-03-01 03:20+0000\n"
  11. "PO-Revision-Date: 2017-03-01 03:20+0000\n"
  12. "Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
  13. "Language-Team: Italian (http://www.transifex.com/oca/OCA-bank-statement-import-8-0/language/it/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: \n"
  17. "Language: it\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:411
  21. #, python-format
  22. msgid "%d transactions had already been imported and were ignored."
  23. msgstr ""
  24. #. module: account_bank_statement_import
  25. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:414
  26. #, python-format
  27. msgid "1 transaction had already been imported and was ignored."
  28. msgstr ""
  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 ""
  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 ""
  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 ""
  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 ""
  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:417
  55. #, python-format
  56. msgid "Already imported items"
  57. msgstr ""
  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. #: model:ir.model,name:account_bank_statement_import.model_account_bank_statement
  64. msgid "Bank Statement"
  65. msgstr "Estratto conto"
  66. #. module: account_bank_statement_import
  67. #: field:account.bank.statement.import,data_file:0
  68. msgid "Bank Statement File"
  69. msgstr ""
  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 ""
  74. #. module: account_bank_statement_import
  75. #: view:account.config.settings:account_bank_statement_import.view_account_config_settings
  76. msgid "Bank statement import"
  77. msgstr ""
  78. #. module: account_bank_statement_import
  79. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:154
  80. #, python-format
  81. msgid ""
  82. "Can not determine journal for import for account number %s and currency %s."
  83. msgstr ""
  84. #. module: account_bank_statement_import
  85. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:147
  86. #, python-format
  87. msgid "Can not find the account number %s."
  88. msgstr ""
  89. #. module: account_bank_statement_import
  90. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  91. msgid "Cancel"
  92. msgstr "Annulla"
  93. #. module: account_bank_statement_import
  94. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:197
  95. #, python-format
  96. msgid ""
  97. "Could not make sense of the given file.\n"
  98. "Did you install the module to support this type of file?"
  99. msgstr ""
  100. #. module: account_bank_statement_import
  101. #: field:account.bank.statement.import,create_uid:0
  102. msgid "Created by"
  103. msgstr "Creato da"
  104. #. module: account_bank_statement_import
  105. #: field:account.bank.statement.import,create_date:0
  106. msgid "Created on"
  107. msgstr "Creato il"
  108. #. module: account_bank_statement_import
  109. #: field:account.bank.statement.import,display_name:0
  110. msgid "Display Name"
  111. msgstr "Nome da visualizzare"
  112. #. module: account_bank_statement_import
  113. #: field:account.journal,enforce_sequence:0
  114. msgid "Enforce Sequence"
  115. msgstr ""
  116. #. module: account_bank_statement_import
  117. #: field:account.config.settings,module_base_bank_account_number_unique:0
  118. msgid "Enforce unique account numbers on bank accounts"
  119. msgstr ""
  120. #. module: account_bank_statement_import
  121. #: help:account.bank.statement.import,data_file:0
  122. msgid ""
  123. "Get you bank statements in electronic format from your bank and select them "
  124. "here."
  125. msgstr ""
  126. #. module: account_bank_statement_import
  127. #: field:account.bank.statement.import,hide_journal_field:0
  128. msgid "Hide the journal field in the view"
  129. msgstr ""
  130. #. module: account_bank_statement_import
  131. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  132. msgid "How to import your bank statement :"
  133. msgstr ""
  134. #. module: account_bank_statement_import
  135. #: field:account.bank.statement.import,id:0
  136. msgid "ID"
  137. msgstr "ID"
  138. #. module: account_bank_statement_import
  139. #: help:account.journal,enforce_sequence:0
  140. msgid ""
  141. "If checked, the Journal Sequence will determine the statement naming policy "
  142. "even if the name is already set manually or by the statement import "
  143. "software."
  144. msgstr ""
  145. #. module: account_bank_statement_import
  146. #: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import
  147. #: model:ir.ui.menu,name:account_bank_statement_import.menu_account_bank_statement_import
  148. msgid "Import"
  149. msgstr ""
  150. #. module: account_bank_statement_import
  151. #: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import
  152. msgid "Import Bank Statement"
  153. msgstr ""
  154. #. module: account_bank_statement_import
  155. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  156. msgid "Import Bank Statements"
  157. msgstr ""
  158. #. module: account_bank_statement_import
  159. #: field:account.bank.statement.line,unique_import_id:0
  160. msgid "Import ID"
  161. msgstr ""
  162. #. module: account_bank_statement_import
  163. #: field:account.bank.statement.import,journal_id:0
  164. #: model:ir.model,name:account_bank_statement_import.model_account_journal
  165. msgid "Journal"
  166. msgstr "Sezionale"
  167. #. module: account_bank_statement_import
  168. #: field:account.bank.statement.import,__last_update:0
  169. msgid "Last Modified on"
  170. msgstr "Ultima modifica il"
  171. #. module: account_bank_statement_import
  172. #: field:account.bank.statement.import,write_uid:0
  173. msgid "Last Updated by"
  174. msgstr "Ultimo aggiornamento di"
  175. #. module: account_bank_statement_import
  176. #: field:account.bank.statement.import,write_date:0
  177. msgid "Last Updated on"
  178. msgstr "Ultimo aggiornamento il"
  179. #. module: account_bank_statement_import
  180. #: field:res.partner.bank,sanitized_acc_number:0
  181. msgid "Sanitized Account Number"
  182. msgstr ""
  183. #. module: account_bank_statement_import
  184. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:286
  185. #, python-format
  186. msgid "Statement currency id is %d, but company currency id = %d."
  187. msgstr ""
  188. #. module: account_bank_statement_import
  189. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:269
  190. #, python-format
  191. msgid "Statement currency id is %d, but journal currency id = %d."
  192. msgstr ""
  193. #. module: account_bank_statement_import
  194. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:223
  195. #, python-format
  196. msgid "Statement has invalid currency code %s"
  197. msgstr ""
  198. #. module: account_bank_statement_import
  199. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:252
  200. #, python-format
  201. msgid "The account of this statement is linked to another journal."
  202. msgstr ""
  203. #. module: account_bank_statement_import
  204. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:291
  205. #, python-format
  206. msgid ""
  207. "The currency of the bank statement (%s) is not the same as the company "
  208. "currency (%s) !"
  209. msgstr ""
  210. #. module: account_bank_statement_import
  211. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:274
  212. #, python-format
  213. msgid ""
  214. "The currency of the bank statement (%s) is not the same as the currency of "
  215. "the journal %s (%s) !"
  216. msgstr ""
  217. #. module: account_bank_statement_import
  218. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:207
  219. #, python-format
  220. msgid "This file doesn't contain any statement."
  221. msgstr ""
  222. #. module: account_bank_statement_import
  223. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:212
  224. #, python-format
  225. msgid "This file doesn't contain any transaction."
  226. msgstr ""
  227. #. module: account_bank_statement_import
  228. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:131
  229. #, python-format
  230. msgid "You have already imported that file."
  231. msgstr ""
  232. #. module: account_bank_statement_import
  233. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  234. msgid "_Import"
  235. msgstr ""
  236. #. module: account_bank_statement_import
  237. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  238. msgid "or"
  239. msgstr "o"