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.

245 lines
9.3 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: 2015-09-01 16:24+0000\n"
  12. "PO-Revision-Date: 2015-09-01 16:24+0000\n"
  13. "Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
  14. "Language-Team: Lithuanian (Lithuania) (http://www.transifex.com/oca/OCA-bank-statement-import-8-0/language/lt_LT/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: \n"
  18. "Language: lt_LT\n"
  19. "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
  20. #. module: account_bank_statement_import
  21. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:362
  22. #, python-format
  23. msgid "%d transactions had already been imported and were ignored."
  24. msgstr "%d transakcijos ignoruotos, nes jau buvo importuotos."
  25. #. module: account_bank_statement_import
  26. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:365
  27. #, python-format
  28. msgid "1 transaction had already been imported and was ignored."
  29. msgstr "1 transakcija ignoruota, nes jau buvo importuota."
  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. Atsisiųskite savo banko sąskaitos išrašus iš savo banko svetainės."
  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. Įsitikinkte, kad įrašėte tinkamą modulį, kuris palaikytų šį failų formatą."
  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. Pasirinkite failą ir spauskite 'Importuoti'."
  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 "Banko sąskaitos išrašai gali būti importuoti tik vieną kartą!"
  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 "Sąskaitos žurnalas susijęs su banko išrašu, kurį jūs importuojate. Jis turi būti rankiniu būdu pasirinktas išrašų formatams, kurių sistema pati neaptinka (pvz. QIF)"
  54. #. module: account_bank_statement_import
  55. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:368
  56. #, python-format
  57. msgid "Already imported items"
  58. msgstr "Importuoti įrašai"
  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 "Banko sąskaitos"
  63. #. module: account_bank_statement_import
  64. #: field:account.bank.statement.import,data_file:0
  65. msgid "Bank Statement File"
  66. msgstr "Banko išrašo failas"
  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 "Banko išrašo eilutė"
  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 ""
  75. #. module: account_bank_statement_import
  76. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:127
  77. #, python-format
  78. msgid "Can not determine journal for import."
  79. msgstr ""
  80. #. module: account_bank_statement_import
  81. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  82. msgid "Cancel"
  83. msgstr "Atšaukti"
  84. #. module: account_bank_statement_import
  85. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:165
  86. #, python-format
  87. msgid ""
  88. "Could not make sense of the given file.\n"
  89. "Did you install the module to support this type of file?"
  90. msgstr ""
  91. #. module: account_bank_statement_import
  92. #: field:account.bank.statement.import,create_uid:0
  93. msgid "Created by"
  94. msgstr "Sukūrė"
  95. #. module: account_bank_statement_import
  96. #: field:account.bank.statement.import,create_date:0
  97. msgid "Created on"
  98. msgstr "Sukurta"
  99. #. module: account_bank_statement_import
  100. #: field:account.config.settings,module_base_bank_account_number_unique:0
  101. msgid "Enforce unique account numbers on bank accounts"
  102. msgstr ""
  103. #. module: account_bank_statement_import
  104. #: help:account.bank.statement.import,data_file:0
  105. msgid ""
  106. "Get you bank statements in electronic format from your bank and select them "
  107. "here."
  108. msgstr "Gaukite savo banko išrašus elektronine forma ir pasirinkite juos čia."
  109. #. module: account_bank_statement_import
  110. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  111. msgid "How to import your bank statement :"
  112. msgstr "Kaip importuoti banko išrašą :"
  113. #. module: account_bank_statement_import
  114. #: field:account.bank.statement.import,id:0
  115. msgid "ID"
  116. msgstr "ID"
  117. #. module: account_bank_statement_import
  118. #: model:ir.actions.act_window,name:account_bank_statement_import.action_account_bank_statement_import
  119. #: model:ir.ui.menu,name:account_bank_statement_import.menu_account_bank_statement_import
  120. msgid "Import"
  121. msgstr "Importuoti"
  122. #. module: account_bank_statement_import
  123. #: model:ir.model,name:account_bank_statement_import.model_account_bank_statement_import
  124. msgid "Import Bank Statement"
  125. msgstr "Importuoti banko išrašą"
  126. #. module: account_bank_statement_import
  127. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  128. msgid "Import Bank Statements"
  129. msgstr "Importuoti banko išrašus"
  130. #. module: account_bank_statement_import
  131. #: field:account.bank.statement.line,unique_import_id:0
  132. msgid "Import ID"
  133. msgstr "Importuoti ID"
  134. #. module: account_bank_statement_import
  135. #: field:account.bank.statement.import,journal_id:0
  136. msgid "Journal"
  137. msgstr "Žurnalas"
  138. #. module: account_bank_statement_import
  139. #: field:account.bank.statement.import,write_uid:0
  140. msgid "Last Updated by"
  141. msgstr "Paskutinį kartą atnaujino"
  142. #. module: account_bank_statement_import
  143. #: field:account.bank.statement.import,write_date:0
  144. msgid "Last Updated on"
  145. msgstr "Paskutinį kartą atnaujinta"
  146. #. module: account_bank_statement_import
  147. #: field:res.partner.bank,sanitized_acc_number:0
  148. msgid "Sanitized Account Number"
  149. msgstr "Išbraukytas sąskaitos numeris"
  150. #. module: account_bank_statement_import
  151. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:249
  152. #, python-format
  153. msgid "Statement currency id is %d, but company currency id = %d."
  154. msgstr ""
  155. #. module: account_bank_statement_import
  156. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:235
  157. #, python-format
  158. msgid "Statement currency id is %d, but journal currency id = %d."
  159. msgstr ""
  160. #. module: account_bank_statement_import
  161. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:190
  162. #, python-format
  163. msgid "Statement has invalid currency code %s"
  164. msgstr ""
  165. #. module: account_bank_statement_import
  166. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:218
  167. #, python-format
  168. msgid "The account of this statement is linked to another journal."
  169. msgstr "Šio išrašo sąskaita yra susieta su kitu žurnalu."
  170. #. module: account_bank_statement_import
  171. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:254
  172. #, python-format
  173. msgid ""
  174. "The currency of the bank statement is not the same as the company currency !"
  175. msgstr ""
  176. #. module: account_bank_statement_import
  177. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:240
  178. #, python-format
  179. msgid ""
  180. "The currency of the bank statement is not the same as the currency of the "
  181. "journal !"
  182. msgstr "Banko išrašo valiuta skiriasi nuo žurnalo valiutos !"
  183. #. module: account_bank_statement_import
  184. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:174
  185. #, python-format
  186. msgid "This file doesn't contain any statement."
  187. msgstr "Faile nerasta jokių išrašų."
  188. #. module: account_bank_statement_import
  189. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:179
  190. #, python-format
  191. msgid "This file doesn't contain any transaction."
  192. msgstr "Faile nėra jokių pavedimų."
  193. #. module: account_bank_statement_import
  194. #: code:addons/account_bank_statement_import/models/account_bank_statement_import.py:99
  195. #, python-format
  196. msgid "You have already imported that file."
  197. msgstr "Jūs jau importavote šį failą."
  198. #. module: account_bank_statement_import
  199. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  200. msgid "_Import"
  201. msgstr "_Importuoti"
  202. #. module: account_bank_statement_import
  203. #: view:account.bank.statement.import:account_bank_statement_import.account_bank_statement_import_view
  204. msgid "or"
  205. msgstr "arba"