compass-jquery-plugin 0.2.4.100 → 0.2.5
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION.yml +2 -2
- data/compass-jquery-plugin.gemspec +4 -6
- data/gem_tasks/jrails.rake +8 -53
- data/templates/dynatree/jquery.dynatree.js +2018 -1975
- data/templates/dynatree/jquery.dynatree.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-cn.js +128 -0
- data/templates/jqgrid/i18n/jqgrid/locale-cn.min.js +1 -0
- data/templates/jqgrid/i18n/jqgrid/locale-cs.js +128 -127
- data/templates/jqgrid/i18n/jqgrid/locale-cs.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-is.js +126 -126
- data/templates/jqgrid/i18n/jqgrid/locale-is.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-no.js +1 -121
- data/templates/jqgrid/i18n/jqgrid/locale-no.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-sp.js +128 -128
- data/templates/jqgrid/i18n/jqgrid/locale-sp.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-sv.js +127 -117
- data/templates/jqgrid/i18n/jqgrid/locale-sv.min.js +1 -1
- data/templates/jqgrid/jquery.jqGrid.js +10185 -9921
- data/templates/jqgrid/jquery.jqGrid.min.js +1 -1
- data/templates/jqgrid/jquery.ui/jqGrid.sass +761 -746
- data/templates/jqgrid/manifest.rb +64 -62
- data/templates/jrails/config/initializers/jrails.rb +24 -29
- data/templates/jrails/jquery.js +7644 -9557
- data/templates/jrails/jquery.min.js +19 -23
- data/templates/jrails/manifest.rb +457 -463
- metadata +4 -6
- data/templates/jrails/jquery.1.3.2.js +0 -7645
- data/templates/jrails/jquery.1.3.2.min.js +0 -19
- data/templates/jrails/jquery.compat-1.3.js +0 -288
- data/templates/jrails/jquery.compat-1.3.min.js +0 -1
@@ -1,126 +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 = {
|
10
|
-
defaults : {
|
11
|
-
recordtext: "View {0} - {1} of {2}",
|
12
|
-
emptyrecords: "No records to view",
|
13
|
-
loadtext: "
|
14
|
-
pgtext : "Page {0} of {1}"
|
15
|
-
},
|
16
|
-
search : {
|
17
|
-
caption: "Leita...",
|
18
|
-
Find: "Leita",
|
19
|
-
Reset: "Endursetja",
|
20
|
-
odata : ['equal', 'not equal', 'less', 'less or equal','greater','greater or equal', 'begins with','does not begin with','is in','is not in','ends with','does not end with','contains','does not contain'],
|
21
|
-
groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ],
|
22
|
-
matchText: " match",
|
23
|
-
rulesText: " rules"
|
24
|
-
},
|
25
|
-
edit : {
|
26
|
-
addCaption: "Add Record",
|
27
|
-
editCaption: "Edit Record",
|
28
|
-
bSubmit: "Vista",
|
29
|
-
bCancel: "
|
30
|
-
bClose: "Loka",
|
31
|
-
saveData: "Data has been changed! Save changes?",
|
32
|
-
bYes : "Yes",
|
33
|
-
bNo : "No",
|
34
|
-
bExit : "Cancel",
|
35
|
-
msg: {
|
36
|
-
required:"Reitur er
|
37
|
-
number:"Vinsamlega settu inn
|
38
|
-
minValue:"gildi
|
39
|
-
maxValue:"gildi
|
40
|
-
email: "er ekki
|
41
|
-
integer: "Vinsamlega settu inn
|
42
|
-
date: "Please, enter valid date value",
|
43
|
-
url: "is not a valid URL. Prefix required ('http://' or 'https://')",
|
44
|
-
nodefined : " is not defined!",
|
45
|
-
novalue : " return value is required!",
|
46
|
-
customarray : "Custom function should return array!",
|
47
|
-
customfcheck : "Custom function should be present in case of custom checking!"
|
48
|
-
}
|
49
|
-
},
|
50
|
-
view : {
|
51
|
-
caption: "View Record",
|
52
|
-
bClose: "Close"
|
53
|
-
},
|
54
|
-
del : {
|
55
|
-
caption: "
|
56
|
-
msg: "
|
57
|
-
bSubmit: "
|
58
|
-
bCancel: "
|
59
|
-
},
|
60
|
-
nav : {
|
61
|
-
edittext: " ",
|
62
|
-
edittitle: "Breyta
|
63
|
-
addtext:" ",
|
64
|
-
addtitle: "
|
65
|
-
deltext: " ",
|
66
|
-
deltitle: "
|
67
|
-
searchtext: " ",
|
68
|
-
searchtitle: "Leita",
|
69
|
-
refreshtext: "",
|
70
|
-
refreshtitle: "
|
71
|
-
alertcap: "
|
72
|
-
alerttext: "Vinsamlega veldu
|
73
|
-
viewtext: "",
|
74
|
-
viewtitle: "View selected row"
|
75
|
-
},
|
76
|
-
col : {
|
77
|
-
caption: "
|
78
|
-
bSubmit: "Vista",
|
79
|
-
bCancel: "
|
80
|
-
},
|
81
|
-
errors : {
|
82
|
-
errcap : "Villa",
|
83
|
-
nourl : "Vantar
|
84
|
-
norecords: "Engar
|
85
|
-
model : "Length of colNames <> colModel!"
|
86
|
-
},
|
87
|
-
formatter : {
|
88
|
-
integer : {thousandsSeparator: " ", defaultValue: '0'},
|
89
|
-
number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'},
|
90
|
-
currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'},
|
91
|
-
date : {
|
92
|
-
dayNames: [
|
93
|
-
"Sun", "Mon", "Tue", "Wed", "Thr", "Fri", "Sat",
|
94
|
-
"Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"
|
95
|
-
],
|
96
|
-
monthNames: [
|
97
|
-
"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec",
|
98
|
-
"January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"
|
99
|
-
],
|
100
|
-
AmPm : ["am","pm","AM","PM"],
|
101
|
-
S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
|
102
|
-
srcformat: 'Y-m-d',
|
103
|
-
newformat: 'd/m/Y',
|
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
|
+
;(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
|
+
defaults : {
|
11
|
+
recordtext: "View {0} - {1} of {2}",
|
12
|
+
emptyrecords: "No records to view",
|
13
|
+
loadtext: "Hleður...",
|
14
|
+
pgtext : "Page {0} of {1}"
|
15
|
+
},
|
16
|
+
search : {
|
17
|
+
caption: "Leita...",
|
18
|
+
Find: "Leita",
|
19
|
+
Reset: "Endursetja",
|
20
|
+
odata : ['equal', 'not equal', 'less', 'less or equal','greater','greater or equal', 'begins with','does not begin with','is in','is not in','ends with','does not end with','contains','does not contain'],
|
21
|
+
groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ],
|
22
|
+
matchText: " match",
|
23
|
+
rulesText: " rules"
|
24
|
+
},
|
25
|
+
edit : {
|
26
|
+
addCaption: "Add Record",
|
27
|
+
editCaption: "Edit Record",
|
28
|
+
bSubmit: "Vista",
|
29
|
+
bCancel: "Hætta við",
|
30
|
+
bClose: "Loka",
|
31
|
+
saveData: "Data has been changed! Save changes?",
|
32
|
+
bYes : "Yes",
|
33
|
+
bNo : "No",
|
34
|
+
bExit : "Cancel",
|
35
|
+
msg: {
|
36
|
+
required:"Reitur er nauðsynlegur",
|
37
|
+
number:"Vinsamlega settu inn tölu",
|
38
|
+
minValue:"gildi verður að vera meira en eða jafnt og ",
|
39
|
+
maxValue:"gildi verður að vera minna en eða jafnt og ",
|
40
|
+
email: "er ekki löglegt email",
|
41
|
+
integer: "Vinsamlega settu inn tölu",
|
42
|
+
date: "Please, enter valid date value",
|
43
|
+
url: "is not a valid URL. Prefix required ('http://' or 'https://')",
|
44
|
+
nodefined : " is not defined!",
|
45
|
+
novalue : " return value is required!",
|
46
|
+
customarray : "Custom function should return array!",
|
47
|
+
customfcheck : "Custom function should be present in case of custom checking!"
|
48
|
+
}
|
49
|
+
},
|
50
|
+
view : {
|
51
|
+
caption: "View Record",
|
52
|
+
bClose: "Close"
|
53
|
+
},
|
54
|
+
del : {
|
55
|
+
caption: "Eyða",
|
56
|
+
msg: "Eyða völdum færslum ?",
|
57
|
+
bSubmit: "Eyða",
|
58
|
+
bCancel: "Hætta við"
|
59
|
+
},
|
60
|
+
nav : {
|
61
|
+
edittext: " ",
|
62
|
+
edittitle: "Breyta færslu",
|
63
|
+
addtext:" ",
|
64
|
+
addtitle: "Ný færsla",
|
65
|
+
deltext: " ",
|
66
|
+
deltitle: "Eyða færslu",
|
67
|
+
searchtext: " ",
|
68
|
+
searchtitle: "Leita",
|
69
|
+
refreshtext: "",
|
70
|
+
refreshtitle: "Endurhlaða",
|
71
|
+
alertcap: "Viðvörun",
|
72
|
+
alerttext: "Vinsamlega veldu færslu",
|
73
|
+
viewtext: "",
|
74
|
+
viewtitle: "View selected row"
|
75
|
+
},
|
76
|
+
col : {
|
77
|
+
caption: "Sýna / fela dálka",
|
78
|
+
bSubmit: "Vista",
|
79
|
+
bCancel: "Hætta við"
|
80
|
+
},
|
81
|
+
errors : {
|
82
|
+
errcap : "Villa",
|
83
|
+
nourl : "Vantar slóð",
|
84
|
+
norecords: "Engar færslur valdar",
|
85
|
+
model : "Length of colNames <> colModel!"
|
86
|
+
},
|
87
|
+
formatter : {
|
88
|
+
integer : {thousandsSeparator: " ", defaultValue: '0'},
|
89
|
+
number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'},
|
90
|
+
currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'},
|
91
|
+
date : {
|
92
|
+
dayNames: [
|
93
|
+
"Sun", "Mon", "Tue", "Wed", "Thr", "Fri", "Sat",
|
94
|
+
"Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"
|
95
|
+
],
|
96
|
+
monthNames: [
|
97
|
+
"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec",
|
98
|
+
"January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"
|
99
|
+
],
|
100
|
+
AmPm : ["am","pm","AM","PM"],
|
101
|
+
S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
|
102
|
+
srcformat: 'Y-m-d',
|
103
|
+
newformat: 'd/m/Y',
|
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={defaults:{recordtext:"View {0} - {1} of {2}",emptyrecords:"No records to view",loadtext:"
|
1
|
+
(function(a){a.jgrid={defaults:{recordtext:"View {0} - {1} of {2}",emptyrecords:"No records to view",loadtext:"Hleður...",pgtext:"Page {0} of {1}"},search:{caption:"Leita...",Find:"Leita",Reset:"Endursetja",odata:["equal","not equal","less","less or equal","greater","greater or equal","begins with","does not begin with","is in","is not in","ends with","does not end with","contains","does not contain"],groupOps:[{op:"AND",text:"all"},{op:"OR",text:"any"}],matchText:" match",rulesText:" rules"},edit:{addCaption:"Add Record",editCaption:"Edit Record",bSubmit:"Vista",bCancel:"Hætta við",bClose:"Loka",saveData:"Data has been changed! Save changes?",bYes:"Yes",bNo:"No",bExit:"Cancel",msg:{required:"Reitur er nauðsynlegur",number:"Vinsamlega settu inn tölu",minValue:"gildi verður að vera meira en eða jafnt og ",maxValue:"gildi verður að vera minna en eða jafnt og ",email:"er ekki löglegt email",integer:"Vinsamlega settu inn tölu",date:"Please, enter valid date value",url:"is not a valid URL. Prefix required ('http://' or '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!"}},view:{caption:"View Record",bClose:"Close"},del:{caption:"Eyða",msg:"Eyða völdum færslum ?",bSubmit:"Eyða",bCancel:"Hætta við"},nav:{edittext:" ",edittitle:"Breyta færslu",addtext:" ",addtitle:"Ný færsla",deltext:" ",deltitle:"Eyða færslu",searchtext:" ",searchtitle:"Leita",refreshtext:"",refreshtitle:"Endurhlaða",alertcap:"Viðvörun",alerttext:"Vinsamlega veldu færslu",viewtext:"",viewtitle:"View selected row"},col:{caption:"Sýna / fela dálka",bSubmit:"Vista",bCancel:"Hætta við"},errors:{errcap:"Villa",nourl:"Vantar slóð",norecords:"Engar færslur valdar",model:"Length of 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:["Sun","Mon","Tue","Wed","Thr","Fri","Sat","Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],monthNames:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec","January","February","March","April","May","June","July","August","September","October","November","December"],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",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);
|
@@ -1,121 +1 @@
|
|
1
|
-
;(function(
|
2
|
-
/**
|
3
|
-
* jqGrid Norwegian Translation
|
4
|
-
* KEM
|
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
|
-
$.jgrid.defaults = {
|
12
|
-
recordtext: "Rad(er)",
|
13
|
-
loadtext: "Laster...",
|
14
|
-
pgtext : "/"
|
15
|
-
};
|
16
|
-
$.jgrid.search = {
|
17
|
-
caption: "Søk...",
|
18
|
-
Find: "Finn",
|
19
|
-
Reset: "Nullstill",
|
20
|
-
odata : ['lik', 'forskjellig fra', 'mindre enn', 'mindre eller lik','større enn',' større eller lik', 'starter med','slutter med','inneholder' ]
|
21
|
-
};
|
22
|
-
$.jgrid.edit = {
|
23
|
-
addCaption: "Ny rad",
|
24
|
-
editCaption: "Rediger",
|
25
|
-
bSubmit: "Send",
|
26
|
-
bCancel: "Avbryt",
|
27
|
-
bClose: "Lukk",
|
28
|
-
processData: "Laster...",
|
29
|
-
msg: {
|
30
|
-
required:"Felt er obligatorisk",
|
31
|
-
number:"Legg inn et gyldig tall",
|
32
|
-
minValue:"verdi må være større enn eller lik",
|
33
|
-
maxValue:"verdi må være mindre enn eller lik",
|
34
|
-
email: "er ikke en gyldig e-post adresse",
|
35
|
-
integer: "Legg inn et gyldig heltall",
|
36
|
-
date: "Legg inn en gyldig dato",
|
37
|
-
url: "is not a valid URL. Prefix required ('http://' or 'https://')",
|
38
|
-
nodefined : " is not defined!",
|
39
|
-
novalue : " return value is required!",
|
40
|
-
customarray : "Custom function should return array!",
|
41
|
-
customfcheck : "Custom function should be present in case of custom checking!"
|
42
|
-
}
|
43
|
-
};
|
44
|
-
$.jgrid.view = {
|
45
|
-
caption: "Åpne post",
|
46
|
-
bClose: "Lukk"
|
47
|
-
}
|
48
|
-
$.jgrid.del = {
|
49
|
-
caption: "Slett",
|
50
|
-
msg: "Slett valgte rad(er)?",
|
51
|
-
bSubmit: "Slett",
|
52
|
-
bCancel: "Avbryt",
|
53
|
-
processData: "Behandler..."
|
54
|
-
};
|
55
|
-
$.jgrid.nav = {
|
56
|
-
edittext: " ",
|
57
|
-
edittitle: "Rediger valgte rad",
|
58
|
-
addtext:" ",
|
59
|
-
addtitle: "Legg til ny rad",
|
60
|
-
deltext: " ",
|
61
|
-
deltitle: "Slett valgte rader",
|
62
|
-
searchtext: " ",
|
63
|
-
searchtitle: "Søk",
|
64
|
-
refreshtext: "",
|
65
|
-
refreshtitle: "Oppdater tabell",
|
66
|
-
alertcap: "Advarsel",
|
67
|
-
alerttext: "Velg rad",
|
68
|
-
viewtext: " ",
|
69
|
-
viewtitle: "Åpne valgt rad"
|
70
|
-
};
|
71
|
-
// setcolumns module
|
72
|
-
$.jgrid.col ={
|
73
|
-
caption: "Vis/skjul kolonner",
|
74
|
-
bSubmit: "Utfør",
|
75
|
-
bCancel: "Avbryt"
|
76
|
-
};
|
77
|
-
$.jgrid.errors = {
|
78
|
-
errcap : "Feil",
|
79
|
-
nourl : "Ingen url er satt",
|
80
|
-
norecords: "Ingen poster å behandle",
|
81
|
-
model : "colNames og colModel er forskjellig lengde!"
|
82
|
-
};
|
83
|
-
$.jgrid.formatter = {
|
84
|
-
integer : {thousandsSeparator: " ", defaulValue: 0},
|
85
|
-
number : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, defaulValue: 0},
|
86
|
-
currency : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaulValue: 0},
|
87
|
-
date : {
|
88
|
-
dayNames: [
|
89
|
-
"sø.", "ma.", "ti.", "on.", "to.", "fr.", "lø.",
|
90
|
-
"Søndag", "Mandag", "Tirsdag", "Onsdag", "Torsdag", "Fredag", "Lørdag"
|
91
|
-
],
|
92
|
-
monthNames: [
|
93
|
-
"jan.", "feb.", "mars", "april", "mai", "juni", "juli", "aug.", "sep.", "okt.", "nov.", "des.",
|
94
|
-
"januar", "februar", "mars", "april", "mai", "juni", "juli", "august", "september", "oktober", "november", "desember"
|
95
|
-
],
|
96
|
-
AmPm : ["","","",""],
|
97
|
-
S: function (j) {return '.'},
|
98
|
-
srcformat: 'Y-m-d H:i:s',
|
99
|
-
newformat: 'Y-m-d H:i:s',
|
100
|
-
masks: {
|
101
|
-
ISO8601Long:"Y-m-d H:i:s",
|
102
|
-
ISO8601Short:"Y-m-d",
|
103
|
-
ShortDate: "j.n.Y",
|
104
|
-
LongDate: "l j. F Y",
|
105
|
-
FullDateTime: "l j. F Y kl. G.i.s",
|
106
|
-
MonthDay: "j. F",
|
107
|
-
ShortTime: "H:i",
|
108
|
-
LongTime: "H:i:s",
|
109
|
-
SortableDateTime: "Y-m-d\\TH:i:s",
|
110
|
-
UniversalSortableDateTime: "Y-m-d H:i:sO",
|
111
|
-
YearMonth: "F Y"
|
112
|
-
},
|
113
|
-
reformatAfterEdit : false
|
114
|
-
},
|
115
|
-
baseLinkUrl: '',
|
116
|
-
showAction: 'show',
|
117
|
-
addParam: '',
|
118
|
-
checkbox: { disabled: true }
|
119
|
-
};
|
120
|
-
// NO
|
121
|
-
})(jQuery);
|
1
|
+
(function(a){a.jgrid={};a.jgrid.defaults={recordtext:"Rad {0} - {1}, totalt {2}",loadtext:"Laster...",pgtext:"Side {0} av {1}"};a.jgrid.search={caption:"S�k...",Find:"Finn",Reset:"Nullstill",odata:["lik","forskjellig fra","mindre enn","mindre eller lik","st�rre enn"," st�rre eller lik","starter med","slutter med","inneholder"]};a.jgrid.edit={addCaption:"Ny rad",editCaption:"Rediger",bSubmit:"Send",bCancel:"Avbryt",bClose:"Lukk",processData:"Laster...",msg:{required:"Felt er obligatorisk",number:"Legg inn et gyldig tall",minValue:"verdi m� v�re st�rre enn eller lik",maxValue:"verdi m� v�re mindre enn eller lik",email:"er ikke en gyldig e-post adresse",integer:"Legg inn et gyldig heltall",date:"Legg inn en gyldig dato",url:"er ikke en gyldig URL. Prefiks p�krevd ('http://' eller 'https://')",nodefined:" er ikke definert!",novalue:" returverdi er p�krevd!",customarray:"Tilpasset funksjon m� returnere en tabell!",customfcheck:"Tilpasset funksjon m� eksistere!"}};a.jgrid.view={caption:"�pne post",bClose:"Lukk"};a.jgrid.del={caption:"Slett",msg:"Slett valgte rad(er)?",bSubmit:"Slett",bCancel:"Avbryt",processData:"Behandler..."};a.jgrid.nav={edittext:" ",edittitle:"Rediger valgte rad(er)",addtext:" ",addtitle:"Legg til ny rad",deltext:" ",deltitle:"Slett valgte rad(er)",searchtext:" ",searchtitle:"S�k",refreshtext:"",refreshtitle:"Oppdater tabell",alertcap:"Advarsel",alerttext:"Velg rad",viewtext:" ",viewtitle:"�pne valgt rad"};a.jgrid.col={caption:"Vis/skjul kolonner",bSubmit:"Utf�r",bCancel:"Avbryt"};a.jgrid.errors={errcap:"Feil",nourl:"Ingen url er satt",norecords:"Ingen poster � behandle",model:"colNames og colModel har forskjellig lengde!"};a.jgrid.formatter={integer:{thousandsSeparator:" ",defaulValue:0},number:{decimalSeparator:",",thousandsSeparator:" ",decimalPlaces:2,defaulValue:0},currency:{decimalSeparator:",",thousandsSeparator:" ",decimalPlaces:2,prefix:"",suffix:"",defaulValue:0},date:{dayNames:["s�.","ma.","ti.","on.","to.","fr.","l�.","S�ndag","Mandag","Tirsdag","Onsdag","Torsdag","Fredag","L�rdag"],monthNames:["jan.","feb.","mars","april","mai","juni","juli","aug.","sep.","okt.","nov.","des.","januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"],AmPm:["","","",""],S:function(b){return"."},srcformat:"Y-m-d H:i:s",newformat:"Y-m-d H:i:s",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"j.n.Y",LongDate:"l j. F Y",FullDateTime:"l j. F Y kl. G.i.s",MonthDay:"j. F",ShortTime:"H:i",LongTime:"H:i:s",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"show",addParam:"",checkbox:{disabled:true}}})(jQuery);
|
@@ -1 +1 @@
|
|
1
|
-
(function(
|
1
|
+
(function(b){b.jgrid={};b.jgrid.defaults={recordtext:"Rad {0} - {1}, totalt {2}",loadtext:"Laster...",pgtext:"Side {0} av {1}"};b.jgrid.search={caption:"S�k...",Find:"Finn",Reset:"Nullstill",odata:["lik","forskjellig fra","mindre enn","mindre eller lik","st�rre enn"," st�rre eller lik","starter med","slutter med","inneholder"]};b.jgrid.edit={addCaption:"Ny rad",editCaption:"Rediger",bSubmit:"Send",bCancel:"Avbryt",bClose:"Lukk",processData:"Laster...",msg:{required:"Felt er obligatorisk",number:"Legg inn et gyldig tall",minValue:"verdi m� v�re st�rre enn eller lik",maxValue:"verdi m� v�re mindre enn eller lik",email:"er ikke en gyldig e-post adresse",integer:"Legg inn et gyldig heltall",date:"Legg inn en gyldig dato",url:"er ikke en gyldig URL. Prefiks p�krevd ('http://' eller 'https://')",nodefined:" er ikke definert!",novalue:" returverdi er p�krevd!",customarray:"Tilpasset funksjon m� returnere en tabell!",customfcheck:"Tilpasset funksjon m� eksistere!"}};b.jgrid.view={caption:"�pne post",bClose:"Lukk"};b.jgrid.del={caption:"Slett",msg:"Slett valgte rad(er)?",bSubmit:"Slett",bCancel:"Avbryt",processData:"Behandler..."};b.jgrid.nav={edittext:" ",edittitle:"Rediger valgte rad(er)",addtext:" ",addtitle:"Legg til ny rad",deltext:" ",deltitle:"Slett valgte rad(er)",searchtext:" ",searchtitle:"S�k",refreshtext:"",refreshtitle:"Oppdater tabell",alertcap:"Advarsel",alerttext:"Velg rad",viewtext:" ",viewtitle:"�pne valgt rad"};b.jgrid.col={caption:"Vis/skjul kolonner",bSubmit:"Utf�r",bCancel:"Avbryt"};b.jgrid.errors={errcap:"Feil",nourl:"Ingen url er satt",norecords:"Ingen poster � behandle",model:"colNames og colModel har forskjellig lengde!"};b.jgrid.formatter={integer:{thousandsSeparator:" ",defaulValue:0},number:{decimalSeparator:",",thousandsSeparator:" ",decimalPlaces:2,defaulValue:0},currency:{decimalSeparator:",",thousandsSeparator:" ",decimalPlaces:2,prefix:"",suffix:"",defaulValue:0},date:{dayNames:["s�.","ma.","ti.","on.","to.","fr.","l�.","S�ndag","Mandag","Tirsdag","Onsdag","Torsdag","Fredag","L�rdag"],monthNames:["jan.","feb.","mars","april","mai","juni","juli","aug.","sep.","okt.","nov.","des.","januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"],AmPm:["","","",""],S:function(a){return"."},srcformat:"Y-m-d H:i:s",newformat:"Y-m-d H:i:s",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"j.n.Y",LongDate:"l j. F Y",FullDateTime:"l j. F Y kl. G.i.s",MonthDay:"j. F",ShortTime:"H:i",LongTime:"H:i:s",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"show",addParam:"",checkbox:{disabled:true}}})(jQuery);
|