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:"Pokaż {0} - {1} z {2}",emptyrecords:"Brak rekordów do pokazania",loadtext:"\u0142adowanie...",pgtext:"Strona {0} z {1}"},search:{caption:"Wyszukiwanie...",Find:"Szukaj",Reset:"Czyść",odata:["dok\u0142adnie","różne od","mniejsze od","mniejsze lub równe","większe od","większe lub równe","zaczyna się od","nie zaczyna się od","zawiera","nie zawiera","kończy się na","nie kończy się na","zawiera","nie zawiera"],groupOps:[{op:"ORAZ",text:"wszystkie"},{op:"LUB",text:"każdy"}],matchText:" pasuje",rulesText:" regu\u0142y"},edit:{addCaption:"Dodaj rekord",editCaption:"Edytuj rekord",bSubmit:"Zapisz",bCancel:"Anuluj",bClose:"Zamknij",saveData:"Dane zosta\u0142y zmienione! Zapisać zmiany?",bYes:"Tak",bNo:"Nie",bExit:"Anuluj",msg:{required:"Pole jest wymagane",number:"Proszę wpisać poprawną liczbę",minValue:"wartość musi być większa lub równa",maxValue:"wartość musi być mniejsza od",email:"nie jest adresem e-mail",integer:"Proszę wpisać poprawną liczbę",date:"Proszę podaj poprawną datę",url:"jest niew\u0142aściwym adresem URL. Pamiętaj o prefiksie ('http://' lub 'https://')"}},view:{caption:"Pokaż rekord",bClose:"Zamknij"},del:{caption:"Usuwanie",msg:"Czy usunąć wybrany rekord(y)?",bSubmit:"Usuń",bCancel:"Anuluj"},nav:{edittext:" ",edittitle:"Edytuj wybrany wiersz",addtext:" ",addtitle:"Dodaj nowy wiersz",deltext:" ",deltitle:"Usuń wybrany wiersz",searchtext:" ",searchtitle:"Wyszukaj rekord",refreshtext:"",refreshtitle:"Prze\u0142aduj",alertcap:"Uwaga",alerttext:"Proszę wybrać wiersz",viewtext:"",viewtitle:"View selected row"},col:{caption:"Pokaż/Ukryj kolumny",bSubmit:"Zatwierdź",bCancel:"Anuluj"},errors:{errcap:"B\u0142ąd",nourl:"Brak adresu url",norecords:"Brak danych",model:"D\u0142ugość 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:["Nie","Pon","Wt","Śr","Cz","Pi","So","Niedziela","Poniedzia\u0142ek","Wtorek","Środa","Czwartek","Piątek","Sobota"],monthNames:["Sty","Lu","Mar","Kwie","Maj","Cze","Lip","Sie","Wrz","Paź","Lis","Gru","Styczeń","Luty","Marzec","Kwiecień","Maj","Czerwiec","Lipiec","Sierpień","Wrzesień","Październik","Listopad","Grudzień"],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:"Pokaż {0} - {1} z {2}",emptyrecords:"Brak rekordów do pokazania",loadtext:"\u0142adowanie...",pgtext:"Strona {0} z {1}"},search:{caption:"Wyszukiwanie...",Find:"Szukaj",Reset:"Czyść",odata:["dok\u0142adnie","różne od","mniejsze od","mniejsze lub równe","większe od","większe lub równe","zaczyna się od","nie zaczyna się od","zawiera","nie zawiera","kończy się na","nie kończy się na","zawiera","nie zawiera"],groupOps:[{op:"ORAZ",text:"wszystkie"},{op:"LUB",text:"każdy"}],matchText:" pasuje",rulesText:" regu\u0142y"},edit:{addCaption:"Dodaj rekord",editCaption:"Edytuj rekord",bSubmit:"Zapisz",bCancel:"Anuluj",bClose:"Zamknij",saveData:"Dane zosta\u0142y zmienione! Zapisać zmiany?",bYes:"Tak",bNo:"Nie",bExit:"Anuluj",msg:{required:"Pole jest wymagane",number:"Proszę wpisać poprawną liczbę",minValue:"wartość musi być większa lub równa",maxValue:"wartość musi być mniejsza od",email:"nie jest adresem e-mail",integer:"Proszę wpisać poprawną liczbę",date:"Proszę podaj poprawną datę",url:"jest niew\u0142aściwym adresem URL. Pamiętaj o prefiksie ('http://' lub '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:"Pokaż rekord",bClose:"Zamknij"},del:{caption:"Usuwanie",msg:"Czy usunąć wybrany rekord(y)?",bSubmit:"Usuń",bCancel:"Anuluj"},nav:{edittext:" ",edittitle:"Edytuj wybrany wiersz",addtext:" ",addtitle:"Dodaj nowy wiersz",deltext:" ",deltitle:"Usuń wybrany wiersz",searchtext:" ",searchtitle:"Wyszukaj rekord",refreshtext:"",refreshtitle:"Prze\u0142aduj",alertcap:"Uwaga",alerttext:"Proszę wybrać wiersz",viewtext:"",viewtitle:"View selected row"},col:{caption:"Pokaż/Ukryj kolumny",bSubmit:"Zatwierdź",bCancel:"Anuluj"},errors:{errcap:"B\u0142ąd",nourl:"Brak adresu url",norecords:"Brak danych",model:"D\u0142ugość 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:["Nie","Pon","Wt","Śr","Cz","Pi","So","Niedziela","Poniedzia\u0142ek","Wtorek","Środa","Czwartek","Piątek","Sobota"],monthNames:["Sty","Lu","Mar","Kwie","Maj","Cze","Lip","Sie","Wrz","Paź","Lis","Gru","Styczeń","Luty","Marzec","Kwiecień","Maj","Czerwiec","Lipiec","Sierpień","Wrzesień","Październik","Listopad","Grudzień"],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,123 +1,127 @@
|
|
|
1
|
-
;(function($){
|
|
2
|
-
/**
|
|
3
|
-
* jqGrid Brazilian-Portuguese Translation
|
|
4
|
-
* Junior Gobira juniousbr@gmail.com
|
|
5
|
-
* http://jnsa.com.br
|
|
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: "View {0} - {1} of {2}",
|
|
13
|
-
emptyrecords: "No records to view",
|
|
14
|
-
loadtext: "Carregando...",
|
|
15
|
-
pgtext : "Page {0} of {1}"
|
|
16
|
-
},
|
|
17
|
-
search : {
|
|
18
|
-
caption: "Procurar...",
|
|
19
|
-
Find: "Procurar",
|
|
20
|
-
Reset: "Resetar",
|
|
21
|
-
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'],
|
|
22
|
-
groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ],
|
|
23
|
-
matchText: " match",
|
|
24
|
-
rulesText: " rules"
|
|
25
|
-
},
|
|
26
|
-
edit : {
|
|
27
|
-
addCaption: "Incluir",
|
|
28
|
-
editCaption: "Alterar",
|
|
29
|
-
bSubmit: "Enviar",
|
|
30
|
-
bCancel: "Cancelar",
|
|
31
|
-
bClose: "Fechar",
|
|
32
|
-
saveData: "Data has been changed! Save changes?",
|
|
33
|
-
bYes : "Yes",
|
|
34
|
-
bNo : "No",
|
|
35
|
-
bExit : "Cancel",
|
|
36
|
-
msg: {
|
|
37
|
-
required:"Campo � requerido",
|
|
38
|
-
number:"Por favor, informe um n�mero v�lido",
|
|
39
|
-
minValue:"valor deve ser igual ou maior que ",
|
|
40
|
-
maxValue:"valor deve ser menor ou igual a",
|
|
41
|
-
email: "este e-mail n�o � v�lido",
|
|
42
|
-
integer: "Por favor, informe um valor inteiro",
|
|
43
|
-
date: "Please, enter valid date value",
|
|
44
|
-
url: "is not a valid URL. Prefix required ('http://' or 'https://')"
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
},
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
],
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
}
|
|
1
|
+
;(function($){
|
|
2
|
+
/**
|
|
3
|
+
* jqGrid Brazilian-Portuguese Translation
|
|
4
|
+
* Junior Gobira juniousbr@gmail.com
|
|
5
|
+
* http://jnsa.com.br
|
|
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: "View {0} - {1} of {2}",
|
|
13
|
+
emptyrecords: "No records to view",
|
|
14
|
+
loadtext: "Carregando...",
|
|
15
|
+
pgtext : "Page {0} of {1}"
|
|
16
|
+
},
|
|
17
|
+
search : {
|
|
18
|
+
caption: "Procurar...",
|
|
19
|
+
Find: "Procurar",
|
|
20
|
+
Reset: "Resetar",
|
|
21
|
+
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'],
|
|
22
|
+
groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ],
|
|
23
|
+
matchText: " match",
|
|
24
|
+
rulesText: " rules"
|
|
25
|
+
},
|
|
26
|
+
edit : {
|
|
27
|
+
addCaption: "Incluir",
|
|
28
|
+
editCaption: "Alterar",
|
|
29
|
+
bSubmit: "Enviar",
|
|
30
|
+
bCancel: "Cancelar",
|
|
31
|
+
bClose: "Fechar",
|
|
32
|
+
saveData: "Data has been changed! Save changes?",
|
|
33
|
+
bYes : "Yes",
|
|
34
|
+
bNo : "No",
|
|
35
|
+
bExit : "Cancel",
|
|
36
|
+
msg: {
|
|
37
|
+
required:"Campo � requerido",
|
|
38
|
+
number:"Por favor, informe um n�mero v�lido",
|
|
39
|
+
minValue:"valor deve ser igual ou maior que ",
|
|
40
|
+
maxValue:"valor deve ser menor ou igual a",
|
|
41
|
+
email: "este e-mail n�o � v�lido",
|
|
42
|
+
integer: "Por favor, informe um valor inteiro",
|
|
43
|
+
date: "Please, enter valid date value",
|
|
44
|
+
url: "is not a valid URL. Prefix required ('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: "View Record",
|
|
53
|
+
bClose: "Close"
|
|
54
|
+
},
|
|
55
|
+
del : {
|
|
56
|
+
caption: "Delete",
|
|
57
|
+
msg: "Deletar registros selecionado(s)?",
|
|
58
|
+
bSubmit: "Delete",
|
|
59
|
+
bCancel: "Cancelar"
|
|
60
|
+
},
|
|
61
|
+
nav : {
|
|
62
|
+
edittext: " ",
|
|
63
|
+
edittitle: "Alterar registro selecionado",
|
|
64
|
+
addtext:" ",
|
|
65
|
+
addtitle: "Incluir novo registro",
|
|
66
|
+
deltext: " ",
|
|
67
|
+
deltitle: "Deletar registro selecionado",
|
|
68
|
+
searchtext: " ",
|
|
69
|
+
searchtitle: "Procurar registros",
|
|
70
|
+
refreshtext: "",
|
|
71
|
+
refreshtitle: "Recarrgando Tabela",
|
|
72
|
+
alertcap: "Aviso",
|
|
73
|
+
alerttext: "Por favor, selecione um registro",
|
|
74
|
+
viewtext: "",
|
|
75
|
+
viewtitle: "View selected row"
|
|
76
|
+
},
|
|
77
|
+
col : {
|
|
78
|
+
caption: "Mostrar/Esconder Colunas",
|
|
79
|
+
bSubmit: "Enviar",
|
|
80
|
+
bCancel: "Cancelar"
|
|
81
|
+
},
|
|
82
|
+
errors : {
|
|
83
|
+
errcap : "Erro",
|
|
84
|
+
nourl : "Nenhuma URL defenida",
|
|
85
|
+
norecords: "Sem registros para exibir",
|
|
86
|
+
model : "Length of 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
|
+
"Sun", "Mon", "Tue", "Wed", "Thr", "Fri", "Sat",
|
|
95
|
+
"Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"
|
|
96
|
+
],
|
|
97
|
+
monthNames: [
|
|
98
|
+
"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec",
|
|
99
|
+
"January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"
|
|
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 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:"View {0} - {1} of {2}",emptyrecords:"No records to view",loadtext:"Carregando...",pgtext:"Page {0} of {1}"},search:{caption:"Procurar...",Find:"Procurar",Reset:"Resetar",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:"Incluir",editCaption:"Alterar",bSubmit:"Enviar",bCancel:"Cancelar",bClose:"Fechar",saveData:"Data has been changed! Save changes?",bYes:"Yes",bNo:"No",bExit:"Cancel",msg:{required:"Campo � requerido",number:"Por favor, informe um n�mero v�lido",minValue:"valor deve ser igual ou maior que ",maxValue:"valor deve ser menor ou igual a",email:"este e-mail n�o � v�lido",integer:"Por favor, informe um valor inteiro",date:"Please, enter valid date value",url:"is not a valid URL. Prefix required ('http://' or 'https://')"}},view:{caption:"View Record",bClose:"Close"},del:{caption:"Delete",msg:"Deletar registros selecionado(s)?",bSubmit:"Delete",bCancel:"Cancelar"},nav:{edittext:" ",edittitle:"Alterar registro selecionado",addtext:" ",addtitle:"Incluir novo registro",deltext:" ",deltitle:"Deletar registro selecionado",searchtext:" ",searchtitle:"Procurar registros",refreshtext:"",refreshtitle:"Recarrgando Tabela",alertcap:"Aviso",alerttext:"Por favor, selecione um registro",viewtext:"",viewtitle:"View selected row"},col:{caption:"Mostrar/Esconder Colunas",bSubmit:"Enviar",bCancel:"Cancelar"},errors:{errcap:"Erro",nourl:"Nenhuma URL defenida",norecords:"Sem registros para exibir",model:"Length of colNames <> colModel!"},formatter:{integer:{thousandsSeparator:" ",defaultValue:"0"},number:{decimalSeparator:".",thousandsSeparator:" ",decimalPlaces:2,defaultValue:"0.00"},currency:{decimalSeparator:".",thousandsSeparator:" ",decimalPlaces:2,prefix:"",suffix:"",defaultValue:"0.00"},date:{dayNames:["Sun","Mon","Tue","Wed","Thr","Fri","Sat","Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],monthNames:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec","January","February","March","April","May","June","July","August","September","October","November","December"],AmPm:["am","pm","AM","PM"],S:function(b){return b<11||b>13?["st","nd","rd","th"][Math.min((b-1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
|
|
1
|
+
(function(a){a.jgrid={defaults:{recordtext:"View {0} - {1} of {2}",emptyrecords:"No records to view",loadtext:"Carregando...",pgtext:"Page {0} of {1}"},search:{caption:"Procurar...",Find:"Procurar",Reset:"Resetar",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:"Incluir",editCaption:"Alterar",bSubmit:"Enviar",bCancel:"Cancelar",bClose:"Fechar",saveData:"Data has been changed! Save changes?",bYes:"Yes",bNo:"No",bExit:"Cancel",msg:{required:"Campo � requerido",number:"Por favor, informe um n�mero v�lido",minValue:"valor deve ser igual ou maior que ",maxValue:"valor deve ser menor ou igual a",email:"este e-mail n�o � v�lido",integer:"Por favor, informe um valor inteiro",date:"Please, enter valid date value",url:"is not a valid URL. Prefix required ('http://' or 'https://')",nodefined:" is not defined!",novalue:" return value is required!",customarray:"Custom function should return array!",customfcheck:"Custom function should be present in case of custom checking!"}},view:{caption:"View Record",bClose:"Close"},del:{caption:"Delete",msg:"Deletar registros selecionado(s)?",bSubmit:"Delete",bCancel:"Cancelar"},nav:{edittext:" ",edittitle:"Alterar registro selecionado",addtext:" ",addtitle:"Incluir novo registro",deltext:" ",deltitle:"Deletar registro selecionado",searchtext:" ",searchtitle:"Procurar registros",refreshtext:"",refreshtitle:"Recarrgando Tabela",alertcap:"Aviso",alerttext:"Por favor, selecione um registro",viewtext:"",viewtitle:"View selected row"},col:{caption:"Mostrar/Esconder Colunas",bSubmit:"Enviar",bCancel:"Cancelar"},errors:{errcap:"Erro",nourl:"Nenhuma URL defenida",norecords:"Sem registros para exibir",model:"Length of colNames <> colModel!"},formatter:{integer:{thousandsSeparator:" ",defaultValue:"0"},number:{decimalSeparator:".",thousandsSeparator:" ",decimalPlaces:2,defaultValue:"0.00"},currency:{decimalSeparator:".",thousandsSeparator:" ",decimalPlaces:2,prefix:"",suffix:"",defaultValue:"0.00"},date:{dayNames:["Sun","Mon","Tue","Wed","Thr","Fri","Sat","Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],monthNames:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec","January","February","March","April","May","June","July","August","September","October","November","December"],AmPm:["am","pm","AM","PM"],S:function(b){return b<11||b>13?["st","nd","rd","th"][Math.min((b-1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"d/m/Y",masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:true},idName:"id"}}})(jQuery);
|
|
@@ -1,121 +1,125 @@
|
|
|
1
|
-
;(function($){
|
|
2
|
-
/**
|
|
3
|
-
* jqGrid Portuguese Translation
|
|
4
|
-
* Tradu��o da jqGrid em Portugues por Frederico Carvalho, http://www.eyeviewdesign.pt
|
|
5
|
-
* Dual licensed under the MIT and GPL licenses:
|
|
6
|
-
* http://www.opensource.org/licenses/mit-license.php
|
|
7
|
-
* http://www.gnu.org/licenses/gpl.html
|
|
8
|
-
**/
|
|
9
|
-
$.jgrid = {
|
|
10
|
-
defaults : {
|
|
11
|
-
recordtext: "View {0} - {1} of {2}",
|
|
12
|
-
emptyrecords: "No records to view",
|
|
13
|
-
loadtext: "A carregar...",
|
|
14
|
-
pgtext : "Page {0} of {1}"
|
|
15
|
-
},
|
|
16
|
-
search : {
|
|
17
|
-
caption: "Busca...",
|
|
18
|
-
Find: "Procurar",
|
|
19
|
-
Reset: "Limpar",
|
|
20
|
-
odata : ['equal', 'not equal', 'less', 'less or equal','greater','greater or equal', 'begins with','does not begin with','is in','is not in','ends with','does not end with','contains','does not contain'],
|
|
21
|
-
groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ],
|
|
22
|
-
matchText: " match",
|
|
23
|
-
rulesText: " rules"
|
|
24
|
-
},
|
|
25
|
-
edit : {
|
|
26
|
-
addCaption: "Adicionar Registo",
|
|
27
|
-
editCaption: "Modificar Registo",
|
|
28
|
-
bSubmit: "Submeter",
|
|
29
|
-
bCancel: "Cancelar",
|
|
30
|
-
bClose: "Fechar",
|
|
31
|
-
saveData: "Data has been changed! Save changes?",
|
|
32
|
-
bYes : "Yes",
|
|
33
|
-
bNo : "No",
|
|
34
|
-
bExit : "Cancel",
|
|
35
|
-
msg: {
|
|
36
|
-
required:"Campo obrigat�rio",
|
|
37
|
-
number:"Por favor, introduza um numero",
|
|
38
|
-
minValue:"O valor deve ser maior ou igual que",
|
|
39
|
-
maxValue:"O valor deve ser menor ou igual a",
|
|
40
|
-
email: "N�o � um endere�o de email v�lido",
|
|
41
|
-
integer: "Por favor, introduza um numero inteiro",
|
|
42
|
-
url: "is not a valid URL. Prefix required ('http://' or 'https://')"
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
},
|
|
49
|
-
|
|
50
|
-
caption: "
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
],
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
}
|
|
1
|
+
;(function($){
|
|
2
|
+
/**
|
|
3
|
+
* jqGrid Portuguese Translation
|
|
4
|
+
* Tradu��o da jqGrid em Portugues por Frederico Carvalho, http://www.eyeviewdesign.pt
|
|
5
|
+
* Dual licensed under the MIT and GPL licenses:
|
|
6
|
+
* http://www.opensource.org/licenses/mit-license.php
|
|
7
|
+
* http://www.gnu.org/licenses/gpl.html
|
|
8
|
+
**/
|
|
9
|
+
$.jgrid = {
|
|
10
|
+
defaults : {
|
|
11
|
+
recordtext: "View {0} - {1} of {2}",
|
|
12
|
+
emptyrecords: "No records to view",
|
|
13
|
+
loadtext: "A carregar...",
|
|
14
|
+
pgtext : "Page {0} of {1}"
|
|
15
|
+
},
|
|
16
|
+
search : {
|
|
17
|
+
caption: "Busca...",
|
|
18
|
+
Find: "Procurar",
|
|
19
|
+
Reset: "Limpar",
|
|
20
|
+
odata : ['equal', 'not equal', 'less', 'less or equal','greater','greater or equal', 'begins with','does not begin with','is in','is not in','ends with','does not end with','contains','does not contain'],
|
|
21
|
+
groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ],
|
|
22
|
+
matchText: " match",
|
|
23
|
+
rulesText: " rules"
|
|
24
|
+
},
|
|
25
|
+
edit : {
|
|
26
|
+
addCaption: "Adicionar Registo",
|
|
27
|
+
editCaption: "Modificar Registo",
|
|
28
|
+
bSubmit: "Submeter",
|
|
29
|
+
bCancel: "Cancelar",
|
|
30
|
+
bClose: "Fechar",
|
|
31
|
+
saveData: "Data has been changed! Save changes?",
|
|
32
|
+
bYes : "Yes",
|
|
33
|
+
bNo : "No",
|
|
34
|
+
bExit : "Cancel",
|
|
35
|
+
msg: {
|
|
36
|
+
required:"Campo obrigat�rio",
|
|
37
|
+
number:"Por favor, introduza um numero",
|
|
38
|
+
minValue:"O valor deve ser maior ou igual que",
|
|
39
|
+
maxValue:"O valor deve ser menor ou igual a",
|
|
40
|
+
email: "N�o � um endere�o de email v�lido",
|
|
41
|
+
integer: "Por favor, introduza um numero inteiro",
|
|
42
|
+
url: "is not a valid URL. Prefix required ('http://' or 'https://')",
|
|
43
|
+
nodefined : " is not defined!",
|
|
44
|
+
novalue : " return value is required!",
|
|
45
|
+
customarray : "Custom function should return array!",
|
|
46
|
+
customfcheck : "Custom function should be present in case of custom checking!"
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
view : {
|
|
50
|
+
caption: "View Record",
|
|
51
|
+
bClose: "Close"
|
|
52
|
+
},
|
|
53
|
+
del : {
|
|
54
|
+
caption: "Eliminar",
|
|
55
|
+
msg: "Deseja eliminar o(s) registo(s) seleccionado(s)?",
|
|
56
|
+
bSubmit: "Eliminar",
|
|
57
|
+
bCancel: "Cancelar"
|
|
58
|
+
},
|
|
59
|
+
nav : {
|
|
60
|
+
edittext: " ",
|
|
61
|
+
edittitle: "Modificar registo seleccionado",
|
|
62
|
+
addtext:" ",
|
|
63
|
+
addtitle: "Adicionar novo registo",
|
|
64
|
+
deltext: " ",
|
|
65
|
+
deltitle: "Eliminar registo seleccionado",
|
|
66
|
+
searchtext: " ",
|
|
67
|
+
searchtitle: "Procurar",
|
|
68
|
+
refreshtext: "",
|
|
69
|
+
refreshtitle: "Actualizar",
|
|
70
|
+
alertcap: "Aviso",
|
|
71
|
+
alerttext: "Por favor, seleccione um registo",
|
|
72
|
+
viewtext: "",
|
|
73
|
+
viewtitle: "View selected row"
|
|
74
|
+
},
|
|
75
|
+
col : {
|
|
76
|
+
caption: "Mostrar/Ocultar Colunas",
|
|
77
|
+
bSubmit: "Enviar",
|
|
78
|
+
bCancel: "Cancelar"
|
|
79
|
+
},
|
|
80
|
+
errors : {
|
|
81
|
+
errcap : "Erro",
|
|
82
|
+
nourl : "N�o especificou um url",
|
|
83
|
+
norecords: "N�o existem dados para processar",
|
|
84
|
+
model : "Tamanho do colNames <> colModel!"
|
|
85
|
+
},
|
|
86
|
+
formatter : {
|
|
87
|
+
integer : {thousandsSeparator: " ", defaultValue: '0'},
|
|
88
|
+
number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'},
|
|
89
|
+
currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'},
|
|
90
|
+
date : {
|
|
91
|
+
dayNames: [
|
|
92
|
+
"Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "Sab",
|
|
93
|
+
"Domingo", "Segunda-Feira", "Ter�a-Feira", "Quarta-Feira", "Quinta-Feira", "Sexta-Feira", "S�bado"
|
|
94
|
+
],
|
|
95
|
+
monthNames: [
|
|
96
|
+
"Jan", "Fev", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Out", "Nov", "Dez",
|
|
97
|
+
"Janeiro", "Fevereiro", "Mar�o", "Abril", "Maio", "Junho", "Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro"
|
|
98
|
+
],
|
|
99
|
+
AmPm : ["am","pm","AM","PM"],
|
|
100
|
+
S: function (j) {return j < 11 || j > 13 ? ['�', '�', '�', '�'][Math.min((j - 1) % 10, 3)] : '�'},
|
|
101
|
+
srcformat: 'Y-m-d',
|
|
102
|
+
newformat: 'd/m/Y',
|
|
103
|
+
masks : {
|
|
104
|
+
ISO8601Long:"Y-m-d H:i:s",
|
|
105
|
+
ISO8601Short:"Y-m-d",
|
|
106
|
+
ShortDate: "n/j/Y",
|
|
107
|
+
LongDate: "l, F d, Y",
|
|
108
|
+
FullDateTime: "l, F d, Y g:i:s A",
|
|
109
|
+
MonthDay: "F d",
|
|
110
|
+
ShortTime: "g:i A",
|
|
111
|
+
LongTime: "g:i:s A",
|
|
112
|
+
SortableDateTime: "Y-m-d\\TH:i:s",
|
|
113
|
+
UniversalSortableDateTime: "Y-m-d H:i:sO",
|
|
114
|
+
YearMonth: "F, Y"
|
|
115
|
+
},
|
|
116
|
+
reformatAfterEdit : false
|
|
117
|
+
},
|
|
118
|
+
baseLinkUrl: '',
|
|
119
|
+
showAction: '',
|
|
120
|
+
target: '',
|
|
121
|
+
checkbox : {disabled:true},
|
|
122
|
+
idName : 'id'
|
|
123
|
+
}
|
|
124
|
+
};
|
|
125
|
+
})(jQuery);
|