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.

297 lines
11 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. # Arminas Grigonis <arminas@versada.lt>, 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: 2018-04-11 22:49+0000\n"
  12. "PO-Revision-Date: 2018-04-11 22:49+0000\n"
  13. "Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
  14. "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/oca/OCA-bank-"
  15. "statement-import-8-0/language/lt_LT/)\n"
  16. "Language: lt_LT\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: \n"
  20. "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
  21. "%100<10 || n%100>=20) ? 1 : 2);\n"
  22. #. module: account_bank_statement_import
  23. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:419
  24. #, python-format
  25. msgid "%d transactions had already been imported and were ignored."
  26. msgstr "%d transakcijos ignoruotos, nes jau buvo importuotos."
  27. #. module: account_bank_statement_import
  28. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:422
  29. #, python-format
  30. msgid "1 transaction had already been imported and was ignored."
  31. msgstr "1 transakcija ignoruota, nes jau buvo importuota."
  32. #. module: account_bank_statement_import
  33. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  34. msgid "1. Download your bank statements from your bank website."
  35. msgstr "1. Atsisiųskite savo banko sąskaitos išrašus iš savo banko svetainės."
  36. #. module: account_bank_statement_import
  37. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  38. msgid ""
  39. "2. Make sure you have installed the right module to support the file format."
  40. msgstr ""
  41. "2. Įsitikinkte, kad įrašėte tinkamą modulį, kuris palaikytų šį failų formatą."
  42. #. module: account_bank_statement_import
  43. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  44. msgid "3. Select the file and click 'Import'."
  45. msgstr "3. Pasirinkite failą ir spauskite 'Importuoti'."
  46. #. module: account_bank_statement_import
  47. #: sql_constraint:account.bank.statement.line:0
  48. msgid "A bank account transactions can be imported only once !"
  49. msgstr "Banko sąskaitos išrašai gali būti importuoti tik vieną kartą!"
  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. "Sąskaitos žurnalas susijęs su banko išrašu, kurį jūs importuojate. Jis turi "
  58. "būti rankiniu būdu pasirinktas išrašų formatams, kurių sistema pati "
  59. "neaptinka (pvz. QIF)"
  60. #. module: account_bank_statement_import
  61. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:425
  62. #, python-format
  63. msgid "Already imported items"
  64. msgstr "Importuoti įrašai"
  65. #. module: account_bank_statement_import
  66. #: model:ir.model,name:account_bank_statement_import.model_res_partner_bank
  67. msgid "Bank Accounts"
  68. msgstr "Banko sąskaitos"
  69. #. module: account_bank_statement_import
  70. #: model:ir.model,name:account_bank_statement_import.model_account_bank_statement
  71. msgid "Bank Statement"
  72. msgstr ""
  73. #. module: account_bank_statement_import
  74. #: field:account.bank.statement.import,data_file:0
  75. msgid "Bank Statement File"
  76. msgstr "Banko išrašo failas"
  77. #. module: account_bank_statement_import
  78. #: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_line
  79. msgid "Bank Statement Line"
  80. msgstr "Banko išrašo eilutė"
  81. #. module: account_bank_statement_import
  82. #: view:account.config.settings:account_bank_statement_import.view_account_config_settings
  83. msgid "Bank statement import"
  84. msgstr ""
  85. #. module: account_bank_statement_import
  86. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:162
  87. #, python-format
  88. msgid ""
  89. "Can not determine journal for import for account number %s and currency %s."
  90. msgstr ""
  91. #. module: account_bank_statement_import
  92. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:155
  93. #, python-format
  94. msgid "Can not find the account number %s."
  95. msgstr ""
  96. #. module: account_bank_statement_import
  97. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  98. msgid "Cancel"
  99. msgstr "Atšaukti"
  100. #. module: account_bank_statement_import
  101. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:205
  102. #, python-format
  103. msgid ""
  104. "Could not make sense of the given file.\n"
  105. "Did you install the module to support this type of file?"
  106. msgstr ""
  107. #. module: account_bank_statement_import
  108. #: field:account.bank.statement.import,create_uid:0
  109. msgid "Created by"
  110. msgstr "Sukūrė"
  111. #. module: account_bank_statement_import
  112. #: field:account.bank.statement.import,create_date:0
  113. msgid "Created on"
  114. msgstr "Sukurta"
  115. #. module: account_bank_statement_import
  116. #: field:account.bank.statement.import,display_name:0
  117. msgid "Display Name"
  118. msgstr ""
  119. #. module: account_bank_statement_import
  120. #: field:account.journal,enforce_sequence:0
  121. msgid "Enforce Sequence"
  122. msgstr ""
  123. #. module: account_bank_statement_import
  124. #: field:account.config.settings,module_base_bank_account_number_unique:0
  125. msgid "Enforce unique account numbers on bank accounts"
  126. msgstr ""
  127. #. module: account_bank_statement_import
  128. #: field:account.bank.statement.import,filename:0
  129. msgid "Filename"
  130. msgstr ""
  131. #. module: account_bank_statement_import
  132. #: help:account.bank.statement.import,data_file:0
  133. msgid ""
  134. "Get you bank statements in electronic format from your bank and select them "
  135. "here."
  136. msgstr "Gaukite savo banko išrašus elektronine forma ir pasirinkite juos čia."
  137. #. module: account_bank_statement_import
  138. #: field:account.bank.statement.import,hide_journal_field:0
  139. msgid "Hide the journal field in the view"
  140. msgstr ""
  141. #. module: account_bank_statement_import
  142. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  143. msgid "How to import your bank statement :"
  144. msgstr "Kaip importuoti banko išrašą :"
  145. #. module: account_bank_statement_import
  146. #: field:account.bank.statement.import,id:0
  147. msgid "ID"
  148. msgstr "ID"
  149. #. module: account_bank_statement_import
  150. #: help:account.journal,enforce_sequence:0
  151. msgid ""
  152. "If checked, the Journal Sequence will determine the statement naming policy "
  153. "even if the name is already set manually or by the statement import software."
  154. msgstr ""
  155. #. module: account_bank_statement_import
  156. #: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import
  157. #: model:ir.ui.menu,name:account_bank_statement_import.menu_account_bank_statement_import
  158. msgid "Import"
  159. msgstr "Importuoti"
  160. #. module: account_bank_statement_import
  161. #: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import
  162. msgid "Import Bank Statement"
  163. msgstr "Importuoti banko išrašą"
  164. #. module: account_bank_statement_import
  165. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  166. msgid "Import Bank Statements"
  167. msgstr "Importuoti banko išrašus"
  168. #. module: account_bank_statement_import
  169. #: field:account.bank.statement.line,unique_import_id:0
  170. msgid "Import ID"
  171. msgstr "Importuoti ID"
  172. #. module: account_bank_statement_import
  173. #: field:account.bank.statement.import,journal_id:0
  174. #: model:ir.model,name:account_bank_statement_import.model_account_journal
  175. msgid "Journal"
  176. msgstr "Žurnalas"
  177. #. module: account_bank_statement_import
  178. #: field:account.bank.statement.import,__last_update:0
  179. msgid "Last Modified on"
  180. msgstr ""
  181. #. module: account_bank_statement_import
  182. #: field:account.bank.statement.import,write_uid:0
  183. msgid "Last Updated by"
  184. msgstr "Paskutinį kartą atnaujino"
  185. #. module: account_bank_statement_import
  186. #: field:account.bank.statement.import,write_date:0
  187. msgid "Last Updated on"
  188. msgstr "Paskutinį kartą atnaujinta"
  189. #. module: account_bank_statement_import
  190. #: field:res.partner.bank,sanitized_acc_number:0
  191. msgid "Sanitized Account Number"
  192. msgstr "Išbraukytas sąskaitos numeris"
  193. #. module: account_bank_statement_import
  194. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:294
  195. #, python-format
  196. msgid "Statement currency id is %d, but company currency id = %d."
  197. msgstr ""
  198. #. module: account_bank_statement_import
  199. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:277
  200. #, python-format
  201. msgid "Statement currency id is %d, but journal currency id = %d."
  202. msgstr ""
  203. #. module: account_bank_statement_import
  204. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:231
  205. #, python-format
  206. msgid "Statement has invalid currency code %s"
  207. msgstr ""
  208. #. module: account_bank_statement_import
  209. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:260
  210. #, python-format
  211. msgid "The account of this statement is linked to another journal."
  212. msgstr "Šio išrašo sąskaita yra susieta su kitu žurnalu."
  213. #. module: account_bank_statement_import
  214. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:299
  215. #, python-format
  216. msgid ""
  217. "The currency of the bank statement (%s) is not the same as the company "
  218. "currency (%s) !"
  219. msgstr ""
  220. #. module: account_bank_statement_import
  221. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:282
  222. #, python-format
  223. msgid ""
  224. "The currency of the bank statement (%s) is not the same as the currency of "
  225. "the journal %s (%s) !"
  226. msgstr ""
  227. #. module: account_bank_statement_import
  228. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:215
  229. #, python-format
  230. msgid "This file doesn't contain any statement."
  231. msgstr "Faile nerasta jokių išrašų."
  232. #. module: account_bank_statement_import
  233. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:220
  234. #, python-format
  235. msgid "This file doesn't contain any transaction."
  236. msgstr "Faile nėra jokių pavedimų."
  237. #. module: account_bank_statement_import
  238. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:139
  239. #, python-format
  240. msgid "You have already imported that file."
  241. msgstr "Jūs jau importavote šį failą."
  242. #. module: account_bank_statement_import
  243. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  244. msgid "_Import"
  245. msgstr "_Importuoti"
  246. #. module: account_bank_statement_import
  247. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  248. msgid "or"
  249. msgstr "arba"