compass-jquery-plugin 0.2.4.1 → 0.2.4.3
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.
- data/README.textile +6 -6
- data/VERSION.yml +1 -1
- data/compass-jquery-plugin.gemspec +7 -2
- data/gem_tasks/jqgrid.rake +13 -4
- data/lib/jquery/jqgrid.rb +11 -10
- data/lib/jquery/jrails.rb +10 -18
- data/templates/jqgrid/i18n/jqgrid/locale-bg.js +132 -128
- data/templates/jqgrid/i18n/jqgrid/locale-bg.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-bg1251.js +132 -128
- data/templates/jqgrid/i18n/jqgrid/locale-bg1251.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-cat.js +128 -124
- data/templates/jqgrid/i18n/jqgrid/locale-cat.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-cs.js +127 -123
- data/templates/jqgrid/i18n/jqgrid/locale-cs.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-de.js +127 -123
- data/templates/jqgrid/i18n/jqgrid/locale-de.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-dk.js +128 -124
- data/templates/jqgrid/i18n/jqgrid/locale-dk.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-el.js +126 -122
- data/templates/jqgrid/i18n/jqgrid/locale-el.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-en.js +128 -123
- data/templates/jqgrid/i18n/jqgrid/locale-en.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-fa.js +125 -121
- data/templates/jqgrid/i18n/jqgrid/locale-fa.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-fi.js +128 -124
- data/templates/jqgrid/i18n/jqgrid/locale-fi.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-fr.js +126 -122
- data/templates/jqgrid/i18n/jqgrid/locale-fr.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-he.js +127 -0
- data/templates/jqgrid/i18n/jqgrid/locale-he.min.js +1 -0
- data/templates/jqgrid/i18n/jqgrid/locale-is.js +126 -122
- data/templates/jqgrid/i18n/jqgrid/locale-is.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-it.js +126 -122
- data/templates/jqgrid/i18n/jqgrid/locale-it.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-jp.js +127 -123
- data/templates/jqgrid/i18n/jqgrid/locale-jp.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-nl.js +148 -144
- data/templates/jqgrid/i18n/jqgrid/locale-nl.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-no.js +121 -116
- data/templates/jqgrid/i18n/jqgrid/locale-no.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-pl.js +126 -122
- data/templates/jqgrid/i18n/jqgrid/locale-pl.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-pt-br.js +127 -123
- data/templates/jqgrid/i18n/jqgrid/locale-pt-br.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-pt.js +125 -121
- data/templates/jqgrid/i18n/jqgrid/locale-pt.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-ro.js +139 -0
- data/templates/jqgrid/i18n/jqgrid/locale-ro.min.js +1 -0
- data/templates/jqgrid/i18n/jqgrid/locale-ru.js +127 -123
- data/templates/jqgrid/i18n/jqgrid/locale-ru.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-sp.js +128 -124
- data/templates/jqgrid/i18n/jqgrid/locale-sp.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-sv.js +117 -112
- data/templates/jqgrid/i18n/jqgrid/locale-sv.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-tr.js +126 -122
- data/templates/jqgrid/i18n/jqgrid/locale-tr.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-ua.js +127 -123
- data/templates/jqgrid/i18n/jqgrid/locale-ua.min.js +1 -1
- data/templates/jqgrid/jquery.jqGrid.js +9913 -8988
- data/templates/jqgrid/jquery.jqGrid.min.js +1 -1
- data/templates/jqgrid/jquery.ui/jqGrid.sass +745 -580
- data/templates/jqgrid/manifest.rb +62 -57
- data/templates/jqgrid/public/stylesheets/ellipsis-xbl.xml +13 -0
- data/templates/jrails/jquery.js +7644 -7626
- data/templates/jrails/jquery.min.js +19 -19
- data/templates/jrails/jrails.js +192 -197
- data/templates/jrails/jrails.min.js +1 -1
- data/templates/secret_sauce/app/views/ui/_ui_grid_for_without_block.js.haml +139 -136
- metadata +7 -2
|
@@ -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:"Los datos han cambiado. ¿Guardar cambios?",bYes:"Yes",bNo:"No",bExit:"Cancel",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://')"}},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
|
+
(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:"Los datos han cambiado. ¿Guardar cambios?",bYes:"Yes",bNo:"No",bExit:"Cancel",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:" 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:"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,112 +1,117 @@
|
|
|
1
|
-
;(function($){
|
|
2
|
-
/**
|
|
3
|
-
* jqGrid Swedish Translation
|
|
4
|
-
* Anders Nyberg anders.nyberg@alecta.com
|
|
5
|
-
* http://wwww.alecta.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: "post(er)",
|
|
13
|
-
loadtext: "Laddar...",
|
|
14
|
-
pgtext : "/"
|
|
15
|
-
},
|
|
16
|
-
search : {
|
|
17
|
-
caption: "Sök...",
|
|
18
|
-
Find: "Hitta",
|
|
19
|
-
Reset: "Återställ",
|
|
20
|
-
odata : ['lika', 'ej lika', 'mindre', 'mindre eller lika','större','större eller lika', 'börjar med','slutar med','innehåller' ]
|
|
21
|
-
},
|
|
22
|
-
edit : {
|
|
23
|
-
addCaption: "Skapa post",
|
|
24
|
-
editCaption: "Ändra post",
|
|
25
|
-
bSubmit: "Utför",
|
|
26
|
-
bCancel: "Avbryt",
|
|
27
|
-
bClose: "Stäng",
|
|
28
|
-
saveData: "Data has been changed! Save changes?",
|
|
29
|
-
bYes : "Yes",
|
|
30
|
-
bNo : "No",
|
|
31
|
-
bExit : "Cancel",
|
|
32
|
-
msg: {
|
|
33
|
-
required:"Fält är obligatoriskt",
|
|
34
|
-
number:"Välj korrekt nummer",
|
|
35
|
-
minValue:"värdet måste vara större än eller lika med",
|
|
36
|
-
maxValue:"värdet måste vara mindre än eller lika med",
|
|
37
|
-
email: "är inte korrekt e-mail adress",
|
|
38
|
-
integer: "Var god ange korrekt heltal",
|
|
39
|
-
date: "Var god att ange korrekt datum"
|
|
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
|
-
|
|
1
|
+
;(function($){
|
|
2
|
+
/**
|
|
3
|
+
* jqGrid Swedish Translation
|
|
4
|
+
* Anders Nyberg anders.nyberg@alecta.com
|
|
5
|
+
* http://wwww.alecta.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: "post(er)",
|
|
13
|
+
loadtext: "Laddar...",
|
|
14
|
+
pgtext : "/"
|
|
15
|
+
},
|
|
16
|
+
search : {
|
|
17
|
+
caption: "Sök...",
|
|
18
|
+
Find: "Hitta",
|
|
19
|
+
Reset: "Återställ",
|
|
20
|
+
odata : ['lika', 'ej lika', 'mindre', 'mindre eller lika','större','större eller lika', 'börjar med','slutar med','innehåller' ]
|
|
21
|
+
},
|
|
22
|
+
edit : {
|
|
23
|
+
addCaption: "Skapa post",
|
|
24
|
+
editCaption: "Ändra post",
|
|
25
|
+
bSubmit: "Utför",
|
|
26
|
+
bCancel: "Avbryt",
|
|
27
|
+
bClose: "Stäng",
|
|
28
|
+
saveData: "Data has been changed! Save changes?",
|
|
29
|
+
bYes : "Yes",
|
|
30
|
+
bNo : "No",
|
|
31
|
+
bExit : "Cancel",
|
|
32
|
+
msg: {
|
|
33
|
+
required:"Fält är obligatoriskt",
|
|
34
|
+
number:"Välj korrekt nummer",
|
|
35
|
+
minValue:"värdet måste vara större än eller lika med",
|
|
36
|
+
maxValue:"värdet måste vara mindre än eller lika med",
|
|
37
|
+
email: "är inte korrekt e-mail adress",
|
|
38
|
+
integer: "Var god ange korrekt heltal",
|
|
39
|
+
date: "Var god att ange korrekt datum",
|
|
40
|
+
url: "is not a valid URL. Prefix required ('http://' or 'https://')",
|
|
41
|
+
nodefined : " is not defined!",
|
|
42
|
+
novalue : " return value is required!",
|
|
43
|
+
customarray : "Custom function should return array!",
|
|
44
|
+
customfcheck : "Custom function should be present in case of custom checking!"
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
del : {
|
|
48
|
+
caption: "Ta bort",
|
|
49
|
+
msg: "Ta bort vald post(er)?",
|
|
50
|
+
bSubmit: "Utför",
|
|
51
|
+
bCancel: "Avbryt"
|
|
52
|
+
},
|
|
53
|
+
nav : {
|
|
54
|
+
edittext: " ",
|
|
55
|
+
edittitle: "Ändra vald rad",
|
|
56
|
+
addtext:" ",
|
|
57
|
+
addtitle: "Skapa ny rad",
|
|
58
|
+
deltext: " ",
|
|
59
|
+
deltitle: "Ta bort vald rad",
|
|
60
|
+
searchtext: " ",
|
|
61
|
+
searchtitle: "Hitta poster",
|
|
62
|
+
refreshtext: "",
|
|
63
|
+
refreshtitle: "Ladda om Grid",
|
|
64
|
+
alertcap: "Varning",
|
|
65
|
+
alerttext: "Var god välj rad"
|
|
66
|
+
},
|
|
67
|
+
col : {
|
|
68
|
+
caption: "Visa/Göm kolumner",
|
|
69
|
+
bSubmit: "Utför",
|
|
70
|
+
bCancel: "Avbryt"
|
|
71
|
+
},
|
|
72
|
+
errors : {
|
|
73
|
+
errcap : "Fel",
|
|
74
|
+
nourl : "Ingen URL är definierad",
|
|
75
|
+
norecords: "Inga poster att processa",
|
|
76
|
+
model : "Längden av colNames <> colModel!"
|
|
77
|
+
},
|
|
78
|
+
formatter : {
|
|
79
|
+
integer : {thousandsSeparator: " ", defaultValue: '0'},
|
|
80
|
+
number : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0,00'},
|
|
81
|
+
currency : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0,00'},
|
|
82
|
+
date : {
|
|
83
|
+
dayNames: [
|
|
84
|
+
"Sön", "Mån", "Tis", "Ons", "Tor", "Fre", "Lör",
|
|
85
|
+
"Söndag", "Måndag", "Tisdag", "Onsdag", "Torsdag", "Fredag", "Lördag"
|
|
86
|
+
],
|
|
87
|
+
monthNames: [
|
|
88
|
+
"Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec",
|
|
89
|
+
"Januari", "Februari", "Mars", "April", "Maj", "Juni", "Juli", "Augusti", "September", "Oktober", "November", "December"
|
|
90
|
+
],
|
|
91
|
+
AmPm : ["fm","em","FM","EM"],
|
|
92
|
+
S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
|
|
93
|
+
srcformat: 'Y-m-d',
|
|
94
|
+
newformat: 'Y-m-d',
|
|
95
|
+
masks : {
|
|
96
|
+
ISO8601Long:"Y-m-d H:i:s",
|
|
97
|
+
ISO8601Short:"Y-m-d",
|
|
98
|
+
ShortDate: "n/j/Y",
|
|
99
|
+
LongDate: "l, F d, Y",
|
|
100
|
+
FullDateTime: "l, F d, Y g:i:s A",
|
|
101
|
+
MonthDay: "F d",
|
|
102
|
+
ShortTime: "g:i A",
|
|
103
|
+
LongTime: "g:i:s A",
|
|
104
|
+
SortableDateTime: "Y-m-d\\TH:i:s",
|
|
105
|
+
UniversalSortableDateTime: "Y-m-d H:i:sO",
|
|
106
|
+
YearMonth: "F, Y"
|
|
107
|
+
},
|
|
108
|
+
reformatAfterEdit : false
|
|
109
|
+
},
|
|
110
|
+
baseLinkUrl: '',
|
|
111
|
+
showAction: '',
|
|
112
|
+
target: '',
|
|
113
|
+
checkbox : {disabled:true},
|
|
114
|
+
idName : 'id'
|
|
115
|
+
}
|
|
116
|
+
};
|
|
117
|
+
})(jQuery);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a){a.jgrid={defaults:{recordtext:"post(er)",loadtext:"Laddar...",pgtext:"/"},search:{caption:"Sök...",Find:"Hitta",Reset:"Återställ",odata:["lika","ej lika","mindre","mindre eller lika","större","större eller lika","börjar med","slutar med","innehåller"]},edit:{addCaption:"Skapa post",editCaption:"Ändra post",bSubmit:"Utför",bCancel:"Avbryt",bClose:"Stäng",saveData:"Data has been changed! Save changes?",bYes:"Yes",bNo:"No",bExit:"Cancel",msg:{required:"Fält ä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-mail adress",integer:"Var god ange korrekt heltal",date:"Var god att ange korrekt datum"}},del:{caption:"Ta bort",msg:"Ta bort vald post(er)?",bSubmit:"Utför",bCancel:"Avbryt"},nav:{edittext:" ",edittitle:"Ändra vald rad",addtext:" ",addtitle:"Skapa ny rad",deltext:" ",deltitle:"Ta bort vald rad",searchtext:" ",searchtitle:"Hitta poster",refreshtext:"",refreshtitle:"Ladda om Grid",alertcap:"Varning",alerttext:"Var god välj rad"},col:{caption:"Visa/Göm kolumner",bSubmit:"Utför",bCancel:"Avbryt"},errors:{errcap:"Fel",nourl:"Ingen URL är definierad",norecords:"Inga poster att processa",model:"Längden av 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:["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);
|
|
1
|
+
(function(a){a.jgrid={defaults:{recordtext:"post(er)",loadtext:"Laddar...",pgtext:"/"},search:{caption:"Sök...",Find:"Hitta",Reset:"Återställ",odata:["lika","ej lika","mindre","mindre eller lika","större","större eller lika","börjar med","slutar med","innehåller"]},edit:{addCaption:"Skapa post",editCaption:"Ändra post",bSubmit:"Utför",bCancel:"Avbryt",bClose:"Stäng",saveData:"Data has been changed! Save changes?",bYes:"Yes",bNo:"No",bExit:"Cancel",msg:{required:"Fält ä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-mail adress",integer:"Var god ange korrekt heltal",date:"Var god att ange korrekt datum",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!"}},del:{caption:"Ta bort",msg:"Ta bort vald post(er)?",bSubmit:"Utför",bCancel:"Avbryt"},nav:{edittext:" ",edittitle:"Ändra vald rad",addtext:" ",addtitle:"Skapa ny rad",deltext:" ",deltitle:"Ta bort vald rad",searchtext:" ",searchtitle:"Hitta poster",refreshtext:"",refreshtitle:"Ladda om Grid",alertcap:"Varning",alerttext:"Var god välj rad"},col:{caption:"Visa/Göm kolumner",bSubmit:"Utför",bCancel:"Avbryt"},errors:{errcap:"Fel",nourl:"Ingen URL är definierad",norecords:"Inga poster att processa",model:"Längden av 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:["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);
|
|
@@ -1,122 +1,126 @@
|
|
|
1
|
-
;(function($){
|
|
2
|
-
/**
|
|
3
|
-
* jqGrid Turkish Translation
|
|
4
|
-
* Erhan Gündoğan (erhan@trposta.net)
|
|
5
|
-
* http://blog.zakkum.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: "{0}-{1} listeleniyor. Toplam:{2}",
|
|
13
|
-
emptyrecords: "Kayıt bulunamadı",
|
|
14
|
-
loadtext: "Yükleniyor...",
|
|
15
|
-
pgtext : "{0}/{1}. Sayfa"
|
|
16
|
-
},
|
|
17
|
-
search : {
|
|
18
|
-
caption: "Arama...",
|
|
19
|
-
Find: "Bul",
|
|
20
|
-
Reset: "Temizle",
|
|
21
|
-
odata : ['eşit', 'eşit değil', 'daha az', 'daha az veya eşit', 'daha fazla', 'daha fazla veya eşit', 'ile başlayan', 'ile başlamayan', 'içinde', 'içinde değil', 'ile biten', 'ile bitmeyen', 'içeren', 'içermeyen'],
|
|
22
|
-
groupOps: [ { op: "VE", text: "tüm" }, { op: "VEYA", text: "herhangi" } ],
|
|
23
|
-
matchText: " uyan",
|
|
24
|
-
rulesText: " kurallar"
|
|
25
|
-
},
|
|
26
|
-
edit : {
|
|
27
|
-
addCaption: "Kayıt Ekle",
|
|
28
|
-
editCaption: "Kayıt Düzenle",
|
|
29
|
-
bSubmit: "Gönder",
|
|
30
|
-
bCancel: "İptal",
|
|
31
|
-
bClose: "Kapat",
|
|
32
|
-
saveData: "Veriler değişti! Kayıt edilsin mi?",
|
|
33
|
-
bYes : "Evet",
|
|
34
|
-
bNo : "Hayıt",
|
|
35
|
-
bExit : "İptal",
|
|
36
|
-
msg: {
|
|
37
|
-
required:"Alan gerekli",
|
|
38
|
-
number:"Lütfen bir numara giriniz",
|
|
39
|
-
minValue:"girilen değer daha büyük ya da buna eşit olmalıdır",
|
|
40
|
-
maxValue:"girilen değer daha küçük ya da buna eşit olmalıdır",
|
|
41
|
-
email: "geçerli bir e-posta adresi değildir",
|
|
42
|
-
integer: "Lütfen bir tamsayı giriniz",
|
|
43
|
-
url: "Geçerli bir URL değil. ('http://' or 'https://') ön eki gerekli."
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
},
|
|
50
|
-
|
|
51
|
-
caption: "
|
|
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
|
-
}
|
|
1
|
+
;(function($){
|
|
2
|
+
/**
|
|
3
|
+
* jqGrid Turkish Translation
|
|
4
|
+
* Erhan Gündoğan (erhan@trposta.net)
|
|
5
|
+
* http://blog.zakkum.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: "{0}-{1} listeleniyor. Toplam:{2}",
|
|
13
|
+
emptyrecords: "Kayıt bulunamadı",
|
|
14
|
+
loadtext: "Yükleniyor...",
|
|
15
|
+
pgtext : "{0}/{1}. Sayfa"
|
|
16
|
+
},
|
|
17
|
+
search : {
|
|
18
|
+
caption: "Arama...",
|
|
19
|
+
Find: "Bul",
|
|
20
|
+
Reset: "Temizle",
|
|
21
|
+
odata : ['eşit', 'eşit değil', 'daha az', 'daha az veya eşit', 'daha fazla', 'daha fazla veya eşit', 'ile başlayan', 'ile başlamayan', 'içinde', 'içinde değil', 'ile biten', 'ile bitmeyen', 'içeren', 'içermeyen'],
|
|
22
|
+
groupOps: [ { op: "VE", text: "tüm" }, { op: "VEYA", text: "herhangi" } ],
|
|
23
|
+
matchText: " uyan",
|
|
24
|
+
rulesText: " kurallar"
|
|
25
|
+
},
|
|
26
|
+
edit : {
|
|
27
|
+
addCaption: "Kayıt Ekle",
|
|
28
|
+
editCaption: "Kayıt Düzenle",
|
|
29
|
+
bSubmit: "Gönder",
|
|
30
|
+
bCancel: "İptal",
|
|
31
|
+
bClose: "Kapat",
|
|
32
|
+
saveData: "Veriler değişti! Kayıt edilsin mi?",
|
|
33
|
+
bYes : "Evet",
|
|
34
|
+
bNo : "Hayıt",
|
|
35
|
+
bExit : "İptal",
|
|
36
|
+
msg: {
|
|
37
|
+
required:"Alan gerekli",
|
|
38
|
+
number:"Lütfen bir numara giriniz",
|
|
39
|
+
minValue:"girilen değer daha büyük ya da buna eşit olmalıdır",
|
|
40
|
+
maxValue:"girilen değer daha küçük ya da buna eşit olmalıdır",
|
|
41
|
+
email: "geçerli bir e-posta adresi değildir",
|
|
42
|
+
integer: "Lütfen bir tamsayı giriniz",
|
|
43
|
+
url: "Geçerli bir URL değil. ('http://' or 'https://') ön eki gerekli.",
|
|
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: "Kayıt Görüntüle",
|
|
52
|
+
bClose: "Kapat"
|
|
53
|
+
},
|
|
54
|
+
del : {
|
|
55
|
+
caption: "Sil",
|
|
56
|
+
msg: "Seçilen kayıtlar silinsin mi?",
|
|
57
|
+
bSubmit: "Sil",
|
|
58
|
+
bCancel: "İptal"
|
|
59
|
+
},
|
|
60
|
+
nav : {
|
|
61
|
+
edittext: " ",
|
|
62
|
+
edittitle: "Seçili satırı düzenle",
|
|
63
|
+
addtext:" ",
|
|
64
|
+
addtitle: "Yeni satır ekle",
|
|
65
|
+
deltext: " ",
|
|
66
|
+
deltitle: "Seçili satırı sil",
|
|
67
|
+
searchtext: " ",
|
|
68
|
+
searchtitle: "Kayıtları bul",
|
|
69
|
+
refreshtext: "",
|
|
70
|
+
refreshtitle: "Tabloyu yenile",
|
|
71
|
+
alertcap: "Uyarı",
|
|
72
|
+
alerttext: "Lütfen bir satır seçiniz",
|
|
73
|
+
viewtext: "",
|
|
74
|
+
viewtitle: "Seçilen satırı görüntüle"
|
|
75
|
+
},
|
|
76
|
+
col : {
|
|
77
|
+
caption: "Sütunları göster/gizle",
|
|
78
|
+
bSubmit: "Gönder",
|
|
79
|
+
bCancel: "İptal"
|
|
80
|
+
},
|
|
81
|
+
errors : {
|
|
82
|
+
errcap : "Hata",
|
|
83
|
+
nourl : "Bir url yapılandırılmamış",
|
|
84
|
+
norecords: "İşlem yapılacak bir kayıt yok",
|
|
85
|
+
model : "colNames uzunluğu <> 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
|
+
"Paz", "Pts", "Sal", "Çar", "Per", "Cum", "Cts",
|
|
94
|
+
"Pazar", "Pazartesi", "Salı", "Çarşamba", "Perşembe", "Cuma", "Cumartesi"
|
|
95
|
+
],
|
|
96
|
+
monthNames: [
|
|
97
|
+
"Oca", "Şub", "Mar", "Nis", "May", "Haz", "Tem", "Ağu", "Eyl", "Eki", "Kas", "Ara",
|
|
98
|
+
"Ocak", "Şubat", "Mart", "Nisan", "Mayıs", "Haziran", "Temmuz", "Ağustos", "Eylül", "Ekim", "Kasım", "Aralık"
|
|
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);
|