grid.locale-lt.js 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. ;(function($){
  2. /**
  3. * jqGrid Lithuanian Translation
  4. * aur1mas aur1mas@devnet.lt
  5. * http://aur1mas.devnet.lt
  6. * Dual licensed under the MIT and GPL licenses:
  7. * http://www.opensource.org/licenses/mit-license.php
  8. * http://www.gnu.org/licenses/gpl.html
  9. **/
  10. $.jgrid = $.jgrid || {};
  11. $.extend($.jgrid,{
  12. defaults : {
  13. recordtext: "Peržiūrima {0} - {1} iš {2}",
  14. emptyrecords: "Įrašų nėra",
  15. loadtext: "Kraunama...",
  16. pgtext : "Puslapis {0} iš {1}"
  17. },
  18. search : {
  19. caption: "Paieška...",
  20. Find: "Ieškoti",
  21. Reset: "Atstatyti",
  22. odata: [{ oper:'eq', text:"lygu"},{ oper:'ne', text:"nelygu"},{ oper:'lt', text:"mažiau"},{ oper:'le', text:"mažiau arba lygu"},{ oper:'gt', text:"daugiau"},{ oper:'ge', text:"daugiau arba lygu"},{ oper:'bw', text:"prasideda"},{ oper:'bn', text:"neprasideda"},{ oper:'in', text:"reikšmė yra"},{ oper:'ni', text:"reikšmės nėra"},{ oper:'ew', text:"baigiasi"},{ oper:'en', text:"nesibaigia"},{ oper:'cn', text:"yra sudarytas"},{ oper:'nc', text:"nėra sudarytas"}],
  23. groupOps: [ { op: "AND", text: "visi" }, { op: "OR", text: "bet kuris" } ]
  24. },
  25. edit : {
  26. addCaption: "Sukurti įrašą",
  27. editCaption: "Redaguoti įrašą",
  28. bSubmit: "Išsaugoti",
  29. bCancel: "Atšaukti",
  30. bClose: "Uždaryti",
  31. saveData: "Duomenys buvo pakeisti! Išsaugoti pakeitimus?",
  32. bYes : "Taip",
  33. bNo : "Ne",
  34. bExit : "Atšaukti",
  35. msg: {
  36. required:"Privalomas laukas",
  37. number:"Įveskite tinkamą numerį",
  38. minValue:"reikšmė turi būti didesnė arba lygi ",
  39. maxValue:"reikšmė turi būti mažesnė arba lygi",
  40. email: "neteisingas el. pašto adresas",
  41. integer: "Įveskite teisingą sveikąjį skaičių",
  42. date: "Įveskite teisingą datą",
  43. url: "blogas adresas. Nepamirškite pridėti ('http://' arba 'https://')",
  44. nodefined : " nėra apibrėžta!",
  45. novalue : " turi būti gražinama kokia nors reikšmė!",
  46. customarray : "Custom f-ja turi grąžinti masyvą!",
  47. customfcheck : "Custom f-ja tūrėtų būti sukurta, prieš bandant ją naudoti!"
  48. }
  49. },
  50. view : {
  51. caption: "Peržiūrėti įrašus",
  52. bClose: "Uždaryti"
  53. },
  54. del : {
  55. caption: "Ištrinti",
  56. msg: "Ištrinti pažymėtus įrašus(-ą)?",
  57. bSubmit: "Ištrinti",
  58. bCancel: "Atšaukti"
  59. },
  60. nav : {
  61. edittext: "",
  62. edittitle: "Redaguoti pažymėtą eilutę",
  63. addtext:"",
  64. addtitle: "Pridėti naują eilutę",
  65. deltext: "",
  66. deltitle: "Ištrinti pažymėtą eilutę",
  67. searchtext: "",
  68. searchtitle: "Rasti įrašus",
  69. refreshtext: "",
  70. refreshtitle: "Perkrauti lentelę",
  71. alertcap: "Įspėjimas",
  72. alerttext: "Pasirinkite eilutę",
  73. viewtext: "",
  74. viewtitle: "Peržiūrėti pasirinktą eilutę"
  75. },
  76. col : {
  77. caption: "Pasirinkti stulpelius",
  78. bSubmit: "Gerai",
  79. bCancel: "Atšaukti"
  80. },
  81. errors : {
  82. errcap : "Klaida",
  83. nourl : "Url reikšmė turi būti perduota",
  84. norecords: "Nėra įrašų, kuriuos būtų galima apdoroti",
  85. model : "colNames skaičius <> colModel skaičiui!"
  86. },
  87. formatter : {
  88. integer : {thousandsSeparator: "", defaultValue: '0'},
  89. number : {decimalSeparator:",", thousandsSeparator: "", decimalPlaces: 2, defaultValue: '0.00'},
  90. currency : {decimalSeparator:",", thousandsSeparator: "", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'},
  91. date : {
  92. dayNames: [
  93. "Sek", "Pir", "Ant", "Tre", "Ket", "Pen", "Šeš",
  94. "Sekmadienis", "Pirmadienis", "Antradienis", "Trečiadienis", "Ketvirtadienis", "Penktadienis", "Šeštadienis"
  95. ],
  96. monthNames: [
  97. "Sau", "Vas", "Kov", "Bal", "Geg", "Bir", "Lie", "Rugj", "Rugs", "Spa", "Lap", "Gru",
  98. "Sausis", "Vasaris", "Kovas", "Balandis", "Gegužė", "Birželis", "Liepa", "Rugpjūtis", "Rugsėjis", "Spalis", "Lapkritis", "Gruodis"
  99. ],
  100. AmPm : ["am","pm","AM","PM"],
  101. S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
  102. srcformat: 'Y-m-d',
  103. newformat: 'd/m/Y',
  104. parseRe : /[Tt\\\/:_;.,\t\s-]/,
  105. masks : {
  106. ISO8601Long:"Y-m-d H:i:s",
  107. ISO8601Short:"Y-m-d",
  108. ShortDate: "n/j/Y",
  109. LongDate: "l, F d, Y",
  110. FullDateTime: "l, F d, Y g:i:s A",
  111. MonthDay: "F d",
  112. ShortTime: "g:i A",
  113. LongTime: "g:i:s A",
  114. SortableDateTime: "Y-m-d\\TH:i:s",
  115. UniversalSortableDateTime: "Y-m-d H:i:sO",
  116. YearMonth: "F, Y"
  117. },
  118. reformatAfterEdit : false
  119. },
  120. baseLinkUrl: '',
  121. showAction: '',
  122. target: '',
  123. checkbox : {disabled:true},
  124. idName : 'id'
  125. }
  126. });
  127. })(jQuery);