compass-jquery-plugin 0.2.4.4 → 0.2.4.5

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 (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,132 +1,132 @@
1
- ;(function($){
2
- /**
3
- * jqGrid Bulgarian Translation
4
- * Tony Tomov tony@trirand.com
5
- * http://trirand.com/blog/
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: "�� � ������� ��. �����",
42
- integer: "�������� ������� ���� �����",
43
- date: "�������� ������� ����",
44
- url: "e ��������� URL. �������� �� �������('http://' ��� 'https://')",
45
- nodefined : " � ������������!",
46
- novalue : " ������� ������� �� ��������!",
47
- customarray : "������. ������� ������ �� ����� �����!",
48
- customfcheck : "������������� ������� � ������������ ��� ���� ��� �������!"
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 : ["","","",""],
102
- S: function (j) {
103
- if(j==7 || j==8 || j== 27 || j== 28) {
104
- return '��';
105
- }
106
- return ['��', '��', '��'][Math.min((j - 1) % 10, 2)];
107
- },
108
- srcformat: 'Y-m-d',
109
- newformat: 'd/m/Y',
110
- masks : {
111
- ISO8601Long:"Y-m-d H:i:s",
112
- ISO8601Short:"Y-m-d",
113
- ShortDate: "n/j/Y",
114
- LongDate: "l, F d, Y",
115
- FullDateTime: "l, F d, Y g:i:s A",
116
- MonthDay: "F d",
117
- ShortTime: "g:i A",
118
- LongTime: "g:i:s A",
119
- SortableDateTime: "Y-m-d\\TH:i:s",
120
- UniversalSortableDateTime: "Y-m-d H:i:sO",
121
- YearMonth: "F, Y"
122
- },
123
- reformatAfterEdit : false
124
- },
125
- baseLinkUrl: '',
126
- showAction: '',
127
- target: '',
128
- checkbox : {disabled:true},
129
- idName : 'id'
130
- }
131
- };
132
- })(jQuery);
1
+ ;(function($){
2
+ /**
3
+ * jqGrid Bulgarian Translation
4
+ * Tony Tomov tony@trirand.com
5
+ * http://trirand.com/blog/
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: "�� � ������� ��. �����",
42
+ integer: "�������� ������� ���� �����",
43
+ date: "�������� ������� ����",
44
+ url: "e ��������� URL. �������� �� �������('http://' ��� 'https://')",
45
+ nodefined : " � ������������!",
46
+ novalue : " ������� ������� �� ��������!",
47
+ customarray : "������. ������� ������ �� ����� �����!",
48
+ customfcheck : "������������� ������� � ������������ ��� ���� ��� �������!"
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 : ["","","",""],
102
+ S: function (j) {
103
+ if(j==7 || j==8 || j== 27 || j== 28) {
104
+ return '��';
105
+ }
106
+ return ['��', '��', '��'][Math.min((j - 1) % 10, 2)];
107
+ },
108
+ srcformat: 'Y-m-d',
109
+ newformat: 'd/m/Y',
110
+ masks : {
111
+ ISO8601Long:"Y-m-d H:i:s",
112
+ ISO8601Short:"Y-m-d",
113
+ ShortDate: "n/j/Y",
114
+ LongDate: "l, F d, Y",
115
+ FullDateTime: "l, F d, Y g:i:s A",
116
+ MonthDay: "F d",
117
+ ShortTime: "g:i A",
118
+ LongTime: "g:i:s A",
119
+ SortableDateTime: "Y-m-d\\TH:i:s",
120
+ UniversalSortableDateTime: "Y-m-d H:i:sO",
121
+ YearMonth: "F, Y"
122
+ },
123
+ reformatAfterEdit : false
124
+ },
125
+ baseLinkUrl: '',
126
+ showAction: '',
127
+ target: '',
128
+ checkbox : {disabled:true},
129
+ idName : 'id'
130
+ }
131
+ };
132
+ })(jQuery);
@@ -1,128 +1,128 @@
1
- ;(function($){
2
- /**
3
- * jqGrid Catalan Translation
4
- * Traducció jqGrid en Catatà per Faserline, S.L.
5
- * http://www.faserline.com
6
- * Dual licensed under the MIT and GPL licenses:
7
- * http://www.opensource.org/licenses/mit-license.php
8
- * http://www.gnu.org/licenses/gpl.html
9
- **/
10
- $.jgrid = {
11
- defaults : {
12
- recordtext: "Mostrant {0} - {1} de {2}",
13
- emptyrecords: "Sense registres que mostrar",
14
- loadtext: "Carregant...",
15
- pgtext : "Page {0} of {1}"
16
- },
17
- search : {
18
- caption: "Cerca...",
19
- Find: "Cercar",
20
- Reset: "Buidar",
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: "tot" }, { op: "OR", text: "qualsevol" } ],
23
- matchText: " match",
24
- rulesText: " rules"
25
- },
26
- edit : {
27
- addCaption: "Afegir registre",
28
- editCaption: "Modificar registre",
29
- bSubmit: "Guardar",
30
- bCancel: "Cancelar",
31
- bClose: "Tancar",
32
- saveData: "Les dades han canviat. Guardar canvis?",
33
- bYes : "Yes",
34
- bNo : "No",
35
- bExit : "Cancel",
36
- msg: {
37
- required:"Camp obligatori",
38
- number:"Introdueixi un nombre",
39
- minValue:"El valor ha de ser major o igual que ",
40
- maxValue:"El valor ha de ser menor o igual a ",
41
- email: "no és una direcció de correu vàlida",
42
- integer: "Introdueixi un valor enter",
43
- date: "Introdueixi una data correcta ",
44
- url: "no és una URL vàlida. Prefix requerit ('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: "Veure registre",
53
- bClose: "Tancar"
54
- },
55
- del : {
56
- caption: "Eliminar",
57
- msg: "¿Desitja eliminar els registres seleccionats?",
58
- bSubmit: "Eliminar",
59
- bCancel: "Cancelar"
60
- },
61
- nav : {
62
- edittext: " ",
63
- edittitle: "Modificar fila seleccionada",
64
- addtext:" ",
65
- addtitle: "Agregar nova fila",
66
- deltext: " ",
67
- deltitle: "Eliminar fila seleccionada",
68
- searchtext: " ",
69
- searchtitle: "Cercar informació",
70
- refreshtext: "",
71
- refreshtitle: "Refrescar taula",
72
- alertcap: "Avís",
73
- alerttext: "Seleccioni una fila",
74
- viewtext: " ",
75
- viewtitle: "Veure fila seleccionada"
76
- },
77
- // setcolumns module
78
- col : {
79
- caption: "Mostrar/ocultar columnes",
80
- bSubmit: "Enviar",
81
- bCancel: "Cancelar"
82
- },
83
- errors : {
84
- errcap : "Error",
85
- nourl : "No s'ha especificat una URL",
86
- norecords: "No hi ha dades per processar",
87
- model : "Les columnes de noms són diferents de les columnes del model"
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
- "Dg", "Dl", "Dt", "Dc", "Dj", "Dv", "Ds",
96
- "Diumenge", "Dilluns", "Dimarts", "Dimecres", "Dijous", "Divendres", "Dissabte"
97
- ],
98
- monthNames: [
99
- "Gen", "Febr", "Març", "Abr", "Maig", "Juny", "Jul", "Ag", "Set", "Oct", "Nov", "Des",
100
- "Gener", "Febrer", "Març", "Abril", "Maig", "Juny", "Juliol", "Agost", "Setembre", "Octubre", "Novembre", "Desembre"
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: 'show',
123
- target: '',
124
- checkbox : {disabled:true},
125
- idName : 'id'
126
- }
127
- };
128
- })(jQuery);
1
+ ;(function($){
2
+ /**
3
+ * jqGrid Catalan Translation
4
+ * Traducció jqGrid en Catatà per Faserline, S.L.
5
+ * http://www.faserline.com
6
+ * Dual licensed under the MIT and GPL licenses:
7
+ * http://www.opensource.org/licenses/mit-license.php
8
+ * http://www.gnu.org/licenses/gpl.html
9
+ **/
10
+ $.jgrid = {
11
+ defaults : {
12
+ recordtext: "Mostrant {0} - {1} de {2}",
13
+ emptyrecords: "Sense registres que mostrar",
14
+ loadtext: "Carregant...",
15
+ pgtext : "Page {0} of {1}"
16
+ },
17
+ search : {
18
+ caption: "Cerca...",
19
+ Find: "Cercar",
20
+ Reset: "Buidar",
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: "tot" }, { op: "OR", text: "qualsevol" } ],
23
+ matchText: " match",
24
+ rulesText: " rules"
25
+ },
26
+ edit : {
27
+ addCaption: "Afegir registre",
28
+ editCaption: "Modificar registre",
29
+ bSubmit: "Guardar",
30
+ bCancel: "Cancelar",
31
+ bClose: "Tancar",
32
+ saveData: "Les dades han canviat. Guardar canvis?",
33
+ bYes : "Yes",
34
+ bNo : "No",
35
+ bExit : "Cancel",
36
+ msg: {
37
+ required:"Camp obligatori",
38
+ number:"Introdueixi un nombre",
39
+ minValue:"El valor ha de ser major o igual que ",
40
+ maxValue:"El valor ha de ser menor o igual a ",
41
+ email: "no és una direcció de correu vàlida",
42
+ integer: "Introdueixi un valor enter",
43
+ date: "Introdueixi una data correcta ",
44
+ url: "no és una URL vàlida. Prefix requerit ('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: "Veure registre",
53
+ bClose: "Tancar"
54
+ },
55
+ del : {
56
+ caption: "Eliminar",
57
+ msg: "¿Desitja eliminar els registres seleccionats?",
58
+ bSubmit: "Eliminar",
59
+ bCancel: "Cancelar"
60
+ },
61
+ nav : {
62
+ edittext: " ",
63
+ edittitle: "Modificar fila seleccionada",
64
+ addtext:" ",
65
+ addtitle: "Agregar nova fila",
66
+ deltext: " ",
67
+ deltitle: "Eliminar fila seleccionada",
68
+ searchtext: " ",
69
+ searchtitle: "Cercar informació",
70
+ refreshtext: "",
71
+ refreshtitle: "Refrescar taula",
72
+ alertcap: "Avís",
73
+ alerttext: "Seleccioni una fila",
74
+ viewtext: " ",
75
+ viewtitle: "Veure fila seleccionada"
76
+ },
77
+ // setcolumns module
78
+ col : {
79
+ caption: "Mostrar/ocultar columnes",
80
+ bSubmit: "Enviar",
81
+ bCancel: "Cancelar"
82
+ },
83
+ errors : {
84
+ errcap : "Error",
85
+ nourl : "No s'ha especificat una URL",
86
+ norecords: "No hi ha dades per processar",
87
+ model : "Les columnes de noms són diferents de les columnes del model"
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
+ "Dg", "Dl", "Dt", "Dc", "Dj", "Dv", "Ds",
96
+ "Diumenge", "Dilluns", "Dimarts", "Dimecres", "Dijous", "Divendres", "Dissabte"
97
+ ],
98
+ monthNames: [
99
+ "Gen", "Febr", "Març", "Abr", "Maig", "Juny", "Jul", "Ag", "Set", "Oct", "Nov", "Des",
100
+ "Gener", "Febrer", "Març", "Abril", "Maig", "Juny", "Juliol", "Agost", "Setembre", "Octubre", "Novembre", "Desembre"
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: 'show',
123
+ target: '',
124
+ checkbox : {disabled:true},
125
+ idName : 'id'
126
+ }
127
+ };
128
+ })(jQuery);