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,128 +1,128 @@
|
|
1
|
-
;(function($){
|
2
|
-
/**
|
3
|
-
* jqGrid Spanish Translation
|
4
|
-
* Traduccion jqGrid en Español por Yamil Bracho
|
5
|
-
* Traduccion corregida y ampliada por Faserline, S.L.
|
6
|
-
* http://www.faserline.com
|
7
|
-
* Dual licensed under the MIT and GPL licenses:
|
8
|
-
* http://www.opensource.org/licenses/mit-license.php
|
9
|
-
* http://www.gnu.org/licenses/gpl.html
|
10
|
-
**/
|
11
|
-
$.jgrid = {
|
12
|
-
defaults : {
|
13
|
-
recordtext: "Mostrando {0} - {1} de {2}",
|
14
|
-
emptyrecords: "Sin registros que mostrar",
|
15
|
-
loadtext: "Cargando...",
|
16
|
-
pgtext : "Página {0} de {1}"
|
17
|
-
},
|
18
|
-
search : {
|
19
|
-
caption: "Búsqueda...",
|
20
|
-
Find: "Buscar",
|
21
|
-
Reset: "Limpiar",
|
22
|
-
odata : ['igual ', 'no igual a', 'menor que', 'menor o igual que','mayor que','mayor o igual a', 'empiece por','no empiece por','está en','no está en','termina por','no termina por','contiene','no contiene'],
|
23
|
-
groupOps: [ { op: "AND", text: "todo" }, { op: "OR", text: "cualquier" } ],
|
24
|
-
matchText: " match",
|
25
|
-
rulesText: " reglas"
|
26
|
-
},
|
27
|
-
edit : {
|
28
|
-
addCaption: "Agregar registro",
|
29
|
-
editCaption: "Modificar registro",
|
30
|
-
bSubmit: "Guardar",
|
31
|
-
bCancel: "Cancelar",
|
32
|
-
bClose: "Cerrar",
|
33
|
-
saveData: "
|
34
|
-
bYes : "
|
35
|
-
bNo : "No",
|
36
|
-
bExit : "
|
37
|
-
msg: {
|
38
|
-
required:"Campo obligatorio",
|
39
|
-
number:"Introduzca un número",
|
40
|
-
minValue:"El valor debe ser mayor o igual a ",
|
41
|
-
maxValue:"El valor debe ser menor o igual a ",
|
42
|
-
email: "no es una dirección de correo válida",
|
43
|
-
integer: "Introduzca un valor entero",
|
44
|
-
date: "Introduza una fecha correcta ",
|
45
|
-
url: "no es una URL válida. Prefijo requerido ('http://' or 'https://')",
|
46
|
-
nodefined : "
|
47
|
-
novalue : "
|
48
|
-
customarray : "
|
49
|
-
customfcheck : "
|
50
|
-
}
|
51
|
-
},
|
52
|
-
view : {
|
53
|
-
caption: "Consultar registro",
|
54
|
-
bClose: "Cerrar"
|
55
|
-
},
|
56
|
-
del : {
|
57
|
-
caption: "Eliminar",
|
58
|
-
msg: "¿Desea eliminar los registros seleccionados?",
|
59
|
-
bSubmit: "Eliminar",
|
60
|
-
bCancel: "Cancelar"
|
61
|
-
},
|
62
|
-
nav : {
|
63
|
-
edittext: " ",
|
64
|
-
edittitle: "Modificar fila seleccionada",
|
65
|
-
addtext:" ",
|
66
|
-
addtitle: "Agregar nueva fila",
|
67
|
-
deltext: " ",
|
68
|
-
deltitle: "Eliminar fila seleccionada",
|
69
|
-
searchtext: " ",
|
70
|
-
searchtitle: "Buscar información",
|
71
|
-
refreshtext: "",
|
72
|
-
refreshtitle: "Recargar datos",
|
73
|
-
alertcap: "Aviso",
|
74
|
-
alerttext: "Seleccione una fila",
|
75
|
-
viewtext: "",
|
76
|
-
viewtitle: "Ver fila seleccionada"
|
77
|
-
},
|
78
|
-
col : {
|
79
|
-
caption: "Mostrar/ocultar columnas",
|
80
|
-
bSubmit: "Enviar",
|
81
|
-
bCancel: "Cancelar"
|
82
|
-
},
|
83
|
-
errors : {
|
84
|
-
errcap : "Error",
|
85
|
-
nourl : "No se ha especificado una URL",
|
86
|
-
norecords: "No hay datos para procesar",
|
87
|
-
model : "Las columnas de nombres son diferentes de las columnas de modelo"
|
88
|
-
},
|
89
|
-
formatter : {
|
90
|
-
integer : {thousandsSeparator: ".", defaultValue: '0'},
|
91
|
-
number : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, defaultValue: '0,00'},
|
92
|
-
currency : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0,00'},
|
93
|
-
date : {
|
94
|
-
dayNames: [
|
95
|
-
"Do", "Lu", "Ma", "Mi", "Ju", "Vi", "Sa",
|
96
|
-
"Domingo", "Lunes", "Martes", "Miercoles", "Jueves", "Viernes", "Sabado"
|
97
|
-
],
|
98
|
-
monthNames: [
|
99
|
-
"Ene", "Feb", "Mar", "Abr", "May", "Jun", "Jul", "Ago", "Sep", "Oct", "Nov", "Dic",
|
100
|
-
"Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre"
|
101
|
-
],
|
102
|
-
AmPm : ["am","pm","AM","PM"],
|
103
|
-
S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
|
104
|
-
srcformat: 'Y-m-d',
|
105
|
-
newformat: 'd-m-Y',
|
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);
|
1
|
+
;(function($){
|
2
|
+
/**
|
3
|
+
* jqGrid Spanish Translation
|
4
|
+
* Traduccion jqGrid en Español por Yamil Bracho
|
5
|
+
* Traduccion corregida y ampliada por Faserline, S.L.
|
6
|
+
* http://www.faserline.com
|
7
|
+
* Dual licensed under the MIT and GPL licenses:
|
8
|
+
* http://www.opensource.org/licenses/mit-license.php
|
9
|
+
* http://www.gnu.org/licenses/gpl.html
|
10
|
+
**/
|
11
|
+
$.jgrid = {
|
12
|
+
defaults : {
|
13
|
+
recordtext: "Mostrando {0} - {1} de {2}",
|
14
|
+
emptyrecords: "Sin registros que mostrar",
|
15
|
+
loadtext: "Cargando...",
|
16
|
+
pgtext : "Página {0} de {1}"
|
17
|
+
},
|
18
|
+
search : {
|
19
|
+
caption: "Búsqueda...",
|
20
|
+
Find: "Buscar",
|
21
|
+
Reset: "Limpiar",
|
22
|
+
odata : ['igual ', 'no igual a', 'menor que', 'menor o igual que','mayor que','mayor o igual a', 'empiece por','no empiece por','está en','no está en','termina por','no termina por','contiene','no contiene'],
|
23
|
+
groupOps: [ { op: "AND", text: "todo" }, { op: "OR", text: "cualquier" } ],
|
24
|
+
matchText: " match",
|
25
|
+
rulesText: " reglas"
|
26
|
+
},
|
27
|
+
edit : {
|
28
|
+
addCaption: "Agregar registro",
|
29
|
+
editCaption: "Modificar registro",
|
30
|
+
bSubmit: "Guardar",
|
31
|
+
bCancel: "Cancelar",
|
32
|
+
bClose: "Cerrar",
|
33
|
+
saveData: "Se han modificado los datos, ¿guardar cambios?",
|
34
|
+
bYes : "Si",
|
35
|
+
bNo : "No",
|
36
|
+
bExit : "Cancelar",
|
37
|
+
msg: {
|
38
|
+
required:"Campo obligatorio",
|
39
|
+
number:"Introduzca un número",
|
40
|
+
minValue:"El valor debe ser mayor o igual a ",
|
41
|
+
maxValue:"El valor debe ser menor o igual a ",
|
42
|
+
email: "no es una dirección de correo válida",
|
43
|
+
integer: "Introduzca un valor entero",
|
44
|
+
date: "Introduza una fecha correcta ",
|
45
|
+
url: "no es una URL válida. Prefijo requerido ('http://' or 'https://')",
|
46
|
+
nodefined : " no está definido.",
|
47
|
+
novalue : " valor de retorno es requerido.",
|
48
|
+
customarray : "La función personalizada debe devolver un array.",
|
49
|
+
customfcheck : "La función personalizada debe estar presente en el caso de validación personalizada."
|
50
|
+
}
|
51
|
+
},
|
52
|
+
view : {
|
53
|
+
caption: "Consultar registro",
|
54
|
+
bClose: "Cerrar"
|
55
|
+
},
|
56
|
+
del : {
|
57
|
+
caption: "Eliminar",
|
58
|
+
msg: "¿Desea eliminar los registros seleccionados?",
|
59
|
+
bSubmit: "Eliminar",
|
60
|
+
bCancel: "Cancelar"
|
61
|
+
},
|
62
|
+
nav : {
|
63
|
+
edittext: " ",
|
64
|
+
edittitle: "Modificar fila seleccionada",
|
65
|
+
addtext:" ",
|
66
|
+
addtitle: "Agregar nueva fila",
|
67
|
+
deltext: " ",
|
68
|
+
deltitle: "Eliminar fila seleccionada",
|
69
|
+
searchtext: " ",
|
70
|
+
searchtitle: "Buscar información",
|
71
|
+
refreshtext: "",
|
72
|
+
refreshtitle: "Recargar datos",
|
73
|
+
alertcap: "Aviso",
|
74
|
+
alerttext: "Seleccione una fila",
|
75
|
+
viewtext: "",
|
76
|
+
viewtitle: "Ver fila seleccionada"
|
77
|
+
},
|
78
|
+
col : {
|
79
|
+
caption: "Mostrar/ocultar columnas",
|
80
|
+
bSubmit: "Enviar",
|
81
|
+
bCancel: "Cancelar"
|
82
|
+
},
|
83
|
+
errors : {
|
84
|
+
errcap : "Error",
|
85
|
+
nourl : "No se ha especificado una URL",
|
86
|
+
norecords: "No hay datos para procesar",
|
87
|
+
model : "Las columnas de nombres son diferentes de las columnas de modelo"
|
88
|
+
},
|
89
|
+
formatter : {
|
90
|
+
integer : {thousandsSeparator: ".", defaultValue: '0'},
|
91
|
+
number : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, defaultValue: '0,00'},
|
92
|
+
currency : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0,00'},
|
93
|
+
date : {
|
94
|
+
dayNames: [
|
95
|
+
"Do", "Lu", "Ma", "Mi", "Ju", "Vi", "Sa",
|
96
|
+
"Domingo", "Lunes", "Martes", "Miercoles", "Jueves", "Viernes", "Sabado"
|
97
|
+
],
|
98
|
+
monthNames: [
|
99
|
+
"Ene", "Feb", "Mar", "Abr", "May", "Jun", "Jul", "Ago", "Sep", "Oct", "Nov", "Dic",
|
100
|
+
"Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre"
|
101
|
+
],
|
102
|
+
AmPm : ["am","pm","AM","PM"],
|
103
|
+
S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
|
104
|
+
srcformat: 'Y-m-d',
|
105
|
+
newformat: 'd-m-Y',
|
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);
|
@@ -1 +1 @@
|
|
1
|
-
(function(a){a.jgrid={defaults:{recordtext:"Mostrando {0} - {1} de {2}",emptyrecords:"Sin registros que mostrar",loadtext:"Cargando...",pgtext:"Página {0} de {1}"},search:{caption:"Búsqueda...",Find:"Buscar",Reset:"Limpiar",odata:["igual ","no igual a","menor que","menor o igual que","mayor que","mayor o igual a","empiece por","no empiece por","está en","no está en","termina por","no termina por","contiene","no contiene"],groupOps:[{op:"AND",text:"todo"},{op:"OR",text:"cualquier"}],matchText:" match",rulesText:" reglas"},edit:{addCaption:"Agregar registro",editCaption:"Modificar registro",bSubmit:"Guardar",bCancel:"Cancelar",bClose:"Cerrar",saveData:"
|
1
|
+
(function(a){a.jgrid={defaults:{recordtext:"Mostrando {0} - {1} de {2}",emptyrecords:"Sin registros que mostrar",loadtext:"Cargando...",pgtext:"Página {0} de {1}"},search:{caption:"Búsqueda...",Find:"Buscar",Reset:"Limpiar",odata:["igual ","no igual a","menor que","menor o igual que","mayor que","mayor o igual a","empiece por","no empiece por","está en","no está en","termina por","no termina por","contiene","no contiene"],groupOps:[{op:"AND",text:"todo"},{op:"OR",text:"cualquier"}],matchText:" match",rulesText:" reglas"},edit:{addCaption:"Agregar registro",editCaption:"Modificar registro",bSubmit:"Guardar",bCancel:"Cancelar",bClose:"Cerrar",saveData:"Se han modificado los datos, ¿guardar cambios?",bYes:"Si",bNo:"No",bExit:"Cancelar",msg:{required:"Campo obligatorio",number:"Introduzca un número",minValue:"El valor debe ser mayor o igual a ",maxValue:"El valor debe ser menor o igual a ",email:"no es una dirección de correo válida",integer:"Introduzca un valor entero",date:"Introduza una fecha correcta ",url:"no es una URL válida. Prefijo requerido ('http://' or 'https://')",nodefined:" no está definido.",novalue:" valor de retorno es requerido.",customarray:"La función personalizada debe devolver un array.",customfcheck:"La función personalizada debe estar presente en el caso de validación personalizada."}},view:{caption:"Consultar registro",bClose:"Cerrar"},del:{caption:"Eliminar",msg:"¿Desea eliminar los registros seleccionados?",bSubmit:"Eliminar",bCancel:"Cancelar"},nav:{edittext:" ",edittitle:"Modificar fila seleccionada",addtext:" ",addtitle:"Agregar nueva fila",deltext:" ",deltitle:"Eliminar fila seleccionada",searchtext:" ",searchtitle:"Buscar información",refreshtext:"",refreshtitle:"Recargar datos",alertcap:"Aviso",alerttext:"Seleccione una fila",viewtext:"",viewtitle:"Ver fila seleccionada"},col:{caption:"Mostrar/ocultar columnas",bSubmit:"Enviar",bCancel:"Cancelar"},errors:{errcap:"Error",nourl:"No se ha especificado una URL",norecords:"No hay datos para procesar",model:"Las columnas de nombres son diferentes de las columnas de modelo"},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:["Do","Lu","Ma","Mi","Ju","Vi","Sa","Domingo","Lunes","Martes","Miercoles","Jueves","Viernes","Sabado"],monthNames:["Ene","Feb","Mar","Abr","May","Jun","Jul","Ago","Sep","Oct","Nov","Dic","Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre"],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,117 +1,127 @@
|
|
1
|
-
|
2
|
-
/**
|
3
|
-
* jqGrid Swedish Translation
|
4
|
-
*
|
5
|
-
* http://
|
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
|
-
defaults : {
|
12
|
-
recordtext: "
|
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
|
-
}
|
1
|
+
;(function($){
|
2
|
+
/**
|
3
|
+
* jqGrid Swedish Translation
|
4
|
+
* Harald Normann harald.normann@wts.se, harald.normann@gmail.com
|
5
|
+
* http://www.worldteamsoftware.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 = {
|
11
|
+
defaults : {
|
12
|
+
recordtext: "Visar {0} - {1} av {2}",
|
13
|
+
emptyrecords: "Det finns inga poster att visa",
|
14
|
+
loadtext: "Laddar...",
|
15
|
+
pgtext : "Sida {0} av {1}"
|
16
|
+
},
|
17
|
+
search : {
|
18
|
+
caption: "Sök Poster - Ange sökvillkor",
|
19
|
+
Find: "Sök",
|
20
|
+
Reset: "Nollställ Villkor",
|
21
|
+
odata : ['lika', 'ej lika', 'mindre', 'mindre eller lika','större','större eller lika', 'börjar med','börjar inte med','tillhör','tillhör inte','slutar med','slutar inte med','innehåller','innehåller inte'],
|
22
|
+
groupOps: [ { op: "AND", text: "alla" }, { op: "OR", text: "eller" } ],
|
23
|
+
matchText: " träff",
|
24
|
+
rulesText: " regler"
|
25
|
+
},
|
26
|
+
edit : {
|
27
|
+
addCaption: "Ny Post",
|
28
|
+
editCaption: "Redigera Post",
|
29
|
+
bSubmit: "Spara",
|
30
|
+
bCancel: "Avbryt",
|
31
|
+
bClose: "Stäng",
|
32
|
+
saveData: "Data har ändrats! Spara förändringar?",
|
33
|
+
bYes : "Ja",
|
34
|
+
bNo : "Nej",
|
35
|
+
bExit : "Avbryt",
|
36
|
+
msg: {
|
37
|
+
required:"Fältet är obligatoriskt",
|
38
|
+
number:"Välj korrekt nummer",
|
39
|
+
minValue:"värdet måste vara större än eller lika med",
|
40
|
+
maxValue:"värdet måste vara mindre än eller lika med",
|
41
|
+
email: "är inte korrekt e-post adress",
|
42
|
+
integer: "Var god ange korrekt heltal",
|
43
|
+
date: "Var god ange korrekt datum",
|
44
|
+
url: "är inte en korrekt URL. Prefix måste anges ('http://' or 'https://')",
|
45
|
+
nodefined : " är inte definierad!",
|
46
|
+
novalue : " returvärde måste anges!",
|
47
|
+
customarray : "Custom funktion måste returnera en vektor!",
|
48
|
+
customfcheck : "Custom funktion måste finnas om Custom kontroll sker!"
|
49
|
+
}
|
50
|
+
},
|
51
|
+
view : {
|
52
|
+
caption: "Visa Post",
|
53
|
+
bClose: "Stäng"
|
54
|
+
},
|
55
|
+
del : {
|
56
|
+
caption: "Radera",
|
57
|
+
msg: "Radera markerad(e) post(er)?",
|
58
|
+
bSubmit: "Radera",
|
59
|
+
bCancel: "Avbryt"
|
60
|
+
},
|
61
|
+
nav : {
|
62
|
+
edittext: "",
|
63
|
+
edittitle: "Redigera markerad rad",
|
64
|
+
addtext:"",
|
65
|
+
addtitle: "Skapa ny post",
|
66
|
+
deltext: "",
|
67
|
+
deltitle: "Radera markerad rad",
|
68
|
+
searchtext: "",
|
69
|
+
searchtitle: "Sök poster",
|
70
|
+
refreshtext: "",
|
71
|
+
refreshtitle: "Uppdatera data",
|
72
|
+
alertcap: "Varning",
|
73
|
+
alerttext: "Ingen rad är markerad",
|
74
|
+
viewtext: "",
|
75
|
+
viewtitle: "Visa markerad rad"
|
76
|
+
},
|
77
|
+
col : {
|
78
|
+
caption: "Välj Kolumner",
|
79
|
+
bSubmit: "OK",
|
80
|
+
bCancel: "Avbryt"
|
81
|
+
},
|
82
|
+
errors : {
|
83
|
+
errcap : "Fel",
|
84
|
+
nourl : "URL saknas",
|
85
|
+
norecords: "Det finns inga poster att bearbeta",
|
86
|
+
model : "Antal 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:"Kr", defaultValue: '0,00'},
|
92
|
+
date : {
|
93
|
+
dayNames: [
|
94
|
+
"Sön", "Mån", "Tis", "Ons", "Tor", "Fre", "Lör",
|
95
|
+
"Söndag", "Måndag", "Tisdag", "Onsdag", "Torsdag", "Fredag", "Lördag"
|
96
|
+
],
|
97
|
+
monthNames: [
|
98
|
+
"Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec",
|
99
|
+
"Januari", "Februari", "Mars", "April", "Maj", "Juni", "Juli", "Augusti", "September", "Oktober", "November", "December"
|
100
|
+
],
|
101
|
+
AmPm : ["fm","em","FM","EM"],
|
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: 'Y-m-d',
|
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);
|
@@ -1 +1 @@
|
|
1
|
-
(function(a){a.jgrid={defaults:{recordtext:"
|
1
|
+
(function(a){a.jgrid={defaults:{recordtext:"Visar {0} - {1} av {2}",emptyrecords:"Det finns inga poster att visa",loadtext:"Laddar...",pgtext:"Sida {0} av {1}"},search:{caption:"Sök Poster - Ange sökvillkor",Find:"Sök",Reset:"Nollställ Villkor",odata:["lika","ej lika","mindre","mindre eller lika","större","större eller lika","börjar med","börjar inte med","tillhör","tillhör inte","slutar med","slutar inte med","innehåller","innehåller inte"],groupOps:[{op:"AND",text:"alla"},{op:"OR",text:"eller"}],matchText:" träff",rulesText:" regler"},edit:{addCaption:"Ny Post",editCaption:"Redigera Post",bSubmit:"Spara",bCancel:"Avbryt",bClose:"Stäng",saveData:"Data har ändrats! Spara förändringar?",bYes:"Ja",bNo:"Nej",bExit:"Avbryt",msg:{required:"Fältet är obligatoriskt",number:"Välj korrekt nummer",minValue:"värdet måste vara större än eller lika med",maxValue:"värdet måste vara mindre än eller lika med",email:"är inte korrekt e-post adress",integer:"Var god ange korrekt heltal",date:"Var god ange korrekt datum",url:"är inte en korrekt URL. Prefix måste anges ('http://' or 'https://')",nodefined:" är inte definierad!",novalue:" returvärde måste anges!",customarray:"Custom funktion måste returnera en vektor!",customfcheck:"Custom funktion måste finnas om Custom kontroll sker!"}},view:{caption:"Visa Post",bClose:"Stäng"},del:{caption:"Radera",msg:"Radera markerad(e) post(er)?",bSubmit:"Radera",bCancel:"Avbryt"},nav:{edittext:"",edittitle:"Redigera markerad rad",addtext:"",addtitle:"Skapa ny post",deltext:"",deltitle:"Radera markerad rad",searchtext:"",searchtitle:"Sök poster",refreshtext:"",refreshtitle:"Uppdatera data",alertcap:"Varning",alerttext:"Ingen rad är markerad",viewtext:"",viewtitle:"Visa markerad rad"},col:{caption:"Välj Kolumner",bSubmit:"OK",bCancel:"Avbryt"},errors:{errcap:"Fel",nourl:"URL saknas",norecords:"Det finns inga poster att bearbeta",model:"Antal colNames <> colModel!"},formatter:{integer:{thousandsSeparator:" ",defaultValue:"0"},number:{decimalSeparator:",",thousandsSeparator:" ",decimalPlaces:2,defaultValue:"0,00"},currency:{decimalSeparator:",",thousandsSeparator:" ",decimalPlaces:2,prefix:"",suffix:"Kr",defaultValue:"0,00"},date:{dayNames:["Sön","Mån","Tis","Ons","Tor","Fre","Lör","Söndag","Måndag","Tisdag","Onsdag","Torsdag","Fredag","Lördag"],monthNames:["Jan","Feb","Mar","Apr","Maj","Jun","Jul","Aug","Sep","Okt","Nov","Dec","Januari","Februari","Mars","April","Maj","Juni","Juli","Augusti","September","Oktober","November","December"],AmPm:["fm","em","FM","EM"],S:function(b){return b<11||b>13?["st","nd","rd","th"][Math.min((b-1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"Y-m-d",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);
|