vendor/assets/javascripts/i18n/grid.locale-pl.js in jqgrid-jquery-rails-4.3.1.0 vs vendor/assets/javascripts/i18n/grid.locale-pl.js in jqgrid-jquery-rails-4.3.2.0
- old
+ new
@@ -1,27 +1,28 @@
;(function($){
/**
* jqGrid Polish Translation
- * Łukasz Schab
+ * Łukasz Schab lukasz@freetree.pl
* http://FreeTree.pl
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
**/
-$.jgrid = {
+$.jgrid = $.jgrid || {};
+$.extend($.jgrid,{
defaults : {
recordtext: "Pokaż {0} - {1} z {2}",
emptyrecords: "Brak rekordów do pokazania",
loadtext: "\u0142adowanie...",
pgtext : "Strona {0} z {1}"
},
search : {
caption: "Wyszukiwanie...",
Find: "Szukaj",
Reset: "Czyść",
- odata : ['dok\u0142adnie', 'różne od', 'mniejsze od', 'mniejsze lub równe','większe od','większe lub równe', 'zaczyna się od','nie zaczyna się od','zawiera','nie zawiera','kończy się na','nie kończy się na','zawiera','nie zawiera'],
- groupOps: [ { op: "ORAZ", text: "wszystkie" }, { op: "LUB", text: "każdy" } ],
+ odata : ['dok\u0142adnie', 'różne od', 'mniejsze od', 'mniejsze lub równe','większe od','większe lub równe', 'zaczyna się od','nie zaczyna się od','jest w','nie jest w','kończy się na','nie kończy się na','zawiera','nie zawiera'],
+ groupOps: [ { op: "AND", text: "oraz" }, { op: "OR", text: "lub" } ],
matchText: " pasuje",
rulesText: " regu\u0142y"
},
edit : {
addCaption: "Dodaj rekord",
@@ -34,28 +35,29 @@
bNo : "Nie",
bExit : "Anuluj",
msg: {
required:"Pole jest wymagane",
number:"Proszę wpisać poprawną liczbę",
- minValue:"wartość musi być większa lub równa",
- maxValue:"wartość musi być mniejsza od",
- email: "nie jest adresem e-mail",
+ minValue:"wartość musi być większa lub równa od",
+ maxValue:"wartość musi być mniejsza lub równa od",
+ email: "nie jest poprawnym adresem e-mail",
integer: "Proszę wpisać poprawną liczbę",
date: "Proszę podaj poprawną datę",
url: "jest niew\u0142aściwym adresem URL. Pamiętaj o prefiksie ('http://' lub 'https://')",
- nodefined : " is not defined!",
- novalue : " return value is required!",
- customarray : "Custom function should return array!",
- customfcheck : "Custom function should be present in case of custom checking!"
+ nodefined : " nie zdefiniowane!",
+ novalue : " wymagana jest wartość zwracana !",
+ customarray : "Funkcja niestandardowa powinna zwracać tablicę!",
+ customfcheck : "Funkcja niestandardowa powinna być obecna w przypadku niestandardowego sprawdzania !"
+
}
},
view : {
caption: "Pokaż rekord",
bClose: "Zamknij"
},
del : {
- caption: "Usuwanie",
+ caption: "Usuń",
msg: "Czy usunąć wybrany rekord(y)?",
bSubmit: "Usuń",
bCancel: "Anuluj"
},
nav : {
@@ -70,11 +72,11 @@
refreshtext: "",
refreshtitle: "Prze\u0142aduj",
alertcap: "Uwaga",
alerttext: "Proszę wybrać wiersz",
viewtext: "",
- viewtitle: "View selected row"
+ viewtitle: "Pokaż wybrany wiersz"
},
col : {
caption: "Pokaż/Ukryj kolumny",
bSubmit: "Zatwierdź",
bCancel: "Anuluj"
@@ -85,12 +87,12 @@
norecords: "Brak danych",
model : "D\u0142ugość colNames <> colModel!"
},
formatter : {
integer : {thousandsSeparator: " ", defaultValue: '0'},
- number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'},
- currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'},
+ number : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0,00'},
+ currency : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0,00'},
date : {
dayNames: [
"Nie", "Pon", "Wt", "Śr", "Cz", "Pi", "So",
"Niedziela", "Poniedzia\u0142ek", "Wtorek", "Środa", "Czwartek", "Piątek", "Sobota"
],
@@ -121,7 +123,7 @@
showAction: '',
target: '',
checkbox : {disabled:true},
idName : 'id'
}
-};
+});
})(jQuery);
\ No newline at end of file