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,127 +1,127 @@
1
- ;(function($){
2
- /**
3
- * jqGrid Russian Translation v1.0 02.07.2009 (based on translation by Alexey Kanaev v1.1 21.01.2009, http://softcore.com.ru)
4
- * Sergey Dyagovchenko
5
- * http://d.sumy.ua
6
- * Dual licensed under the MIT and GPL licenses:
7
- * http://www.opensource.org/licenses/mit-license.php
8
- * http://www.gnu.org/licenses/gpl.html
9
- **/
10
- $.jgrid = {
11
- defaults : {
12
- recordtext: "Просмотр {0} - {1} из {2}",
13
- emptyrecords: "Нет записей для просмотра",
14
- loadtext: "Загрузка...",
15
- pgtext : "Стр. {0} из {1}"
16
- },
17
- search : {
18
- caption: "Поиск...",
19
- Find: "Найти",
20
- Reset: "Сброс",
21
- odata : ['равно', 'не равно', 'меньше', 'меньше или равно','больше','больше или равно', 'начинается с','не начинается с','находится в','не находится в','заканчивается на','не заканчивается на','содержит','не содержит'],
22
- groupOps: [ { op: "AND", text: "все" }, { op: "OR", text: "любой" } ],
23
- matchText: " совпадает",
24
- rulesText: " правила"
25
- },
26
- edit : {
27
- addCaption: "Добавить запись",
28
- editCaption: "Редактировать запись",
29
- bSubmit: "Сохранить",
30
- bCancel: "Отмена",
31
- bClose: "Закрыть",
32
- saveData: "Данные были измененны! Сохранить изменения?",
33
- bYes : "Да",
34
- bNo : "Нет",
35
- bExit : "Отмена",
36
- msg: {
37
- required:"Поле является обязательным",
38
- number:"Пожалуйста, введите правильное число",
39
- minValue:"значение должно быть больше либо равно",
40
- maxValue:"значение должно быть меньше либо равно",
41
- email: "некорректное значение e-mail",
42
- integer: "Пожалуйста, введите целое число",
43
- date: "Пожалуйста, введите правильную дату",
44
- url: "неверная ссылка. Необходимо ввести префикс ('http://' or 'https://')",
45
- nodefined : " is not defined!",
46
- novalue : " return value is required!",
47
- customarray : "Custom function should return array!",
48
- customfcheck : "Custom function should be present in case of custom checking!"
49
- }
50
- },
51
- view : {
52
- caption: "Просмотр записи",
53
- bClose: "Закрыть"
54
- },
55
- del : {
56
- caption: "Удалить",
57
- msg: "Удалить выбранную запись(и)?",
58
- bSubmit: "Удалить",
59
- bCancel: "Отмена"
60
- },
61
- nav : {
62
- edittext: " ",
63
- edittitle: "Редактировать выбранную запись",
64
- addtext:" ",
65
- addtitle: "Добавить новую запись",
66
- deltext: " ",
67
- deltitle: "Удалить выбранную запись",
68
- searchtext: " ",
69
- searchtitle: "Найти записи",
70
- refreshtext: "",
71
- refreshtitle: "Обновить таблицу",
72
- alertcap: "Внимание",
73
- alerttext: "Пожалуйста, выберите запись",
74
- viewtext: "",
75
- viewtitle: "Просмотреть выбранную запись"
76
- },
77
- col : {
78
- caption: "Показать/скрыть столбцы",
79
- bSubmit: "Сохранить",
80
- bCancel: "Отмена"
81
- },
82
- errors : {
83
- errcap : "Ошибка",
84
- nourl : "URL не установлен",
85
- norecords: "Нет записей для обработки",
86
- model : "Число полей не соответствует числу столбцов таблицы!"
87
- },
88
- formatter : {
89
- integer : {thousandsSeparator: " ", defaultValue: '0'},
90
- number : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0,00'},
91
- currency : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0,00'},
92
- date : {
93
- dayNames: [
94
- "Вс", "Пн", "Вт", "Ср", "Чт", "Пт", "Сб",
95
- "Воскресение", "Понедельник", "Вторник", "Среда", "Четверг", "Пятница", "Суббота"
96
- ],
97
- monthNames: [
98
- "Янв", "Фев", "Мар", "Апр", "Май", "Июн", "Июл", "Авг", "Сен", "Окт", "Ноя", "Дек",
99
- "Январь", "Февраль", "Март", "Апрель", "Май", "Июнь", "Июль", "Август", "Сентябрь", "Октябрь", "Ноябрь", "Декабрь"
100
- ],
101
- AmPm : ["am","pm","AM","PM"],
102
- S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
103
- srcformat: 'Y-m-d',
104
- newformat: 'd.m.Y',
105
- masks : {
106
- ISO8601Long:"Y-m-d H:i:s",
107
- ISO8601Short:"Y-m-d",
108
- ShortDate: "n.j.Y",
109
- LongDate: "l, F d, Y",
110
- FullDateTime: "l, F d, Y G:i:s",
111
- MonthDay: "F d",
112
- ShortTime: "G:i",
113
- LongTime: "G:i:s",
114
- SortableDateTime: "Y-m-d\\TH:i:s",
115
- UniversalSortableDateTime: "Y-m-d H:i:sO",
116
- YearMonth: "F, Y"
117
- },
118
- reformatAfterEdit : false
119
- },
120
- baseLinkUrl: '',
121
- showAction: '',
122
- target: '',
123
- checkbox : {disabled:true},
124
- idName : 'id'
125
- }
126
- };
127
- })(jQuery);
1
+ ;(function($){
2
+ /**
3
+ * jqGrid Russian Translation v1.0 02.07.2009 (based on translation by Alexey Kanaev v1.1 21.01.2009, http://softcore.com.ru)
4
+ * Sergey Dyagovchenko
5
+ * http://d.sumy.ua
6
+ * Dual licensed under the MIT and GPL licenses:
7
+ * http://www.opensource.org/licenses/mit-license.php
8
+ * http://www.gnu.org/licenses/gpl.html
9
+ **/
10
+ $.jgrid = {
11
+ defaults : {
12
+ recordtext: "Просмотр {0} - {1} из {2}",
13
+ emptyrecords: "Нет записей для просмотра",
14
+ loadtext: "Загрузка...",
15
+ pgtext : "Стр. {0} из {1}"
16
+ },
17
+ search : {
18
+ caption: "Поиск...",
19
+ Find: "Найти",
20
+ Reset: "Сброс",
21
+ odata : ['равно', 'не равно', 'меньше', 'меньше или равно','больше','больше или равно', 'начинается с','не начинается с','находится в','не находится в','заканчивается на','не заканчивается на','содержит','не содержит'],
22
+ groupOps: [ { op: "AND", text: "все" }, { op: "OR", text: "любой" } ],
23
+ matchText: " совпадает",
24
+ rulesText: " правила"
25
+ },
26
+ edit : {
27
+ addCaption: "Добавить запись",
28
+ editCaption: "Редактировать запись",
29
+ bSubmit: "Сохранить",
30
+ bCancel: "Отмена",
31
+ bClose: "Закрыть",
32
+ saveData: "Данные были измененны! Сохранить изменения?",
33
+ bYes : "Да",
34
+ bNo : "Нет",
35
+ bExit : "Отмена",
36
+ msg: {
37
+ required:"Поле является обязательным",
38
+ number:"Пожалуйста, введите правильное число",
39
+ minValue:"значение должно быть больше либо равно",
40
+ maxValue:"значение должно быть меньше либо равно",
41
+ email: "некорректное значение e-mail",
42
+ integer: "Пожалуйста, введите целое число",
43
+ date: "Пожалуйста, введите правильную дату",
44
+ url: "неверная ссылка. Необходимо ввести префикс ('http://' or 'https://')",
45
+ nodefined : " is not defined!",
46
+ novalue : " return value is required!",
47
+ customarray : "Custom function should return array!",
48
+ customfcheck : "Custom function should be present in case of custom checking!"
49
+ }
50
+ },
51
+ view : {
52
+ caption: "Просмотр записи",
53
+ bClose: "Закрыть"
54
+ },
55
+ del : {
56
+ caption: "Удалить",
57
+ msg: "Удалить выбранную запись(и)?",
58
+ bSubmit: "Удалить",
59
+ bCancel: "Отмена"
60
+ },
61
+ nav : {
62
+ edittext: " ",
63
+ edittitle: "Редактировать выбранную запись",
64
+ addtext:" ",
65
+ addtitle: "Добавить новую запись",
66
+ deltext: " ",
67
+ deltitle: "Удалить выбранную запись",
68
+ searchtext: " ",
69
+ searchtitle: "Найти записи",
70
+ refreshtext: "",
71
+ refreshtitle: "Обновить таблицу",
72
+ alertcap: "Внимание",
73
+ alerttext: "Пожалуйста, выберите запись",
74
+ viewtext: "",
75
+ viewtitle: "Просмотреть выбранную запись"
76
+ },
77
+ col : {
78
+ caption: "Показать/скрыть столбцы",
79
+ bSubmit: "Сохранить",
80
+ bCancel: "Отмена"
81
+ },
82
+ errors : {
83
+ errcap : "Ошибка",
84
+ nourl : "URL не установлен",
85
+ norecords: "Нет записей для обработки",
86
+ model : "Число полей не соответствует числу столбцов таблицы!"
87
+ },
88
+ formatter : {
89
+ integer : {thousandsSeparator: " ", defaultValue: '0'},
90
+ number : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0,00'},
91
+ currency : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0,00'},
92
+ date : {
93
+ dayNames: [
94
+ "Вс", "Пн", "Вт", "Ср", "Чт", "Пт", "Сб",
95
+ "Воскресение", "Понедельник", "Вторник", "Среда", "Четверг", "Пятница", "Суббота"
96
+ ],
97
+ monthNames: [
98
+ "Янв", "Фев", "Мар", "Апр", "Май", "Июн", "Июл", "Авг", "Сен", "Окт", "Ноя", "Дек",
99
+ "Январь", "Февраль", "Март", "Апрель", "Май", "Июнь", "Июль", "Август", "Сентябрь", "Октябрь", "Ноябрь", "Декабрь"
100
+ ],
101
+ AmPm : ["am","pm","AM","PM"],
102
+ S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
103
+ srcformat: 'Y-m-d',
104
+ newformat: 'd.m.Y',
105
+ masks : {
106
+ ISO8601Long:"Y-m-d H:i:s",
107
+ ISO8601Short:"Y-m-d",
108
+ ShortDate: "n.j.Y",
109
+ LongDate: "l, F d, Y",
110
+ FullDateTime: "l, F d, Y G:i:s",
111
+ MonthDay: "F d",
112
+ ShortTime: "G:i",
113
+ LongTime: "G:i:s",
114
+ SortableDateTime: "Y-m-d\\TH:i:s",
115
+ UniversalSortableDateTime: "Y-m-d H:i:sO",
116
+ YearMonth: "F, Y"
117
+ },
118
+ reformatAfterEdit : false
119
+ },
120
+ baseLinkUrl: '',
121
+ showAction: '',
122
+ target: '',
123
+ checkbox : {disabled:true},
124
+ idName : 'id'
125
+ }
126
+ };
127
+ })(jQuery);
@@ -1,128 +1,128 @@
1
- ;(function($){
2
- /**
3
- * jqGrid Spanish Translation
4
- * Traduccion jqGrid en Español por Yamil Bracho
5
- * Traduccion corregida y ampliada por Faserline, S.L.
6
- * http://www.faserline.com
7
- * Dual licensed under the MIT and GPL licenses:
8
- * http://www.opensource.org/licenses/mit-license.php
9
- * http://www.gnu.org/licenses/gpl.html
10
- **/
11
- $.jgrid = {
12
- defaults : {
13
- recordtext: "Mostrando {0} - {1} de {2}",
14
- emptyrecords: "Sin registros que mostrar",
15
- loadtext: "Cargando...",
16
- pgtext : "Página {0} de {1}"
17
- },
18
- search : {
19
- caption: "Búsqueda...",
20
- Find: "Buscar",
21
- Reset: "Limpiar",
22
- odata : ['igual ', 'no igual a', 'menor que', 'menor o igual que','mayor que','mayor o igual a', 'empiece por','no empiece por','está en','no está en','termina por','no termina por','contiene','no contiene'],
23
- groupOps: [ { op: "AND", text: "todo" }, { op: "OR", text: "cualquier" } ],
24
- matchText: " match",
25
- rulesText: " reglas"
26
- },
27
- edit : {
28
- addCaption: "Agregar registro",
29
- editCaption: "Modificar registro",
30
- bSubmit: "Guardar",
31
- bCancel: "Cancelar",
32
- bClose: "Cerrar",
33
- saveData: "Los datos han cambiado. ¿Guardar cambios?",
34
- bYes : "Yes",
35
- bNo : "No",
36
- bExit : "Cancel",
37
- msg: {
38
- required:"Campo obligatorio",
39
- number:"Introduzca un número",
40
- minValue:"El valor debe ser mayor o igual a ",
41
- maxValue:"El valor debe ser menor o igual a ",
42
- email: "no es una dirección de correo válida",
43
- integer: "Introduzca un valor entero",
44
- date: "Introduza una fecha correcta ",
45
- url: "no es una URL válida. Prefijo requerido ('http://' or 'https://')",
46
- nodefined : " is not defined!",
47
- novalue : " return value is required!",
48
- customarray : "Custom function should return array!",
49
- customfcheck : "Custom function should be present in case of custom checking!"
50
- }
51
- },
52
- view : {
53
- caption: "Consultar registro",
54
- bClose: "Cerrar"
55
- },
56
- del : {
57
- caption: "Eliminar",
58
- msg: "¿Desea eliminar los registros seleccionados?",
59
- bSubmit: "Eliminar",
60
- bCancel: "Cancelar"
61
- },
62
- nav : {
63
- edittext: " ",
64
- edittitle: "Modificar fila seleccionada",
65
- addtext:" ",
66
- addtitle: "Agregar nueva fila",
67
- deltext: " ",
68
- deltitle: "Eliminar fila seleccionada",
69
- searchtext: " ",
70
- searchtitle: "Buscar información",
71
- refreshtext: "",
72
- refreshtitle: "Recargar datos",
73
- alertcap: "Aviso",
74
- alerttext: "Seleccione una fila",
75
- viewtext: "",
76
- viewtitle: "Ver fila seleccionada"
77
- },
78
- col : {
79
- caption: "Mostrar/ocultar columnas",
80
- bSubmit: "Enviar",
81
- bCancel: "Cancelar"
82
- },
83
- errors : {
84
- errcap : "Error",
85
- nourl : "No se ha especificado una URL",
86
- norecords: "No hay datos para procesar",
87
- model : "Las columnas de nombres son diferentes de las columnas de modelo"
88
- },
89
- formatter : {
90
- integer : {thousandsSeparator: ".", defaultValue: '0'},
91
- number : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, defaultValue: '0,00'},
92
- currency : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0,00'},
93
- date : {
94
- dayNames: [
95
- "Do", "Lu", "Ma", "Mi", "Ju", "Vi", "Sa",
96
- "Domingo", "Lunes", "Martes", "Miercoles", "Jueves", "Viernes", "Sabado"
97
- ],
98
- monthNames: [
99
- "Ene", "Feb", "Mar", "Abr", "May", "Jun", "Jul", "Ago", "Sep", "Oct", "Nov", "Dic",
100
- "Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre"
101
- ],
102
- AmPm : ["am","pm","AM","PM"],
103
- S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
104
- srcformat: 'Y-m-d',
105
- newformat: 'd-m-Y',
106
- masks : {
107
- ISO8601Long:"Y-m-d H:i:s",
108
- ISO8601Short:"Y-m-d",
109
- ShortDate: "n/j/Y",
110
- LongDate: "l, F d, Y",
111
- FullDateTime: "l, F d, Y g:i:s A",
112
- MonthDay: "F d",
113
- ShortTime: "g:i A",
114
- LongTime: "g:i:s A",
115
- SortableDateTime: "Y-m-d\\TH:i:s",
116
- UniversalSortableDateTime: "Y-m-d H:i:sO",
117
- YearMonth: "F, Y"
118
- },
119
- reformatAfterEdit : false
120
- },
121
- baseLinkUrl: '',
122
- showAction: '',
123
- target: '',
124
- checkbox : {disabled:true},
125
- idName : 'id'
126
- }
127
- };
128
- })(jQuery);
1
+ ;(function($){
2
+ /**
3
+ * jqGrid Spanish Translation
4
+ * Traduccion jqGrid en Español por Yamil Bracho
5
+ * Traduccion corregida y ampliada por Faserline, S.L.
6
+ * http://www.faserline.com
7
+ * Dual licensed under the MIT and GPL licenses:
8
+ * http://www.opensource.org/licenses/mit-license.php
9
+ * http://www.gnu.org/licenses/gpl.html
10
+ **/
11
+ $.jgrid = {
12
+ defaults : {
13
+ recordtext: "Mostrando {0} - {1} de {2}",
14
+ emptyrecords: "Sin registros que mostrar",
15
+ loadtext: "Cargando...",
16
+ pgtext : "Página {0} de {1}"
17
+ },
18
+ search : {
19
+ caption: "Búsqueda...",
20
+ Find: "Buscar",
21
+ Reset: "Limpiar",
22
+ odata : ['igual ', 'no igual a', 'menor que', 'menor o igual que','mayor que','mayor o igual a', 'empiece por','no empiece por','está en','no está en','termina por','no termina por','contiene','no contiene'],
23
+ groupOps: [ { op: "AND", text: "todo" }, { op: "OR", text: "cualquier" } ],
24
+ matchText: " match",
25
+ rulesText: " reglas"
26
+ },
27
+ edit : {
28
+ addCaption: "Agregar registro",
29
+ editCaption: "Modificar registro",
30
+ bSubmit: "Guardar",
31
+ bCancel: "Cancelar",
32
+ bClose: "Cerrar",
33
+ saveData: "Los datos han cambiado. ¿Guardar cambios?",
34
+ bYes : "Yes",
35
+ bNo : "No",
36
+ bExit : "Cancel",
37
+ msg: {
38
+ required:"Campo obligatorio",
39
+ number:"Introduzca un número",
40
+ minValue:"El valor debe ser mayor o igual a ",
41
+ maxValue:"El valor debe ser menor o igual a ",
42
+ email: "no es una dirección de correo válida",
43
+ integer: "Introduzca un valor entero",
44
+ date: "Introduza una fecha correcta ",
45
+ url: "no es una URL válida. Prefijo requerido ('http://' or 'https://')",
46
+ nodefined : " is not defined!",
47
+ novalue : " return value is required!",
48
+ customarray : "Custom function should return array!",
49
+ customfcheck : "Custom function should be present in case of custom checking!"
50
+ }
51
+ },
52
+ view : {
53
+ caption: "Consultar registro",
54
+ bClose: "Cerrar"
55
+ },
56
+ del : {
57
+ caption: "Eliminar",
58
+ msg: "¿Desea eliminar los registros seleccionados?",
59
+ bSubmit: "Eliminar",
60
+ bCancel: "Cancelar"
61
+ },
62
+ nav : {
63
+ edittext: " ",
64
+ edittitle: "Modificar fila seleccionada",
65
+ addtext:" ",
66
+ addtitle: "Agregar nueva fila",
67
+ deltext: " ",
68
+ deltitle: "Eliminar fila seleccionada",
69
+ searchtext: " ",
70
+ searchtitle: "Buscar información",
71
+ refreshtext: "",
72
+ refreshtitle: "Recargar datos",
73
+ alertcap: "Aviso",
74
+ alerttext: "Seleccione una fila",
75
+ viewtext: "",
76
+ viewtitle: "Ver fila seleccionada"
77
+ },
78
+ col : {
79
+ caption: "Mostrar/ocultar columnas",
80
+ bSubmit: "Enviar",
81
+ bCancel: "Cancelar"
82
+ },
83
+ errors : {
84
+ errcap : "Error",
85
+ nourl : "No se ha especificado una URL",
86
+ norecords: "No hay datos para procesar",
87
+ model : "Las columnas de nombres son diferentes de las columnas de modelo"
88
+ },
89
+ formatter : {
90
+ integer : {thousandsSeparator: ".", defaultValue: '0'},
91
+ number : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, defaultValue: '0,00'},
92
+ currency : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0,00'},
93
+ date : {
94
+ dayNames: [
95
+ "Do", "Lu", "Ma", "Mi", "Ju", "Vi", "Sa",
96
+ "Domingo", "Lunes", "Martes", "Miercoles", "Jueves", "Viernes", "Sabado"
97
+ ],
98
+ monthNames: [
99
+ "Ene", "Feb", "Mar", "Abr", "May", "Jun", "Jul", "Ago", "Sep", "Oct", "Nov", "Dic",
100
+ "Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre"
101
+ ],
102
+ AmPm : ["am","pm","AM","PM"],
103
+ S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
104
+ srcformat: 'Y-m-d',
105
+ newformat: 'd-m-Y',
106
+ masks : {
107
+ ISO8601Long:"Y-m-d H:i:s",
108
+ ISO8601Short:"Y-m-d",
109
+ ShortDate: "n/j/Y",
110
+ LongDate: "l, F d, Y",
111
+ FullDateTime: "l, F d, Y g:i:s A",
112
+ MonthDay: "F d",
113
+ ShortTime: "g:i A",
114
+ LongTime: "g:i:s A",
115
+ SortableDateTime: "Y-m-d\\TH:i:s",
116
+ UniversalSortableDateTime: "Y-m-d H:i:sO",
117
+ YearMonth: "F, Y"
118
+ },
119
+ reformatAfterEdit : false
120
+ },
121
+ baseLinkUrl: '',
122
+ showAction: '',
123
+ target: '',
124
+ checkbox : {disabled:true},
125
+ idName : 'id'
126
+ }
127
+ };
128
+ })(jQuery);