jqgrid-jquery-rails 4.4.5.0 → 4.5.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/jqgrid-jquery-rails/version.rb +1 -1
- data/vendor/assets/javascripts/i18n/grid.locale-ar.js +126 -127
- data/vendor/assets/javascripts/i18n/grid.locale-bg.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-bg1251.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-cat.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-cn.js +4 -5
- data/vendor/assets/javascripts/i18n/grid.locale-cs.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-da.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-de.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-dk.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-el.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-en.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-es.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-fa.js +144 -145
- data/vendor/assets/javascripts/i18n/grid.locale-fi.js +129 -130
- data/vendor/assets/javascripts/i18n/grid.locale-fr.js +126 -127
- data/vendor/assets/javascripts/i18n/grid.locale-gl.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-he.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-hr.js +161 -162
- data/vendor/assets/javascripts/i18n/grid.locale-hr1250.js +161 -162
- data/vendor/assets/javascripts/i18n/grid.locale-hu.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-id.js +168 -172
- data/vendor/assets/javascripts/i18n/grid.locale-is.js +126 -127
- data/vendor/assets/javascripts/i18n/grid.locale-it.js +1 -1
- data/vendor/assets/javascripts/i18n/grid.locale-ja.js +9 -10
- data/vendor/assets/javascripts/i18n/grid.locale-kr.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-lt.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-mne.js +128 -129
- data/vendor/assets/javascripts/i18n/grid.locale-nl.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-no.js +1 -1
- data/vendor/assets/javascripts/i18n/grid.locale-pl.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-pt-br.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-pt.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-ro.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-ru.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-sk.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-sr-latin.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-sr.js +128 -129
- data/vendor/assets/javascripts/i18n/grid.locale-sv.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-th.js +128 -129
- data/vendor/assets/javascripts/i18n/grid.locale-tr.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-tw.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-ua.js +3 -4
- data/vendor/assets/javascripts/i18n/grid.locale-vi.js +3 -4
- data/vendor/assets/javascripts/jquery.jqGrid.js +1316 -988
- data/vendor/assets/stylesheets/ui.jqgrid.css +5 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c1f1d6d83105b76e23dc5db315296eeda5e7b890
|
4
|
+
data.tar.gz: 1e0ea3b2919549dbeaf29d3869679728d2d9226f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 97a7bdca07b0efca9b1609d914821fdf52b63fe2e83f2143cfbe282deaa37d688af3f900f74200e17a5d7aea21769a70d0ec70f661b0bb0cad3f716a22c0eee9
|
7
|
+
data.tar.gz: 8d4685bf59973e7efbb40622fad085ba0bfa2e07df632f114912a1f0615bd037de3b23f1cff9499a72b95ba94e9d344e24281d97abf4d2bed146a48f4a2c6746
|
data/README.md
CHANGED
@@ -1,127 +1,126 @@
|
|
1
|
-
;(function($){
|
2
|
-
/**
|
3
|
-
* jqGrid Arabic Translation
|
4
|
-
*
|
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 = $.jgrid || {};
|
11
|
-
$.extend($.jgrid,{
|
12
|
-
defaults : {
|
13
|
-
recordtext: "تسجيل {0} - {1} على {2}",
|
14
|
-
emptyrecords: "لا يوجد تسجيل",
|
15
|
-
loadtext: "تحميل...",
|
16
|
-
pgtext : "صفحة {0} على {1}"
|
17
|
-
},
|
18
|
-
search : {
|
19
|
-
caption: "بحث...",
|
20
|
-
Find: "بحث",
|
21
|
-
Reset: "إلغاء",
|
22
|
-
odata
|
23
|
-
groupOps: [ { op: "مع", text: "الكل" }, { op: "أو", text: "لا أحد" } ]
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
});
|
127
|
-
})(jQuery);
|
1
|
+
;(function($){
|
2
|
+
/**
|
3
|
+
* jqGrid Arabic Translation
|
4
|
+
*
|
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 = $.jgrid || {};
|
11
|
+
$.extend($.jgrid,{
|
12
|
+
defaults : {
|
13
|
+
recordtext: "تسجيل {0} - {1} على {2}",
|
14
|
+
emptyrecords: "لا يوجد تسجيل",
|
15
|
+
loadtext: "تحميل...",
|
16
|
+
pgtext : "صفحة {0} على {1}"
|
17
|
+
},
|
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:"est dans"},{ oper:'ni', text:"n'est pas dans"},{ oper:'ew', text:"ينته بـ"},{ oper:'en', text:"لا ينته بـ"},{ oper:'cn', text:"يحتوي"},{ oper:'nc', text:"لا يحتوي"}],
|
23
|
+
groupOps: [ { op: "مع", text: "الكل" }, { op: "أو", text: "لا أحد" } ]
|
24
|
+
},
|
25
|
+
edit : {
|
26
|
+
addCaption: "اضافة",
|
27
|
+
editCaption: "تحديث",
|
28
|
+
bSubmit: "تثبيث",
|
29
|
+
bCancel: "إلغاء",
|
30
|
+
bClose: "غلق",
|
31
|
+
saveData: "تغيرت المعطيات هل تريد التسجيل ?",
|
32
|
+
bYes: "نعم",
|
33
|
+
bNo: "لا",
|
34
|
+
bExit: "إلغاء",
|
35
|
+
msg: {
|
36
|
+
required: "خانة إجبارية",
|
37
|
+
number: "سجل رقم صحيح",
|
38
|
+
minValue: "يجب أن تكون القيمة أكبر أو تساوي 0",
|
39
|
+
maxValue: "يجب أن تكون القيمة أقل أو تساوي 0",
|
40
|
+
email: "بريد غير صحيح",
|
41
|
+
integer: "سجل عدد طبييعي صحيح",
|
42
|
+
url: "ليس عنوانا صحيحا. البداية الصحيحة ('http://' أو 'https://')",
|
43
|
+
nodefined : " ليس محدد!",
|
44
|
+
novalue : " قيمة الرجوع مطلوبة!",
|
45
|
+
customarray : "يجب على الدالة الشخصية أن تنتج جدولا",
|
46
|
+
customfcheck : "الدالة الشخصية مطلوبة في حالة التحقق الشخصي"
|
47
|
+
}
|
48
|
+
},
|
49
|
+
view : {
|
50
|
+
caption: "رأيت التسجيلات",
|
51
|
+
bClose: "غلق"
|
52
|
+
},
|
53
|
+
del : {
|
54
|
+
caption: "حذف",
|
55
|
+
msg: "حذف التسجيلات المختارة ?",
|
56
|
+
bSubmit: "حذف",
|
57
|
+
bCancel: "إلغاء"
|
58
|
+
},
|
59
|
+
nav : {
|
60
|
+
edittext: " ",
|
61
|
+
edittitle: "تغيير التسجيل المختار",
|
62
|
+
addtext:" ",
|
63
|
+
addtitle: "إضافة تسجيل",
|
64
|
+
deltext: " ",
|
65
|
+
deltitle: "حذف التسجيل المختار",
|
66
|
+
searchtext: " ",
|
67
|
+
searchtitle: "بحث عن تسجيل",
|
68
|
+
refreshtext: "",
|
69
|
+
refreshtitle: "تحديث الجدول",
|
70
|
+
alertcap: "تحذير",
|
71
|
+
alerttext: "يرجى إختيار السطر",
|
72
|
+
viewtext: "",
|
73
|
+
viewtitle: "إظهار السطر المختار"
|
74
|
+
},
|
75
|
+
col : {
|
76
|
+
caption: "إظهار/إخفاء الأعمدة",
|
77
|
+
bSubmit: "تثبيث",
|
78
|
+
bCancel: "إلغاء"
|
79
|
+
},
|
80
|
+
errors : {
|
81
|
+
errcap : "خطأ",
|
82
|
+
nourl : "لا يوجد عنوان محدد",
|
83
|
+
norecords: "لا يوجد تسجيل للمعالجة",
|
84
|
+
model : "عدد العناوين (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
|
+
"الأحد", "الإثنين", "الثلاثاء", "الأربعاء", "الخميس", "الجمعة", "السبت",
|
93
|
+
"الأحد", "الإثنين", "الثلاثاء", "الأربعاء", "الخميس", "الجمعة", "السبت"
|
94
|
+
],
|
95
|
+
monthNames: [
|
96
|
+
"جانفي", "فيفري", "مارس", "أفريل", "ماي", "جوان", "جويلية", "أوت", "سبتمبر", "أكتوبر", "نوفمبر", "ديسمبر",
|
97
|
+
"جانفي", "فيفري", "مارس", "أفريل", "ماي", "جوان", "جويلية", "أوت", "سبتمبر", "أكتوبر", "نوفمبر", "ديسمبر"
|
98
|
+
],
|
99
|
+
AmPm : ["صباحا","مساءا","صباحا","مساءا"],
|
100
|
+
S: function (j) {return j == 1 ? 'er' : 'e';},
|
101
|
+
srcformat: 'Y-m-d',
|
102
|
+
newformat: 'd/m/Y',
|
103
|
+
parseRe : /[Tt\\\/:_;.,\t\s-]/,
|
104
|
+
masks : {
|
105
|
+
ISO8601Long:"Y-m-d H:i:s",
|
106
|
+
ISO8601Short:"Y-m-d",
|
107
|
+
ShortDate: "n/j/Y",
|
108
|
+
LongDate: "l, F d, Y",
|
109
|
+
FullDateTime: "l, F d, Y g:i:s A",
|
110
|
+
MonthDay: "F d",
|
111
|
+
ShortTime: "g:i A",
|
112
|
+
LongTime: "g:i:s A",
|
113
|
+
SortableDateTime: "Y-m-d\\TH:i:s",
|
114
|
+
UniversalSortableDateTime: "Y-m-d H:i:sO",
|
115
|
+
YearMonth: "F, Y"
|
116
|
+
},
|
117
|
+
reformatAfterEdit : false
|
118
|
+
},
|
119
|
+
baseLinkUrl: '',
|
120
|
+
showAction: '',
|
121
|
+
target: '',
|
122
|
+
checkbox : {disabled:true},
|
123
|
+
idName : 'id'
|
124
|
+
}
|
125
|
+
});
|
126
|
+
})(jQuery);
|
@@ -19,10 +19,8 @@ $.extend($.jgrid,{
|
|
19
19
|
caption: "Търсене...",
|
20
20
|
Find: "Намери",
|
21
21
|
Reset: "Изчисти",
|
22
|
-
odata
|
23
|
-
groupOps: [ { op: "AND", text: " И " }, { op: "OR", text: "ИЛИ" } ]
|
24
|
-
matchText: " включи",
|
25
|
-
rulesText: " клауза"
|
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: "ИЛИ" } ]
|
26
24
|
},
|
27
25
|
edit : {
|
28
26
|
addCaption: "Нов Запис",
|
@@ -108,6 +106,7 @@ $.extend($.jgrid,{
|
|
108
106
|
},
|
109
107
|
srcformat: 'Y-m-d',
|
110
108
|
newformat: 'd/m/Y',
|
109
|
+
parseRe : /[Tt\\\/:_;.,\t\s-]/,
|
111
110
|
masks : {
|
112
111
|
ISO8601Long:"Y-m-d H:i:s",
|
113
112
|
ISO8601Short:"Y-m-d",
|
@@ -19,10 +19,8 @@ $.extend($.jgrid,{
|
|
19
19
|
caption: "�������...",
|
20
20
|
Find: "������",
|
21
21
|
Reset: "�������",
|
22
|
-
odata : ['�����', '��������', '��-�����', '��-����� ���=','��-������','��-������ ��� =', '������� �','�� ������� �','�� ������ �','�� �� ������ �','�������� �','�� ��������� �','�������', '�� �������' ],
|
23
|
-
groupOps: [ { op: "AND", text: " � " }, { op: "OR", text: "���" } ]
|
24
|
-
matchText: " ������",
|
25
|
-
rulesText: " ������"
|
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: "���" } ]
|
26
24
|
},
|
27
25
|
edit : {
|
28
26
|
addCaption: "��� �����",
|
@@ -108,6 +106,7 @@ $.extend($.jgrid,{
|
|
108
106
|
},
|
109
107
|
srcformat: 'Y-m-d',
|
110
108
|
newformat: 'd/m/Y',
|
109
|
+
parseRe : /[Tt\\\/:_;.,\t\s-]/,
|
111
110
|
masks : {
|
112
111
|
ISO8601Long:"Y-m-d H:i:s",
|
113
112
|
ISO8601Short:"Y-m-d",
|
@@ -19,10 +19,8 @@ $.extend($.jgrid,{
|
|
19
19
|
caption: "Cerca...",
|
20
20
|
Find: "Cercar",
|
21
21
|
Reset: "Buidar",
|
22
|
-
odata
|
23
|
-
groupOps: [ { op: "AND", text: "tot" }, { op: "OR", text: "qualsevol" } ]
|
24
|
-
matchText: " match",
|
25
|
-
rulesText: " rules"
|
22
|
+
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"}],
|
23
|
+
groupOps: [ { op: "AND", text: "tot" }, { op: "OR", text: "qualsevol" } ]
|
26
24
|
},
|
27
25
|
edit : {
|
28
26
|
addCaption: "Afegir registre",
|
@@ -104,6 +102,7 @@ $.extend($.jgrid,{
|
|
104
102
|
S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
|
105
103
|
srcformat: 'Y-m-d',
|
106
104
|
newformat: 'd-m-Y',
|
105
|
+
parseRe : /[Tt\\\/:_;.,\t\s-]/,
|
107
106
|
masks : {
|
108
107
|
ISO8601Long:"Y-m-d H:i:s",
|
109
108
|
ISO8601Short:"Y-m-d",
|
@@ -22,11 +22,9 @@ $.extend($.jgrid,{
|
|
22
22
|
caption: "搜索...",
|
23
23
|
Find: "查找",
|
24
24
|
Reset: "重置",
|
25
|
-
odata : ['等于\u3000\u3000', '不等\u3000\u3000', '小于\u3000\u3000', '小于等于','大于\u3000\u3000','大于等于',
|
26
|
-
'开始于','不开始于','属于\u3000\u3000','不属于','结束于','不结束于','包含\u3000\u3000','不包含','空值于\u3000\u3000','非空值'],
|
27
|
-
groupOps: [ { op: "AND", text: "所有" }, { op: "OR", text: "任一" } ]
|
28
|
-
matchText: " 匹配",
|
29
|
-
rulesText: " 规则"
|
25
|
+
odata : [{oper:'eq', text:'等于\u3000\u3000'},{oper:'ne', text: '不等\u3000\u3000'}, { oper:'lt', text:'小于\u3000\u3000'},{ oper:'le', text: '小于等于'},{ oper:'gt', text:'大于\u3000\u3000'},{ oper:'ge', text:'大于等于'},
|
26
|
+
{oper:'bw', text:'开始于'},{ oper:'bn', text:'不开始于'},{ oper:'in', text:'属于\u3000\u3000'},{ oper:'ni', text:'不属于'},{ oper:'ew', text:'结束于'},{ oper:'en', text:'不结束于'},{ oper:'cn', text:'包含\u3000\u3000'},{ oper:'nc', text:'不包含'},{ oper:'nu', text:'空值于\u3000\u3000'},{ oper:'nn', text:'非空值'}],
|
27
|
+
groupOps: [ { op: "AND", text: "所有" }, { op: "OR", text: "任一" } ]
|
30
28
|
},
|
31
29
|
edit : {
|
32
30
|
addCaption: "添加记录",
|
@@ -108,6 +106,7 @@ $.extend($.jgrid,{
|
|
108
106
|
S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
|
109
107
|
srcformat: 'Y-m-d',
|
110
108
|
newformat: 'm-d-Y',
|
109
|
+
parseRe : /[Tt\\\/:_;.,\t\s-]/,
|
111
110
|
masks : {
|
112
111
|
ISO8601Long:"Y-m-d H:i:s",
|
113
112
|
ISO8601Short:"Y-m-d",
|
@@ -20,10 +20,8 @@ $.extend($.jgrid,{
|
|
20
20
|
caption: "Vyhledávám...",
|
21
21
|
Find: "Hledat",
|
22
22
|
Reset: "Reset",
|
23
|
-
odata
|
24
|
-
groupOps: [ { op: "AND", text: "všech" }, { op: "OR", text: "některého z" } ]
|
25
|
-
matchText: " hledat podle",
|
26
|
-
rulesText: " pravidel"
|
23
|
+
odata: [{ oper:'eq', text:"rovno"},{ oper:'ne', text:"nerovono"},{ oper:'lt', text:"menší"},{ oper:'le', text:"menší nebo rovno"},{ oper:'gt', text:"větší"},{ oper:'ge', text:"větší nebo rovno"},{ oper:'bw', text:"začíná s"},{ oper:'bn', text:"nezačíná s"},{ oper:'in', text:"je v"},{ oper:'ni', text:"není v"},{ oper:'ew', text:"končí s"},{ oper:'en', text:"nekončí s"},{ oper:'cn', text:"obahuje"},{ oper:'nc', text:"neobsahuje"}],
|
24
|
+
groupOps: [ { op: "AND", text: "všech" }, { op: "OR", text: "některého z" } ]
|
27
25
|
},
|
28
26
|
edit : {
|
29
27
|
addCaption: "Přidat záznam",
|
@@ -104,6 +102,7 @@ $.extend($.jgrid,{
|
|
104
102
|
S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
|
105
103
|
srcformat: 'Y-m-d',
|
106
104
|
newformat: 'd/m/Y',
|
105
|
+
parseRe : /[Tt\\\/:_;.,\t\s-]/,
|
107
106
|
masks : {
|
108
107
|
ISO8601Long:"Y-m-d H:i:s",
|
109
108
|
ISO8601Short:"Y-m-d",
|
@@ -19,10 +19,8 @@ $.extend($.jgrid,{
|
|
19
19
|
caption: "Søg...",
|
20
20
|
Find: "Find",
|
21
21
|
Reset: "Nulstil",
|
22
|
-
odata
|
23
|
-
groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ]
|
24
|
-
matchText: " lig",
|
25
|
-
rulesText: " regler"
|
22
|
+
odata: [{ oper:'eq', text:"lig"},{ oper:'ne', text:"forskellige fra"},{ oper:'lt', text:"mindre"},{ oper:'le', text:"mindre eller lig"},{ oper:'gt', text:"større"},{ oper:'ge', text:"større eller lig"},{ oper:'bw', text:"begynder med"},{ oper:'bn', text:"begynder ikke med"},{ oper:'in', text:"findes i"},{ oper:'ni', text:"findes ikke i"},{ oper:'ew', text:"ender med"},{ oper:'en', text:"ender ikke med"},{ oper:'cn', text:"indeholder"},{ oper:'nc', text:"indeholder ikke"}],
|
23
|
+
groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ]
|
26
24
|
},
|
27
25
|
edit : {
|
28
26
|
addCaption: "Tilføj",
|
@@ -103,6 +101,7 @@ $.extend($.jgrid,{
|
|
103
101
|
S: function (j) {return '.'},
|
104
102
|
srcformat: 'Y-m-d',
|
105
103
|
newformat: 'd/m/Y',
|
104
|
+
parseRe : /[Tt\\\/:_;.,\t\s-]/,
|
106
105
|
masks : {
|
107
106
|
ISO8601Long:"Y-m-d H:i:s",
|
108
107
|
ISO8601Short:"Y-m-d",
|
@@ -30,10 +30,8 @@ $.extend($.jgrid,{
|
|
30
30
|
caption: "Suche...",
|
31
31
|
Find: "Suchen",
|
32
32
|
Reset: "Zurücksetzen",
|
33
|
-
odata
|
34
|
-
groupOps: [ { op: "AND", text: "alle" }, { op: "OR", text: "mindestens eine" } ]
|
35
|
-
matchText: " erfülle",
|
36
|
-
rulesText: " Bedingung(en)"
|
33
|
+
odata: [{ oper:'eq', text:"gleich"},{ oper:'ne', text:"ungleich"},{ oper:'lt', text:"kleiner"},{ oper:'le', text:"kleiner gleich"},{ oper:'gt', text:"größer"},{ oper:'ge', text:"größer gleich"},{ oper:'bw', text:"beginnt mit"},{ oper:'bn', text:"beginnt nicht mit"},{ oper:'in', text:"ist in"},{ oper:'ni', text:"ist nicht in"},{ oper:'ew', text:"endet mit"},{ oper:'en', text:"endet nicht mit"},{ oper:'cn', text:"enthält"},{ oper:'nc', text:"enthält nicht"}],
|
34
|
+
groupOps: [ { op: "AND", text: "alle" }, { op: "OR", text: "mindestens eine" } ]
|
37
35
|
},
|
38
36
|
edit : {
|
39
37
|
addCaption: "Datensatz hinzufügen",
|
@@ -114,6 +112,7 @@ $.extend($.jgrid,{
|
|
114
112
|
S: function (j) {return '.';}, // one can also use 'er' instead of '.' but one have to use additional word like 'der' or 'den' before
|
115
113
|
srcformat: 'Y-m-d',
|
116
114
|
newformat: 'd.m.Y',
|
115
|
+
parseRe : /[Tt\\\/:_;.,\t\s-]/,
|
117
116
|
masks : {
|
118
117
|
// see http://php.net/manual/en/function.date.php for PHP format used in jqGrid
|
119
118
|
// and see http://docs.jquery.com/UI/Datepicker/formatDate
|
@@ -18,10 +18,8 @@ $.jgrid = {
|
|
18
18
|
caption: "Søg...",
|
19
19
|
Find: "Find",
|
20
20
|
Reset: "Nulstil",
|
21
|
-
odata
|
22
|
-
groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ]
|
23
|
-
matchText: " match",
|
24
|
-
rulesText: " rules"
|
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" } ]
|
25
23
|
},
|
26
24
|
edit : {
|
27
25
|
addCaption: "Tilføj",
|
@@ -102,6 +100,7 @@ $.jgrid = {
|
|
102
100
|
S: function (j) {return '.'},
|
103
101
|
srcformat: 'Y-m-d',
|
104
102
|
newformat: 'd/m/Y',
|
103
|
+
parseRe : /[Tt\\\/:_;.,\t\s-]/,
|
105
104
|
masks : {
|
106
105
|
ISO8601Long:"Y-m-d H:i:s",
|
107
106
|
ISO8601Short:"Y-m-d",
|