Theme Inspinia
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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. ;(function($){
  2. /**
  3. * jqGrid Turkish Translation
  4. * Erhan Gündoğan (erhan@trposta.net)
  5. * http://blog.zakkum.com
  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: "{0}-{1} listeleniyor. Toplam:{2}",
  14. emptyrecords: "Kayıt bulunamadı",
  15. loadtext: "Yükleniyor...",
  16. pgtext : "{0}/{1}. Sayfa"
  17. },
  18. search : {
  19. caption: "Arama...",
  20. Find: "Bul",
  21. Reset: "Temizle",
  22. odata: [{ oper:'eq', text:"eşit"},{ oper:'ne', text:"eşit değil"},{ oper:'lt', text:"daha az"},{ oper:'le', text:"daha az veya eşit"},{ oper:'gt', text:"daha fazla"},{ oper:'ge', text:"daha fazla veya eşit"},{ oper:'bw', text:"ile başlayan"},{ oper:'bn', text:"ile başlamayan"},{ oper:'in', text:"içinde"},{ oper:'ni', text:"içinde değil"},{ oper:'ew', text:"ile biten"},{ oper:'en', text:"ile bitmeyen"},{ oper:'cn', text:"içeren"},{ oper:'nc', text:"içermeyen"},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
  23. groupOps: [ { op: "VE", text: "tüm" }, { op: "VEYA", text: "herhangi" }],
  24. operandTitle : "Click to select search operation.",
  25. resetTitle : "Reset Search Value"
  26. },
  27. edit : {
  28. addCaption: "Kayıt Ekle",
  29. editCaption: "Kayıt Düzenle",
  30. bSubmit: "Gönder",
  31. bCancel: "İptal",
  32. bClose: "Kapat",
  33. saveData: "Veriler değişti! Kayıt edilsin mi?",
  34. bYes : "Evet",
  35. bNo : "Hayıt",
  36. bExit : "İptal",
  37. msg: {
  38. required:"Alan gerekli",
  39. number:"Lütfen bir numara giriniz",
  40. minValue:"girilen değer daha büyük ya da buna eşit olmalıdır",
  41. maxValue:"girilen değer daha küçük ya da buna eşit olmalıdır",
  42. email: "geçerli bir e-posta adresi değildir",
  43. integer: "Lütfen bir tamsayı giriniz",
  44. url: "Geçerli bir URL değil. ('http://' or 'https://') ön eki gerekli.",
  45. nodefined : " is not defined!",
  46. novalue : " return value is required!",
  47. customarray : "Custom function should return array!",
  48. customfcheck : "Custom function should be present in case of custom checking!"
  49. }
  50. },
  51. view : {
  52. caption: "Kayıt Görüntüle",
  53. bClose: "Kapat"
  54. },
  55. del : {
  56. caption: "Sil",
  57. msg: "Seçilen kayıtlar silinsin mi?",
  58. bSubmit: "Sil",
  59. bCancel: "İptal"
  60. },
  61. nav : {
  62. edittext: " ",
  63. edittitle: "Seçili satırı düzenle",
  64. addtext:" ",
  65. addtitle: "Yeni satır ekle",
  66. deltext: " ",
  67. deltitle: "Seçili satırı sil",
  68. searchtext: " ",
  69. searchtitle: "Kayıtları bul",
  70. refreshtext: "",
  71. refreshtitle: "Tabloyu yenile",
  72. alertcap: "Uyarı",
  73. alerttext: "Lütfen bir satır seçiniz",
  74. viewtext: "",
  75. viewtitle: "Seçilen satırı görüntüle"
  76. },
  77. col : {
  78. caption: "Sütunları göster/gizle",
  79. bSubmit: "Gönder",
  80. bCancel: "İptal"
  81. },
  82. errors : {
  83. errcap : "Hata",
  84. nourl : "Bir url yapılandırılmamış",
  85. norecords: "İşlem yapılacak bir kayıt yok",
  86. model : "colNames uzunluğu <> colModel!"
  87. },
  88. formatter : {
  89. integer : {thousandsSeparator: " ", defaultValue: '0'},
  90. number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'},
  91. currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'},
  92. date : {
  93. dayNames: [
  94. "Paz", "Pts", "Sal", "Çar", "Per", "Cum", "Cts",
  95. "Pazar", "Pazartesi", "Salı", "Çarşamba", "Perşembe", "Cuma", "Cumartesi"
  96. ],
  97. monthNames: [
  98. "Oca", "Şub", "Mar", "Nis", "May", "Haz", "Tem", "Ağu", "Eyl", "Eki", "Kas", "Ara",
  99. "Ocak", "Şubat", "Mart", "Nisan", "Mayıs", "Haziran", "Temmuz", "Ağustos", "Eylül", "Ekim", "Kasım", "Aralık"
  100. ],
  101. AmPm : ["am","pm","AM","PM"],
  102. S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
  103. srcformat: 'Y-m-d',
  104. newformat: 'd/m/Y',
  105. parseRe : /[#%\\\/:_;.,\t\s-]/,
  106. masks : {
  107. ISO8601Long:"Y-m-d H:i:s",
  108. ISO8601Short:"Y-m-d",
  109. ShortDate: "n/j/Y",
  110. LongDate: "l, F d, Y",
  111. FullDateTime: "l, F d, Y g:i:s A",
  112. MonthDay: "F d",
  113. ShortTime: "g:i A",
  114. LongTime: "g:i:s A",
  115. SortableDateTime: "Y-m-d\\TH:i:s",
  116. UniversalSortableDateTime: "Y-m-d H:i:sO",
  117. YearMonth: "F, Y"
  118. },
  119. reformatAfterEdit : false
  120. },
  121. baseLinkUrl: '',
  122. showAction: '',
  123. target: '',
  124. checkbox : {disabled:true},
  125. idName : 'id'
  126. }
  127. });
  128. })(jQuery);