jqgrid-jquery-rails 4.4.5.0 → 4.5.0.0
Sign up to get free protection for your applications and to get access to all the features.
- 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 +126 -127
- data/vendor/assets/javascripts/i18n/grid.locale-bg.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-bg1251.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-cat.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-cn.js +4 -5
- data/vendor/assets/javascripts/i18n/grid.locale-cs.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-da.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-de.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-dk.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-el.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-en.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-es.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-fa.js +144 -145
- data/vendor/assets/javascripts/i18n/grid.locale-fi.js +129 -130
- data/vendor/assets/javascripts/i18n/grid.locale-fr.js +126 -127
- data/vendor/assets/javascripts/i18n/grid.locale-gl.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-he.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-hr.js +161 -162
- data/vendor/assets/javascripts/i18n/grid.locale-hr1250.js +161 -162
- data/vendor/assets/javascripts/i18n/grid.locale-hu.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-id.js +168 -172
- data/vendor/assets/javascripts/i18n/grid.locale-is.js +126 -127
- data/vendor/assets/javascripts/i18n/grid.locale-it.js +1 -1
- data/vendor/assets/javascripts/i18n/grid.locale-ja.js +9 -10
- data/vendor/assets/javascripts/i18n/grid.locale-kr.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-lt.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-mne.js +128 -129
- data/vendor/assets/javascripts/i18n/grid.locale-nl.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-no.js +1 -1
- data/vendor/assets/javascripts/i18n/grid.locale-pl.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-pt-br.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-pt.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-ro.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-ru.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-sk.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-sr-latin.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-sr.js +128 -129
- data/vendor/assets/javascripts/i18n/grid.locale-sv.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-th.js +128 -129
- data/vendor/assets/javascripts/i18n/grid.locale-tr.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-tw.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-ua.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-vi.js +3 -4
- data/vendor/assets/javascripts/jquery.jqGrid.js +1316 -988
- data/vendor/assets/stylesheets/ui.jqgrid.css +5 -0
- metadata +1 -1
@@ -1,127 +1,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
|
22
|
-
groupOps: [ { op: "AND", text: "allt" }, { op: "OR", text: "eða" } ]
|
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
|
-
})(jQuery);
|
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: [{ oper:'eq', text:"sama og"},{ oper:'ne', text:"ekki sama og"},{ oper:'lt', text:"minna en"},{ oper:'le', text:"minna eða jafnt og"},{ oper:'gt', text:"stærra en"},{ oper:'ge', text:"stærra eða jafnt og"},{ oper:'bw', text:"byrjar á"},{ oper:'bn', text:"byrjar ekki á"},{ oper:'in', text:"er í"},{ oper:'ni', text:"er ekki í"},{ oper:'ew', text:"endar á"},{ oper:'en', text:"endar ekki á"},{ oper:'cn', text:"inniheldur"},{ oper:'nc', text:"inniheldur ekki"}],
|
22
|
+
groupOps: [ { op: "AND", text: "allt" }, { op: "OR", text: "eða" } ]
|
23
|
+
},
|
24
|
+
edit : {
|
25
|
+
addCaption: "Bæta við færslu",
|
26
|
+
editCaption: "Breyta færslu",
|
27
|
+
bSubmit: "Vista",
|
28
|
+
bCancel: "Hætta við",
|
29
|
+
bClose: "Loka",
|
30
|
+
saveData: "Gögn hafa breyst! Vista breytingar?",
|
31
|
+
bYes : "Já",
|
32
|
+
bNo : "Nei",
|
33
|
+
bExit : "Hætta við",
|
34
|
+
msg: {
|
35
|
+
required:"Reitur er nauðsynlegur",
|
36
|
+
number:"Vinsamlega settu inn tölu",
|
37
|
+
minValue:"gildi verður að vera meira en eða jafnt og ",
|
38
|
+
maxValue:"gildi verður að vera minna en eða jafnt og ",
|
39
|
+
email: "er ekki löglegt email",
|
40
|
+
integer: "Vinsamlega settu inn tölu",
|
41
|
+
date: "Vinsamlega setti inn dagsetningu",
|
42
|
+
url: "er ekki löglegt URL. Vantar ('http://' eða 'https://')",
|
43
|
+
nodefined : " er ekki skilgreint!",
|
44
|
+
novalue : " skilagildi nauðsynlegt!",
|
45
|
+
customarray : "Fall skal skila fylki!",
|
46
|
+
customfcheck : "Fall skal vera skilgreint!"
|
47
|
+
}
|
48
|
+
},
|
49
|
+
view : {
|
50
|
+
caption: "Skoða færslu",
|
51
|
+
bClose: "Loka"
|
52
|
+
},
|
53
|
+
del : {
|
54
|
+
caption: "Eyða",
|
55
|
+
msg: "Eyða völdum færslum ?",
|
56
|
+
bSubmit: "Eyða",
|
57
|
+
bCancel: "Hætta við"
|
58
|
+
},
|
59
|
+
nav : {
|
60
|
+
edittext: " ",
|
61
|
+
edittitle: "Breyta færslu",
|
62
|
+
addtext:" ",
|
63
|
+
addtitle: "Ný færsla",
|
64
|
+
deltext: " ",
|
65
|
+
deltitle: "Eyða færslu",
|
66
|
+
searchtext: " ",
|
67
|
+
searchtitle: "Leita",
|
68
|
+
refreshtext: "",
|
69
|
+
refreshtitle: "Endurhlaða",
|
70
|
+
alertcap: "Viðvörun",
|
71
|
+
alerttext: "Vinsamlega veldu færslu",
|
72
|
+
viewtext: "",
|
73
|
+
viewtitle: "Skoða valda færslu"
|
74
|
+
},
|
75
|
+
col : {
|
76
|
+
caption: "Sýna / fela dálka",
|
77
|
+
bSubmit: "Vista",
|
78
|
+
bCancel: "Hætta við"
|
79
|
+
},
|
80
|
+
errors : {
|
81
|
+
errcap : "Villa",
|
82
|
+
nourl : "Vantar slóð",
|
83
|
+
norecords: "Engar færslur valdar",
|
84
|
+
model : "Lengd colNames <> colModel!"
|
85
|
+
},
|
86
|
+
formatter : {
|
87
|
+
integer : {thousandsSeparator: " ", defaultValue: '0'},
|
88
|
+
number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'},
|
89
|
+
currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'},
|
90
|
+
date : {
|
91
|
+
dayNames: [
|
92
|
+
"Sun", "Mán", "Þri", "Mið", "Fim", "Fös", "Lau",
|
93
|
+
"Sunnudagur", "Mánudagur", "Þriðjudagur", "Miðvikudagur", "Fimmtudagur", "Föstudagur", "Laugardagur"
|
94
|
+
],
|
95
|
+
monthNames: [
|
96
|
+
"Jan", "Feb", "Mar", "Apr", "Maí", "Jún", "Júl", "Ágú", "Sep", "Oct", "Nóv", "Des",
|
97
|
+
"Janúar", "Febrúar", "Mars", "Apríl", "Maí", "Júný", "Júlý", "Ágúst", "September", "Október", "Nóvember", "Desember"
|
98
|
+
],
|
99
|
+
AmPm : ["am","pm","AM","PM"],
|
100
|
+
S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
|
101
|
+
srcformat: 'Y-m-d',
|
102
|
+
newformat: 'd/m/Y',
|
103
|
+
parseRe : /[Tt\\\/:_;.,\t\s-]/,
|
104
|
+
masks : {
|
105
|
+
ISO8601Long:"Y-m-d H:i:s",
|
106
|
+
ISO8601Short:"Y-m-d",
|
107
|
+
ShortDate: "n/j/Y",
|
108
|
+
LongDate: "l, F d, Y",
|
109
|
+
FullDateTime: "l, F d, Y g:i:s A",
|
110
|
+
MonthDay: "F d",
|
111
|
+
ShortTime: "g:i A",
|
112
|
+
LongTime: "g:i:s A",
|
113
|
+
SortableDateTime: "Y-m-d\\TH:i:s",
|
114
|
+
UniversalSortableDateTime: "Y-m-d H:i:sO",
|
115
|
+
YearMonth: "F, Y"
|
116
|
+
},
|
117
|
+
reformatAfterEdit : false
|
118
|
+
},
|
119
|
+
baseLinkUrl: '',
|
120
|
+
showAction: '',
|
121
|
+
target: '',
|
122
|
+
checkbox : {disabled:true},
|
123
|
+
idName : 'id'
|
124
|
+
}
|
125
|
+
});
|
126
|
+
})(jQuery);
|
@@ -1 +1 @@
|
|
1
|
-
(function(a){a.jgrid = a.jgrid || {};a.extend(a.jgrid,{ defaults:{recordtext:"Visualizzati {0} - {1} di {2}",emptyrecords:"Nessun record da visualizzare",loadtext:"Caricamento...",pgtext:"Pagina {0} di {1}"},search:{caption:"Ricerca...",Find:"Cerca",Reset:"Pulisci",odata:["uguale","diverso","minore","minore o uguale","maggiore","maggiore o uguale","inizia con","non inizia con","in","non in","termina con","non termina con","contiene","non contiene"],groupOps:[{op:"AND",text:"tutto"},{op:"OR",text:"almeno uno"}]
|
1
|
+
(function(a){a.jgrid = a.jgrid || {};a.extend(a.jgrid,{ defaults:{recordtext:"Visualizzati {0} - {1} di {2}",emptyrecords:"Nessun record da visualizzare",loadtext:"Caricamento...",pgtext:"Pagina {0} di {1}"},search:{caption:"Ricerca...",Find:"Cerca",Reset:"Pulisci", odata: [{ oper:'eq', text:"uguale"},{ oper:'ne', text:"diverso"},{ oper:'lt', text:"minore"},{ oper:'le', text:"minore o uguale"},{ oper:'gt', text:"maggiore"},{ oper:'ge', text:"maggiore o uguale"},{ oper:'bw', text:"inizia con"},{ oper:'bn', text:"non inizia con"},{ oper:'in', text:"in"},{ oper:'ni', text:"non in"},{ oper:'ew', text:"termina con"},{ oper:'en', text:"non termina con"},{ oper:'cn', text:"contiene"},{ oper:'nc', text:"non contiene"}],groupOps:[{op:"AND",text:"tutto"},{op:"OR",text:"almeno uno"}]},edit:{addCaption:"Aggiungi Record",editCaption:"Modifica Record",bSubmit:"Invia",bCancel:"Chiudi",bClose:"Chiudi",saveData:"Alcuni dati modificati! Salvare i cambiamenti?",bYes:"Si",bNo:"No",bExit:"Esci",msg:{required:"Campo richiesto",number:"Per favore, inserisci un valore valido",minValue:"il valore deve essere maggiore o uguale a ",maxValue:"il valore deve essere minore o uguale a",email:"e-mail non corretta",integer:"Per favore, inserisci un numero intero valido",date:"Per favore, inserisci una data valida",url:"URL non valido. Prefisso richiesto ('http://' or 'https://')",nodefined:" non � definito!",novalue:" valore di ritorno richiesto!",customarray:"La function custon deve tornare un array!",customfcheck:"La function custom deve esistere per il custom checking!"}},view:{caption:"Visualizzazione Record",bClose:"Chiudi"},del:{caption:"Cancella",msg:"Cancellare record selezionato/i?",bSubmit:"Cancella",bCancel:"Annulla"},nav:{edittext:" ",edittitle:"Modifica record selezionato",addtext:" ",addtitle:"Aggiungi nuovo record",deltext:" ",deltitle:"Cancella record selezionato",searchtext:" ",searchtitle:"Ricerca record",refreshtext:"",refreshtitle:"Aggiorna griglia",alertcap:"Attenzione",alerttext:"Per favore, seleziona un record",viewtext:"",viewtitle:"Visualizza riga selezionata"},col:{caption:"Mostra/Nascondi Colonne",bSubmit:"Invia",bCancel:"Annulla"},errors:{errcap:"Errore",nourl:"Url non settata",norecords:"Nessun record da elaborare",model:"Lunghezza di 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"},date:{dayNames:["Dom","Lun","Mar","Mer","Gio","Ven","Sab","Domenica","Luned�","Marted�","Mercoled�","Gioved�","Venerd�","Sabato"],monthNames:["Gen","Feb","Mar","Apr","Mag","Gui","Lug","Ago","Set","Ott","Nov","Dic","Genneio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Movembre","Dicembre"],AmPm:["am","pm","AM","PM"],S:function(b){return b<11||b>13?["st","nd","rd","th"][Math.min((b-1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"d/m/Y",parseRe : /[Tt\\\/:_;.,\t\s-]/,masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:true},idName:"id"}});})(jQuery);
|
@@ -19,13 +19,13 @@ $.extend($.jgrid,{
|
|
19
19
|
caption: "\u691c\u7d22...",
|
20
20
|
Find: "\u691c\u7d22",
|
21
21
|
Reset: "\u30ea\u30bb\u30c3\u30c8",
|
22
|
-
odata: ["\u6B21\u306B\u7B49\u3057\u3044", "\u6B21\u306B\u7B49\u3057\u304F\u306A\u3044",
|
23
|
-
"\u6B21\u3088\u308A\u5C0F\u3055\u3044", "\u6B21\u306B\u7B49\u3057\u3044\u304B\u5C0F\u3055\u3044",
|
24
|
-
"\u6B21\u3088\u308A\u5927\u304D\u3044", "\u6B21\u306B\u7B49\u3057\u3044\u304B\u5927\u304D\u3044",
|
25
|
-
"\u6B21\u3067\u59CB\u307E\u308B", "\u6B21\u3067\u59CB\u307E\u3089\u306A\u3044",
|
26
|
-
"\u6B21\u306B\u542B\u307E\u308C\u308B", "\u6B21\u306B\u542B\u307E\u308C\u306A\u3044",
|
27
|
-
"\u6B21\u3067\u7D42\u308F\u308B", "\u6B21\u3067\u7D42\u308F\u3089\u306A\u3044",
|
28
|
-
"\u6B21\u3092\u542B\u3080", "\u6B21\u3092\u542B\u307E\u306A\u3044"],
|
22
|
+
odata: [{ oper:'eq', text:"\u6B21\u306B\u7B49\u3057\u3044"}, { oper:'ne', text:"\u6B21\u306B\u7B49\u3057\u304F\u306A\u3044"},
|
23
|
+
{ oper:'lt', text:"\u6B21\u3088\u308A\u5C0F\u3055\u3044"}, { oper:'le', text:"\u6B21\u306B\u7B49\u3057\u3044\u304B\u5C0F\u3055\u3044"},
|
24
|
+
{ oper:'gt', text:"\u6B21\u3088\u308A\u5927\u304D\u3044"}, { oper:'ge', text:"\u6B21\u306B\u7B49\u3057\u3044\u304B\u5927\u304D\u3044"},
|
25
|
+
{ oper:'bw', text:"\u6B21\u3067\u59CB\u307E\u308B"}, { oper:'bn', text:"\u6B21\u3067\u59CB\u307E\u3089\u306A\u3044"},
|
26
|
+
{ oper:'in', text:"\u6B21\u306B\u542B\u307E\u308C\u308B"}, { oper:'ni', text:"\u6B21\u306B\u542B\u307E\u308C\u306A\u3044"},
|
27
|
+
{ oper:'ew', text:"\u6B21\u3067\u7D42\u308F\u308B"}, { oper:'en', text:"\u6B21\u3067\u7D42\u308F\u3089\u306A\u3044"},
|
28
|
+
{ oper:'cn', text:"\u6B21\u3092\u542B\u3080"}, { oper:'nc', text:"\u6B21\u3092\u542B\u307E\u306A\u3044"}],
|
29
29
|
groupOps: [{
|
30
30
|
op: "AND",
|
31
31
|
text: "\u3059\u3079\u3066\u306E"
|
@@ -33,9 +33,7 @@ $.extend($.jgrid,{
|
|
33
33
|
{
|
34
34
|
op: "OR",
|
35
35
|
text: "\u3044\u305A\u308C\u304B\u306E"
|
36
|
-
}]
|
37
|
-
matchText: " \u6B21\u306E",
|
38
|
-
rulesText: " \u6761\u4EF6\u3092\u6E80\u305F\u3059"
|
36
|
+
}]
|
39
37
|
},
|
40
38
|
edit : {
|
41
39
|
addCaption: "\u30ec\u30b3\u30fc\u30c9\u8ffd\u52a0",
|
@@ -131,6 +129,7 @@ $.extend($.jgrid,{
|
|
131
129
|
S: function (j) { return "\u756a\u76ee"; },
|
132
130
|
srcformat: 'Y-m-d',
|
133
131
|
newformat: 'd/m/Y',
|
132
|
+
parseRe : /[Tt\\\/:_;.,\t\s-]/,
|
134
133
|
masks : {
|
135
134
|
ISO8601Long:"Y-m-d H:i:s",
|
136
135
|
ISO8601Short:"Y-m-d",
|
@@ -19,10 +19,8 @@ $.extend($.jgrid,{
|
|
19
19
|
caption: "검색...",
|
20
20
|
Find: "찾기",
|
21
21
|
Reset: "초기화",
|
22
|
-
odata
|
23
|
-
groupOps: [ { op: "AND", text: "전부" }, { op: "OR", text: "임의" } ]
|
24
|
-
matchText: " 일치하다",
|
25
|
-
rulesText: " 적용하다"
|
22
|
+
odata: [{ oper:'eq', text:"같다"},{ oper:'ne', text:"같지 않다"},{ oper:'lt', text:"작다"},{ oper:'le', text:"작거나 같다"},{ oper:'gt', text:"크다"},{ oper:'ge', text:"크거나 같다"},{ oper:'bw', text:"로 시작한다"},{ oper:'bn', text:"로 시작하지 않는다"},{ oper:'in', text:"내에 있다"},{ oper:'ni', text:"내에 있지 않다"},{ oper:'ew', text:"로 끝난다"},{ oper:'en', text:"로 끝나지 않는다"},{ oper:'cn', text:"내에 존재한다"},{ oper:'nc', text:"내에 존재하지 않는다"}],
|
23
|
+
groupOps: [ { op: "AND", text: "전부" }, { op: "OR", text: "임의" } ]
|
26
24
|
},
|
27
25
|
edit : {
|
28
26
|
addCaption: "행 추가",
|
@@ -104,6 +102,7 @@ $.extend($.jgrid,{
|
|
104
102
|
S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
|
105
103
|
srcformat: 'Y-m-d',
|
106
104
|
newformat: 'm-d-Y',
|
105
|
+
parseRe : /[Tt\\\/:_;.,\t\s-]/,
|
107
106
|
masks : {
|
108
107
|
ISO8601Long:"Y-m-d H:i:s",
|
109
108
|
ISO8601Short:"Y-m-d",
|
@@ -19,10 +19,8 @@ $.extend($.jgrid,{
|
|
19
19
|
caption: "Paieška...",
|
20
20
|
Find: "Ieškoti",
|
21
21
|
Reset: "Atstatyti",
|
22
|
-
odata
|
23
|
-
groupOps: [ { op: "AND", text: "visi" }, { op: "OR", text: "bet kuris" } ]
|
24
|
-
matchText: " match",
|
25
|
-
rulesText: " rules"
|
22
|
+
odata: [{ oper:'eq', text:"lygu"},{ oper:'ne', text:"nelygu"},{ oper:'lt', text:"mažiau"},{ oper:'le', text:"mažiau arba lygu"},{ oper:'gt', text:"daugiau"},{ oper:'ge', text:"daugiau arba lygu"},{ oper:'bw', text:"prasideda"},{ oper:'bn', text:"neprasideda"},{ oper:'in', text:"reikšmė yra"},{ oper:'ni', text:"reikšmės nėra"},{ oper:'ew', text:"baigiasi"},{ oper:'en', text:"nesibaigia"},{ oper:'cn', text:"yra sudarytas"},{ oper:'nc', text:"nėra sudarytas"}],
|
23
|
+
groupOps: [ { op: "AND", text: "visi" }, { op: "OR", text: "bet kuris" } ]
|
26
24
|
},
|
27
25
|
edit : {
|
28
26
|
addCaption: "Sukurti įrašą",
|
@@ -104,6 +102,7 @@ $.extend($.jgrid,{
|
|
104
102
|
S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
|
105
103
|
srcformat: 'Y-m-d',
|
106
104
|
newformat: 'd/m/Y',
|
105
|
+
parseRe : /[Tt\\\/:_;.,\t\s-]/,
|
107
106
|
masks : {
|
108
107
|
ISO8601Long:"Y-m-d H:i:s",
|
109
108
|
ISO8601Short:"Y-m-d",
|
@@ -1,129 +1,128 @@
|
|
1
|
-
;(function($){
|
2
|
-
/**
|
3
|
-
* jqGrid Montenegrian Translation
|
4
|
-
* Bild Studio info@bild-studio.net
|
5
|
-
* http://www.bild-studio.com
|
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: "Ne postoji nijedan zapis",
|
15
|
-
loadtext: "Učitivanje...",
|
16
|
-
pgtext : "Strana {0} od {1}"
|
17
|
-
},
|
18
|
-
search : {
|
19
|
-
caption: "Traženje...",
|
20
|
-
Find: "Traži",
|
21
|
-
Reset: "Resetuj",
|
22
|
-
odata
|
23
|
-
groupOps: [ { op: "AND", text: "sva" }, { op: "OR", text: "bilo koje" } ]
|
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
|
-
});
|
129
|
-
})(jQuery);
|
1
|
+
;(function($){
|
2
|
+
/**
|
3
|
+
* jqGrid Montenegrian Translation
|
4
|
+
* Bild Studio info@bild-studio.net
|
5
|
+
* http://www.bild-studio.com
|
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: "Ne postoji nijedan zapis",
|
15
|
+
loadtext: "Učitivanje...",
|
16
|
+
pgtext : "Strana {0} od {1}"
|
17
|
+
},
|
18
|
+
search : {
|
19
|
+
caption: "Traženje...",
|
20
|
+
Find: "Traži",
|
21
|
+
Reset: "Resetuj",
|
22
|
+
odata: [{ oper:'eq', text:"jednako"},{ oper:'ne', text:"nije jednako"},{ oper:'lt', text:"manje"},{ oper:'le', text:"manje ili jednako"},{ oper:'gt', text:"veće"},{ oper:'ge', text:"veće ili jednako"},{ oper:'bw', text:"počinje sa"},{ oper:'bn', text:"ne počinje sa"},{ oper:'in', text:"je u"},{ oper:'ni', text:"nije u"},{ oper:'ew', text:"završava sa"},{ oper:'en', text:"ne završava sa"},{ oper:'cn', text:"sadrži"},{ oper:'nc', text:"ne sadrži"}],
|
23
|
+
groupOps: [ { op: "AND", text: "sva" }, { op: "OR", text: "bilo koje" } ]
|
24
|
+
},
|
25
|
+
edit : {
|
26
|
+
addCaption: "Dodaj zapis",
|
27
|
+
editCaption: "Izmjeni zapis",
|
28
|
+
bSubmit: "Pošalji",
|
29
|
+
bCancel: "Odustani",
|
30
|
+
bClose: "Zatvori",
|
31
|
+
saveData: "Podatak je izmjenjen! Sačuvaj izmjene?",
|
32
|
+
bYes : "Da",
|
33
|
+
bNo : "Ne",
|
34
|
+
bExit : "Odustani",
|
35
|
+
msg: {
|
36
|
+
required:"Polje je obavezno",
|
37
|
+
number:"Unesite ispravan broj",
|
38
|
+
minValue:"vrijednost mora biti veća od ili jednaka sa ",
|
39
|
+
maxValue:"vrijednost mora biti manja ili jednaka sa",
|
40
|
+
email: "nije ispravna email adresa, nije valjda da ne umiješ ukucati mail!?",
|
41
|
+
integer: "Ne zajebaji se unesi cjelobrojnu vrijednost ",
|
42
|
+
date: "Unesite ispravan datum",
|
43
|
+
url: "nije ispravan URL. Potreban je prefiks ('http://' or 'https://')",
|
44
|
+
nodefined : " nije definisan!",
|
45
|
+
novalue : " zahtjevana je povratna vrijednost!",
|
46
|
+
customarray : "Prilagođena funkcija treba da vrati niz!",
|
47
|
+
customfcheck : "Prilagođena funkcija treba da bude prisutana u slučaju prilagođene provjere!"
|
48
|
+
|
49
|
+
}
|
50
|
+
},
|
51
|
+
view : {
|
52
|
+
caption: "Pogledaj zapis",
|
53
|
+
bClose: "Zatvori"
|
54
|
+
},
|
55
|
+
del : {
|
56
|
+
caption: "Izbrisi",
|
57
|
+
msg: "Izbrisi izabran(e) zapise(e)?",
|
58
|
+
bSubmit: "Izbriši",
|
59
|
+
bCancel: "Odbaci"
|
60
|
+
},
|
61
|
+
nav : {
|
62
|
+
edittext: "",
|
63
|
+
edittitle: "Izmjeni izabrani red",
|
64
|
+
addtext:"",
|
65
|
+
addtitle: "Dodaj novi red",
|
66
|
+
deltext: "",
|
67
|
+
deltitle: "Izbriši izabran red",
|
68
|
+
searchtext: "",
|
69
|
+
searchtitle: "Nađi zapise",
|
70
|
+
refreshtext: "",
|
71
|
+
refreshtitle: "Ponovo učitaj podatke",
|
72
|
+
alertcap: "Upozorenje",
|
73
|
+
alerttext: "Izaberite red",
|
74
|
+
viewtext: "",
|
75
|
+
viewtitle: "Pogledaj izabrani red"
|
76
|
+
},
|
77
|
+
col : {
|
78
|
+
caption: "Izaberi kolone",
|
79
|
+
bSubmit: "OK",
|
80
|
+
bCancel: "Odbaci"
|
81
|
+
},
|
82
|
+
errors : {
|
83
|
+
errcap : "Greška",
|
84
|
+
nourl : "Nije postavljen URL",
|
85
|
+
norecords: "Nema zapisa za obradu",
|
86
|
+
model : "Dužina modela 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
|
+
"Ned", "Pon", "Uto", "Sre", "Čet", "Pet", "Sub",
|
95
|
+
"Nedelja", "Ponedeljak", "Utorak", "Srijeda", "Četvrtak", "Petak", "Subota"
|
96
|
+
],
|
97
|
+
monthNames: [
|
98
|
+
"Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Avg", "Sep", "Okt", "Nov", "Dec",
|
99
|
+
"Januar", "Februar", "Mart", "April", "Maj", "Jun", "Jul", "Avgust", "Septembar", "Oktobar", "Novembar", "Decembar"
|
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
|
+
parseRe : /[Tt\\\/:_;.,\t\s-]/,
|
106
|
+
masks : {
|
107
|
+
ISO8601Long:"Y-m-d H:i:s",
|
108
|
+
ISO8601Short:"Y-m-d",
|
109
|
+
ShortDate: "n/j/Y",
|
110
|
+
LongDate: "l, F d, Y",
|
111
|
+
FullDateTime: "l, F d, Y g:i:s A",
|
112
|
+
MonthDay: "F d",
|
113
|
+
ShortTime: "g:i A",
|
114
|
+
LongTime: "g:i:s A",
|
115
|
+
SortableDateTime: "Y-m-d\\TH:i:s",
|
116
|
+
UniversalSortableDateTime: "Y-m-d H:i:sO",
|
117
|
+
YearMonth: "F, Y"
|
118
|
+
},
|
119
|
+
reformatAfterEdit : false
|
120
|
+
},
|
121
|
+
baseLinkUrl: '',
|
122
|
+
showAction: '',
|
123
|
+
target: '',
|
124
|
+
checkbox : {disabled:true},
|
125
|
+
idName : 'id'
|
126
|
+
}
|
127
|
+
});
|
128
|
+
})(jQuery);
|