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:"View {0} - {1} of {2}",emptyrecords:"No records to view",loadtext:"A carregar...",pgtext:"Page {0} of {1}"},search:{caption:"Busca...",Find:"Procurar",Reset:"Limpar",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:"Adicionar Registo",editCaption:"Modificar Registo",bSubmit:"Submeter",bCancel:"Cancelar",bClose:"Fechar",saveData:"Data has been changed! Save changes?",bYes:"Yes",bNo:"No",bExit:"Cancel",msg:{required:"Campo obrigat�rio",number:"Por favor, introduza um numero",minValue:"O valor deve ser maior ou igual que",maxValue:"O valor deve ser menor ou igual a",email:"N�o � um endere�o de email v�lido",integer:"Por favor, introduza um numero inteiro",url:"is not a valid URL. Prefix required ('http://' or 'https://')"}},view:{caption:"View Record",bClose:"Close"},del:{caption:"Eliminar",msg:"Deseja eliminar o(s) registo(s) seleccionado(s)?",bSubmit:"Eliminar",bCancel:"Cancelar"},nav:{edittext:" ",edittitle:"Modificar registo seleccionado",addtext:" ",addtitle:"Adicionar novo registo",deltext:" ",deltitle:"Eliminar registo seleccionado",searchtext:" ",searchtitle:"Procurar",refreshtext:"",refreshtitle:"Actualizar",alertcap:"Aviso",alerttext:"Por favor, seleccione um registo",viewtext:"",viewtitle:"View selected row"},col:{caption:"Mostrar/Ocultar Colunas",bSubmit:"Enviar",bCancel:"Cancelar"},errors:{errcap:"Erro",nourl:"N�o especificou um url",norecords:"N�o existem dados para processar",model:"Tamanho do 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","Seg","Ter","Qua","Qui","Sex","Sab","Domingo","Segunda-Feira","Ter�a-Feira","Quarta-Feira","Quinta-Feira","Sexta-Feira","S�bado"],monthNames:["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez","Janeiro","Fevereiro","Mar�o","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],AmPm:["am","pm","AM","PM"],S:function(b){return b<11||b>13?["�","�","�","�"][Math.min((b-1)%10,3)]:"�"},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:"View {0} - {1} of {2}",emptyrecords:"No records to view",loadtext:"A carregar...",pgtext:"Page {0} of {1}"},search:{caption:"Busca...",Find:"Procurar",Reset:"Limpar",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:"Adicionar Registo",editCaption:"Modificar Registo",bSubmit:"Submeter",bCancel:"Cancelar",bClose:"Fechar",saveData:"Data has been changed! Save changes?",bYes:"Yes",bNo:"No",bExit:"Cancel",msg:{required:"Campo obrigat�rio",number:"Por favor, introduza um numero",minValue:"O valor deve ser maior ou igual que",maxValue:"O valor deve ser menor ou igual a",email:"N�o � um endere�o de email v�lido",integer:"Por favor, introduza um numero inteiro",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:"Eliminar",msg:"Deseja eliminar o(s) registo(s) seleccionado(s)?",bSubmit:"Eliminar",bCancel:"Cancelar"},nav:{edittext:" ",edittitle:"Modificar registo seleccionado",addtext:" ",addtitle:"Adicionar novo registo",deltext:" ",deltitle:"Eliminar registo seleccionado",searchtext:" ",searchtitle:"Procurar",refreshtext:"",refreshtitle:"Actualizar",alertcap:"Aviso",alerttext:"Por favor, seleccione um registo",viewtext:"",viewtitle:"View selected row"},col:{caption:"Mostrar/Ocultar Colunas",bSubmit:"Enviar",bCancel:"Cancelar"},errors:{errcap:"Erro",nourl:"N�o especificou um url",norecords:"N�o existem dados para processar",model:"Tamanho do 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","Seg","Ter","Qua","Qui","Sex","Sab","Domingo","Segunda-Feira","Ter�a-Feira","Quarta-Feira","Quinta-Feira","Sexta-Feira","S�bado"],monthNames:["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez","Janeiro","Fevereiro","Mar�o","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"],AmPm:["am","pm","AM","PM"],S:function(b){return b<11||b>13?["�","�","�","�"][Math.min((b-1)%10,3)]:"�"},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);
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
;(function($){
|
|
2
|
+
/**
|
|
3
|
+
* jqGrid Romanian Translation
|
|
4
|
+
* Alexandru Emil Lupu contact@alecslupu.ro
|
|
5
|
+
* http://www.alecslupu.ro/
|
|
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: "Vizualizare {0} - {1} din {2}",
|
|
13
|
+
emptyrecords: "Nu există înregistrări de vizualizat",
|
|
14
|
+
loadtext: "Încărcare...",
|
|
15
|
+
pgtext : "Pagina {0} din {1}"
|
|
16
|
+
},
|
|
17
|
+
search : {
|
|
18
|
+
caption: "Caută...",
|
|
19
|
+
Find: "Caută",
|
|
20
|
+
Reset: "Resetare",
|
|
21
|
+
odata : ['egal', 'diferit', 'mai mic', 'mai mic sau egal','mai mare','mai mare sau egal', 'începe cu','nu începe cu','se găsește în','nu se găsește în','se termină cu','nu se termină cu','conține',''],
|
|
22
|
+
groupOps: [ { op: "AND", text: "toate" }, { op: "OR", text: "oricare" } ],
|
|
23
|
+
matchText: " găsite",
|
|
24
|
+
rulesText: " reguli"
|
|
25
|
+
},
|
|
26
|
+
edit : {
|
|
27
|
+
addCaption: "Adăugare înregistrare",
|
|
28
|
+
editCaption: "Modificare înregistrare",
|
|
29
|
+
bSubmit: "Salvează",
|
|
30
|
+
bCancel: "Anulare",
|
|
31
|
+
bClose: "Închide",
|
|
32
|
+
saveData: "Informațiile au fost modificate! Salvați modificările?",
|
|
33
|
+
bYes : "Da",
|
|
34
|
+
bNo : "Nu",
|
|
35
|
+
bExit : "Anulare",
|
|
36
|
+
msg: {
|
|
37
|
+
required:"Câmpul este obligatoriu",
|
|
38
|
+
number:"Vă rugăm introduceți un număr valid",
|
|
39
|
+
minValue:"valoarea trebuie sa fie mai mare sau egală cu",
|
|
40
|
+
maxValue:"valoarea trebuie sa fie mai mică sau egală cu",
|
|
41
|
+
email: "nu este o adresă de e-mail validă",
|
|
42
|
+
integer: "Vă rugăm introduceți un număr valid",
|
|
43
|
+
date: "Vă rugăm să introduceți o dată validă",
|
|
44
|
+
url: "Nu este un URL valid. Prefixul este necesar('http://' or 'https://')",
|
|
45
|
+
nodefined : " is not defined!",
|
|
46
|
+
novalue : " return value is required!",
|
|
47
|
+
customarray : "Custom function should return array!",
|
|
48
|
+
customfcheck : "Custom function should be present in case of custom checking!"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
view : {
|
|
52
|
+
caption: "Vizualizare înregistrare",
|
|
53
|
+
bClose: "Închidere"
|
|
54
|
+
},
|
|
55
|
+
del : {
|
|
56
|
+
caption: "Ștegere",
|
|
57
|
+
msg: "Ștergeți înregistrarea (înregistrările) selectate?",
|
|
58
|
+
bSubmit: "Șterge",
|
|
59
|
+
bCancel: "Anulare"
|
|
60
|
+
},
|
|
61
|
+
nav : {
|
|
62
|
+
edittext: "",
|
|
63
|
+
edittitle: "Modifică rândul selectat",
|
|
64
|
+
addtext:"",
|
|
65
|
+
addtitle: "Adaugă rând nou",
|
|
66
|
+
deltext: "",
|
|
67
|
+
deltitle: "Șterge rândul selectat",
|
|
68
|
+
searchtext: "",
|
|
69
|
+
searchtitle: "Căutare înregistrări",
|
|
70
|
+
refreshtext: "",
|
|
71
|
+
refreshtitle: "Reîncarcare Grid",
|
|
72
|
+
alertcap: "Avertisment",
|
|
73
|
+
alerttext: "Vă rugăm să selectați un rând",
|
|
74
|
+
viewtext: "",
|
|
75
|
+
viewtitle: "Vizualizează rândul selectat"
|
|
76
|
+
},
|
|
77
|
+
col : {
|
|
78
|
+
caption: "Arată/Ascunde coloanele",
|
|
79
|
+
bSubmit: "Salvează",
|
|
80
|
+
bCancel: "Anulare"
|
|
81
|
+
},
|
|
82
|
+
errors : {
|
|
83
|
+
errcap : "Eroare",
|
|
84
|
+
nourl : "Niciun url nu este setat",
|
|
85
|
+
norecords: "Nu sunt înregistrări de procesat",
|
|
86
|
+
model : "Lungimea 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
|
+
"Dum", "Lun", "Mar", "Mie", "Joi", "Vin", "Sâm",
|
|
95
|
+
"Duminică", "Luni", "Marți", "Miercuri", "Joi", "Vineri", "Sâmbătă"
|
|
96
|
+
],
|
|
97
|
+
monthNames: [
|
|
98
|
+
"Ian", "Feb", "Mar", "Apr", "Mai", "Iun", "Iul", "Aug", "Sep", "Oct", "Noi", "Dec",
|
|
99
|
+
"Ianuarie", "Februarie", "Martie", "Aprilie", "Mai", "Iunie", "Iulie", "August", "Septembrie", "Octombrie", "Noiembrie", "Decembrie"
|
|
100
|
+
],
|
|
101
|
+
AmPm : ["am","pm","AM","PM"],
|
|
102
|
+
/*
|
|
103
|
+
Here is a problem in romanian:
|
|
104
|
+
M / F
|
|
105
|
+
1st = primul / prima
|
|
106
|
+
2nd = Al doilea / A doua
|
|
107
|
+
3rd = Al treilea / A treia
|
|
108
|
+
4th = Al patrulea/ A patra
|
|
109
|
+
5th = Al cincilea / A cincea
|
|
110
|
+
6th = Al șaselea / A șasea
|
|
111
|
+
7th = Al șaptelea / A șaptea
|
|
112
|
+
....
|
|
113
|
+
*/
|
|
114
|
+
S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
|
|
115
|
+
srcformat: 'Y-m-d',
|
|
116
|
+
newformat: 'd/m/Y',
|
|
117
|
+
masks : {
|
|
118
|
+
ISO8601Long:"Y-m-d H:i:s",
|
|
119
|
+
ISO8601Short:"Y-m-d",
|
|
120
|
+
ShortDate: "n/j/Y",
|
|
121
|
+
LongDate: "l, F d, Y",
|
|
122
|
+
FullDateTime: "l, F d, Y g:i:s A",
|
|
123
|
+
MonthDay: "F d",
|
|
124
|
+
ShortTime: "g:i A",
|
|
125
|
+
LongTime: "g:i:s A",
|
|
126
|
+
SortableDateTime: "Y-m-d\\TH:i:s",
|
|
127
|
+
UniversalSortableDateTime: "Y-m-d H:i:sO",
|
|
128
|
+
YearMonth: "F, Y"
|
|
129
|
+
},
|
|
130
|
+
reformatAfterEdit : false
|
|
131
|
+
},
|
|
132
|
+
baseLinkUrl: '',
|
|
133
|
+
showAction: '',
|
|
134
|
+
target: '',
|
|
135
|
+
checkbox : {disabled:true},
|
|
136
|
+
idName : 'id'
|
|
137
|
+
}
|
|
138
|
+
};
|
|
139
|
+
})(jQuery);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(function(a){a.jgrid={defaults:{recordtext:"Vizualizare {0} - {1} din {2}",emptyrecords:"Nu există înregistrări de vizualizat",loadtext:"Încărcare...",pgtext:"Pagina {0} din {1}"},search:{caption:"Caută...",Find:"Caută",Reset:"Resetare",odata:["egal","diferit","mai mic","mai mic sau egal","mai mare","mai mare sau egal","începe cu","nu începe cu","se găsește în","nu se găsește în","se termină cu","nu se termină cu","conține",""],groupOps:[{op:"AND",text:"toate"},{op:"OR",text:"oricare"}],matchText:" găsite",rulesText:" reguli"},edit:{addCaption:"Adăugare înregistrare",editCaption:"Modificare înregistrare",bSubmit:"Salvează",bCancel:"Anulare",bClose:"Închide",saveData:"Informațiile au fost modificate! Salvați modificările?",bYes:"Da",bNo:"Nu",bExit:"Anulare",msg:{required:"Câmpul este obligatoriu",number:"Vă rugăm introduceți un număr valid",minValue:"valoarea trebuie sa fie mai mare sau egală cu",maxValue:"valoarea trebuie sa fie mai mică sau egală cu",email:"nu este o adresă de e-mail validă",integer:"Vă rugăm introduceți un număr valid",date:"Vă rugăm să introduceți o dată validă",url:"Nu este un URL valid. Prefixul este necesar('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:"Vizualizare înregistrare",bClose:"Închidere"},del:{caption:"Ștegere",msg:"Ștergeți înregistrarea (înregistrările) selectate?",bSubmit:"Șterge",bCancel:"Anulare"},nav:{edittext:"",edittitle:"Modifică rândul selectat",addtext:"",addtitle:"Adaugă rând nou",deltext:"",deltitle:"Șterge rândul selectat",searchtext:"",searchtitle:"Căutare înregistrări",refreshtext:"",refreshtitle:"Reîncarcare Grid",alertcap:"Avertisment",alerttext:"Vă rugăm să selectați un rând",viewtext:"",viewtitle:"Vizualizează rândul selectat"},col:{caption:"Arată/Ascunde coloanele",bSubmit:"Salvează",bCancel:"Anulare"},errors:{errcap:"Eroare",nourl:"Niciun url nu este setat",norecords:"Nu sunt înregistrări de procesat",model:"Lungimea 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:["Dum","Lun","Mar","Mie","Joi","Vin","Sâm","Duminică","Luni","Marți","Miercuri","Joi","Vineri","Sâmbătă"],monthNames:["Ian","Feb","Mar","Apr","Mai","Iun","Iul","Aug","Sep","Oct","Noi","Dec","Ianuarie","Februarie","Martie","Aprilie","Mai","Iunie","Iulie","August","Septembrie","Octombrie","Noiembrie","Decembrie"],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,123 +1,127 @@
|
|
|
1
|
-
;(function($){
|
|
2
|
-
/**
|
|
3
|
-
* jqGrid Russian Translation v1.0 02.07.2009 (based on translation by Alexey Kanaev v1.1 21.01.2009, http://softcore.com.ru)
|
|
4
|
-
* Sergey Dyagovchenko
|
|
5
|
-
* http://d.sumy.ua
|
|
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} из {2}",
|
|
13
|
-
emptyrecords: "Нет записей для просмотра",
|
|
14
|
-
loadtext: "Загрузка...",
|
|
15
|
-
pgtext : "Стр. {0} из {1}"
|
|
16
|
-
},
|
|
17
|
-
search : {
|
|
18
|
-
caption: "Поиск...",
|
|
19
|
-
Find: "Найти",
|
|
20
|
-
Reset: "Сброс",
|
|
21
|
-
odata : ['равно', 'не равно', 'меньше', 'меньше или равно','больше','больше или равно', 'начинается с','не начинается с','находится в','не находится в','заканчивается на','не заканчивается на','содержит','не содержит'],
|
|
22
|
-
groupOps: [ { op: "AND", text: "все" }, { op: "OR", text: "любой" } ],
|
|
23
|
-
matchText: " совпадает",
|
|
24
|
-
rulesText: " правила"
|
|
25
|
-
},
|
|
26
|
-
edit : {
|
|
27
|
-
addCaption: "Добавить запись",
|
|
28
|
-
editCaption: "Редактировать запись",
|
|
29
|
-
bSubmit: "Сохранить",
|
|
30
|
-
bCancel: "Отмена",
|
|
31
|
-
bClose: "Закрыть",
|
|
32
|
-
saveData: "Данные были измененны! Сохранить изменения?",
|
|
33
|
-
bYes : "Да",
|
|
34
|
-
bNo : "Нет",
|
|
35
|
-
bExit : "Отмена",
|
|
36
|
-
msg: {
|
|
37
|
-
required:"Поле является обязательным",
|
|
38
|
-
number:"Пожалуйста, введите правильное число",
|
|
39
|
-
minValue:"значение должно быть больше либо равно",
|
|
40
|
-
maxValue:"значение должно быть меньше либо равно",
|
|
41
|
-
email: "некорректное значение e-mail",
|
|
42
|
-
integer: "Пожалуйста, введите целое число",
|
|
43
|
-
date: "Пожалуйста, введите правильную дату",
|
|
44
|
-
url: "неверная ссылка. Необходимо ввести префикс ('http://' or 'https://')"
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
},
|
|
51
|
-
|
|
52
|
-
caption: "
|
|
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
|
-
}
|
|
1
|
+
;(function($){
|
|
2
|
+
/**
|
|
3
|
+
* jqGrid Russian Translation v1.0 02.07.2009 (based on translation by Alexey Kanaev v1.1 21.01.2009, http://softcore.com.ru)
|
|
4
|
+
* Sergey Dyagovchenko
|
|
5
|
+
* http://d.sumy.ua
|
|
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} из {2}",
|
|
13
|
+
emptyrecords: "Нет записей для просмотра",
|
|
14
|
+
loadtext: "Загрузка...",
|
|
15
|
+
pgtext : "Стр. {0} из {1}"
|
|
16
|
+
},
|
|
17
|
+
search : {
|
|
18
|
+
caption: "Поиск...",
|
|
19
|
+
Find: "Найти",
|
|
20
|
+
Reset: "Сброс",
|
|
21
|
+
odata : ['равно', 'не равно', 'меньше', 'меньше или равно','больше','больше или равно', 'начинается с','не начинается с','находится в','не находится в','заканчивается на','не заканчивается на','содержит','не содержит'],
|
|
22
|
+
groupOps: [ { op: "AND", text: "все" }, { op: "OR", text: "любой" } ],
|
|
23
|
+
matchText: " совпадает",
|
|
24
|
+
rulesText: " правила"
|
|
25
|
+
},
|
|
26
|
+
edit : {
|
|
27
|
+
addCaption: "Добавить запись",
|
|
28
|
+
editCaption: "Редактировать запись",
|
|
29
|
+
bSubmit: "Сохранить",
|
|
30
|
+
bCancel: "Отмена",
|
|
31
|
+
bClose: "Закрыть",
|
|
32
|
+
saveData: "Данные были измененны! Сохранить изменения?",
|
|
33
|
+
bYes : "Да",
|
|
34
|
+
bNo : "Нет",
|
|
35
|
+
bExit : "Отмена",
|
|
36
|
+
msg: {
|
|
37
|
+
required:"Поле является обязательным",
|
|
38
|
+
number:"Пожалуйста, введите правильное число",
|
|
39
|
+
minValue:"значение должно быть больше либо равно",
|
|
40
|
+
maxValue:"значение должно быть меньше либо равно",
|
|
41
|
+
email: "некорректное значение e-mail",
|
|
42
|
+
integer: "Пожалуйста, введите целое число",
|
|
43
|
+
date: "Пожалуйста, введите правильную дату",
|
|
44
|
+
url: "неверная ссылка. Необходимо ввести префикс ('http://' or 'https://')",
|
|
45
|
+
nodefined : " is not defined!",
|
|
46
|
+
novalue : " return value is required!",
|
|
47
|
+
customarray : "Custom function should return array!",
|
|
48
|
+
customfcheck : "Custom function should be present in case of custom checking!"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
view : {
|
|
52
|
+
caption: "Просмотр записи",
|
|
53
|
+
bClose: "Закрыть"
|
|
54
|
+
},
|
|
55
|
+
del : {
|
|
56
|
+
caption: "Удалить",
|
|
57
|
+
msg: "Удалить выбранную запись(и)?",
|
|
58
|
+
bSubmit: "Удалить",
|
|
59
|
+
bCancel: "Отмена"
|
|
60
|
+
},
|
|
61
|
+
nav : {
|
|
62
|
+
edittext: " ",
|
|
63
|
+
edittitle: "Редактировать выбранную запись",
|
|
64
|
+
addtext:" ",
|
|
65
|
+
addtitle: "Добавить новую запись",
|
|
66
|
+
deltext: " ",
|
|
67
|
+
deltitle: "Удалить выбранную запись",
|
|
68
|
+
searchtext: " ",
|
|
69
|
+
searchtitle: "Найти записи",
|
|
70
|
+
refreshtext: "",
|
|
71
|
+
refreshtitle: "Обновить таблицу",
|
|
72
|
+
alertcap: "Внимание",
|
|
73
|
+
alerttext: "Пожалуйста, выберите запись",
|
|
74
|
+
viewtext: "",
|
|
75
|
+
viewtitle: "Просмотреть выбранную запись"
|
|
76
|
+
},
|
|
77
|
+
col : {
|
|
78
|
+
caption: "Показать/скрыть столбцы",
|
|
79
|
+
bSubmit: "Сохранить",
|
|
80
|
+
bCancel: "Отмена"
|
|
81
|
+
},
|
|
82
|
+
errors : {
|
|
83
|
+
errcap : "Ошибка",
|
|
84
|
+
nourl : "URL не установлен",
|
|
85
|
+
norecords: "Нет записей для обработки",
|
|
86
|
+
model : "Число полей не соответствует числу столбцов таблицы!"
|
|
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
|
+
"Вс", "Пн", "Вт", "Ср", "Чт", "Пт", "Сб",
|
|
95
|
+
"Воскресение", "Понедельник", "Вторник", "Среда", "Четверг", "Пятница", "Суббота"
|
|
96
|
+
],
|
|
97
|
+
monthNames: [
|
|
98
|
+
"Янв", "Фев", "Мар", "Апр", "Май", "Июн", "Июл", "Авг", "Сен", "Окт", "Ноя", "Дек",
|
|
99
|
+
"Январь", "Февраль", "Март", "Апрель", "Май", "Июнь", "Июль", "Август", "Сентябрь", "Октябрь", "Ноябрь", "Декабрь"
|
|
100
|
+
],
|
|
101
|
+
AmPm : ["am","pm","AM","PM"],
|
|
102
|
+
S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
|
|
103
|
+
srcformat: 'Y-m-d',
|
|
104
|
+
newformat: 'd.m.Y',
|
|
105
|
+
masks : {
|
|
106
|
+
ISO8601Long:"Y-m-d H:i:s",
|
|
107
|
+
ISO8601Short:"Y-m-d",
|
|
108
|
+
ShortDate: "n.j.Y",
|
|
109
|
+
LongDate: "l, F d, Y",
|
|
110
|
+
FullDateTime: "l, F d, Y G:i:s",
|
|
111
|
+
MonthDay: "F d",
|
|
112
|
+
ShortTime: "G:i",
|
|
113
|
+
LongTime: "G:i:s",
|
|
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:"Просмотр {0} - {1} из {2}",emptyrecords:"Нет записей для просмотра",loadtext:"Загрузка...",pgtext:"Стр. {0} из {1}"},search:{caption:"Поиск...",Find:"Найти",Reset:"Сброс",odata:["равно","не равно","меньше","меньше или равно","больше","больше или равно","начинается с","не начинается с","находится в","не находится в","заканчивается на","не заканчивается на","содержит","не содержит"],groupOps:[{op:"AND",text:"все"},{op:"OR",text:"любой"}],matchText:" совпадает",rulesText:" правила"},edit:{addCaption:"Добавить запись",editCaption:"Редактировать запись",bSubmit:"Сохранить",bCancel:"Отмена",bClose:"Закрыть",saveData:"Данные были измененны! Сохранить изменения?",bYes:"Да",bNo:"Нет",bExit:"Отмена",msg:{required:"Поле является обязательным",number:"Пожалуйста, введите правильное число",minValue:"значение должно быть больше либо равно",maxValue:"значение должно быть меньше либо равно",email:"некорректное значение e-mail",integer:"Пожалуйста, введите целое число",date:"Пожалуйста, введите правильную дату",url:"неверная ссылка. Необходимо ввести префикс ('http://' or 'https://')"}},view:{caption:"Просмотр записи",bClose:"Закрыть"},del:{caption:"Удалить",msg:"Удалить выбранную запись(и)?",bSubmit:"Удалить",bCancel:"Отмена"},nav:{edittext:" ",edittitle:"Редактировать выбранную запись",addtext:" ",addtitle:"Добавить новую запись",deltext:" ",deltitle:"Удалить выбранную запись",searchtext:" ",searchtitle:"Найти записи",refreshtext:"",refreshtitle:"Обновить таблицу",alertcap:"Внимание",alerttext:"Пожалуйста, выберите запись",viewtext:"",viewtitle:"Просмотреть выбранную запись"},col:{caption:"Показать/скрыть столбцы",bSubmit:"Сохранить",bCancel:"Отмена"},errors:{errcap:"Ошибка",nourl:"URL не установлен",norecords:"Нет записей для обработки",model:"Число полей не соответствует числу столбцов таблицы!"},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:["Вс","Пн","Вт","Ср","Чт","Пт","Сб","Воскресение","Понедельник","Вторник","Среда","Четверг","Пятница","Суббота"],monthNames:["Янв","Фев","Мар","Апр","Май","Июн","Июл","Авг","Сен","Окт","Ноя","Дек","Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"],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",MonthDay:"F d",ShortTime:"G:i",LongTime:"G:i:s",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:"Просмотр {0} - {1} из {2}",emptyrecords:"Нет записей для просмотра",loadtext:"Загрузка...",pgtext:"Стр. {0} из {1}"},search:{caption:"Поиск...",Find:"Найти",Reset:"Сброс",odata:["равно","не равно","меньше","меньше или равно","больше","больше или равно","начинается с","не начинается с","находится в","не находится в","заканчивается на","не заканчивается на","содержит","не содержит"],groupOps:[{op:"AND",text:"все"},{op:"OR",text:"любой"}],matchText:" совпадает",rulesText:" правила"},edit:{addCaption:"Добавить запись",editCaption:"Редактировать запись",bSubmit:"Сохранить",bCancel:"Отмена",bClose:"Закрыть",saveData:"Данные были измененны! Сохранить изменения?",bYes:"Да",bNo:"Нет",bExit:"Отмена",msg:{required:"Поле является обязательным",number:"Пожалуйста, введите правильное число",minValue:"значение должно быть больше либо равно",maxValue:"значение должно быть меньше либо равно",email:"некорректное значение e-mail",integer:"Пожалуйста, введите целое число",date:"Пожалуйста, введите правильную дату",url:"неверная ссылка. Необходимо ввести префикс ('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:"Просмотр записи",bClose:"Закрыть"},del:{caption:"Удалить",msg:"Удалить выбранную запись(и)?",bSubmit:"Удалить",bCancel:"Отмена"},nav:{edittext:" ",edittitle:"Редактировать выбранную запись",addtext:" ",addtitle:"Добавить новую запись",deltext:" ",deltitle:"Удалить выбранную запись",searchtext:" ",searchtitle:"Найти записи",refreshtext:"",refreshtitle:"Обновить таблицу",alertcap:"Внимание",alerttext:"Пожалуйста, выберите запись",viewtext:"",viewtitle:"Просмотреть выбранную запись"},col:{caption:"Показать/скрыть столбцы",bSubmit:"Сохранить",bCancel:"Отмена"},errors:{errcap:"Ошибка",nourl:"URL не установлен",norecords:"Нет записей для обработки",model:"Число полей не соответствует числу столбцов таблицы!"},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:["Вс","Пн","Вт","Ср","Чт","Пт","Сб","Воскресение","Понедельник","Вторник","Среда","Четверг","Пятница","Суббота"],monthNames:["Янв","Фев","Мар","Апр","Май","Июн","Июл","Авг","Сен","Окт","Ноя","Дек","Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь"],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",MonthDay:"F d",ShortTime:"G:i",LongTime:"G:i:s",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,124 +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: "Los datos han cambiado. ¿Guardar cambios?",
|
|
34
|
-
bYes : "Yes",
|
|
35
|
-
bNo : "No",
|
|
36
|
-
bExit : "Cancel",
|
|
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
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
},
|
|
52
|
-
|
|
53
|
-
caption: "
|
|
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
|
-
}
|
|
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: "Los datos han cambiado. ¿Guardar cambios?",
|
|
34
|
+
bYes : "Yes",
|
|
35
|
+
bNo : "No",
|
|
36
|
+
bExit : "Cancel",
|
|
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 : " is not defined!",
|
|
47
|
+
novalue : " return value is required!",
|
|
48
|
+
customarray : "Custom function should return array!",
|
|
49
|
+
customfcheck : "Custom function should be present in case of custom checking!"
|
|
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);
|