grid.locale-pl.js 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. /**
  2. * jqGrid Polish Translation
  3. * Łukasz Schab lukasz@freetree.pl
  4. * http://FreeTree.pl
  5. *
  6. * Updated names, abbreviations, currency and date/time formats for Polish norms (also corresponding with CLDR v21.0.1 --> http://cldr.unicode.org/index)
  7. * Tomasz Pęczek tpeczek@gmail.com
  8. * http://tpeczek.blogspot.com; http://tpeczek.codeplex.com
  9. *
  10. * Dual licensed under the MIT and GPL licenses:
  11. * http://www.opensource.org/licenses/mit-license.php
  12. * http://www.gnu.org/licenses/gpl.html
  13. **/
  14. /*global jQuery, define */
  15. (function( factory ) {
  16. "use strict";
  17. if ( typeof define === "function" && define.amd ) {
  18. // AMD. Register as an anonymous module.
  19. define([
  20. "jquery",
  21. "../grid.base"
  22. ], factory );
  23. } else {
  24. // Browser globals
  25. factory( jQuery );
  26. }
  27. }(function( $ ) {
  28. $.jgrid = $.jgrid || {};
  29. if(!$.jgrid.hasOwnProperty("regional")) {
  30. $.jgrid.regional = [];
  31. }
  32. $.jgrid.regional["pl"] = {
  33. defaults : {
  34. recordtext: "Pokaż {0} - {1} z {2}",
  35. emptyrecords: "Brak rekordów do pokazania",
  36. loadtext: "Ładowanie...",
  37. pgtext : "Strona {0} z {1}",
  38. savetext: "Saving...",
  39. pgfirst : "First Page",
  40. pglast : "Last Page",
  41. pgnext : "Next Page",
  42. pgprev : "Previous Page",
  43. pgrecs : "Records per Page",
  44. showhide: "Toggle Expand Collapse Grid",
  45. // mobile
  46. pagerCaption : "Grid::Page Settings",
  47. pageText : "Page:",
  48. recordPage : "Records per Page",
  49. nomorerecs : "No more records...",
  50. scrollPullup: "Pull up to load more...",
  51. scrollPulldown : "Pull down to refresh...",
  52. scrollRefresh : "Release to refresh..."
  53. },
  54. search : {
  55. caption: "Wyszukiwanie...",
  56. Find: "Szukaj",
  57. Reset: "Czyść",
  58. 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'}, {oper:'bt', text:'between'}],
  59. groupOps: [ { op: "AND", text: "oraz" }, { op: "OR", text: "lub" } ],
  60. operandTitle : "Click to select search operation.",
  61. resetTitle : "Reset Search Value"
  62. },
  63. edit : {
  64. addCaption: "Dodaj rekord",
  65. editCaption: "Edytuj rekord",
  66. bSubmit: "Zapisz",
  67. bCancel: "Anuluj",
  68. bClose: "Zamknij",
  69. saveData: "Dane zostały zmienione! Zapisać zmiany?",
  70. bYes: "Tak",
  71. bNo: "Nie",
  72. bExit: "Anuluj",
  73. msg: {
  74. required: "Pole jest wymagane",
  75. number: "Proszę wpisać poprawną liczbę",
  76. minValue: "wartość musi być większa lub równa od",
  77. maxValue: "wartość musi być mniejsza lub równa od",
  78. email: "nie jest poprawnym adresem e-mail",
  79. integer: "Proszę wpisać poprawną liczbę",
  80. date: "Proszę podaj poprawną datę",
  81. url: "jest niewłaściwym adresem URL. Pamiętaj o prefiksie ('http://' lub 'https://')",
  82. nodefined: " niezdefiniowane!",
  83. novalue: " wymagana jest wartość zwracana!",
  84. customarray: "Funkcja niestandardowa powinna zwracać tablicę!",
  85. customfcheck: "Funkcja niestandardowa powinna być obecna w przypadku niestandardowego sprawdzania!"
  86. }
  87. },
  88. view : {
  89. caption: "Pokaż rekord",
  90. bClose: "Zamknij"
  91. },
  92. del : {
  93. caption: "Usuń",
  94. msg: "Czy usunąć wybrany rekord(y)?",
  95. bSubmit: "Usuń",
  96. bCancel: "Anuluj"
  97. },
  98. nav : {
  99. edittext: "",
  100. edittitle: "Edytuj wybrany wiersz",
  101. addtext: "",
  102. addtitle: "Dodaj nowy wiersz",
  103. deltext: "",
  104. deltitle: "Usuń wybrany wiersz",
  105. searchtext: "",
  106. searchtitle: "Wyszukaj rekord",
  107. refreshtext: "",
  108. refreshtitle: "Przeładuj",
  109. alertcap: "Uwaga",
  110. alerttext: "Proszę wybrać wiersz",
  111. viewtext: "",
  112. viewtitle: "Pokaż wybrany wiersz",
  113. savetext: "",
  114. savetitle: "Save row",
  115. canceltext: "",
  116. canceltitle : "Cancel row editing",
  117. selectcaption : "Actions..."
  118. },
  119. col : {
  120. caption: "Pokaż/Ukryj kolumny",
  121. bSubmit: "Zatwierdź",
  122. bCancel: "Anuluj"
  123. },
  124. errors : {
  125. errcap: "Błąd",
  126. nourl: "Brak adresu url",
  127. norecords: "Brak danych",
  128. model : "Długość colNames <> colModel!"
  129. },
  130. formatter : {
  131. integer : {thousandsSeparator: " ", defaultValue: '0'},
  132. number : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0,00'},
  133. currency : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:" zł", defaultValue: '0,00'},
  134. date : {
  135. dayNames: [
  136. "niedz.", "pon.", "wt.", "śr.", "czw.", "pt.", "sob.",
  137. "niedziela", "poniedziałek", "wtorek", "środa", "czwartek", "piątek", "sobota"
  138. ],
  139. monthNames: [
  140. "sty", "lut", "mar", "kwi", "maj", "cze", "lip", "sie", "wrz", "paź", "lis", "gru",
  141. "styczeń", "luty", "marzec", "kwiecień", "maj", "czerwiec", "lipiec", "sierpień", "wrzesień", "październik", "listopad", "grudzień"
  142. ],
  143. AmPm : ["","","",""],
  144. S: function (j) {return '';},
  145. srcformat: 'Y-m-d',
  146. newformat: 'd.m.Y',
  147. parseRe : /[#%\\\/:_;.,\t\s-]/,
  148. masks : {
  149. ISO8601Long: "Y-m-d H:i:s",
  150. ISO8601Short: "Y-m-d",
  151. ShortDate: "d.m.y",
  152. LongDate: "l, j F Y",
  153. FullDateTime: "l, j F Y H:i:s",
  154. MonthDay: "j F",
  155. ShortTime: "H:i",
  156. LongTime: "H:i:s",
  157. SortableDateTime: "Y-m-d\\TH:i:s",
  158. UniversalSortableDateTime: "Y-m-d H:i:sO",
  159. YearMonth: "F Y"
  160. },
  161. reformatAfterEdit : false,
  162. userLocalTime : false
  163. },
  164. baseLinkUrl: '',
  165. showAction: '',
  166. target: '',
  167. checkbox : {disabled:true},
  168. idName : 'id'
  169. },
  170. colmenu : {
  171. sortasc : "Sort Ascending",
  172. sortdesc : "Sort Descending",
  173. columns : "Columns",
  174. filter : "Filter",
  175. grouping : "Group By",
  176. ungrouping : "Ungroup",
  177. searchTitle : "Get items with value that:",
  178. freeze : "Freeze",
  179. unfreeze : "Unfreeze",
  180. reorder : "Move to reorder"
  181. }
  182. };
  183. }));