grid.locale-pl.js 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. ;(function($){
  2. /**
  3. * jqGrid Polish Translation
  4. * Łukasz Schab lukasz@freetree.pl
  5. * http://FreeTree.pl
  6. *
  7. * Updated names, abbreviations, currency and date/time formats for Polish norms (also corresponding with CLDR v21.0.1 --> http://cldr.unicode.org/index)
  8. * Tomasz Pęczek tpeczek@gmail.com
  9. * http://tpeczek.blogspot.com; http://tpeczek.codeplex.com
  10. *
  11. * Dual licensed under the MIT and GPL licenses:
  12. * http://www.opensource.org/licenses/mit-license.php
  13. * http://www.gnu.org/licenses/gpl.html
  14. **/
  15. $.jgrid = $.jgrid || {};
  16. $.extend($.jgrid,{
  17. defaults : {
  18. recordtext: "Pokaż {0} - {1} z {2}",
  19. emptyrecords: "Brak rekordów do pokazania",
  20. loadtext: "Ładowanie...",
  21. pgtext : "Strona {0} z {1}",
  22. pgfirst : "First Page",
  23. pglast : "Last Page",
  24. pgnext : "Next Page",
  25. pgprev : "Previous Page",
  26. pgrecs : "Records per Page",
  27. showhide: "Toggle Expand Collapse Grid"
  28. },
  29. search : {
  30. caption: "Wyszukiwanie...",
  31. Find: "Szukaj",
  32. Reset: "Czyść",
  33. odata: [{ oper:'eq', text:"dokładnie"},{ oper:'ne', text:"różne od"},{ oper:'lt', text:"mniejsze od"},{ oper:'le', text:"mniejsze lub równe"},{ oper:'gt', text:"większe od"},{ oper:'ge', text:"większe lub równe"},{ oper:'bw', text:"zaczyna się od"},{ oper:'bn', text:"nie zaczyna się od"},{ oper:'in', text:"jest w"},{ oper:'ni', text:"nie jest w"},{ oper:'ew', text:"kończy się na"},{ oper:'en', text:"nie kończy się na"},{ oper:'cn', text:"zawiera"},{ oper:'nc', text:"nie zawiera"},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
  34. groupOps: [ { op: "AND", text: "oraz" }, { op: "OR", text: "lub" } ],
  35. operandTitle : "Click to select search operation.",
  36. resetTitle : "Reset Search Value"
  37. },
  38. edit : {
  39. addCaption: "Dodaj rekord",
  40. editCaption: "Edytuj rekord",
  41. bSubmit: "Zapisz",
  42. bCancel: "Anuluj",
  43. bClose: "Zamknij",
  44. saveData: "Dane zostały zmienione! Zapisać zmiany?",
  45. bYes: "Tak",
  46. bNo: "Nie",
  47. bExit: "Anuluj",
  48. msg: {
  49. required: "Pole jest wymagane",
  50. number: "Proszę wpisać poprawną liczbę",
  51. minValue: "wartość musi być większa lub równa od",
  52. maxValue: "wartość musi być mniejsza lub równa od",
  53. email: "nie jest poprawnym adresem e-mail",
  54. integer: "Proszę wpisać poprawną liczbę",
  55. date: "Proszę podaj poprawną datę",
  56. url: "jest niewłaściwym adresem URL. Pamiętaj o prefiksie ('http://' lub 'https://')",
  57. nodefined: " niezdefiniowane!",
  58. novalue: " wymagana jest wartość zwracana!",
  59. customarray: "Funkcja niestandardowa powinna zwracać tablicę!",
  60. customfcheck: "Funkcja niestandardowa powinna być obecna w przypadku niestandardowego sprawdzania!"
  61. }
  62. },
  63. view : {
  64. caption: "Pokaż rekord",
  65. bClose: "Zamknij"
  66. },
  67. del : {
  68. caption: "Usuń",
  69. msg: "Czy usunąć wybrany rekord(y)?",
  70. bSubmit: "Usuń",
  71. bCancel: "Anuluj"
  72. },
  73. nav : {
  74. edittext: "",
  75. edittitle: "Edytuj wybrany wiersz",
  76. addtext: "",
  77. addtitle: "Dodaj nowy wiersz",
  78. deltext: "",
  79. deltitle: "Usuń wybrany wiersz",
  80. searchtext: "",
  81. searchtitle: "Wyszukaj rekord",
  82. refreshtext: "",
  83. refreshtitle: "Przeładuj",
  84. alertcap: "Uwaga",
  85. alerttext: "Proszę wybrać wiersz",
  86. viewtext: "",
  87. viewtitle: "Pokaż wybrany wiersz"
  88. },
  89. col : {
  90. caption: "Pokaż/Ukryj kolumny",
  91. bSubmit: "Zatwierdź",
  92. bCancel: "Anuluj"
  93. },
  94. errors : {
  95. errcap: "Błąd",
  96. nourl: "Brak adresu url",
  97. norecords: "Brak danych",
  98. model : "Długość colNames <> colModel!"
  99. },
  100. formatter : {
  101. integer : {thousandsSeparator: " ", defaultValue: '0'},
  102. number : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0,00'},
  103. currency : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:" zł", defaultValue: '0,00'},
  104. date : {
  105. dayNames: [
  106. "niedz.", "pon.", "wt.", "śr.", "czw.", "pt.", "sob.",
  107. "niedziela", "poniedziałek", "wtorek", "środa", "czwartek", "piątek", "sobota"
  108. ],
  109. monthNames: [
  110. "sty", "lut", "mar", "kwi", "maj", "cze", "lip", "sie", "wrz", "paź", "lis", "gru",
  111. "styczeń", "luty", "marzec", "kwiecień", "maj", "czerwiec", "lipiec", "sierpień", "wrzesień", "październik", "listopad", "grudzień"
  112. ],
  113. AmPm : ["","","",""],
  114. S: function (j) {return '';},
  115. srcformat: 'Y-m-d',
  116. newformat: 'd.m.Y',
  117. parseRe : /[#%\\\/:_;.,\t\s-]/,
  118. masks : {
  119. ISO8601Long: "Y-m-d H:i:s",
  120. ISO8601Short: "Y-m-d",
  121. ShortDate: "d.m.y",
  122. LongDate: "l, j F Y",
  123. FullDateTime: "l, j F Y H:i:s",
  124. MonthDay: "j F",
  125. ShortTime: "H:i",
  126. LongTime: "H:i:s",
  127. SortableDateTime: "Y-m-d\\TH:i:s",
  128. UniversalSortableDateTime: "Y-m-d H:i:sO",
  129. YearMonth: "F Y"
  130. },
  131. reformatAfterEdit : false,
  132. userLocalTime : false
  133. },
  134. baseLinkUrl: '',
  135. showAction: '',
  136. target: '',
  137. checkbox : {disabled:true},
  138. idName : 'id'
  139. }
  140. });
  141. })(jQuery);