jqgrid-jquery-rails 4.3.1.0 → 4.3.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/jqgrid-jquery-rails/version.rb +1 -1
- data/vendor/assets/javascripts/i18n/grid.locale-ar.js +127 -126
- data/vendor/assets/javascripts/i18n/grid.locale-bg.js +3 -2
- data/vendor/assets/javascripts/i18n/grid.locale-bg1251.js +63 -62
- data/vendor/assets/javascripts/i18n/grid.locale-cat.js +3 -2
- data/vendor/assets/javascripts/i18n/grid.locale-cn.js +3 -2
- data/vendor/assets/javascripts/i18n/grid.locale-cs.js +3 -2
- data/vendor/assets/javascripts/i18n/grid.locale-da.js +3 -2
- data/vendor/assets/javascripts/i18n/grid.locale-de.js +3 -2
- data/vendor/assets/javascripts/i18n/grid.locale-el.js +3 -2
- data/vendor/assets/javascripts/i18n/grid.locale-en.js +3 -2
- data/vendor/assets/javascripts/i18n/grid.locale-es.js +3 -2
- data/vendor/assets/javascripts/i18n/grid.locale-fa.js +145 -144
- data/vendor/assets/javascripts/i18n/grid.locale-fi.js +130 -129
- data/vendor/assets/javascripts/i18n/grid.locale-fr.js +127 -126
- data/vendor/assets/javascripts/i18n/grid.locale-gl.js +3 -2
- data/vendor/assets/javascripts/i18n/grid.locale-he.js +3 -2
- data/vendor/assets/javascripts/i18n/grid.locale-hr.js +129 -128
- data/vendor/assets/javascripts/i18n/grid.locale-hr1250.js +129 -128
- data/vendor/assets/javascripts/i18n/grid.locale-hu.js +3 -2
- data/vendor/assets/javascripts/i18n/grid.locale-is.js +127 -126
- data/vendor/assets/javascripts/i18n/grid.locale-it.js +1 -1
- data/vendor/assets/javascripts/i18n/grid.locale-ja.js +4 -3
- data/vendor/assets/javascripts/i18n/grid.locale-lt.js +3 -2
- data/vendor/assets/javascripts/i18n/grid.locale-mne.js +129 -128
- data/vendor/assets/javascripts/i18n/grid.locale-nl.js +3 -3
- data/vendor/assets/javascripts/i18n/grid.locale-no.js +1 -1
- data/vendor/assets/javascripts/i18n/grid.locale-pl.js +18 -16
- data/vendor/assets/javascripts/i18n/grid.locale-pt-br.js +3 -2
- data/vendor/assets/javascripts/i18n/grid.locale-pt.js +11 -10
- data/vendor/assets/javascripts/i18n/grid.locale-ro.js +3 -2
- data/vendor/assets/javascripts/i18n/grid.locale-ru.js +3 -2
- data/vendor/assets/javascripts/i18n/grid.locale-sk.js +3 -2
- data/vendor/assets/javascripts/i18n/grid.locale-sr-latin.js +129 -0
- data/vendor/assets/javascripts/i18n/grid.locale-sr.js +129 -128
- data/vendor/assets/javascripts/i18n/grid.locale-sv.js +3 -2
- data/vendor/assets/javascripts/i18n/grid.locale-th.js +129 -128
- data/vendor/assets/javascripts/i18n/grid.locale-tr.js +3 -2
- data/vendor/assets/javascripts/i18n/grid.locale-ua.js +3 -2
- data/vendor/assets/javascripts/jquery.jqGrid.js +969 -782
- data/vendor/assets/stylesheets/ui.jqgrid.css +7 -2
- metadata +2 -1
@@ -1,128 +1,129 @@
|
|
1
|
-
;(function($){
|
2
|
-
/**
|
3
|
-
* jqGrid
|
4
|
-
* Tony Tomov tony@trirand.com
|
5
|
-
* http://trirand.com/blog/
|
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 = {
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
"
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
"
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
}
|
128
|
-
})
|
1
|
+
;(function($){
|
2
|
+
/**
|
3
|
+
* jqGrid Translation
|
4
|
+
* Tony Tomov tony@trirand.com
|
5
|
+
* http://trirand.com/blog/
|
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: "Pregled {0} - {1} od {2}",
|
14
|
+
emptyrecords: "Nema zapisa",
|
15
|
+
loadtext: "U�itavam...",
|
16
|
+
pgtext : "Stranica {0} od {1}"
|
17
|
+
},
|
18
|
+
search : {
|
19
|
+
caption: "pretra�ivanje...",
|
20
|
+
Find: "Tra�i",
|
21
|
+
Reset: "Poni�ti",
|
22
|
+
odata : ['jednak', 'nije identi�an', 'manje', 'manje ili identi�no','ve�e','ve�e ili identi�no', 'po�inje sa','ne po�inje sa ','je u','nije u','zavr�ava sa','ne zavr�ava sa','sadr�i','ne sadr�i'],
|
23
|
+
groupOps: [ { op: "U", text: "sve" }, { op: "ILI", text: "bilo koji" } ],
|
24
|
+
matchText: " podudata se",
|
25
|
+
rulesText: " pravila"
|
26
|
+
},
|
27
|
+
edit : {
|
28
|
+
addCaption: "Dodaj zapis",
|
29
|
+
editCaption: "Promijeni zapis",
|
30
|
+
bSubmit: "Preuzmi",
|
31
|
+
bCancel: "Odustani",
|
32
|
+
bClose: "Zatvri",
|
33
|
+
saveData: "Podaci su promijenjeni! Preuzmi promijene?",
|
34
|
+
bYes : "Da",
|
35
|
+
bNo : "Ne",
|
36
|
+
bExit : "Odustani",
|
37
|
+
msg: {
|
38
|
+
required:"Polje je obavezno",
|
39
|
+
number:"Molim, unesite ispravan broj",
|
40
|
+
minValue:"vrijednost mora biti ve�a ili identi�na ",
|
41
|
+
maxValue:"vrijednost mora biti manja ili identi�na",
|
42
|
+
email: "neispravan e-mail",
|
43
|
+
integer: "Molim, unjeti ispravan cijeli broj (integer)",
|
44
|
+
date: "Molim, unjeti ispravan datum ",
|
45
|
+
url: "neispravan URL. Prefiks je obavezan ('http://' or 'https://')",
|
46
|
+
nodefined : " nije definiran!",
|
47
|
+
novalue : " zahtjevan podatak je obavezan!",
|
48
|
+
customarray : "Opcionalna funkcija trebala bi bili polje (array)!",
|
49
|
+
customfcheck : "Custom function should be present in case of custom checking!"
|
50
|
+
|
51
|
+
}
|
52
|
+
},
|
53
|
+
view : {
|
54
|
+
caption: "Otvori zapis",
|
55
|
+
bClose: "Zatvori"
|
56
|
+
},
|
57
|
+
del : {
|
58
|
+
caption: "Obri�i",
|
59
|
+
msg: "Obri�i ozna�en zapis ili vi�e njih?",
|
60
|
+
bSubmit: "Obri�i",
|
61
|
+
bCancel: "Odustani"
|
62
|
+
},
|
63
|
+
nav : {
|
64
|
+
edittext: "",
|
65
|
+
edittitle: "Promijeni obilje�eni red",
|
66
|
+
addtext:"",
|
67
|
+
addtitle: "Dodaj novi red",
|
68
|
+
deltext: "",
|
69
|
+
deltitle: "Obri�i obilje�eni red",
|
70
|
+
searchtext: "",
|
71
|
+
searchtitle: "Potra�i zapise",
|
72
|
+
refreshtext: "",
|
73
|
+
refreshtitle: "Ponovo preuzmi podatke",
|
74
|
+
alertcap: "Upozorenje",
|
75
|
+
alerttext: "Molim, odaberi red",
|
76
|
+
viewtext: "",
|
77
|
+
viewtitle: "Pregled obilje�enog reda"
|
78
|
+
},
|
79
|
+
col : {
|
80
|
+
caption: "Obilje�i kolonu",
|
81
|
+
bSubmit: "Uredu",
|
82
|
+
bCancel: "Odustani"
|
83
|
+
},
|
84
|
+
errors : {
|
85
|
+
errcap : "Gre�ka",
|
86
|
+
nourl : "Nedostaje URL",
|
87
|
+
norecords: "Bez zapisa za obradu",
|
88
|
+
model : "Duljina colNames <> colModel!"
|
89
|
+
},
|
90
|
+
formatter : {
|
91
|
+
integer : {thousandsSeparator: " ", defaultValue: '0'},
|
92
|
+
number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'},
|
93
|
+
currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'},
|
94
|
+
date : {
|
95
|
+
dayNames: [
|
96
|
+
"Ned", "Pon", "Uto", "Sri", "�et", "Pet", "Sub",
|
97
|
+
"Nedjelja", "Ponedjeljak", "Utorak", "Srijeda", "�etvrtak", "Petak", "Subota"
|
98
|
+
],
|
99
|
+
monthNames: [
|
100
|
+
"Sij", "Vel", "O�u", "Tra", "Svi", "Lip", "Srp", "Kol", "Ruj", "Lis", "Stu", "Pro",
|
101
|
+
"Sije�anj", "Velja�a", "O�ujak", "Travanj", "Svibanj", "Lipanj", "Srpanj", "Kolovoz", "Rujan", "Listopad", "Studeni", "Prosinac"
|
102
|
+
],
|
103
|
+
AmPm : ["am","pm","AM","PM"],
|
104
|
+
S: function (j) {return ''},
|
105
|
+
srcformat: 'Y-m-d',
|
106
|
+
newformat: 'd.m.Y.',
|
107
|
+
masks : {
|
108
|
+
ISO8601Long:"Y-m-d H:i:s",
|
109
|
+
ISO8601Short:"Y-m-d",
|
110
|
+
ShortDate: "j.n.Y.",
|
111
|
+
LongDate: "l, j. F Y",
|
112
|
+
FullDateTime: "l, d. F Y G:i:s",
|
113
|
+
MonthDay: "d. F",
|
114
|
+
ShortTime: "G:i",
|
115
|
+
LongTime: "G:i:s",
|
116
|
+
SortableDateTime: "Y-m-d\\TH:i:s",
|
117
|
+
UniversalSortableDateTime: "Y-m-d H:i:sO",
|
118
|
+
YearMonth: "F, Y"
|
119
|
+
},
|
120
|
+
reformatAfterEdit : false
|
121
|
+
},
|
122
|
+
baseLinkUrl: '',
|
123
|
+
showAction: '',
|
124
|
+
target: '',
|
125
|
+
checkbox : {disabled:true},
|
126
|
+
idName : 'id'
|
127
|
+
}
|
128
|
+
});
|
129
|
+
})(jQuery);
|
@@ -8,7 +8,8 @@
|
|
8
8
|
* http://www.gnu.org/licenses/gpl.html
|
9
9
|
**/
|
10
10
|
|
11
|
-
$.jgrid = {
|
11
|
+
$.jgrid = $.jgrid || {};
|
12
|
+
$.extend($.jgrid,{
|
12
13
|
defaults : {
|
13
14
|
recordtext: "Oldal {0} - {1} / {2}",
|
14
15
|
emptyrecords: "Nincs találat",
|
@@ -125,5 +126,5 @@ $.jgrid = {
|
|
125
126
|
checkbox : {disabled:true},
|
126
127
|
idName : 'id'
|
127
128
|
}
|
128
|
-
};
|
129
|
+
});
|
129
130
|
})(jQuery);
|
@@ -1,126 +1,127 @@
|
|
1
|
-
;(function($){
|
2
|
-
/**
|
3
|
-
* jqGrid Icelandic Translation
|
4
|
-
* jtm@hi.is Univercity of Iceland
|
5
|
-
* Dual licensed under the MIT and GPL licenses:
|
6
|
-
* http://www.opensource.org/licenses/mit-license.php
|
7
|
-
* http://www.gnu.org/licenses/gpl.html
|
8
|
-
**/
|
9
|
-
$.jgrid = {
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
"
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
"
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
}
|
126
|
-
})
|
1
|
+
;(function($){
|
2
|
+
/**
|
3
|
+
* jqGrid Icelandic Translation
|
4
|
+
* jtm@hi.is Univercity of Iceland
|
5
|
+
* Dual licensed under the MIT and GPL licenses:
|
6
|
+
* http://www.opensource.org/licenses/mit-license.php
|
7
|
+
* http://www.gnu.org/licenses/gpl.html
|
8
|
+
**/
|
9
|
+
$.jgrid = $.jgrid || {};
|
10
|
+
$.extend($.jgrid,{
|
11
|
+
defaults : {
|
12
|
+
recordtext: "Skoða {0} - {1} af {2}",
|
13
|
+
emptyrecords: "Engar færslur",
|
14
|
+
loadtext: "Hleður...",
|
15
|
+
pgtext : "Síða {0} af {1}"
|
16
|
+
},
|
17
|
+
search : {
|
18
|
+
caption: "Leita...",
|
19
|
+
Find: "Leita",
|
20
|
+
Reset: "Endursetja",
|
21
|
+
odata : ['sama og', 'ekki sama og', 'minna en', 'minna eða jafnt og','stærra en','stærra eða jafnt og', 'byrjar á','byrjar ekki á','er í','er ekki í','endar á','endar ekki á','inniheldur','inniheldur ekki'],
|
22
|
+
groupOps: [ { op: "AND", text: "allt" }, { op: "OR", text: "eða" } ],
|
23
|
+
matchText: " passar",
|
24
|
+
rulesText: " reglur"
|
25
|
+
},
|
26
|
+
edit : {
|
27
|
+
addCaption: "Bæta við færslu",
|
28
|
+
editCaption: "Breyta færslu",
|
29
|
+
bSubmit: "Vista",
|
30
|
+
bCancel: "Hætta við",
|
31
|
+
bClose: "Loka",
|
32
|
+
saveData: "Gögn hafa breyst! Vista breytingar?",
|
33
|
+
bYes : "Já",
|
34
|
+
bNo : "Nei",
|
35
|
+
bExit : "Hætta við",
|
36
|
+
msg: {
|
37
|
+
required:"Reitur er nauðsynlegur",
|
38
|
+
number:"Vinsamlega settu inn tölu",
|
39
|
+
minValue:"gildi verður að vera meira en eða jafnt og ",
|
40
|
+
maxValue:"gildi verður að vera minna en eða jafnt og ",
|
41
|
+
email: "er ekki löglegt email",
|
42
|
+
integer: "Vinsamlega settu inn tölu",
|
43
|
+
date: "Vinsamlega setti inn dagsetningu",
|
44
|
+
url: "er ekki löglegt URL. Vantar ('http://' eða 'https://')",
|
45
|
+
nodefined : " er ekki skilgreint!",
|
46
|
+
novalue : " skilagildi nauðsynlegt!",
|
47
|
+
customarray : "Fall skal skila fylki!",
|
48
|
+
customfcheck : "Fall skal vera skilgreint!"
|
49
|
+
}
|
50
|
+
},
|
51
|
+
view : {
|
52
|
+
caption: "Skoða færslu",
|
53
|
+
bClose: "Loka"
|
54
|
+
},
|
55
|
+
del : {
|
56
|
+
caption: "Eyða",
|
57
|
+
msg: "Eyða völdum færslum ?",
|
58
|
+
bSubmit: "Eyða",
|
59
|
+
bCancel: "Hætta við"
|
60
|
+
},
|
61
|
+
nav : {
|
62
|
+
edittext: " ",
|
63
|
+
edittitle: "Breyta færslu",
|
64
|
+
addtext:" ",
|
65
|
+
addtitle: "Ný færsla",
|
66
|
+
deltext: " ",
|
67
|
+
deltitle: "Eyða færslu",
|
68
|
+
searchtext: " ",
|
69
|
+
searchtitle: "Leita",
|
70
|
+
refreshtext: "",
|
71
|
+
refreshtitle: "Endurhlaða",
|
72
|
+
alertcap: "Viðvörun",
|
73
|
+
alerttext: "Vinsamlega veldu færslu",
|
74
|
+
viewtext: "",
|
75
|
+
viewtitle: "Skoða valda færslu"
|
76
|
+
},
|
77
|
+
col : {
|
78
|
+
caption: "Sýna / fela dálka",
|
79
|
+
bSubmit: "Vista",
|
80
|
+
bCancel: "Hætta við"
|
81
|
+
},
|
82
|
+
errors : {
|
83
|
+
errcap : "Villa",
|
84
|
+
nourl : "Vantar slóð",
|
85
|
+
norecords: "Engar færslur valdar",
|
86
|
+
model : "Lengd colNames <> 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
|
+
"Sun", "Mán", "Þri", "Mið", "Fim", "Fös", "Lau",
|
95
|
+
"Sunnudagur", "Mánudagur", "Þriðjudagur", "Miðvikudagur", "Fimmtudagur", "Föstudagur", "Laugardagur"
|
96
|
+
],
|
97
|
+
monthNames: [
|
98
|
+
"Jan", "Feb", "Mar", "Apr", "Maí", "Jún", "Júl", "Ágú", "Sep", "Oct", "Nóv", "Des",
|
99
|
+
"Janúar", "Febrúar", "Mars", "Apríl", "Maí", "Júný", "Júlý", "Ágúst", "September", "Október", "Nóvember", "Desember"
|
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
|
+
masks : {
|
106
|
+
ISO8601Long:"Y-m-d H:i:s",
|
107
|
+
ISO8601Short:"Y-m-d",
|
108
|
+
ShortDate: "n/j/Y",
|
109
|
+
LongDate: "l, F d, Y",
|
110
|
+
FullDateTime: "l, F d, Y g:i:s A",
|
111
|
+
MonthDay: "F d",
|
112
|
+
ShortTime: "g:i A",
|
113
|
+
LongTime: "g:i:s A",
|
114
|
+
SortableDateTime: "Y-m-d\\TH:i:s",
|
115
|
+
UniversalSortableDateTime: "Y-m-d H:i:sO",
|
116
|
+
YearMonth: "F, Y"
|
117
|
+
},
|
118
|
+
reformatAfterEdit : false
|
119
|
+
},
|
120
|
+
baseLinkUrl: '',
|
121
|
+
showAction: '',
|
122
|
+
target: '',
|
123
|
+
checkbox : {disabled:true},
|
124
|
+
idName : 'id'
|
125
|
+
}
|
126
|
+
});
|
127
|
+
})(jQuery);
|