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.
Files changed (69) hide show
  1. data/README.textile +6 -6
  2. data/VERSION.yml +1 -1
  3. data/compass-jquery-plugin.gemspec +7 -2
  4. data/gem_tasks/jqgrid.rake +13 -4
  5. data/lib/jquery/jqgrid.rb +11 -10
  6. data/lib/jquery/jrails.rb +10 -18
  7. data/templates/jqgrid/i18n/jqgrid/locale-bg.js +132 -128
  8. data/templates/jqgrid/i18n/jqgrid/locale-bg.min.js +1 -1
  9. data/templates/jqgrid/i18n/jqgrid/locale-bg1251.js +132 -128
  10. data/templates/jqgrid/i18n/jqgrid/locale-bg1251.min.js +1 -1
  11. data/templates/jqgrid/i18n/jqgrid/locale-cat.js +128 -124
  12. data/templates/jqgrid/i18n/jqgrid/locale-cat.min.js +1 -1
  13. data/templates/jqgrid/i18n/jqgrid/locale-cs.js +127 -123
  14. data/templates/jqgrid/i18n/jqgrid/locale-cs.min.js +1 -1
  15. data/templates/jqgrid/i18n/jqgrid/locale-de.js +127 -123
  16. data/templates/jqgrid/i18n/jqgrid/locale-de.min.js +1 -1
  17. data/templates/jqgrid/i18n/jqgrid/locale-dk.js +128 -124
  18. data/templates/jqgrid/i18n/jqgrid/locale-dk.min.js +1 -1
  19. data/templates/jqgrid/i18n/jqgrid/locale-el.js +126 -122
  20. data/templates/jqgrid/i18n/jqgrid/locale-el.min.js +1 -1
  21. data/templates/jqgrid/i18n/jqgrid/locale-en.js +128 -123
  22. data/templates/jqgrid/i18n/jqgrid/locale-en.min.js +1 -1
  23. data/templates/jqgrid/i18n/jqgrid/locale-fa.js +125 -121
  24. data/templates/jqgrid/i18n/jqgrid/locale-fa.min.js +1 -1
  25. data/templates/jqgrid/i18n/jqgrid/locale-fi.js +128 -124
  26. data/templates/jqgrid/i18n/jqgrid/locale-fi.min.js +1 -1
  27. data/templates/jqgrid/i18n/jqgrid/locale-fr.js +126 -122
  28. data/templates/jqgrid/i18n/jqgrid/locale-fr.min.js +1 -1
  29. data/templates/jqgrid/i18n/jqgrid/locale-he.js +127 -0
  30. data/templates/jqgrid/i18n/jqgrid/locale-he.min.js +1 -0
  31. data/templates/jqgrid/i18n/jqgrid/locale-is.js +126 -122
  32. data/templates/jqgrid/i18n/jqgrid/locale-is.min.js +1 -1
  33. data/templates/jqgrid/i18n/jqgrid/locale-it.js +126 -122
  34. data/templates/jqgrid/i18n/jqgrid/locale-it.min.js +1 -1
  35. data/templates/jqgrid/i18n/jqgrid/locale-jp.js +127 -123
  36. data/templates/jqgrid/i18n/jqgrid/locale-jp.min.js +1 -1
  37. data/templates/jqgrid/i18n/jqgrid/locale-nl.js +148 -144
  38. data/templates/jqgrid/i18n/jqgrid/locale-nl.min.js +1 -1
  39. data/templates/jqgrid/i18n/jqgrid/locale-no.js +121 -116
  40. data/templates/jqgrid/i18n/jqgrid/locale-no.min.js +1 -1
  41. data/templates/jqgrid/i18n/jqgrid/locale-pl.js +126 -122
  42. data/templates/jqgrid/i18n/jqgrid/locale-pl.min.js +1 -1
  43. data/templates/jqgrid/i18n/jqgrid/locale-pt-br.js +127 -123
  44. data/templates/jqgrid/i18n/jqgrid/locale-pt-br.min.js +1 -1
  45. data/templates/jqgrid/i18n/jqgrid/locale-pt.js +125 -121
  46. data/templates/jqgrid/i18n/jqgrid/locale-pt.min.js +1 -1
  47. data/templates/jqgrid/i18n/jqgrid/locale-ro.js +139 -0
  48. data/templates/jqgrid/i18n/jqgrid/locale-ro.min.js +1 -0
  49. data/templates/jqgrid/i18n/jqgrid/locale-ru.js +127 -123
  50. data/templates/jqgrid/i18n/jqgrid/locale-ru.min.js +1 -1
  51. data/templates/jqgrid/i18n/jqgrid/locale-sp.js +128 -124
  52. data/templates/jqgrid/i18n/jqgrid/locale-sp.min.js +1 -1
  53. data/templates/jqgrid/i18n/jqgrid/locale-sv.js +117 -112
  54. data/templates/jqgrid/i18n/jqgrid/locale-sv.min.js +1 -1
  55. data/templates/jqgrid/i18n/jqgrid/locale-tr.js +126 -122
  56. data/templates/jqgrid/i18n/jqgrid/locale-tr.min.js +1 -1
  57. data/templates/jqgrid/i18n/jqgrid/locale-ua.js +127 -123
  58. data/templates/jqgrid/i18n/jqgrid/locale-ua.min.js +1 -1
  59. data/templates/jqgrid/jquery.jqGrid.js +9913 -8988
  60. data/templates/jqgrid/jquery.jqGrid.min.js +1 -1
  61. data/templates/jqgrid/jquery.ui/jqGrid.sass +745 -580
  62. data/templates/jqgrid/manifest.rb +62 -57
  63. data/templates/jqgrid/public/stylesheets/ellipsis-xbl.xml +13 -0
  64. data/templates/jrails/jquery.js +7644 -7626
  65. data/templates/jrails/jquery.min.js +19 -19
  66. data/templates/jrails/jrails.js +192 -197
  67. data/templates/jrails/jrails.min.js +1 -1
  68. data/templates/secret_sauce/app/views/ui/_ui_grid_for_without_block.js.haml +139 -136
  69. 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
- view : {
48
- caption: "View Record",
49
- bClose: "Close"
50
- },
51
- del : {
52
- caption: "Delete",
53
- msg: "Deletar registros selecionado(s)?",
54
- bSubmit: "Delete",
55
- bCancel: "Cancelar"
56
- },
57
- nav : {
58
- edittext: " ",
59
- edittitle: "Alterar registro selecionado",
60
- addtext:" ",
61
- addtitle: "Incluir novo registro",
62
- deltext: " ",
63
- deltitle: "Deletar registro selecionado",
64
- searchtext: " ",
65
- searchtitle: "Procurar registros",
66
- refreshtext: "",
67
- refreshtitle: "Recarrgando Tabela",
68
- alertcap: "Aviso",
69
- alerttext: "Por favor, selecione um registro",
70
- viewtext: "",
71
- viewtitle: "View selected row"
72
- },
73
- col : {
74
- caption: "Mostrar/Esconder Colunas",
75
- bSubmit: "Enviar",
76
- bCancel: "Cancelar"
77
- },
78
- errors : {
79
- errcap : "Erro",
80
- nourl : "Nenhuma URL defenida",
81
- norecords: "Sem registros para exibir",
82
- model : "Length of colNames <> colModel!"
83
- },
84
- formatter : {
85
- integer : {thousandsSeparator: " ", defaultValue: '0'},
86
- number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'},
87
- currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'},
88
- date : {
89
- dayNames: [
90
- "Sun", "Mon", "Tue", "Wed", "Thr", "Fri", "Sat",
91
- "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"
92
- ],
93
- monthNames: [
94
- "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec",
95
- "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"
96
- ],
97
- AmPm : ["am","pm","AM","PM"],
98
- S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
99
- srcformat: 'Y-m-d',
100
- newformat: 'd/m/Y',
101
- masks : {
102
- ISO8601Long:"Y-m-d H:i:s",
103
- ISO8601Short:"Y-m-d",
104
- ShortDate: "n/j/Y",
105
- LongDate: "l, F d, Y",
106
- FullDateTime: "l, F d, Y g:i:s A",
107
- MonthDay: "F d",
108
- ShortTime: "g:i A",
109
- LongTime: "g:i:s A",
110
- SortableDateTime: "Y-m-d\\TH:i:s",
111
- UniversalSortableDateTime: "Y-m-d H:i:sO",
112
- YearMonth: "F, Y"
113
- },
114
- reformatAfterEdit : false
115
- },
116
- baseLinkUrl: '',
117
- showAction: '',
118
- target: '',
119
- checkbox : {disabled:true},
120
- idName : 'id'
121
- }
122
- };
123
- })(jQuery);
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
- view : {
46
- caption: "View Record",
47
- bClose: "Close"
48
- },
49
- del : {
50
- caption: "Eliminar",
51
- msg: "Deseja eliminar o(s) registo(s) seleccionado(s)?",
52
- bSubmit: "Eliminar",
53
- bCancel: "Cancelar"
54
- },
55
- nav : {
56
- edittext: " ",
57
- edittitle: "Modificar registo seleccionado",
58
- addtext:" ",
59
- addtitle: "Adicionar novo registo",
60
- deltext: " ",
61
- deltitle: "Eliminar registo seleccionado",
62
- searchtext: " ",
63
- searchtitle: "Procurar",
64
- refreshtext: "",
65
- refreshtitle: "Actualizar",
66
- alertcap: "Aviso",
67
- alerttext: "Por favor, seleccione um registo",
68
- viewtext: "",
69
- viewtitle: "View selected row"
70
- },
71
- col : {
72
- caption: "Mostrar/Ocultar Colunas",
73
- bSubmit: "Enviar",
74
- bCancel: "Cancelar"
75
- },
76
- errors : {
77
- errcap : "Erro",
78
- nourl : "N�o especificou um url",
79
- norecords: "N�o existem dados para processar",
80
- model : "Tamanho do colNames <> colModel!"
81
- },
82
- formatter : {
83
- integer : {thousandsSeparator: " ", defaultValue: '0'},
84
- number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'},
85
- currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'},
86
- date : {
87
- dayNames: [
88
- "Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "Sab",
89
- "Domingo", "Segunda-Feira", "Ter�a-Feira", "Quarta-Feira", "Quinta-Feira", "Sexta-Feira", "S�bado"
90
- ],
91
- monthNames: [
92
- "Jan", "Fev", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Out", "Nov", "Dez",
93
- "Janeiro", "Fevereiro", "Maro", "Abril", "Maio", "Junho", "Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro"
94
- ],
95
- AmPm : ["am","pm","AM","PM"],
96
- S: function (j) {return j < 11 || j > 13 ? ['�', '�', '�', '�'][Math.min((j - 1) % 10, 3)] : '�'},
97
- srcformat: 'Y-m-d',
98
- newformat: 'd/m/Y',
99
- masks : {
100
- ISO8601Long:"Y-m-d H:i:s",
101
- ISO8601Short:"Y-m-d",
102
- ShortDate: "n/j/Y",
103
- LongDate: "l, F d, Y",
104
- FullDateTime: "l, F d, Y g:i:s A",
105
- MonthDay: "F d",
106
- ShortTime: "g:i A",
107
- LongTime: "g:i:s A",
108
- SortableDateTime: "Y-m-d\\TH:i:s",
109
- UniversalSortableDateTime: "Y-m-d H:i:sO",
110
- YearMonth: "F, Y"
111
- },
112
- reformatAfterEdit : false
113
- },
114
- baseLinkUrl: '',
115
- showAction: '',
116
- target: '',
117
- checkbox : {disabled:true},
118
- idName : 'id'
119
- }
120
- };
121
- })(jQuery);
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", "Tera-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);