compass-jquery-plugin 0.2.4.4 → 0.2.4.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. data/README.textile +2 -2
  2. data/VERSION.yml +2 -2
  3. data/compass-jquery-plugin.gemspec +2 -2
  4. data/lib/jquery/jqgrid.rb +59 -19
  5. data/templates/jqgrid/i18n/jqgrid/locale-bg.js +132 -132
  6. data/templates/jqgrid/i18n/jqgrid/locale-bg1251.js +132 -132
  7. data/templates/jqgrid/i18n/jqgrid/locale-cat.js +128 -128
  8. data/templates/jqgrid/i18n/jqgrid/locale-cs.js +127 -127
  9. data/templates/jqgrid/i18n/jqgrid/locale-de.js +127 -127
  10. data/templates/jqgrid/i18n/jqgrid/locale-dk.js +128 -128
  11. data/templates/jqgrid/i18n/jqgrid/locale-el.js +126 -126
  12. data/templates/jqgrid/i18n/jqgrid/locale-en.js +128 -128
  13. data/templates/jqgrid/i18n/jqgrid/locale-fa.js +125 -125
  14. data/templates/jqgrid/i18n/jqgrid/locale-fi.js +128 -128
  15. data/templates/jqgrid/i18n/jqgrid/locale-fr.js +126 -126
  16. data/templates/jqgrid/i18n/jqgrid/locale-he.js +127 -127
  17. data/templates/jqgrid/i18n/jqgrid/locale-is.js +126 -126
  18. data/templates/jqgrid/i18n/jqgrid/locale-it.js +126 -126
  19. data/templates/jqgrid/i18n/jqgrid/locale-jp.js +127 -127
  20. data/templates/jqgrid/i18n/jqgrid/locale-nl.js +148 -148
  21. data/templates/jqgrid/i18n/jqgrid/locale-no.js +121 -121
  22. data/templates/jqgrid/i18n/jqgrid/locale-pl.js +126 -126
  23. data/templates/jqgrid/i18n/jqgrid/locale-pt-br.js +127 -127
  24. data/templates/jqgrid/i18n/jqgrid/locale-pt-br.min.js +1 -1
  25. data/templates/jqgrid/i18n/jqgrid/locale-pt.js +125 -125
  26. data/templates/jqgrid/i18n/jqgrid/locale-ro.js +139 -139
  27. data/templates/jqgrid/i18n/jqgrid/locale-ru.js +127 -127
  28. data/templates/jqgrid/i18n/jqgrid/locale-sp.js +128 -128
  29. data/templates/jqgrid/i18n/jqgrid/locale-sv.js +117 -117
  30. data/templates/jqgrid/i18n/jqgrid/locale-tr.js +126 -126
  31. data/templates/jqgrid/i18n/jqgrid/locale-ua.js +127 -127
  32. data/templates/jqgrid/jquery.jqGrid.js +9921 -9913
  33. data/templates/jqgrid/jquery.jqGrid.min.js +1 -1
  34. data/templates/jqgrid/jquery.ui/jqGrid.sass +746 -745
  35. data/templates/jqgrid/manifest.rb +62 -62
  36. data/templates/jqgrid/public/stylesheets/ellipsis-xbl.xml +13 -13
  37. data/templates/jrails/jquery.js +7644 -7644
  38. data/templates/jrails/jquery.min.js +18 -18
  39. data/templates/jrails/jrails.js +192 -192
  40. data/templates/secret_sauce/app/views/ui/_ui_grid_for_without_block.js.haml +139 -139
  41. metadata +2 -2
@@ -1,127 +1,127 @@
1
- ;(function($){
2
- /**
3
- * jqGrid Polish Translation
4
- * Łukasz Schab
5
- * http://FreeTree.pl
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: "Pokaż {0} - {1} z {2}",
13
- emptyrecords: "Brak rekordów do pokazania",
14
- loadtext: "\u0142adowanie...",
15
- pgtext : "Strona {0} z {1}"
16
- },
17
- search : {
18
- caption: "Wyszukiwanie...",
19
- Find: "Szukaj",
20
- Reset: "Czyść",
21
- 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'],
22
- groupOps: [ { op: "ORAZ", text: "wszystkie" }, { op: "LUB", text: "każdy" } ],
23
- matchText: " pasuje",
24
- rulesText: " regu\u0142y"
25
- },
26
- edit : {
27
- addCaption: "Dodaj rekord",
28
- editCaption: "Edytuj rekord",
29
- bSubmit: "Zapisz",
30
- bCancel: "Anuluj",
31
- bClose: "Zamknij",
32
- saveData: "Dane zosta\u0142y zmienione! Zapisać zmiany?",
33
- bYes : "Tak",
34
- bNo : "Nie",
35
- bExit : "Anuluj",
36
- msg: {
37
- required:"Pole jest wymagane",
38
- number:"Proszę wpisać poprawną liczbę",
39
- minValue:"wartość musi być większa lub równa",
40
- maxValue:"wartość musi być mniejsza od",
41
- email: "nie jest adresem e-mail",
42
- integer: "Proszę wpisać poprawną liczbę",
43
- date: "Proszę podaj poprawną datę",
44
- url: "jest niew\u0142aściwym adresem URL. Pamiętaj o prefiksie ('http://' lub '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: "Pokaż rekord",
53
- bClose: "Zamknij"
54
- },
55
- del : {
56
- caption: "Usuwanie",
57
- msg: "Czy usunąć wybrany rekord(y)?",
58
- bSubmit: "Usuń",
59
- bCancel: "Anuluj"
60
- },
61
- nav : {
62
- edittext: " ",
63
- edittitle: "Edytuj wybrany wiersz",
64
- addtext:" ",
65
- addtitle: "Dodaj nowy wiersz",
66
- deltext: " ",
67
- deltitle: "Usuń wybrany wiersz",
68
- searchtext: " ",
69
- searchtitle: "Wyszukaj rekord",
70
- refreshtext: "",
71
- refreshtitle: "Prze\u0142aduj",
72
- alertcap: "Uwaga",
73
- alerttext: "Proszę wybrać wiersz",
74
- viewtext: "",
75
- viewtitle: "View selected row"
76
- },
77
- col : {
78
- caption: "Pokaż/Ukryj kolumny",
79
- bSubmit: "Zatwierdź",
80
- bCancel: "Anuluj"
81
- },
82
- errors : {
83
- errcap : "B\u0142ąd",
84
- nourl : "Brak adresu url",
85
- norecords: "Brak danych",
86
- model : "D\u0142ugość 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
- "Nie", "Pon", "Wt", "Śr", "Cz", "Pi", "So",
95
- "Niedziela", "Poniedzia\u0142ek", "Wtorek", "Środa", "Czwartek", "Piątek", "Sobota"
96
- ],
97
- monthNames: [
98
- "Sty", "Lu", "Mar", "Kwie", "Maj", "Cze", "Lip", "Sie", "Wrz", "Paź", "Lis", "Gru",
99
- "Styczeń", "Luty", "Marzec", "Kwiecień", "Maj", "Czerwiec", "Lipiec", "Sierpień", "Wrzesień", "Październik", "Listopad", "Grudzień"
100
- ],
101
- AmPm : ["am","pm","AM","PM"],
102
- S: function (j) {return j < 11 || j > 13 ? ['', '', '', ''][Math.min((j - 1) % 10, 3)] : ''},
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
- };
1
+ ;(function($){
2
+ /**
3
+ * jqGrid Polish Translation
4
+ * Łukasz Schab
5
+ * http://FreeTree.pl
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: "Pokaż {0} - {1} z {2}",
13
+ emptyrecords: "Brak rekordów do pokazania",
14
+ loadtext: "\u0142adowanie...",
15
+ pgtext : "Strona {0} z {1}"
16
+ },
17
+ search : {
18
+ caption: "Wyszukiwanie...",
19
+ Find: "Szukaj",
20
+ Reset: "Czyść",
21
+ 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'],
22
+ groupOps: [ { op: "ORAZ", text: "wszystkie" }, { op: "LUB", text: "każdy" } ],
23
+ matchText: " pasuje",
24
+ rulesText: " regu\u0142y"
25
+ },
26
+ edit : {
27
+ addCaption: "Dodaj rekord",
28
+ editCaption: "Edytuj rekord",
29
+ bSubmit: "Zapisz",
30
+ bCancel: "Anuluj",
31
+ bClose: "Zamknij",
32
+ saveData: "Dane zosta\u0142y zmienione! Zapisać zmiany?",
33
+ bYes : "Tak",
34
+ bNo : "Nie",
35
+ bExit : "Anuluj",
36
+ msg: {
37
+ required:"Pole jest wymagane",
38
+ number:"Proszę wpisać poprawną liczbę",
39
+ minValue:"wartość musi być większa lub równa",
40
+ maxValue:"wartość musi być mniejsza od",
41
+ email: "nie jest adresem e-mail",
42
+ integer: "Proszę wpisać poprawną liczbę",
43
+ date: "Proszę podaj poprawną datę",
44
+ url: "jest niew\u0142aściwym adresem URL. Pamiętaj o prefiksie ('http://' lub '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: "Pokaż rekord",
53
+ bClose: "Zamknij"
54
+ },
55
+ del : {
56
+ caption: "Usuwanie",
57
+ msg: "Czy usunąć wybrany rekord(y)?",
58
+ bSubmit: "Usuń",
59
+ bCancel: "Anuluj"
60
+ },
61
+ nav : {
62
+ edittext: " ",
63
+ edittitle: "Edytuj wybrany wiersz",
64
+ addtext:" ",
65
+ addtitle: "Dodaj nowy wiersz",
66
+ deltext: " ",
67
+ deltitle: "Usuń wybrany wiersz",
68
+ searchtext: " ",
69
+ searchtitle: "Wyszukaj rekord",
70
+ refreshtext: "",
71
+ refreshtitle: "Prze\u0142aduj",
72
+ alertcap: "Uwaga",
73
+ alerttext: "Proszę wybrać wiersz",
74
+ viewtext: "",
75
+ viewtitle: "View selected row"
76
+ },
77
+ col : {
78
+ caption: "Pokaż/Ukryj kolumny",
79
+ bSubmit: "Zatwierdź",
80
+ bCancel: "Anuluj"
81
+ },
82
+ errors : {
83
+ errcap : "B\u0142ąd",
84
+ nourl : "Brak adresu url",
85
+ norecords: "Brak danych",
86
+ model : "D\u0142ugość 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
+ "Nie", "Pon", "Wt", "Śr", "Cz", "Pi", "So",
95
+ "Niedziela", "Poniedzia\u0142ek", "Wtorek", "Środa", "Czwartek", "Piątek", "Sobota"
96
+ ],
97
+ monthNames: [
98
+ "Sty", "Lu", "Mar", "Kwie", "Maj", "Cze", "Lip", "Sie", "Wrz", "Paź", "Lis", "Gru",
99
+ "Styczeń", "Luty", "Marzec", "Kwiecień", "Maj", "Czerwiec", "Lipiec", "Sierpień", "Wrzesień", "Październik", "Listopad", "Grudzień"
100
+ ],
101
+ AmPm : ["am","pm","AM","PM"],
102
+ S: function (j) {return j < 11 || j > 13 ? ['', '', '', ''][Math.min((j - 1) % 10, 3)] : ''},
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
127
  })(jQuery);
@@ -1,127 +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
- 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
+ ;(function($){
2
+ /**
3
+ * jqGrid Brazilian-Portuguese Translation
4
+ * Sergio Righi sergio.righi@gmail.com
5
+ * http://curve.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: "Ver {0} - {1} of {2}",
13
+ emptyrecords: "Nenhum registro para visualizar",
14
+ loadtext: "Carregando...",
15
+ pgtext : "Página {0} de {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: " iguala",
24
+ rulesText: " regras"
25
+ },
26
+ edit : {
27
+ addCaption: "Incluir",
28
+ editCaption: "Alterar",
29
+ bSubmit: "Enviar",
30
+ bCancel: "Cancelar",
31
+ bClose: "Fechar",
32
+ saveData: "Os dados foram alterados! Salvar alterações?",
33
+ bYes : "Sim",
34
+ bNo : "Não",
35
+ bExit : "Cancelar",
36
+ msg: {
37
+ required:"Campo obrigatório",
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: "Por favor, informe uma data válida",
44
+ url: "não é uma URL válida. Prefixo obrigatório ('http://' or 'https://')",
45
+ nodefined : " não está definido!",
46
+ novalue : " um valor de retorno é obrigatório!",
47
+ customarray : "Função customizada deve retornar um array!",
48
+ customfcheck : "Função customizada deve estar presente em caso de validação customizada!"
49
+ }
50
+ },
51
+ view : {
52
+ caption: "Ver Registro",
53
+ bClose: "Fechar"
54
+ },
55
+ del : {
56
+ caption: "Apagar",
57
+ msg: "Apagar registros selecionado(s)?",
58
+ bSubmit: "Apagar",
59
+ bCancel: "Cancelar"
60
+ },
61
+ nav : {
62
+ edittext: " ",
63
+ edittitle: "Alterar registro selecionado",
64
+ addtext:" ",
65
+ addtitle: "Incluir novo registro",
66
+ deltext: " ",
67
+ deltitle: "Apagar 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: "Ver linha selecionada"
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 : "Comprimento de 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: "R$ ", suffix:"", defaultValue: '0,00'},
92
+ date : {
93
+ dayNames: [
94
+ "Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "Sáb",
95
+ "Domingo", "Segunda", "Terça", "Quarta", "Quinta", "Sexta", "Sábado"
96
+ ],
97
+ monthNames: [
98
+ "Jan", "Fev", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Out", "Nov", "Dez",
99
+ "Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", "Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro"
100
+ ],
101
+ AmPm : ["am","pm","AM","PM"],
102
+ S: function (j) {return j < 11 || j > 13 ? ['º', 'º', 'º', 'º'][Math.min((j - 1) % 10, 3)] : 'º'},
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://')",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
+ (function(a){a.jgrid={defaults:{recordtext:"Ver {0} - {1} of {2}",emptyrecords:"Nenhum registro para visualizar",loadtext:"Carregando...",pgtext:"Página {0} de {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:" iguala",rulesText:" regras"},edit:{addCaption:"Incluir",editCaption:"Alterar",bSubmit:"Enviar",bCancel:"Cancelar",bClose:"Fechar",saveData:"Os dados foram alterados! Salvar alterações?",bYes:"Sim",bNo:"Não",bExit:"Cancelar",msg:{required:"Campo obrigatório",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:"Por favor, informe uma data válida",url:"não é uma URL válida. Prefixo obrigatório ('http://' or 'https://')",nodefined:" não está definido!",novalue:" um valor de retorno é obrigatório!",customarray:"Função customizada deve retornar um array!",customfcheck:"Função customizada deve estar presente em caso de validação customizada!"}},view:{caption:"Ver Registro",bClose:"Fechar"},del:{caption:"Apagar",msg:"Apagar registros selecionado(s)?",bSubmit:"Apagar",bCancel:"Cancelar"},nav:{edittext:" ",edittitle:"Alterar registro selecionado",addtext:" ",addtitle:"Incluir novo registro",deltext:" ",deltitle:"Apagar registro selecionado",searchtext:" ",searchtitle:"Procurar registros",refreshtext:"",refreshtitle:"Recarrgando Tabela",alertcap:"Aviso",alerttext:"Por favor, selecione um registro",viewtext:"",viewtitle:"Ver linha selecionada"},col:{caption:"Mostrar/Esconder Colunas",bSubmit:"Enviar",bCancel:"Cancelar"},errors:{errcap:"Erro",nourl:"Nenhuma URL defenida",norecords:"Sem registros para exibir",model:"Comprimento de colNames <> colModel!"},formatter:{integer:{thousandsSeparator:" ",defaultValue:"0"},number:{decimalSeparator:",",thousandsSeparator:" ",decimalPlaces:2,defaultValue:"0,00"},currency:{decimalSeparator:",",thousandsSeparator:".",decimalPlaces:2,prefix:"R$ ",suffix:"",defaultValue:"0,00"},date:{dayNames:["Dom","Seg","Ter","Qua","Qui","Sex","Sáb","Domingo","Segunda","Terça","Quarta","Quinta","Sexta","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);