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.

251 lines
9.8 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. # Matjaž Mozetič <m.mozetic@matmoz.si>, 2015
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: bank-statement-import (8.0)\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2015-12-10 01:40+0000\n"
  12. "PO-Revision-Date: 2015-10-01 13:01+0000\n"
  13. "Last-Translator: Matjaž Mozetič <m.mozetic@matmoz.si>\n"
  14. "Language-Team: Slovenian (http://www.transifex.com/oca/OCA-bank-statement-import-8-0/language/sl/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: \n"
  18. "Language: sl\n"
  19. "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
  20. #. module: account_bank_statement_import
  21. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:392
  22. #, python-format
  23. msgid "%d transactions had already been imported and were ignored."
  24. msgstr "%d transakcij je bilo že uvoženih in se prezrejo."
  25. #. module: account_bank_statement_import
  26. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:395
  27. #, python-format
  28. msgid "1 transaction had already been imported and was ignored."
  29. msgstr "1 transakcija je bila že uvožena in se prezre."
  30. #. module: account_bank_statement_import
  31. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  32. msgid "1. Download your bank statements from your bank website."
  33. msgstr "1. Prenesite svoje bančne izpiske iz svoje bančne spletne strani."
  34. #. module: account_bank_statement_import
  35. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  36. msgid ""
  37. "2. Make sure you have installed the right module to support the file format."
  38. msgstr "2. Prepričajte se, da ste namestili pravi modul, ki podpira format datoteke."
  39. #. module: account_bank_statement_import
  40. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  41. msgid "3. Select the file and click 'Import'."
  42. msgstr "3. Izberite datoteko in pritisnite 'Uvoz'."
  43. #. module: account_bank_statement_import
  44. #: sql_constraint:account.bank.statement.line:0
  45. msgid "A bank account transactions can be imported only once !"
  46. msgstr "Transakcije bančnega računa se lahko uvozijo le enkrat!"
  47. #. module: account_bank_statement_import
  48. #: help:account.bank.statement.import,journal_id:0
  49. msgid ""
  50. "Accounting journal related to the bank statement you're importing. It has be"
  51. " be manually chosen for statement formats which doesn't allow automatic "
  52. "journal detection (QIF for example)."
  53. msgstr "Knjigovodski dnevnik v zvezi z bančnim izpiskom, ki ga uvažate. Formate izpiskov, ki ne omogočajo samodejne detekcije dnevnika (npr. QIF) izberite ročno."
  54. #. module: account_bank_statement_import
  55. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:398
  56. #, python-format
  57. msgid "Already imported items"
  58. msgstr "Že uvoženi predmeti"
  59. #. module: account_bank_statement_import
  60. #: model:ir.model,name:account_bank_statement_import.model_res_partner_bank
  61. msgid "Bank Accounts"
  62. msgstr "Bančni računi"
  63. #. module: account_bank_statement_import
  64. #: field:account.bank.statement.import,data_file:0
  65. msgid "Bank Statement File"
  66. msgstr "Datoteka bančnega izpiska"
  67. #. module: account_bank_statement_import
  68. #: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line
  69. msgid "Bank Statement Line"
  70. msgstr "Postavka bančnega izpiska"
  71. #. module: account_bank_statement_import
  72. #: view:account.config.settings:account_bank_statement_import.view_account_config_settings
  73. msgid "Bank statement import"
  74. msgstr "Uvoz bančnega izpiska"
  75. #. module: account_bank_statement_import
  76. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:153
  77. #, python-format
  78. msgid "Can not determine journal for import."
  79. msgstr "Ni mogoče določiti dnevnika za uvoz."
  80. #. module: account_bank_statement_import
  81. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:147
  82. #, python-format
  83. msgid "Can not find the account number %s."
  84. msgstr "Ne najde se konto številka %s."
  85. #. module: account_bank_statement_import
  86. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  87. msgid "Cancel"
  88. msgstr "Preklic"
  89. #. module: account_bank_statement_import
  90. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:193
  91. #, python-format
  92. msgid ""
  93. "Could not make sense of the given file.\n"
  94. "Did you install the module to support this type of file?"
  95. msgstr "Dana datoteka nima smisla.\nSte namestili modul, ki podpira tak tip datotek?"
  96. #. module: account_bank_statement_import
  97. #: field:account.bank.statement.import,create_uid:0
  98. msgid "Created by"
  99. msgstr "Ustvaril"
  100. #. module: account_bank_statement_import
  101. #: field:account.bank.statement.import,create_date:0
  102. msgid "Created on"
  103. msgstr "Ustvarjeno"
  104. #. module: account_bank_statement_import
  105. #: field:account.config.settings,module_base_bank_account_number_unique:0
  106. msgid "Enforce unique account numbers on bank accounts"
  107. msgstr "Vsili unikatne številke računov za bančne račune"
  108. #. module: account_bank_statement_import
  109. #: help:account.bank.statement.import,data_file:0
  110. msgid ""
  111. "Get you bank statements in electronic format from your bank and select them "
  112. "here."
  113. msgstr "Od svoje banke pridobite bančne izpiske v elektronskem formatu in jih izberite od tukaj."
  114. #. module: account_bank_statement_import
  115. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  116. msgid "How to import your bank statement :"
  117. msgstr "Kako se uvozi bančni izpisek:"
  118. #. module: account_bank_statement_import
  119. #: field:account.bank.statement.import,id:0
  120. msgid "ID"
  121. msgstr "ID"
  122. #. module: account_bank_statement_import
  123. #: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import
  124. #: model:ir.ui.menu,name:account_bank_statement_import.menu_account_bank_statement_import
  125. msgid "Import"
  126. msgstr "Uvoz"
  127. #. module: account_bank_statement_import
  128. #: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import
  129. msgid "Import Bank Statement"
  130. msgstr "Uvoz bančnega izpiska"
  131. #. module: account_bank_statement_import
  132. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  133. msgid "Import Bank Statements"
  134. msgstr "Uvoz bančnih izpiskov"
  135. #. module: account_bank_statement_import
  136. #: field:account.bank.statement.line,unique_import_id:0
  137. msgid "Import ID"
  138. msgstr "ID uvoza"
  139. #. module: account_bank_statement_import
  140. #: field:account.bank.statement.import,journal_id:0
  141. msgid "Journal"
  142. msgstr "Dnevnik"
  143. #. module: account_bank_statement_import
  144. #: field:account.bank.statement.import,write_uid:0
  145. msgid "Last Updated by"
  146. msgstr "Zadnji posodobil"
  147. #. module: account_bank_statement_import
  148. #: field:account.bank.statement.import,write_date:0
  149. msgid "Last Updated on"
  150. msgstr "Zadnjič posodobljeno"
  151. #. module: account_bank_statement_import
  152. #: field:res.partner.bank,sanitized_acc_number:0
  153. msgid "Sanitized Account Number"
  154. msgstr "Številka očiščenega konta"
  155. #. module: account_bank_statement_import
  156. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:278
  157. #, python-format
  158. msgid "Statement currency id is %d, but company currency id = %d."
  159. msgstr "ID valute izpiska je %d, a ID valute družbe = %d."
  160. #. module: account_bank_statement_import
  161. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:264
  162. #, python-format
  163. msgid "Statement currency id is %d, but journal currency id = %d."
  164. msgstr "ID valute izpiska je %d, a ID valute dnevnika = %d."
  165. #. module: account_bank_statement_import
  166. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:219
  167. #, python-format
  168. msgid "Statement has invalid currency code %s"
  169. msgstr "Izpisek ima neveljavno kodo valute %s"
  170. #. module: account_bank_statement_import
  171. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:247
  172. #, python-format
  173. msgid "The account of this statement is linked to another journal."
  174. msgstr "Konto tega izpiska je povezan z drugim dnevnikom."
  175. #. module: account_bank_statement_import
  176. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:283
  177. #, python-format
  178. msgid ""
  179. "The currency of the bank statement is not the same as the company currency !"
  180. msgstr "Valuta bančnega izpiska ni enaka valuti družbe!"
  181. #. module: account_bank_statement_import
  182. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:269
  183. #, python-format
  184. msgid ""
  185. "The currency of the bank statement is not the same as the currency of the "
  186. "journal !"
  187. msgstr "Valuta na bančnem izpisku ne ustreza valuti dnevnika!"
  188. #. module: account_bank_statement_import
  189. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:203
  190. #, python-format
  191. msgid "This file doesn't contain any statement."
  192. msgstr "Ta datoteka ne vsebuje izpiskov."
  193. #. module: account_bank_statement_import
  194. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:208
  195. #, python-format
  196. msgid "This file doesn't contain any transaction."
  197. msgstr "Ta datoteka ne vsebuje transakcij."
  198. #. module: account_bank_statement_import
  199. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:131
  200. #, python-format
  201. msgid "You have already imported that file."
  202. msgstr "To datoteko ste že uvozili."
  203. #. module: account_bank_statement_import
  204. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  205. msgid "_Import"
  206. msgstr "_Uvoz"
  207. #. module: account_bank_statement_import
  208. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  209. msgid "or"
  210. msgstr "ali"