jqgrid-jquery-rails 4.5.400 → 4.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/README.md +1 -1
- data/lib/jqgrid-jquery-rails/version.rb +2 -2
- data/spec/features/asset_pipeline_spec.rb +1 -1
- data/vendor/assets/javascripts/i18n/grid.locale-ar.js +128 -126
- data/vendor/assets/javascripts/i18n/grid.locale-bg.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-bg1251.js +1 -1
- data/vendor/assets/javascripts/i18n/grid.locale-cat.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-cn.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-cs.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-da.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-de.js +41 -39
- data/vendor/assets/javascripts/i18n/grid.locale-dk.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-el.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-en.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-es.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-fa.js +146 -144
- data/vendor/assets/javascripts/i18n/grid.locale-fi.js +131 -129
- data/vendor/assets/javascripts/i18n/grid.locale-fr.js +128 -126
- data/vendor/assets/javascripts/i18n/grid.locale-gl.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-he.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-hr.js +164 -162
- data/vendor/assets/javascripts/i18n/grid.locale-hr1250.js +164 -162
- data/vendor/assets/javascripts/i18n/grid.locale-hu.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-id.js +170 -168
- data/vendor/assets/javascripts/i18n/grid.locale-is.js +128 -126
- data/vendor/assets/javascripts/i18n/grid.locale-it.js +1 -1
- data/vendor/assets/javascripts/i18n/grid.locale-ja.js +6 -3
- data/vendor/assets/javascripts/i18n/grid.locale-kr.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-lt.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-mne.js +130 -128
- data/vendor/assets/javascripts/i18n/grid.locale-nl.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-no.js +1 -1
- data/vendor/assets/javascripts/i18n/grid.locale-pl.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-pt-br.js +4 -2
- data/vendor/assets/javascripts/i18n/grid.locale-pt.js +6 -4
- data/vendor/assets/javascripts/i18n/grid.locale-ro.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-ru.js +66 -64
- data/vendor/assets/javascripts/i18n/grid.locale-sk.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-sr-latin.js +130 -128
- data/vendor/assets/javascripts/i18n/grid.locale-sr.js +130 -128
- data/vendor/assets/javascripts/i18n/grid.locale-sv.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-th.js +130 -128
- data/vendor/assets/javascripts/i18n/grid.locale-tr.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-tw.js +6 -4
- data/vendor/assets/javascripts/i18n/grid.locale-ua.js +5 -3
- data/vendor/assets/javascripts/i18n/grid.locale-vi.js +5 -3
- data/vendor/assets/javascripts/jquery.jqGrid.js +1109 -536
- data/vendor/assets/stylesheets/ui.jqgrid.css +17 -8
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e9190ae2e2a2aa48917bee219ac195af4c5fcdc
|
4
|
+
data.tar.gz: 5a00845238c2d6dca4fcca930185c822f9f44657
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: af9a4bd583112974d59f335798e77b34d1ef7c59b11613f4d4b6b6e4e904eb3440da122c5450bf50ded7a4de9f58b60119f9fa09aec927d1aa3ef373519c4826
|
7
|
+
data.tar.gz: e1b6d29604e5237bb33537194ea646da81bd188a6725b3df760a7ee6e3d9e719cd5cc752fa8b98ac60bd42d21f2827b5f0bcc3d30e395b64d0987d937590779b
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -10,8 +10,8 @@ module JqgridJquery
|
|
10
10
|
# "4.5.201" is jqGrid v4.5.2 + gem release 1
|
11
11
|
# "4.5.210" is jqGrid v4.5.2 + gem release 10
|
12
12
|
MAJOR = 4
|
13
|
-
MINOR =
|
14
|
-
PATCH =
|
13
|
+
MINOR = 6
|
14
|
+
PATCH = 000
|
15
15
|
BUILD = nil
|
16
16
|
VERSION = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
|
17
17
|
end
|
@@ -7,7 +7,7 @@ feature 'Asset pipeline' do
|
|
7
7
|
# save_and_open_page # for debugging (opens page in browser)
|
8
8
|
|
9
9
|
expect(page).to have_text(<<-EOF
|
10
|
-
* @license jqGrid 4.
|
10
|
+
* @license jqGrid 4.6.0 - jQuery Grid
|
11
11
|
* Copyright (c) 2008, Tony Tomov, tony@trirand.com
|
12
12
|
EOF
|
13
13
|
)
|
@@ -1,126 +1,128 @@
|
|
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
|
-
|
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
|
-
}
|
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:"لا يحتوي"},{ 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"
|
26
|
+
},
|
27
|
+
edit : {
|
28
|
+
addCaption: "اضافة",
|
29
|
+
editCaption: "تحديث",
|
30
|
+
bSubmit: "تثبيث",
|
31
|
+
bCancel: "إلغاء",
|
32
|
+
bClose: "غلق",
|
33
|
+
saveData: "تغيرت المعطيات هل تريد التسجيل ?",
|
34
|
+
bYes: "نعم",
|
35
|
+
bNo: "لا",
|
36
|
+
bExit: "إلغاء",
|
37
|
+
msg: {
|
38
|
+
required: "خانة إجبارية",
|
39
|
+
number: "سجل رقم صحيح",
|
40
|
+
minValue: "يجب أن تكون القيمة أكبر أو تساوي 0",
|
41
|
+
maxValue: "يجب أن تكون القيمة أقل أو تساوي 0",
|
42
|
+
email: "بريد غير صحيح",
|
43
|
+
integer: "سجل عدد طبييعي صحيح",
|
44
|
+
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 : "لا يوجد عنوان محدد",
|
85
|
+
norecords: "لا يوجد تسجيل للمعالجة",
|
86
|
+
model : "عدد العناوين (colNames) <> عدد التسجيلات (colModel)!"
|
87
|
+
},
|
88
|
+
formatter : {
|
89
|
+
integer : {thousandsSeparator: " ", defaultValue: '0'},
|
90
|
+
number : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0,00'},
|
91
|
+
currency : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0,00'},
|
92
|
+
date : {
|
93
|
+
dayNames: [
|
94
|
+
"الأحد", "الإثنين", "الثلاثاء", "الأربعاء", "الخميس", "الجمعة", "السبت",
|
95
|
+
"الأحد", "الإثنين", "الثلاثاء", "الأربعاء", "الخميس", "الجمعة", "السبت"
|
96
|
+
],
|
97
|
+
monthNames: [
|
98
|
+
"جانفي", "فيفري", "مارس", "أفريل", "ماي", "جوان", "جويلية", "أوت", "سبتمبر", "أكتوبر", "نوفمبر", "ديسمبر",
|
99
|
+
"جانفي", "فيفري", "مارس", "أفريل", "ماي", "جوان", "جويلية", "أوت", "سبتمبر", "أكتوبر", "نوفمبر", "ديسمبر"
|
100
|
+
],
|
101
|
+
AmPm : ["صباحا","مساءا","صباحا","مساءا"],
|
102
|
+
S: function (j) {return j == 1 ? 'er' : 'e';},
|
103
|
+
srcformat: 'Y-m-d',
|
104
|
+
newformat: 'd/m/Y',
|
105
|
+
parseRe : /[#%\\\/:_;.,\t\s-]/,
|
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);
|
@@ -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:'е NULL'},{ oper:'nn', text:'не е NULL'}],
|
23
|
+
groupOps: [ { op: "AND", text: " И " }, { op: "OR", text: "ИЛИ" } ],
|
24
|
+
operandTitle : "Натисни за избор на операнд.",
|
25
|
+
resetTitle : "Изчисти стойността"
|
24
26
|
},
|
25
27
|
edit : {
|
26
28
|
addCaption: "Нов Запис",
|
@@ -106,7 +108,7 @@ $.extend($.jgrid,{
|
|
106
108
|
},
|
107
109
|
srcformat: 'Y-m-d',
|
108
110
|
newformat: 'd/m/Y',
|
109
|
-
parseRe : /[
|
111
|
+
parseRe : /[#%\\\/:_;.,\t\s-]/,
|
110
112
|
masks : {
|
111
113
|
ISO8601Long:"Y-m-d H:i:s",
|
112
114
|
ISO8601Short:"Y-m-d",
|
@@ -19,8 +19,10 @@ $.extend($.jgrid,{
|
|
19
19
|
caption: "Cerca...",
|
20
20
|
Find: "Cercar",
|
21
21
|
Reset: "Buidar",
|
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" } ]
|
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"},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
|
23
|
+
groupOps: [ { op: "AND", text: "tot" }, { op: "OR", text: "qualsevol" } ],
|
24
|
+
operandTitle : "Click to select search operation.",
|
25
|
+
resetTitle : "Reset Search Value"
|
24
26
|
},
|
25
27
|
edit : {
|
26
28
|
addCaption: "Afegir registre",
|
@@ -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 : /[
|
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:'等于\u3000\u3000'},{ oper:'ne', text:'不等\u3000\u3000'},{ oper:'lt', text:'小于\u3000\u3000'},{ oper:'le', text:'小于等于'},{ oper:'gt', text:'大于\u3000\u3000'},{ oper:'ge', text:'大于等于'},{ 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:'不包含'}],
|
22
|
+
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:'大于等于'},{ 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:'不存在'},{ oper:'nn', text:'存在'}],
|
23
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: "添加记录",
|
@@ -44,7 +46,7 @@ $.extend($.jgrid,{
|
|
44
46
|
nodefined : " 未定义!",
|
45
47
|
novalue : " 需要返回值!",
|
46
48
|
customarray : "自定义函数需要返回数组!",
|
47
|
-
customfcheck : "
|
49
|
+
customfcheck : "必须有自定义函数!"
|
48
50
|
}
|
49
51
|
},
|
50
52
|
view : {
|
@@ -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 : /[
|
106
|
+
parseRe : /[#%\\\/:_;.,\t\s-]/,
|
105
107
|
masks : {
|
106
108
|
// see http://php.net/manual/en/function.date.php for PHP format used in jqGrid
|
107
109
|
// and see http://docs.jquery.com/UI/Datepicker/formatDate
|
@@ -20,8 +20,10 @@ $.extend($.jgrid,{
|
|
20
20
|
caption: "Vyhledávám...",
|
21
21
|
Find: "Hledat",
|
22
22
|
Reset: "Reset",
|
23
|
-
odata: [{ oper:'eq', text:"rovno"},{ oper:'ne', text:"nerovno"},{ 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:"obsahuje"},{ oper:'nc', text:"neobsahuje"}],
|
24
|
-
groupOps: [ { op: "AND", text: "všech" }, { op: "OR", text: "některého z" } ]
|
23
|
+
odata: [{ oper:'eq', text:"rovno"},{ oper:'ne', text:"nerovno"},{ 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:"obsahuje"},{ oper:'nc', text:"neobsahuje"},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
|
24
|
+
groupOps: [ { op: "AND", text: "všech" }, { op: "OR", text: "některého z" } ],
|
25
|
+
operandTitle : "Click to select search operation.",
|
26
|
+
resetTitle : "Reset Search Value"
|
25
27
|
},
|
26
28
|
edit : {
|
27
29
|
addCaption: "Přidat záznam",
|
@@ -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 : /[
|
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øg...",
|
20
20
|
Find: "Find",
|
21
21
|
Reset: "Nulstil",
|
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" } ]
|
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"},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
|
23
|
+
groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ],
|
24
|
+
operandTitle : "Click to select search operation.",
|
25
|
+
resetTitle : "Reset Search Value"
|
24
26
|
},
|
25
27
|
edit : {
|
26
28
|
addCaption: "Tilføj",
|
@@ -101,7 +103,7 @@ $.extend($.jgrid,{
|
|
101
103
|
S: function (j) {return '.'},
|
102
104
|
srcformat: 'Y-m-d',
|
103
105
|
newformat: 'd/m/Y',
|
104
|
-
parseRe : /[
|
106
|
+
parseRe : /[#%\\\/:_;.,\t\s-]/,
|
105
107
|
masks : {
|
106
108
|
ISO8601Long:"Y-m-d H:i:s",
|
107
109
|
ISO8601Short:"Y-m-d",
|
@@ -22,7 +22,7 @@ $.jgrid = $.jgrid || {};
|
|
22
22
|
$.extend($.jgrid,{
|
23
23
|
defaults : {
|
24
24
|
recordtext: "Zeige {0} - {1} von {2}",
|
25
|
-
|
25
|
+
emptyrecords: "Keine Datensätze vorhanden",
|
26
26
|
loadtext: "Lädt...",
|
27
27
|
pgtext : "Seite {0} von {1}"
|
28
28
|
},
|
@@ -30,8 +30,10 @@ $.extend($.jgrid,{
|
|
30
30
|
caption: "Suche...",
|
31
31
|
Find: "Suchen",
|
32
32
|
Reset: "Zurücksetzen",
|
33
|
-
|
34
|
-
|
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"}, { oper:'nu', text:"ist Null" }, { oper:'nn', text:"ist nicht Null" }],
|
34
|
+
groupOps: [{ op: "AND", text: "alle" },{ op: "OR", text: "mindestens eine" }],
|
35
|
+
operandTitle : "Click to select search operation.",
|
36
|
+
resetTitle : "Reset Search Value"
|
35
37
|
},
|
36
38
|
edit : {
|
37
39
|
addCaption: "Datensatz hinzufügen",
|
@@ -44,12 +46,12 @@ $.extend($.jgrid,{
|
|
44
46
|
bNo : "nein",
|
45
47
|
bExit : "abbrechen",
|
46
48
|
msg: {
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
49
|
+
required:"Feld ist erforderlich",
|
50
|
+
number: "Bitte geben Sie eine Zahl ein",
|
51
|
+
minValue:"Wert muss größer oder gleich sein, als ",
|
52
|
+
maxValue:"Wert muss kleiner oder gleich sein, als ",
|
53
|
+
email: "ist keine gültige E-Mail-Adresse",
|
54
|
+
integer: "Bitte geben Sie eine Ganzzahl ein",
|
53
55
|
date: "Bitte geben Sie ein gültiges Datum ein",
|
54
56
|
url: "ist keine gültige URL. Präfix muss eingegeben werden ('http://' oder 'https://')",
|
55
57
|
nodefined : " ist nicht definiert!",
|
@@ -59,8 +61,8 @@ $.extend($.jgrid,{
|
|
59
61
|
}
|
60
62
|
},
|
61
63
|
view : {
|
62
|
-
|
63
|
-
|
64
|
+
caption: "Datensatz anzeigen",
|
65
|
+
bClose: "Schließen"
|
64
66
|
},
|
65
67
|
del : {
|
66
68
|
caption: "Löschen",
|
@@ -70,17 +72,17 @@ $.extend($.jgrid,{
|
|
70
72
|
},
|
71
73
|
nav : {
|
72
74
|
edittext: " ",
|
73
|
-
|
75
|
+
edittitle: "Ausgewählte Zeile editieren",
|
74
76
|
addtext:" ",
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
77
|
+
addtitle: "Neue Zeile einfügen",
|
78
|
+
deltext: " ",
|
79
|
+
deltitle: "Ausgewählte Zeile löschen",
|
80
|
+
searchtext: " ",
|
81
|
+
searchtitle: "Datensatz suchen",
|
82
|
+
refreshtext: "",
|
83
|
+
refreshtitle: "Tabelle neu laden",
|
84
|
+
alertcap: "Warnung",
|
85
|
+
alerttext: "Bitte Zeile auswählen",
|
84
86
|
viewtext: "",
|
85
87
|
viewtitle: "Ausgewählte Zeile anzeigen"
|
86
88
|
},
|
@@ -109,27 +111,27 @@ $.extend($.jgrid,{
|
|
109
111
|
"Januar", "Februar", "März", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember"
|
110
112
|
],
|
111
113
|
AmPm : ["","","",""],
|
112
|
-
S: function (
|
114
|
+
S: function () {return '.';}, // one can also use 'er' instead of '.' but one have to use additional word like 'der' or 'den' before
|
113
115
|
srcformat: 'Y-m-d',
|
114
116
|
newformat: 'd.m.Y',
|
115
|
-
parseRe : /[
|
117
|
+
parseRe : /[#%\\\/:_;.,\t\s-]/,
|
116
118
|
masks : {
|
117
119
|
// see http://php.net/manual/en/function.date.php for PHP format used in jqGrid
|
118
120
|
// and see http://docs.jquery.com/UI/Datepicker/formatDate
|
119
121
|
// and https://github.com/jquery/globalize#dates for alternative formats used frequently
|
120
|
-
|
121
|
-
|
122
|
+
ISO8601Long: "Y-m-d H:i:s",
|
123
|
+
ISO8601Short: "Y-m-d",
|
122
124
|
// short date:
|
123
125
|
// d - Day of the month, 2 digits with leading zeros
|
124
126
|
// m - Numeric representation of a month, with leading zeros
|
125
127
|
// Y - A full numeric representation of a year, 4 digits
|
126
|
-
|
128
|
+
ShortDate: "d.m.Y", // in jQuery UI Datepicker: "dd.MM.yyyy"
|
127
129
|
// long date:
|
128
130
|
// l - A full textual representation of the day of the week
|
129
131
|
// j - Day of the month without leading zeros
|
130
132
|
// F - A full textual representation of a month
|
131
133
|
// Y - A full numeric representation of a year, 4 digits
|
132
|
-
|
134
|
+
LongDate: "l, j. F Y", // in jQuery UI Datepicker: "dddd, d. MMMM yyyy"
|
133
135
|
// long date with long time:
|
134
136
|
// l - A full textual representation of the day of the week
|
135
137
|
// j - Day of the month without leading zeros
|
@@ -138,34 +140,34 @@ $.extend($.jgrid,{
|
|
138
140
|
// H - 24-hour format of an hour with leading zeros
|
139
141
|
// i - Minutes with leading zeros
|
140
142
|
// s - Seconds, with leading zeros
|
141
|
-
|
143
|
+
FullDateTime: "l, j. F Y H:i:s", // in jQuery UI Datepicker: "dddd, d. MMMM yyyy HH:mm:ss"
|
142
144
|
// month day:
|
143
145
|
// d - Day of the month, 2 digits with leading zeros
|
144
146
|
// F - A full textual representation of a month
|
145
|
-
|
147
|
+
MonthDay: "d F", // in jQuery UI Datepicker: "dd MMMM"
|
146
148
|
// short time (without seconds)
|
147
149
|
// H - 24-hour format of an hour with leading zeros
|
148
150
|
// i - Minutes with leading zeros
|
149
|
-
|
151
|
+
ShortTime: "H:i", // in jQuery UI Datepicker: "HH:mm"
|
150
152
|
// long time (with seconds)
|
151
153
|
// H - 24-hour format of an hour with leading zeros
|
152
154
|
// i - Minutes with leading zeros
|
153
155
|
// s - Seconds, with leading zeros
|
154
|
-
|
155
|
-
|
156
|
-
|
156
|
+
LongTime: "H:i:s", // in jQuery UI Datepicker: "HH:mm:ss"
|
157
|
+
SortableDateTime: "Y-m-d\\TH:i:s",
|
158
|
+
UniversalSortableDateTime: "Y-m-d H:i:sO",
|
157
159
|
// month with year
|
158
160
|
// F - A full textual representation of a month
|
159
161
|
// Y - A full numeric representation of a year, 4 digits
|
160
|
-
|
161
|
-
|
162
|
-
|
162
|
+
YearMonth: "F Y" // in jQuery UI Datepicker: "MMMM yyyy"
|
163
|
+
},
|
164
|
+
reformatAfterEdit : false
|
163
165
|
},
|
164
166
|
baseLinkUrl: '',
|
165
167
|
showAction: '',
|
166
|
-
|
167
|
-
|
168
|
+
target: '',
|
169
|
+
checkbox : {disabled:true},
|
168
170
|
idName : 'id'
|
169
171
|
}
|
170
172
|
});
|
171
|
-
})(jQuery);
|
173
|
+
})(jQuery);
|