jqgrid-rails 4.5.4.3 → 4.6.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (48) hide show
  1. data/jqgrid-rails.gemspec +1 -0
  2. data/lib/jqgrid/rails/version.rb +1 -1
  3. data/vendor/assets/javascripts/i18n/grid.locale-ar.js +6 -4
  4. data/vendor/assets/javascripts/i18n/grid.locale-bg.js +5 -3
  5. data/vendor/assets/javascripts/i18n/grid.locale-bg1251.js +1 -1
  6. data/vendor/assets/javascripts/i18n/grid.locale-cat.js +5 -3
  7. data/vendor/assets/javascripts/i18n/grid.locale-cn.js +159 -122
  8. data/vendor/assets/javascripts/i18n/grid.locale-cs.js +5 -3
  9. data/vendor/assets/javascripts/i18n/grid.locale-da.js +5 -3
  10. data/vendor/assets/javascripts/i18n/grid.locale-de.js +41 -39
  11. data/vendor/assets/javascripts/i18n/grid.locale-dk.js +129 -127
  12. data/vendor/assets/javascripts/i18n/grid.locale-el.js +5 -3
  13. data/vendor/assets/javascripts/i18n/grid.locale-en.js +5 -3
  14. data/vendor/assets/javascripts/i18n/grid.locale-es.js +5 -3
  15. data/vendor/assets/javascripts/i18n/grid.locale-fa.js +5 -3
  16. data/vendor/assets/javascripts/i18n/grid.locale-fi.js +5 -3
  17. data/vendor/assets/javascripts/i18n/grid.locale-fr.js +5 -3
  18. data/vendor/assets/javascripts/i18n/grid.locale-gl.js +5 -3
  19. data/vendor/assets/javascripts/i18n/grid.locale-he.js +5 -3
  20. data/vendor/assets/javascripts/i18n/grid.locale-hr.js +12 -10
  21. data/vendor/assets/javascripts/i18n/grid.locale-hr1250.js +12 -10
  22. data/vendor/assets/javascripts/i18n/grid.locale-hu.js +5 -3
  23. data/vendor/assets/javascripts/i18n/grid.locale-id.js +5 -3
  24. data/vendor/assets/javascripts/i18n/grid.locale-is.js +5 -3
  25. data/vendor/assets/javascripts/i18n/grid.locale-it.js +1 -1
  26. data/vendor/assets/javascripts/i18n/grid.locale-ja.js +6 -3
  27. data/vendor/assets/javascripts/i18n/grid.locale-kr.js +5 -3
  28. data/vendor/assets/javascripts/i18n/grid.locale-lt.js +5 -3
  29. data/vendor/assets/javascripts/i18n/grid.locale-mne.js +5 -3
  30. data/vendor/assets/javascripts/i18n/grid.locale-nl.js +5 -3
  31. data/vendor/assets/javascripts/i18n/grid.locale-no.js +1 -1
  32. data/vendor/assets/javascripts/i18n/grid.locale-pl.js +133 -131
  33. data/vendor/assets/javascripts/i18n/grid.locale-pt-br.js +9 -2
  34. data/vendor/assets/javascripts/i18n/grid.locale-pt.js +6 -4
  35. data/vendor/assets/javascripts/i18n/grid.locale-ro.js +5 -3
  36. data/vendor/assets/javascripts/i18n/grid.locale-ru.js +66 -64
  37. data/vendor/assets/javascripts/i18n/grid.locale-sk.js +5 -3
  38. data/vendor/assets/javascripts/i18n/grid.locale-sr-latin.js +5 -3
  39. data/vendor/assets/javascripts/i18n/grid.locale-sr.js +5 -3
  40. data/vendor/assets/javascripts/i18n/grid.locale-sv.js +5 -3
  41. data/vendor/assets/javascripts/i18n/grid.locale-th.js +5 -3
  42. data/vendor/assets/javascripts/i18n/grid.locale-tr.js +5 -3
  43. data/vendor/assets/javascripts/i18n/grid.locale-tw.js +6 -4
  44. data/vendor/assets/javascripts/i18n/grid.locale-ua.js +5 -3
  45. data/vendor/assets/javascripts/i18n/grid.locale-vi.js +5 -3
  46. data/vendor/assets/javascripts/jquery.jqGrid.min.js +512 -501
  47. data/vendor/assets/stylesheets/ui.jqgrid.css +17 -8
  48. metadata +18 -2
@@ -6,6 +6,11 @@
6
6
  *
7
7
  * Updated by Jonnas Fonini
8
8
  * http://fonini.net
9
+ *
10
+ *
11
+ * Updated by Fabio Ferreira da Silva fabio_ferreiradasilva@yahoo.com.br
12
+ *
13
+ *
9
14
  * Dual licensed under the MIT and GPL licenses:
10
15
  * http://www.opensource.org/licenses/mit-license.php
11
16
  * http://www.gnu.org/licenses/gpl.html
@@ -23,7 +28,9 @@ $.extend($.jgrid,{
23
28
  Find: "Procurar",
24
29
  Reset: "Resetar",
25
30
  odata: [{ oper:'eq', text:"igual"},{ oper:'ne', text:"diferente"},{ oper:'lt', text:"menor"},{ oper:'le', text:"menor ou igual"},{ oper:'gt', text:"maior"},{ oper:'ge', text:"maior ou igual"},{ oper:'bw', text:"inicia com"},{ oper:'bn', text:"não inicia com"},{ oper:'in', text:"está em"},{ oper:'ni', text:"não está em"},{ oper:'ew', text:"termina com"},{ oper:'en', text:"não termina com"},{ oper:'cn', text:"contém"},{ oper:'nc', text:"não contém"},{ oper:'nu', text:"nulo"},{ oper:'nn', text:"não nulo"}],
26
- groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ]
31
+ groupOps: [ { op: "AND", text: "todos" },{ op: "OR", text: "qualquer um" } ],
32
+ operandTitle : "Click to select search operation.",
33
+ resetTitle : "Reset Search Value"
27
34
  },
28
35
  edit : {
29
36
  addCaption: "Incluir",
@@ -104,7 +111,7 @@ $.extend($.jgrid,{
104
111
  S: function (j) {return j < 11 || j > 13 ? ['º', 'º', 'º', 'º'][Math.min((j - 1) % 10, 3)] : 'º'},
105
112
  srcformat: 'Y-m-d',
106
113
  newformat: 'd/m/Y',
107
- parseRe : /[Tt\\\/:_;.,\t\s-]/,
114
+ parseRe : /[#%\\\/:_;.,\t\s-]/,
108
115
  masks : {
109
116
  ISO8601Long:"Y-m-d H:i:s",
110
117
  ISO8601Short:"Y-m-d",
@@ -12,14 +12,16 @@ $.extend($.jgrid,{
12
12
  recordtext: "View {0} - {1} of {2}",
13
13
  emptyrecords: "No records to view",
14
14
  loadtext: "A carregar...",
15
- pgtext : "Page {0} of {1}"
15
+ pgtext : "Página {0} de {1}"
16
16
  },
17
17
  search : {
18
18
  caption: "Busca...",
19
19
  Find: "Procurar",
20
20
  Reset: "Limpar",
21
- odata: [{ oper:'eq', text:'equal'},{ oper:'ne', text:'not equal'},{ oper:'lt', text:'less'},{ oper:'le', text:'less or equal'},{ oper:'gt', text:'greater'},{ oper:'ge', text:'greater or equal'},{ oper:'bw', text:'begins with'},{ oper:'bn', text:'does not begin with'},{ oper:'in', text:'is in'},{ oper:'ni', text:'is not in'},{ oper:'ew', text:'ends with'},{ oper:'en', text:'does not end with'},{ oper:'cn', text:'contains'},{ oper:'nc', text:'does not contain'}],
22
- groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ]
21
+ odata: [{ oper:'eq', text:'equal'},{ oper:'ne', text:'not equal'},{ oper:'lt', text:'less'},{ oper:'le', text:'less or equal'},{ oper:'gt', text:'greater'},{ oper:'ge', text:'greater or equal'},{ oper:'bw', text:'begins with'},{ oper:'bn', text:'does not begin with'},{ oper:'in', text:'is in'},{ oper:'ni', text:'is not in'},{ oper:'ew', text:'ends with'},{ oper:'en', text:'does not end with'},{ oper:'cn', text:'contains'},{ oper:'nc', text:'does not contain'},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
22
+ groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ],
23
+ operandTitle : "Click to select search operation.",
24
+ resetTitle : "Reset Search Value"
23
25
  },
24
26
  edit : {
25
27
  addCaption: "Adicionar Registo",
@@ -99,7 +101,7 @@ $.extend($.jgrid,{
99
101
  S: function (j) {return j < 11 || j > 13 ? ['�', '�', '�', '�'][Math.min((j - 1) % 10, 3)] : '�'},
100
102
  srcformat: 'Y-m-d',
101
103
  newformat: 'd/m/Y',
102
- parseRe : /[Tt\\\/:_;.,\t\s-]/,
104
+ parseRe : /[#%\\\/:_;.,\t\s-]/,
103
105
  masks : {
104
106
  ISO8601Long:"Y-m-d H:i:s",
105
107
  ISO8601Short:"Y-m-d",
@@ -19,8 +19,10 @@ $.extend($.jgrid,{
19
19
  caption: "Caută...",
20
20
  Find: "Caută",
21
21
  Reset: "Resetare",
22
- odata: [{ oper:'eq', text:"egal"},{ oper:'ne', text:"diferit"},{ oper:'lt', text:"mai mic"},{ oper:'le', text:"mai mic sau egal"},{ oper:'gt', text:"mai mare"},{ oper:'ge', text:"mai mare sau egal"},{ oper:'bw', text:"începe cu"},{ oper:'bn', text:"nu începe cu"},{ oper:'in', text:"se găsește în"},{ oper:'ni', text:"nu se găsește în"},{ oper:'ew', text:"se termină cu"},{ oper:'en', text:"nu se termină cu"},{ oper:'cn', text:"conține"},{ oper:'nc', text:""}],
23
- groupOps: [ { op: "AND", text: "toate" }, { op: "OR", text: "oricare" } ]
22
+ odata: [{ oper:'eq', text:"egal"},{ oper:'ne', text:"diferit"},{ oper:'lt', text:"mai mic"},{ oper:'le', text:"mai mic sau egal"},{ oper:'gt', text:"mai mare"},{ oper:'ge', text:"mai mare sau egal"},{ oper:'bw', text:"începe cu"},{ oper:'bn', text:"nu începe cu"},{ oper:'in', text:"se găsește în"},{ oper:'ni', text:"nu se găsește în"},{ oper:'ew', text:"se termină cu"},{ oper:'en', text:"nu se termină cu"},{ oper:'cn', text:"conține"},{ oper:'nc', text:""},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
23
+ groupOps: [ { op: "AND", text: "toate" }, { op: "OR", text: "oricare" } ],
24
+ operandTitle : "Click to select search operation.",
25
+ resetTitle : "Reset Search Value"
24
26
  },
25
27
  edit : {
26
28
  addCaption: "Adăugare înregistrare",
@@ -113,7 +115,7 @@ $.extend($.jgrid,{
113
115
  S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
114
116
  srcformat: 'Y-m-d',
115
117
  newformat: 'd/m/Y',
116
- parseRe : /[Tt\\\/:_;.,\t\s-]/,
118
+ parseRe : /[#%\\\/:_;.,\t\s-]/,
117
119
  masks : {
118
120
  ISO8601Long:"Y-m-d H:i:s",
119
121
  ISO8601Short:"Y-m-d",
@@ -11,78 +11,80 @@ $.jgrid = $.jgrid || {};
11
11
  $.extend($.jgrid,{
12
12
  defaults : {
13
13
  recordtext: "Просмотр {0} - {1} из {2}",
14
- emptyrecords: "Нет записей для просмотра",
14
+ emptyrecords: "Нет записей для просмотра",
15
15
  loadtext: "Загрузка...",
16
16
  pgtext : "Стр. {0} из {1}"
17
17
  },
18
18
  search : {
19
- caption: "Поиск...",
20
- Find: "Найти",
21
- Reset: "Сброс",
22
- odata: [{ oper:'eq', text:"равно"},{ oper:'ne', text:"не равно"},{ oper:'lt', text:"меньше"},{ oper:'le', text:"меньше или равно"},{ oper:'gt', text:"больше"},{ oper:'ge', text:"больше или равно"},{ oper:'bw', text:"начинается с"},{ oper:'bn', text:"не начинается с"},{ oper:'in', text:"находится в"},{ oper:'ni', text:"не находится в"},{ oper:'ew', text:"заканчивается на"},{ oper:'en', text:"не заканчивается на"},{ oper:'cn', text:"содержит"},{ oper:'nc', text:"не содержит"}],
23
- groupOps: [ { op: "AND", text: "все" }, { op: "OR", text: "любой" } ]
19
+ caption: "Поиск...",
20
+ Find: "Найти",
21
+ Reset: "Сброс",
22
+ odata: [{ oper:'eq', text:"равно"},{ oper:'ne', text:"не равно"},{ oper:'lt', text:"меньше"},{ oper:'le', text:"меньше или равно"},{ oper:'gt', text:"больше"},{ oper:'ge', text:"больше или равно"},{ oper:'bw', text:"начинается с"},{ oper:'bn', text:"не начинается с"},{ oper:'in', text:"находится в"},{ oper:'ni', text:"не находится в"},{ oper:'ew', text:"заканчивается на"},{ oper:'en', text:"не заканчивается на"},{ oper:'cn', text:"содержит"},{ oper:'nc', text:"не содержит"},{ oper:'nu', text:"равно NULL"},{ oper:'nn', text:"не равно NULL"}],
23
+ groupOps: [ { op: "AND", text: "все" }, { op: "OR", text: "любой" }],
24
+ operandTitle : "Click to select search operation.",
25
+ resetTitle : "Reset Search Value"
24
26
  },
25
27
  edit : {
26
- addCaption: "Добавить запись",
27
- editCaption: "Редактировать запись",
28
- bSubmit: "Сохранить",
29
- bCancel: "Отмена",
28
+ addCaption: "Добавить запись",
29
+ editCaption: "Редактировать запись",
30
+ bSubmit: "Сохранить",
31
+ bCancel: "Отмена",
30
32
  bClose: "Закрыть",
31
33
  saveData: "Данные были измененны! Сохранить изменения?",
32
34
  bYes : "Да",
33
35
  bNo : "Нет",
34
36
  bExit : "Отмена",
35
- msg: {
36
- required:"Поле является обязательным",
37
- number:"Пожалуйста, введите правильное число",
38
- minValue:"значение должно быть больше либо равно",
39
- maxValue:"значение должно быть меньше либо равно",
40
- email: "некорректное значение e-mail",
41
- integer: "Пожалуйста, введите целое число",
42
- date: "Пожалуйста, введите правильную дату",
43
- url: "неверная ссылка. Необходимо ввести префикс ('http://' или 'https://')",
44
- nodefined : " не определено!",
45
- novalue : " возвращаемое значение обязательно!",
46
- customarray : "Пользовательская функция должна возвращать массив!",
47
- customfcheck : "Пользовательская функция должна присутствовать в случаи пользовательской проверки!"
37
+ msg: {
38
+ required:"Поле является обязательным",
39
+ number:"Пожалуйста, введите правильное число",
40
+ minValue:"значение должно быть больше либо равно",
41
+ maxValue:"значение должно быть меньше либо равно",
42
+ email: "некорректное значение e-mail",
43
+ integer: "Пожалуйста, введите целое число",
44
+ date: "Пожалуйста, введите правильную дату",
45
+ url: "неверная ссылка. Необходимо ввести префикс ('http://' или 'https://')",
46
+ nodefined : " не определено!",
47
+ novalue : " возвращаемое значение обязательно!",
48
+ customarray : "Пользовательская функция должна возвращать массив!",
49
+ customfcheck : "Пользовательская функция должна присутствовать в случаи пользовательской проверки!"
48
50
  }
49
51
  },
50
52
  view : {
51
- caption: "Просмотр записи",
52
- bClose: "Закрыть"
53
+ caption: "Просмотр записи",
54
+ bClose: "Закрыть"
53
55
  },
54
56
  del : {
55
- caption: "Удалить",
56
- msg: "Удалить выбранную запись(и)?",
57
- bSubmit: "Удалить",
58
- bCancel: "Отмена"
57
+ caption: "Удалить",
58
+ msg: "Удалить выбранную запись(и)?",
59
+ bSubmit: "Удалить",
60
+ bCancel: "Отмена"
59
61
  },
60
62
  nav : {
61
- edittext: " ",
62
- edittitle: "Редактировать выбранную запись",
63
- addtext:" ",
64
- addtitle: "Добавить новую запись",
65
- deltext: " ",
66
- deltitle: "Удалить выбранную запись",
67
- searchtext: " ",
68
- searchtitle: "Найти записи",
69
- refreshtext: "",
70
- refreshtitle: "Обновить таблицу",
71
- alertcap: "Внимание",
72
- alerttext: "Пожалуйста, выберите запись",
73
- viewtext: "",
74
- viewtitle: "Просмотреть выбранную запись"
63
+ edittext: " ",
64
+ edittitle: "Редактировать выбранную запись",
65
+ addtext:" ",
66
+ addtitle: "Добавить новую запись",
67
+ deltext: " ",
68
+ deltitle: "Удалить выбранную запись",
69
+ searchtext: " ",
70
+ searchtitle: "Найти записи",
71
+ refreshtext: "",
72
+ refreshtitle: "Обновить таблицу",
73
+ alertcap: "Внимание",
74
+ alerttext: "Пожалуйста, выберите запись",
75
+ viewtext: "",
76
+ viewtitle: "Просмотреть выбранную запись"
75
77
  },
76
78
  col : {
77
- caption: "Показать/скрыть столбцы",
78
- bSubmit: "Сохранить",
79
- bCancel: "Отмена"
79
+ caption: "Показать/скрыть столбцы",
80
+ bSubmit: "Сохранить",
81
+ bCancel: "Отмена"
80
82
  },
81
83
  errors : {
82
84
  errcap : "Ошибка",
83
85
  nourl : "URL не установлен",
84
86
  norecords: "Нет записей для обработки",
85
- model : "Число полей не соответствует числу столбцов таблицы!"
87
+ model : "Число полей не соответствует числу столбцов таблицы!"
86
88
  },
87
89
  formatter : {
88
90
  integer : {thousandsSeparator: " ", defaultValue: '0'},
@@ -98,29 +100,29 @@ $.extend($.jgrid,{
98
100
  "Январь", "Февраль", "Март", "Апрель", "Май", "Июнь", "Июль", "Август", "Сентябрь", "Октябрь", "Ноябрь", "Декабрь"
99
101
  ],
100
102
  AmPm : ["am","pm","AM","PM"],
101
- S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
103
+ S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th';},
102
104
  srcformat: 'Y-m-d',
103
105
  newformat: 'd.m.Y',
104
- parseRe : /[Tt\\\/:_;.,\t\s-]/,
106
+ parseRe : /[#%\\\/:_;.,\t\s-]/,
105
107
  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
108
+ ISO8601Long:"Y-m-d H:i:s",
109
+ ISO8601Short:"Y-m-d",
110
+ ShortDate: "n.j.Y",
111
+ LongDate: "l, F d, Y",
112
+ FullDateTime: "l, F d, Y G:i:s",
113
+ MonthDay: "F d",
114
+ ShortTime: "G:i",
115
+ LongTime: "G:i:s",
116
+ SortableDateTime: "Y-m-d\\TH:i:s",
117
+ UniversalSortableDateTime: "Y-m-d H:i:sO",
118
+ YearMonth: "F, Y"
119
+ },
120
+ reformatAfterEdit : false
119
121
  },
120
122
  baseLinkUrl: '',
121
123
  showAction: '',
122
- target: '',
123
- checkbox : {disabled:true},
124
+ target: '',
125
+ checkbox : {disabled:true},
124
126
  idName : 'id'
125
127
  }
126
128
  });
@@ -19,8 +19,10 @@ $.extend($.jgrid,{
19
19
  caption: "Vyhľadávam...",
20
20
  Find: "Hľadať",
21
21
  Reset: "Reset",
22
- odata: [{ oper:'eq', text:"rovná sa"},{ oper:'ne', text:"nerovná sa"},{ oper:'lt', text:"menšie"},{ oper:'le', text:"menšie alebo rovnajúce sa"},{ oper:'gt', text:"väčšie"},{ oper:'ge', text:"väčšie alebo rovnajúce sa"},{ oper:'bw', text:"začína s"},{ oper:'bn', text:"nezačína s"},{ oper:'in', text:"je v"},{ oper:'ni', text:"nie je v"},{ oper:'ew', text:"končí s"},{ oper:'en', text:"nekončí s"},{ oper:'cn', text:"obahuje"},{ oper:'nc', text:"neobsahuje"}],
23
- groupOps: [ { op: "AND", text: "všetkých" }, { op: "OR", text: "niektorého z" } ]
22
+ odata: [{ oper:'eq', text:"rovná sa"},{ oper:'ne', text:"nerovná sa"},{ oper:'lt', text:"menšie"},{ oper:'le', text:"menšie alebo rovnajúce sa"},{ oper:'gt', text:"väčšie"},{ oper:'ge', text:"väčšie alebo rovnajúce sa"},{ oper:'bw', text:"začína s"},{ oper:'bn', text:"nezačína s"},{ oper:'in', text:"je v"},{ oper:'ni', text:"nie je v"},{ oper:'ew', text:"končí s"},{ oper:'en', text:"nekončí s"},{ oper:'cn', text:"obahuje"},{ oper:'nc', text:"neobsahuje"},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
23
+ groupOps: [ { op: "AND", text: "všetkých" }, { op: "OR", text: "niektorého z" } ],
24
+ operandTitle : "Click to select search operation.",
25
+ resetTitle : "Reset Search Value"
24
26
  },
25
27
  edit : {
26
28
  addCaption: "Pridať záznam",
@@ -101,7 +103,7 @@ $.extend($.jgrid,{
101
103
  S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
102
104
  srcformat: 'Y-m-d',
103
105
  newformat: 'd/m/Y',
104
- parseRe : /[Tt\\\/:_;.,\t\s-]/,
106
+ parseRe : /[#%\\\/:_;.,\t\s-]/,
105
107
  masks : {
106
108
  ISO8601Long:"Y-m-d H:i:s",
107
109
  ISO8601Short:"Y-m-d",
@@ -19,8 +19,10 @@ $.extend($.jgrid,{
19
19
  caption: "Traženje...",
20
20
  Find: "Traži",
21
21
  Reset: "Resetuj",
22
- odata: [{ oper:'eq', text:"jednako"},{ oper:'ne', text:"nije jednako"},{ oper:'lt', text:"manje"},{ oper:'le', text:"manje ili jednako"},{ oper:'gt', text:"veće"},{ oper:'ge', text:"veće ili jednako"},{ oper:'bw', text:"počinje sa"},{ oper:'bn', text:"ne počinje sa"},{ oper:'in', text:"je u"},{ oper:'ni', text:"nije u"},{ oper:'ew', text:"završava sa"},{ oper:'en', text:"ne završava sa"},{ oper:'cn', text:"sadrži"},{ oper:'nc', text:"ne sadrži"}],
23
- groupOps: [ { op: "AND", text: "sva" }, { op: "OR", text: "bilo koje" } ]
22
+ odata: [{ oper:'eq', text:"jednako"},{ oper:'ne', text:"nije jednako"},{ oper:'lt', text:"manje"},{ oper:'le', text:"manje ili jednako"},{ oper:'gt', text:"veće"},{ oper:'ge', text:"veće ili jednako"},{ oper:'bw', text:"počinje sa"},{ oper:'bn', text:"ne počinje sa"},{ oper:'in', text:"je u"},{ oper:'ni', text:"nije u"},{ oper:'ew', text:"završava sa"},{ oper:'en', text:"ne završava sa"},{ oper:'cn', text:"sadrži"},{ oper:'nc', text:"ne sadrži"},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
23
+ groupOps: [ { op: "AND", text: "sva" }, { op: "OR", text: "bilo koje" } ],
24
+ operandTitle : "Click to select search operation.",
25
+ resetTitle : "Reset Search Value"
24
26
  },
25
27
  edit : {
26
28
  addCaption: "Dodaj zapis",
@@ -102,7 +104,7 @@ $.extend($.jgrid,{
102
104
  S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
103
105
  srcformat: 'Y-m-d',
104
106
  newformat: 'd/m/Y',
105
- parseRe : /[Tt\\\/:_;.,\t\s-]/,
107
+ parseRe : /[#%\\\/:_;.,\t\s-]/,
106
108
  masks : {
107
109
  ISO8601Long:"Y-m-d H:i:s",
108
110
  ISO8601Short:"Y-m-d",
@@ -19,8 +19,10 @@ $.extend($.jgrid,{
19
19
  caption: "Тражење...",
20
20
  Find: "Тражи",
21
21
  Reset: "Ресетуј",
22
- odata: [{ oper:'eq', text:"једнако"},{ oper:'ne', text:"није једнако"},{ oper:'lt', text:"мање"},{ oper:'le', text:"мање или једнако"},{ oper:'gt', text:"веће"},{ oper:'ge', text:"веће или једнако"},{ oper:'bw', text:"почиње са"},{ oper:'bn', text:"не почиње са"},{ oper:'in', text:"је у"},{ oper:'ni', text:"није у"},{ oper:'ew', text:"завршава са"},{ oper:'en', text:"не завршава са"},{ oper:'cn', text:"садржи"},{ oper:'nc', text:"не садржи"}],
23
- groupOps: [ { op: "И", text: "сви" }, { op: "ИЛИ", text: "сваки" } ]
22
+ odata: [{ oper:'eq', text:"једнако"},{ oper:'ne', text:"није једнако"},{ oper:'lt', text:"мање"},{ oper:'le', text:"мање или једнако"},{ oper:'gt', text:"веће"},{ oper:'ge', text:"веће или једнако"},{ oper:'bw', text:"почиње са"},{ oper:'bn', text:"не почиње са"},{ oper:'in', text:"је у"},{ oper:'ni', text:"није у"},{ oper:'ew', text:"завршава са"},{ oper:'en', text:"не завршава са"},{ oper:'cn', text:"садржи"},{ oper:'nc', text:"не садржи"},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
23
+ groupOps: [ { op: "И", text: "сви" }, { op: "ИЛИ", text: "сваки" } ],
24
+ operandTitle : "Click to select search operation.",
25
+ resetTitle : "Reset Search Value"
24
26
  },
25
27
  edit : {
26
28
  addCaption: "Додај запис",
@@ -102,7 +104,7 @@ $.extend($.jgrid,{
102
104
  S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
103
105
  srcformat: 'Y-m-d',
104
106
  newformat: 'd/m/Y',
105
- parseRe : /[Tt\\\/:_;.,\t\s-]/,
107
+ parseRe : /[#%\\\/:_;.,\t\s-]/,
106
108
  masks : {
107
109
  ISO8601Long:"Y-m-d H:i:s",
108
110
  ISO8601Short:"Y-m-d",
@@ -19,8 +19,10 @@ $.extend($.jgrid,{
19
19
  caption: "Sök Poster - Ange sökvillkor",
20
20
  Find: "Sök",
21
21
  Reset: "Nollställ Villkor",
22
- odata: [{ oper:'eq', text:"lika"},{ oper:'ne', text:"ej lika"},{ oper:'lt', text:"mindre"},{ oper:'le', text:"mindre eller lika"},{ oper:'gt', text:"större"},{ oper:'ge', text:"större eller lika"},{ oper:'bw', text:"börjar med"},{ oper:'bn', text:"börjar inte med"},{ oper:'in', text:"tillhör"},{ oper:'ni', text:"tillhör inte"},{ oper:'ew', text:"slutar med"},{ oper:'en', text:"slutar inte med"},{ oper:'cn', text:"innehåller"},{ oper:'nc', text:"innehåller inte"}],
23
- groupOps: [ { op: "AND", text: "alla" }, { op: "OR", text: "eller" } ]
22
+ odata: [{ oper:'eq', text:"lika"},{ oper:'ne', text:"ej lika"},{ oper:'lt', text:"mindre"},{ oper:'le', text:"mindre eller lika"},{ oper:'gt', text:"större"},{ oper:'ge', text:"större eller lika"},{ oper:'bw', text:"börjar med"},{ oper:'bn', text:"börjar inte med"},{ oper:'in', text:"tillhör"},{ oper:'ni', text:"tillhör inte"},{ oper:'ew', text:"slutar med"},{ oper:'en', text:"slutar inte med"},{ oper:'cn', text:"innehåller"},{ oper:'nc', text:"innehåller inte"},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
23
+ groupOps: [ { op: "AND", text: "alla" }, { op: "OR", text: "eller" } ],
24
+ operandTitle : "Click to select search operation.",
25
+ resetTitle : "Reset Search Value"
24
26
  },
25
27
  edit : {
26
28
  addCaption: "Ny Post",
@@ -101,7 +103,7 @@ $.extend($.jgrid,{
101
103
  S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
102
104
  srcformat: 'Y-m-d',
103
105
  newformat: 'Y-m-d',
104
- parseRe : /[Tt\\\/:_;.,\t\s-]/,
106
+ parseRe : /[#%\\\/:_;.,\t\s-]/,
105
107
  masks : {
106
108
  ISO8601Long:"Y-m-d H:i:s",
107
109
  ISO8601Short:"Y-m-d",
@@ -19,8 +19,10 @@ $.extend($.jgrid,{
19
19
  caption: "กำลังค้นหา...",
20
20
  Find: "ค้นหา",
21
21
  Reset: "คืนค่ากลับ",
22
- odata: [{ oper:'eq', text:"เท่ากับ"},{ oper:'ne', text:"ไม่เท่ากับ"},{ oper:'lt', text:"น้อยกว่า"},{ oper:'le', text:"ไม่มากกว่า"},{ oper:'gt', text:"มากกกว่า"},{ oper:'ge', text:"ไม่น้อยกว่า"},{ oper:'bw', text:"ขึ้นต้นด้วย"},{ oper:'bn', text:"ไม่ขึ้นต้นด้วย"},{ oper:'in', text:"มีคำใดคำหนึ่งใน"},{ oper:'ni', text:"ไม่มีคำใดคำหนึ่งใน"},{ oper:'ew', text:"ลงท้ายด้วย"},{ oper:'en', text:"ไม่ลงท้ายด้วย"},{ oper:'cn', text:"มีคำว่า"},{ oper:'nc', text:"ไม่มีคำว่า"}],
23
- groupOps: [ { op: "และ", text: "ทั้งหมด" }, { op: "หรือ", text: "ใดๆ" } ]
22
+ odata: [{ oper:'eq', text:"เท่ากับ"},{ oper:'ne', text:"ไม่เท่ากับ"},{ oper:'lt', text:"น้อยกว่า"},{ oper:'le', text:"ไม่มากกว่า"},{ oper:'gt', text:"มากกกว่า"},{ oper:'ge', text:"ไม่น้อยกว่า"},{ oper:'bw', text:"ขึ้นต้นด้วย"},{ oper:'bn', text:"ไม่ขึ้นต้นด้วย"},{ oper:'in', text:"มีคำใดคำหนึ่งใน"},{ oper:'ni', text:"ไม่มีคำใดคำหนึ่งใน"},{ oper:'ew', text:"ลงท้ายด้วย"},{ oper:'en', text:"ไม่ลงท้ายด้วย"},{ oper:'cn', text:"มีคำว่า"},{ oper:'nc', text:"ไม่มีคำว่า"},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
23
+ groupOps: [ { op: "และ", text: "ทั้งหมด" }, { op: "หรือ", text: "ใดๆ" } ],
24
+ operandTitle : "Click to select search operation.",
25
+ resetTitle : "Reset Search Value"
24
26
  },
25
27
  edit : {
26
28
  addCaption: "เพิ่มข้อมูล",
@@ -102,7 +104,7 @@ $.extend($.jgrid,{
102
104
  S: function (j) {return ''},
103
105
  srcformat: 'Y-m-d',
104
106
  newformat: 'd/m/Y',
105
- parseRe : /[Tt\\\/:_;.,\t\s-]/,
107
+ parseRe : /[#%\\\/:_;.,\t\s-]/,
106
108
  masks : {
107
109
  ISO8601Long:"Y-m-d H:i:s",
108
110
  ISO8601Short:"Y-m-d",
@@ -19,8 +19,10 @@ $.extend($.jgrid,{
19
19
  caption: "Arama...",
20
20
  Find: "Bul",
21
21
  Reset: "Temizle",
22
- odata: [{ oper:'eq', text:"eşit"},{ oper:'ne', text:"eşit değil"},{ oper:'lt', text:"daha az"},{ oper:'le', text:"daha az veya eşit"},{ oper:'gt', text:"daha fazla"},{ oper:'ge', text:"daha fazla veya eşit"},{ oper:'bw', text:"ile başlayan"},{ oper:'bn', text:"ile başlamayan"},{ oper:'in', text:"içinde"},{ oper:'ni', text:"içinde değil"},{ oper:'ew', text:"ile biten"},{ oper:'en', text:"ile bitmeyen"},{ oper:'cn', text:"içeren"},{ oper:'nc', text:"içermeyen"}],
23
- groupOps: [ { op: "VE", text: "tüm" }, { op: "VEYA", text: "herhangi" } ]
22
+ odata: [{ oper:'eq', text:"eşit"},{ oper:'ne', text:"eşit değil"},{ oper:'lt', text:"daha az"},{ oper:'le', text:"daha az veya eşit"},{ oper:'gt', text:"daha fazla"},{ oper:'ge', text:"daha fazla veya eşit"},{ oper:'bw', text:"ile başlayan"},{ oper:'bn', text:"ile başlamayan"},{ oper:'in', text:"içinde"},{ oper:'ni', text:"içinde değil"},{ oper:'ew', text:"ile biten"},{ oper:'en', text:"ile bitmeyen"},{ oper:'cn', text:"içeren"},{ oper:'nc', text:"içermeyen"},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
23
+ groupOps: [ { op: "VE", text: "tüm" }, { op: "VEYA", text: "herhangi" }],
24
+ operandTitle : "Click to select search operation.",
25
+ resetTitle : "Reset Search Value"
24
26
  },
25
27
  edit : {
26
28
  addCaption: "Kayıt Ekle",
@@ -100,7 +102,7 @@ $.extend($.jgrid,{
100
102
  S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
101
103
  srcformat: 'Y-m-d',
102
104
  newformat: 'd/m/Y',
103
- parseRe : /[Tt\\\/:_;.,\t\s-]/,
105
+ parseRe : /[#%\\\/:_;.,\t\s-]/,
104
106
  masks : {
105
107
  ISO8601Long:"Y-m-d H:i:s",
106
108
  ISO8601Short:"Y-m-d",
@@ -20,8 +20,10 @@ $.extend($.jgrid,{
20
20
  caption: "搜尋...",
21
21
  Find: "搜尋",
22
22
  Reset: "重設",
23
- odata: [{ oper:'eq', text:"等於 "},{ oper:'ne', text:"不等於 "},{ oper:'lt', text:"小於 "},{ oper:'le', text:"小於等於 "},{ oper:'gt', text:"大於 "},{ oper:'ge', text:"大於等於 "},{ oper:'bw', text:"開始於 "},{ oper:'bn', text:"不開始於 "},{ oper:'in', text:"在其中 "},{ oper:'ni', text:"不在其中 "},{ oper:'ew', text:"結束於 "},{ oper:'en', text:"不結束於 "},{ oper:'cn', text:"包含 "},{ oper:'nc', text:"不包含 "}],
24
- groupOps: [ { op: "AND", text: "所有" }, { op: "OR", text: "任一" } ]
23
+ odata: [{ oper:'eq', text:"等於 "},{ oper:'ne', text:"不等於 "},{ oper:'lt', text:"小於 "},{ oper:'le', text:"小於等於 "},{ oper:'gt', text:"大於 "},{ oper:'ge', text:"大於等於 "},{ oper:'bw', text:"開始於 "},{ oper:'bn', text:"不開始於 "},{ oper:'in', text:"在其中 "},{ oper:'ni', text:"不在其中 "},{ oper:'ew', text:"結束於 "},{ oper:'en', text:"不結束於 "},{ oper:'cn', text:"包含 "},{ oper:'nc', text:"不包含 "},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
24
+ groupOps: [ { op: "AND", text: "所有" }, { op: "OR", text: "任一" } ],
25
+ operandTitle : "Click to select search operation.",
26
+ resetTitle : "Reset Search Value"
25
27
  },
26
28
  edit : {
27
29
  addCaption: "新增記錄",
@@ -100,10 +102,10 @@ $.extend($.jgrid,{
100
102
  "一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"
101
103
  ],
102
104
  AmPm : ["上午","下午","上午","下午"],
103
- S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
105
+ S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th';},
104
106
  srcformat: 'Y-m-d',
105
107
  newformat: 'm-d-Y',
106
- parseRe : /[Tt\\\/:_;.,\t\s-]/,
108
+ parseRe : /[#%\\\/:_;.,\t\s-]/,
107
109
  masks : {
108
110
  ISO8601Long:"Y-m-d H:i:s",
109
111
  ISO8601Short:"Y-m-d",
@@ -19,8 +19,10 @@ $.extend($.jgrid,{
19
19
  caption: "Пошук...",
20
20
  Find: "Знайти",
21
21
  Reset: "Скидання",
22
- odata: [{ oper:'eq', text:"рівно"},{ oper:'ne', text:"не рівно"},{ oper:'lt', text:"менше"},{ oper:'le', text:"менше або рівне"},{ oper:'gt', text:"більше"},{ oper:'ge', text:"більше або рівне"},{ oper:'bw', text:"починається з"},{ oper:'bn', text:"не починається з"},{ oper:'in', text:"знаходиться в"},{ oper:'ni', text:"не знаходиться в"},{ oper:'ew', text:"закінчується на"},{ oper:'en', text:"не закінчується на"},{ oper:'cn', text:"містить"},{ oper:'nc', text:"не містить"}],
23
- groupOps: [ { op: "AND", text: "все" }, { op: "OR", text: "будь-який" } ]
22
+ odata: [{ oper:'eq', text:"рівно"},{ oper:'ne', text:"не рівно"},{ oper:'lt', text:"менше"},{ oper:'le', text:"менше або рівне"},{ oper:'gt', text:"більше"},{ oper:'ge', text:"більше або рівне"},{ oper:'bw', text:"починається з"},{ oper:'bn', text:"не починається з"},{ oper:'in', text:"знаходиться в"},{ oper:'ni', text:"не знаходиться в"},{ oper:'ew', text:"закінчується на"},{ oper:'en', text:"не закінчується на"},{ oper:'cn', text:"містить"},{ oper:'nc', text:"не містить"},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
23
+ groupOps: [ { op: "AND", text: "все" }, { op: "OR", text: "будь-який" }],
24
+ operandTitle : "Click to select search operation.",
25
+ resetTitle : "Reset Search Value"
24
26
  },
25
27
  edit : {
26
28
  addCaption: "Додати запис",
@@ -101,7 +103,7 @@ $.extend($.jgrid,{
101
103
  S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
102
104
  srcformat: 'Y-m-d',
103
105
  newformat: 'd.m.Y',
104
- parseRe : /[Tt\\\/:_;.,\t\s-]/,
106
+ parseRe : /[#%\\\/:_;.,\t\s-]/,
105
107
  masks : {
106
108
  ISO8601Long:"Y-m-d H:i:s",
107
109
  ISO8601Short:"Y-m-d",
@@ -19,8 +19,10 @@ $.extend($.jgrid,{
19
19
  caption: "Tìm kiếm...",
20
20
  Find: "Tìm",
21
21
  Reset: "Khởi tạo lại",
22
- odata: [{ oper:'eq', text:"bằng"},{ oper:'ne', text:"không bằng"},{ oper:'lt', text:"bé hơn"},{ oper:'le', text:"bé hơn hoặc bằng"},{ oper:'gt', text:"lớn hơn"},{ oper:'ge', text:"lớn hơn hoặc bằng"},{ oper:'bw', text:"bắt đầu với"},{ oper:'bn', text:"không bắt đầu với"},{ oper:'in', text:"trong"},{ oper:'ni', text:"không nằm trong"},{ oper:'ew', text:"kết thúc với"},{ oper:'en', text:"không kết thúc với"},{ oper:'cn', text:"chứa"},{ oper:'nc', text:"không chứa"}],
23
- groupOps: [ { op: "VÀ", text: "tất cả" }, { op: "HOẶC", text: "bất kỳ" } ]
22
+ odata: [{ oper:'eq', text:"bằng"},{ oper:'ne', text:"không bằng"},{ oper:'lt', text:"bé hơn"},{ oper:'le', text:"bé hơn hoặc bằng"},{ oper:'gt', text:"lớn hơn"},{ oper:'ge', text:"lớn hơn hoặc bằng"},{ oper:'bw', text:"bắt đầu với"},{ oper:'bn', text:"không bắt đầu với"},{ oper:'in', text:"trong"},{ oper:'ni', text:"không nằm trong"},{ oper:'ew', text:"kết thúc với"},{ oper:'en', text:"không kết thúc với"},{ oper:'cn', text:"chứa"},{ oper:'nc', text:"không chứa"},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
23
+ groupOps: [ { op: "VÀ", text: "tất cả" }, { op: "HOẶC", text: "bất kỳ" } ],
24
+ operandTitle : "Click to select search operation.",
25
+ resetTitle : "Reset Search Value"
24
26
  },
25
27
  edit : {
26
28
  addCaption: "Thêm bản ghi",
@@ -102,7 +104,7 @@ $.extend($.jgrid,{
102
104
  S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th';},
103
105
  srcformat: 'Y-m-d',
104
106
  newformat: 'n/j/Y',
105
- parseRe : /[Tt\\\/:_;.,\t\s-]/,
107
+ parseRe : /[#%\\\/:_;.,\t\s-]/,
106
108
  masks : {
107
109
  // see http://php.net/manual/en/function.date.php for PHP format used in jqGrid
108
110
  // and see http://docs.jquery.com/UI/Datepicker/formatDate