jqgrid-jquery-rails 4.5.400 → 4.6.0

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 (51) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +6 -0
  3. data/README.md +1 -1
  4. data/lib/jqgrid-jquery-rails/version.rb +2 -2
  5. data/spec/features/asset_pipeline_spec.rb +1 -1
  6. data/vendor/assets/javascripts/i18n/grid.locale-ar.js +128 -126
  7. data/vendor/assets/javascripts/i18n/grid.locale-bg.js +5 -3
  8. data/vendor/assets/javascripts/i18n/grid.locale-bg1251.js +1 -1
  9. data/vendor/assets/javascripts/i18n/grid.locale-cat.js +5 -3
  10. data/vendor/assets/javascripts/i18n/grid.locale-cn.js +5 -3
  11. data/vendor/assets/javascripts/i18n/grid.locale-cs.js +5 -3
  12. data/vendor/assets/javascripts/i18n/grid.locale-da.js +5 -3
  13. data/vendor/assets/javascripts/i18n/grid.locale-de.js +41 -39
  14. data/vendor/assets/javascripts/i18n/grid.locale-dk.js +5 -3
  15. data/vendor/assets/javascripts/i18n/grid.locale-el.js +5 -3
  16. data/vendor/assets/javascripts/i18n/grid.locale-en.js +5 -3
  17. data/vendor/assets/javascripts/i18n/grid.locale-es.js +5 -3
  18. data/vendor/assets/javascripts/i18n/grid.locale-fa.js +146 -144
  19. data/vendor/assets/javascripts/i18n/grid.locale-fi.js +131 -129
  20. data/vendor/assets/javascripts/i18n/grid.locale-fr.js +128 -126
  21. data/vendor/assets/javascripts/i18n/grid.locale-gl.js +5 -3
  22. data/vendor/assets/javascripts/i18n/grid.locale-he.js +5 -3
  23. data/vendor/assets/javascripts/i18n/grid.locale-hr.js +164 -162
  24. data/vendor/assets/javascripts/i18n/grid.locale-hr1250.js +164 -162
  25. data/vendor/assets/javascripts/i18n/grid.locale-hu.js +5 -3
  26. data/vendor/assets/javascripts/i18n/grid.locale-id.js +170 -168
  27. data/vendor/assets/javascripts/i18n/grid.locale-is.js +128 -126
  28. data/vendor/assets/javascripts/i18n/grid.locale-it.js +1 -1
  29. data/vendor/assets/javascripts/i18n/grid.locale-ja.js +6 -3
  30. data/vendor/assets/javascripts/i18n/grid.locale-kr.js +5 -3
  31. data/vendor/assets/javascripts/i18n/grid.locale-lt.js +5 -3
  32. data/vendor/assets/javascripts/i18n/grid.locale-mne.js +130 -128
  33. data/vendor/assets/javascripts/i18n/grid.locale-nl.js +5 -3
  34. data/vendor/assets/javascripts/i18n/grid.locale-no.js +1 -1
  35. data/vendor/assets/javascripts/i18n/grid.locale-pl.js +5 -3
  36. data/vendor/assets/javascripts/i18n/grid.locale-pt-br.js +4 -2
  37. data/vendor/assets/javascripts/i18n/grid.locale-pt.js +6 -4
  38. data/vendor/assets/javascripts/i18n/grid.locale-ro.js +5 -3
  39. data/vendor/assets/javascripts/i18n/grid.locale-ru.js +66 -64
  40. data/vendor/assets/javascripts/i18n/grid.locale-sk.js +5 -3
  41. data/vendor/assets/javascripts/i18n/grid.locale-sr-latin.js +130 -128
  42. data/vendor/assets/javascripts/i18n/grid.locale-sr.js +130 -128
  43. data/vendor/assets/javascripts/i18n/grid.locale-sv.js +5 -3
  44. data/vendor/assets/javascripts/i18n/grid.locale-th.js +130 -128
  45. data/vendor/assets/javascripts/i18n/grid.locale-tr.js +5 -3
  46. data/vendor/assets/javascripts/i18n/grid.locale-tw.js +6 -4
  47. data/vendor/assets/javascripts/i18n/grid.locale-ua.js +5 -3
  48. data/vendor/assets/javascripts/i18n/grid.locale-vi.js +5 -3
  49. data/vendor/assets/javascripts/jquery.jqGrid.js +1109 -536
  50. data/vendor/assets/stylesheets/ui.jqgrid.css +17 -8
  51. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3c7bc49f05b8719546e5485cc4349e95a9c25623
4
- data.tar.gz: 6d6249d6c80957f78fa86a505014b1e13a70c893
3
+ metadata.gz: 3e9190ae2e2a2aa48917bee219ac195af4c5fcdc
4
+ data.tar.gz: 5a00845238c2d6dca4fcca930185c822f9f44657
5
5
  SHA512:
6
- metadata.gz: 2dcd880c9c0e8359afef61f93620c9a90639591f8fdbc756df6c018642e97a81f3fc4a8a551d7dc80da79966f8e71e1470719a83b53186a52f827de0882ba2e3
7
- data.tar.gz: f7e38f4fa53b77bb06bda0df9cf887b25da472e55ea8a692c5cdbd4cad0506b52bbc26f7a19329eea9fa93a33ea0bbfb5f5891e3def9803f7aba95ca9c7819bb
6
+ metadata.gz: af9a4bd583112974d59f335798e77b34d1ef7c59b11613f4d4b6b6e4e904eb3440da122c5450bf50ded7a4de9f58b60119f9fa09aec927d1aa3ef373519c4826
7
+ data.tar.gz: e1b6d29604e5237bb33537194ea646da81bd188a6725b3df760a7ee6e3d9e719cd5cc752fa8b98ac60bd42d21f2827b5f0bcc3d30e395b64d0987d937590779b
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ 4.6.000 / 2014-11-24
2
+ --------------------
3
+
4
+ - `IMPROVE` - Update jqGrid to v4.6.0 | [view](https://github.com/jhx/gem-jqgrid-jquery-rails/commit/3ce1986)
5
+
6
+
1
7
  4.5.400 / 2014-11-21
2
8
  --------------------
3
9
 
data/README.md CHANGED
@@ -15,7 +15,7 @@ Add these lines to your application's `Gemfile`:
15
15
 
16
16
  ```rb
17
17
  # jqgrid jquery plugin packaged for the rails asset pipeline
18
- gem 'jqgrid-jquery-rails', '~> 4.5.400'
18
+ gem 'jqgrid-jquery-rails', '~> 4.6.000'
19
19
  ```
20
20
 
21
21
  And then execute:
@@ -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 = 5
14
- PATCH = 400
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.5.4 - jQuery Grid
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
- 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);
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: "&nbsp;И " }, { 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: "&nbsp;И " }, { 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 : /[Tt\\\/:_;.,\t\s-]/,
111
+ parseRe : /[#%\\\/:_;.,\t\s-]/,
110
112
  masks : {
111
113
  ISO8601Long:"Y-m-d H:i:s",
112
114
  ISO8601Short:"Y-m-d",
@@ -106,7 +106,7 @@ $.extend($.jgrid,{
106
106
  },
107
107
  srcformat: 'Y-m-d',
108
108
  newformat: 'd/m/Y',
109
- parseRe : /[Tt\\\/:_;.,\t\s-]/,
109
+ parseRe : /[#%\\\/:_;.,\t\s-]/,
110
110
  masks : {
111
111
  ISO8601Long:"Y-m-d H:i:s",
112
112
  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 : /[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:'等于\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 : "Custom function should be present in case of custom checking!"
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 : /[Tt\\\/:_;.,\t\s-]/,
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 : /[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ø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 : /[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",
@@ -22,7 +22,7 @@ $.jgrid = $.jgrid || {};
22
22
  $.extend($.jgrid,{
23
23
  defaults : {
24
24
  recordtext: "Zeige {0} - {1} von {2}",
25
- emptyrecords: "Keine Datensätze vorhanden",
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
- 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" } ]
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
- required:"Feld ist erforderlich",
48
- number: "Bitte geben Sie eine Zahl ein",
49
- minValue:"Wert muss größer oder gleich sein, als ",
50
- maxValue:"Wert muss kleiner oder gleich sein, als ",
51
- email: "ist keine gültige E-Mail-Adresse",
52
- integer: "Bitte geben Sie eine Ganzzahl ein",
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
- caption: "Datensatz anzeigen",
63
- bClose: "Schließen"
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
- edittitle: "Ausgewählte Zeile editieren",
75
+ edittitle: "Ausgewählte Zeile editieren",
74
76
  addtext:" ",
75
- addtitle: "Neue Zeile einfügen",
76
- deltext: " ",
77
- deltitle: "Ausgewählte Zeile löschen",
78
- searchtext: " ",
79
- searchtitle: "Datensatz suchen",
80
- refreshtext: "",
81
- refreshtitle: "Tabelle neu laden",
82
- alertcap: "Warnung",
83
- alerttext: "Bitte Zeile auswählen",
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 (j) {return '.';}, // one can also use 'er' instead of '.' but one have to use additional word like 'der' or 'den' before
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 : /[Tt\\\/:_;.,\t\s-]/,
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
- ISO8601Long: "Y-m-d H:i:s",
121
- ISO8601Short: "Y-m-d",
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
- ShortDate: "d.m.Y", // in jQuery UI Datepicker: "dd.MM.yyyy"
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
- LongDate: "l, j. F Y", // in jQuery UI Datepicker: "dddd, d. MMMM yyyy"
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
- FullDateTime: "l, j. F Y H:i:s", // in jQuery UI Datepicker: "dddd, d. MMMM yyyy HH:mm:ss"
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
- MonthDay: "d F", // in jQuery UI Datepicker: "dd MMMM"
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
- ShortTime: "H:i", // in jQuery UI Datepicker: "HH:mm"
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
- LongTime: "H:i:s", // in jQuery UI Datepicker: "HH:mm:ss"
155
- SortableDateTime: "Y-m-d\\TH:i:s",
156
- UniversalSortableDateTime: "Y-m-d H:i:sO",
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
- YearMonth: "F Y" // in jQuery UI Datepicker: "MMMM yyyy"
161
- },
162
- reformatAfterEdit : false
162
+ YearMonth: "F Y" // in jQuery UI Datepicker: "MMMM yyyy"
163
+ },
164
+ reformatAfterEdit : false
163
165
  },
164
166
  baseLinkUrl: '',
165
167
  showAction: '',
166
- target: '',
167
- checkbox : {disabled:true},
168
+ target: '',
169
+ checkbox : {disabled:true},
168
170
  idName : 'id'
169
171
  }
170
172
  });
171
- })(jQuery);
173
+ })(jQuery);