lt.po 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * payment_payumoney
  4. #
  5. # Translators:
  6. # Silvija Butko <silvija.butko@gmail.com>, 2019
  7. # Linas Versada <linaskrisiukenas@gmail.com>, 2019
  8. #
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: Odoo Server saas~12.5\n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2019-08-26 08:16+0000\n"
  14. "PO-Revision-Date: 2019-08-26 09:12+0000\n"
  15. "Last-Translator: Linas Versada <linaskrisiukenas@gmail.com>, 2019\n"
  16. "Language-Team: Lithuanian (https://www.transifex.com/odoo/teams/41243/lt/)\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: \n"
  20. "Language: lt\n"
  21. "Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n"
  22. #. module: payment_payumoney
  23. #: model:ir.model.fields,field_description:payment_payumoney.field_payment_acquirer__payumoney_merchant_key
  24. msgid "Merchant Key"
  25. msgstr "Pardavėjo raktas"
  26. #. module: payment_payumoney
  27. #: model:ir.model.fields,field_description:payment_payumoney.field_payment_acquirer__payumoney_merchant_salt
  28. msgid "Merchant Salt"
  29. msgstr "Pardavėjo numeris (salt)"
  30. #. module: payment_payumoney
  31. #: model:ir.model.fields.selection,name:payment_payumoney.selection__payment_acquirer__provider__payumoney
  32. msgid "PayUmoney"
  33. msgstr "PayUmoney"
  34. #. module: payment_payumoney
  35. #: code:addons/payment_payumoney/models/payment.py:0
  36. #, python-format
  37. msgid "PayUmoney: invalid shasign, received %s, computed %s, for data %s"
  38. msgstr "PayUmoney: negalimas shasign, gauta %s, suskaičiuota %s, duomenims %s"
  39. #. module: payment_payumoney
  40. #: code:addons/payment_payumoney/models/payment.py:0
  41. #, python-format
  42. msgid "PayUmoney: received data for reference %s; multiple orders found"
  43. msgstr "PayUmoney: gauti duomenys numeriui %s; rasti keli užsakymai"
  44. #. module: payment_payumoney
  45. #: code:addons/payment_payumoney/models/payment.py:0
  46. #, python-format
  47. msgid "PayUmoney: received data for reference %s; no order found"
  48. msgstr "PayUmoney: gauti duomenys numeriui %s; nerasta užsakymų"
  49. #. module: payment_payumoney
  50. #: code:addons/payment_payumoney/models/payment.py:0
  51. #, python-format
  52. msgid ""
  53. "PayUmoney: received data with missing reference (%s) or pay_id (%s) or "
  54. "shashign (%s)"
  55. msgstr ""
  56. "PayUmoney: gauti duomenys su trūkstamu numeriu (%s), arba pay_id (%s), arba "
  57. "shasign (%s)"
  58. #. module: payment_payumoney
  59. #: model:ir.model,name:payment_payumoney.model_payment_acquirer
  60. msgid "Payment Acquirer"
  61. msgstr "Mokėjimo surinkėjas"
  62. #. module: payment_payumoney
  63. #: model:ir.model,name:payment_payumoney.model_payment_transaction
  64. msgid "Payment Transaction"
  65. msgstr "Mokėjimo operacija"
  66. #. module: payment_payumoney
  67. #: model:ir.model.fields,field_description:payment_payumoney.field_payment_acquirer__provider
  68. msgid "Provider"
  69. msgstr "Tiekėjas"