grid.locale-sq.js 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. /*global jQuery, define */
  2. (function( factory ) {
  3. "use strict";
  4. if ( typeof define === "function" && define.amd ) {
  5. // AMD. Register as an anonymous module.
  6. define([
  7. "jquery",
  8. "../grid.base"
  9. ], factory );
  10. } else {
  11. // Browser globals
  12. factory( jQuery );
  13. }
  14. }(function( $ ) {
  15. $.jgrid = $.jgrid || {};
  16. if(!$.jgrid.hasOwnProperty("regional")) {
  17. $.jgrid.regional = [];
  18. }
  19. $.jgrid.regional["en"] = {
  20. defaults : {
  21. recordtext: "Shfaq {0} - {1}/{2}",
  22. emptyrecords: "Nuk ka rreshta për të shfaqur",
  23. loadtext: "Duke u ngarkuar...",
  24. savetext: "Duke ruajtur...",
  25. pgtext : "Faqja {0}/{1}",
  26. pgfirst : "Faqja e parë",
  27. pglast : "Faqja e fundit",
  28. pgnext : "Faqja tjetër",
  29. pgprev : "Faqja mëparshme",
  30. pgrecs : "Rreshta për faqe",
  31. showhide: "Shpalos ose mbyll tabelën",
  32. // mobile
  33. pagerCaption : "Tabela::Kruskoti i faqes",
  34. pageText : "Faqja:",
  35. recordPage : "Rreshta për faqe",
  36. nomorerecs : "Nuk ka rreshta të tjerë...",
  37. scrollPullup: "Tërhiq për lart për të tjerë...",
  38. scrollPulldown : "Tërqiq për poshtë për rifreskim...",
  39. scrollRefresh : "Lësho për rifreskim..."
  40. },
  41. search : {
  42. caption: "Kërko...",
  43. Find: "Gjej",
  44. Reset: "Pastro",
  45. odata: [{ oper:'eq', text:'baraz'},{ oper:'ne', text:'jo baraz'},{ oper:'lt', text:'me e vogel'},{ oper:'le', text:'me e vogel ose baraz'},{ oper:'gt', text:'me e madhe'},{ oper:'ge', text:'me e madhe ose baraz'},{ oper:'bw', text:'fillon me'},{ oper:'bn', text:'nuk fillon me'},{ oper:'in', text:'brenda'},{ oper:'ni', text:'jo brenda'},{ oper:'ew', text:'mbaron me'},{ oper:'en', text:'nuk mbaron me'},{ oper:'cn', text:'permban'},{ oper:'nc', text:'nuk permban'},{ oper:'nu', text:'eshte bosh'},{ oper:'nn', text:'nuk eshte bosh'}, {oper:'bt', text:'between'}],
  46. groupOps: [{ op: "AND", text: "te gjithe" },{ op: "OR", text: "cfaredo" }],
  47. operandTitle : "Kliko per te zgjedhur veprimin.",
  48. resetTitle : "Fshi vlerat e kerkimit"
  49. },
  50. edit : {
  51. addCaption: "Shto rresht",
  52. editCaption: "Fshi rresht",
  53. bSubmit: "Vendos",
  54. bCancel: "Anullo",
  55. bClose: "Mbyll",
  56. saveData: "Te dhenat jane ndryshuar! Deshironi ti ruani ndryshimet?",
  57. bYes : "Po",
  58. bNo : "Jo",
  59. bExit : "Anullo",
  60. msg: {
  61. required:"Kjo fushe eshte e detyrueshme",
  62. number:"Ju lutem, vendosni nje numer te vlefshem",
  63. minValue:"vlera duhet te jete me e madhe ose e njejte me ",
  64. maxValue:"vlera duhet te jete me e vogel ose e njejte me",
  65. email: "nuk eshte adrese poste elektronike e vlefshme",
  66. integer: "Ju lutem, vendosni nje numer te plote te vlefshem",
  67. date: "Ju lutem, vendosni nje date te vlefshme",
  68. url: "nuk eshte URL e vlefshme. Nevojitet prefiksi ('http://' ose 'https://')",
  69. nodefined : " nuk eshte percaktuar!",
  70. novalue : " vlera si pergjigje eshte e detyreshme!",
  71. customarray : "Funksioni i personalizuar duhet te ktheje nje array!",
  72. customfcheck : "unksioni i personalizuar duhet te egzistoje ne rast kontrolli te personalizuar!"
  73. }
  74. },
  75. view : {
  76. caption: "Shfaq Rreshtin",
  77. bClose: "Mbyll"
  78. },
  79. del : {
  80. caption: "Fshi",
  81. msg: "Deshironi te fshini rreshtin/rreshtat e zgjedhur?",
  82. bSubmit: "Fshi",
  83. bCancel: "Anullo"
  84. },
  85. nav : {
  86. edittext: "",
  87. edittitle: "Modifiko rreshtin e zgjedhur",
  88. addtext:"",
  89. addtitle: "Shto rresht te ri",
  90. deltext: "",
  91. deltitle: "Fshi rreshtin e zgjedhur",
  92. searchtext: "",
  93. searchtitle: "Gjej rreshtat",
  94. refreshtext: "",
  95. refreshtitle: "Ringarko listen",
  96. alertcap: "Paralajmerim",
  97. alerttext: "Ju lutem, zgjidh nje rresht",
  98. viewtext: "",
  99. viewtitle: "Shfaq rreshtin e zgjedhur",
  100. savetext: "",
  101. savetitle: "Ruaj rreshtin",
  102. canceltext: "",
  103. canceltitle : "Anullo modifikim rreshti",
  104. selectcaption : "Veprime..."
  105. },
  106. col : {
  107. caption: "Zgjidh kolona",
  108. bSubmit: "Ok",
  109. bCancel: "Anullo"
  110. },
  111. errors : {
  112. errcap : "Gabim",
  113. nourl : "Nuk eshte percaktuar asnje URL",
  114. norecords: "Nuk ka rreshta per perpunim",
  115. model : "Gjatesia e emrit te kolones <> modeli i kolones!"
  116. },
  117. formatter : {
  118. integer : {thousandsSeparator: ",", defaultValue: '0'},
  119. number : {decimalSeparator:".", thousandsSeparator: ",", decimalPlaces: 2, defaultValue: '0.00'},
  120. currency : {decimalSeparator:".", thousandsSeparator: ",", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'},
  121. date : {
  122. dayNames: [
  123. "Dje", "Hën", "Mar", "Mër", "Enj", "Pre", "Sht",
  124. "Djelë", "Hënë", "Martë", "Mërkurë", "Enjte", "Premte", "Shtunë"
  125. ],
  126. monthNames: [
  127. "Jan", "Shk", "Mar", "Pri", "Maj", "Qer", "Kor", "Gus", "Sht", "Tet", "Nën", "Dhj",
  128. "Janar", "Shkurt", "Mars", "Prill", "Maj", "Qershor", "Korrik", "Gusht", "Shtator", "Tetor", "Nëntor", "Dhjetor"
  129. ],
  130. AmPm : ["am","pm","AM","PM"],
  131. S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th';},
  132. srcformat: 'Y-m-d',
  133. newformat: 'n/j/Y',
  134. parseRe : /[#%\\\/:_;.,\t\s-]/,
  135. masks : {
  136. // see http://php.net/manual/en/function.date.php for PHP format used in jqGrid
  137. // and see http://docs.jquery.com/UI/Datepicker/formatDate
  138. // and https://github.com/jquery/globalize#dates for alternative formats used frequently
  139. // one can find on https://github.com/jquery/globalize/tree/master/lib/cultures many
  140. // information about date, time, numbers and currency formats used in different countries
  141. // one should just convert the information in PHP format
  142. ISO8601Long:"Y-m-d H:i:s",
  143. ISO8601Short:"Y-m-d",
  144. // short date:
  145. // n - Numeric representation of a month, without leading zeros
  146. // j - Day of the month without leading zeros
  147. // Y - A full numeric representation of a year, 4 digits
  148. // example: 3/1/2012 which means 1 March 2012
  149. ShortDate: "n/j/Y", // in jQuery UI Datepicker: "M/d/yyyy"
  150. // long date:
  151. // l - A full textual representation of the day of the week
  152. // F - A full textual representation of a month
  153. // d - Day of the month, 2 digits with leading zeros
  154. // Y - A full numeric representation of a year, 4 digits
  155. LongDate: "l, F d, Y", // in jQuery UI Datepicker: "dddd, MMMM dd, yyyy"
  156. // long date with long time:
  157. // l - A full textual representation of the day of the week
  158. // F - A full textual representation of a month
  159. // d - Day of the month, 2 digits with leading zeros
  160. // Y - A full numeric representation of a year, 4 digits
  161. // g - 12-hour format of an hour without leading zeros
  162. // i - Minutes with leading zeros
  163. // s - Seconds, with leading zeros
  164. // A - Uppercase Ante meridiem and Post meridiem (AM or PM)
  165. FullDateTime: "l, F d, Y g:i:s A", // in jQuery UI Datepicker: "dddd, MMMM dd, yyyy h:mm:ss tt"
  166. // month day:
  167. // F - A full textual representation of a month
  168. // d - Day of the month, 2 digits with leading zeros
  169. MonthDay: "F d", // in jQuery UI Datepicker: "MMMM dd"
  170. // short time (without seconds)
  171. // g - 12-hour format of an hour without leading zeros
  172. // i - Minutes with leading zeros
  173. // A - Uppercase Ante meridiem and Post meridiem (AM or PM)
  174. ShortTime: "g:i A", // in jQuery UI Datepicker: "h:mm tt"
  175. // long time (with seconds)
  176. // g - 12-hour format of an hour without leading zeros
  177. // i - Minutes with leading zeros
  178. // s - Seconds, with leading zeros
  179. // A - Uppercase Ante meridiem and Post meridiem (AM or PM)
  180. LongTime: "g:i:s A", // in jQuery UI Datepicker: "h:mm:ss tt"
  181. SortableDateTime: "Y-m-d\\TH:i:s",
  182. UniversalSortableDateTime: "Y-m-d H:i:sO",
  183. // month with year
  184. // Y - A full numeric representation of a year, 4 digits
  185. // F - A full textual representation of a month
  186. YearMonth: "F, Y" // in jQuery UI Datepicker: "MMMM, yyyy"
  187. },
  188. reformatAfterEdit : false,
  189. userLocalTime : false
  190. },
  191. baseLinkUrl: '',
  192. showAction: '',
  193. target: '',
  194. checkbox : {disabled:true},
  195. idName : 'id'
  196. },
  197. colmenu : {
  198. sortasc : "Sort Ascending",
  199. sortdesc : "Sort Descending",
  200. columns : "Columns",
  201. filter : "Filter",
  202. grouping : "Group By",
  203. ungrouping : "Ungroup",
  204. searchTitle : "Get items with value that:",
  205. freeze : "Freeze",
  206. unfreeze : "Unfreeze",
  207. reorder : "Move to reorder"
  208. }
  209. };
  210. }));