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.
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
@@ -1,162 +1,164 @@
1
- ;(function($){
2
- /**
3
- * jqGrid Croatian Translation (charset windows-1250)
4
- * Version 1.0.1 (developed for jQuery Grid 4.4)
5
- * msajko@gmail.com
6
- *
7
- * Dual licensed under the MIT and GPL licenses:
8
- * http://www.opensource.org/licenses/mit-license.php
9
- * http://www.gnu.org/licenses/gpl.html
10
- **/
11
- $.jgrid = $.jgrid || {};
12
- $.extend($.jgrid,{
13
- defaults : {
14
- recordtext: "Pregled {0} - {1} od {2}",
15
- emptyrecords: "Nema zapisa",
16
- loadtext: "U�itavam...",
17
- pgtext : "Stranica {0} od {1}"
18
- },
19
- search : {
20
- caption: "Tra�i...",
21
- Find: "Pretra�ivanje",
22
- Reset: "Poni�ti",
23
- odata : [{ oper:'eq', text:'jednak'}, { oper:'ne', text:'nije identi�an'}, { oper:'lt', text:'manje'}, { oper:'le', text:'manje ili identi�no'},{ oper:'gt', text:'ve�e'},{ oper:'ge', text:'ve�e ili identi�no'}, { 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'}],
24
- groupOps: [ { op: "I", text: "sve" }, { op: "ILI", text: "bilo koji" } ]
25
- },
26
- edit : {
27
- addCaption: "Dodaj zapis",
28
- editCaption: "Promijeni zapis",
29
- bSubmit: "Preuzmi",
30
- bCancel: "Odustani",
31
- bClose: "Zatvri",
32
- saveData: "Podaci su promijenjeni! Preuzmi promijene?",
33
- bYes : "Da",
34
- bNo : "Ne",
35
- bExit : "Odustani",
36
- msg: {
37
- required:"Polje je obavezno",
38
- number:"Molim, unesite ispravan broj",
39
- minValue:"Vrijednost mora biti ve�a ili identi�na ",
40
- maxValue:"Vrijednost mora biti manja ili identi�na",
41
- email: "neispravan e-mail",
42
- integer: "Molim, unjeti ispravan cijeli broj (integer)",
43
- date: "Molim, unjeti ispravan datum ",
44
- url: "neispravan URL. Prefiks je obavezan ('http://' or 'https://')",
45
- nodefined : " nije definiran!",
46
- novalue : " zahtjevan podatak je obavezan!",
47
- customarray : "Opcionalna funkcija trebala bi bili polje (array)!",
48
- customfcheck : "Custom function should be present in case of custom checking!"
49
-
50
- }
51
- },
52
- view : {
53
- caption: "Otvori zapis",
54
- bClose: "Zatvori"
55
- },
56
- del : {
57
- caption: "Obri�i",
58
- msg: "Obri�i ozna�en zapis ili vi�e njih?",
59
- bSubmit: "Obri�i",
60
- bCancel: "Odustani"
61
- },
62
- nav : {
63
- edittext: " ",
64
- edittitle: "Promijeni obilje�eni red",
65
- addtext:" ",
66
- addtitle: "Dodaj novi red",
67
- deltext: " ",
68
- deltitle: "Obri�i obilje�eni red",
69
- searchtext: " ",
70
- searchtitle: "Potra�i zapise",
71
- refreshtext: "",
72
- refreshtitle: "Ponovo preuzmi podatke",
73
- alertcap: "Upozorenje",
74
- alerttext: "Molim, odaberi red",
75
- viewtext: "",
76
- viewtitle: "Pregled obilje�enog reda"
77
- },
78
- col : {
79
- caption: "Obilje�i kolonu",
80
- bSubmit: "Uredu",
81
- bCancel: "Odustani"
82
- },
83
- errors : {
84
- errcap : "Gre�ka",
85
- nourl : "Nedostaje URL",
86
- norecords: "Bez zapisa za obradu",
87
- model : "colNames i colModel imaju razli�itu duljinu!"
88
- },
89
- formatter : {
90
- integer : {thousandsSeparator: ".", defaultValue: '0'},
91
- number : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, defaultValue: '0,00'},
92
- currency : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, prefix: "", suffix:" Kn", defaultValue: '0,00'},
93
- date : {
94
- dayNames: [
95
- "Ned", "Pon", "Uto", "Sri", "�et", "Pet", "Sub",
96
- "Nedjelja", "Ponedjeljak", "Utorak", "Srijeda", "�etvrtak", "Petak", "Subota"
97
- ],
98
- monthNames: [
99
- "Sij", "Vel", "O�u", "Tra", "Svi", "Lip", "Srp", "Kol", "Ruj", "Lis", "Stu", "Pro",
100
- "Sije�anj", "Velja�a", "O�ujak", "Travanj", "Svibanj", "Lipanj", "Srpanj", "Kolovoz", "Rujan", "Listopad", "Studeni", "Prosinac"
101
- ],
102
- AmPm : ["am","pm","AM","PM"],
103
- S: function (j) {return ''},
104
- srcformat: 'Y-m-d',
105
- newformat: 'd.m.Y.',
106
- parseRe : /[Tt\\\/:_;.,\t\s-]/,
107
- masks : {
108
- // see http://php.net/manual/en/function.date.php for PHP format used in jqGrid
109
- // and see http://docs.jquery.com/UI/Datepicker/formatDate
110
- // and https://github.com/jquery/globalize#dates for alternative formats used frequently
111
- ISO8601Long: "Y-m-d H:i:s",
112
- ISO8601Short: "Y-m-d",
113
- // short date:
114
- // d - Day of the month, 2 digits with leading zeros
115
- // m - Numeric representation of a month, with leading zeros
116
- // Y - A full numeric representation of a year, 4 digits
117
- ShortDate: "d.m.Y.", // in jQuery UI Datepicker: "dd.mm.yy."
118
- // long date:
119
- // l - A full textual representation of the day of the week
120
- // j - Day of the month without leading zeros
121
- // F - A full textual representation of a month
122
- // Y - A full numeric representation of a year, 4 digits
123
- LongDate: "l, j. F Y", // in jQuery UI Datepicker: "dddd, d. MMMM yyyy"
124
- // long date with long time:
125
- // l - A full textual representation of the day of the week
126
- // j - Day of the month without leading zeros
127
- // F - A full textual representation of a month
128
- // Y - A full numeric representation of a year, 4 digits
129
- // H - 24-hour format of an hour with leading zeros
130
- // i - Minutes with leading zeros
131
- // s - Seconds, with leading zeros
132
- FullDateTime: "l, j. F Y H:i:s", // in jQuery UI Datepicker: "dddd, d. MMMM yyyy HH:mm:ss"
133
- // month day:
134
- // d - Day of the month, 2 digits with leading zeros
135
- // F - A full textual representation of a month
136
- MonthDay: "d F", // in jQuery UI Datepicker: "dd MMMM"
137
- // short time (without seconds)
138
- // H - 24-hour format of an hour with leading zeros
139
- // i - Minutes with leading zeros
140
- ShortTime: "H:i", // in jQuery UI Datepicker: "HH:mm"
141
- // long time (with seconds)
142
- // H - 24-hour format of an hour with leading zeros
143
- // i - Minutes with leading zeros
144
- // s - Seconds, with leading zeros
145
- LongTime: "H:i:s", // in jQuery UI Datepicker: "HH:mm:ss"
146
- SortableDateTime: "Y-m-d\\TH:i:s",
147
- UniversalSortableDateTime: "Y-m-d H:i:sO",
148
- // month with year
149
- // F - A full textual representation of a month
150
- // Y - A full numeric representation of a year, 4 digits
151
- YearMonth: "F Y" // in jQuery UI Datepicker: "MMMM yyyy"
152
- },
153
- reformatAfterEdit : false
154
- },
155
- baseLinkUrl: '',
156
- showAction: '',
157
- target: '',
158
- checkbox : {disabled:true},
159
- idName : 'id'
160
- }
161
- });
162
- })(jQuery);
1
+ ;(function($){
2
+ /**
3
+ * jqGrid Croatian Translation (charset windows-1250)
4
+ * Version 1.0.1 (developed for jQuery Grid 4.4)
5
+ * msajko@gmail.com
6
+ *
7
+ * Dual licensed under the MIT and GPL licenses:
8
+ * http://www.opensource.org/licenses/mit-license.php
9
+ * http://www.gnu.org/licenses/gpl.html
10
+ **/
11
+ $.jgrid = $.jgrid || {};
12
+ $.extend($.jgrid,{
13
+ defaults : {
14
+ recordtext: "Pregled {0} - {1} od {2}",
15
+ emptyrecords: "Nema zapisa",
16
+ loadtext: "U�itavam...",
17
+ pgtext : "Stranica {0} od {1}"
18
+ },
19
+ search : {
20
+ caption: "Tra�i...",
21
+ Find: "Pretra�ivanje",
22
+ Reset: "Poni�ti",
23
+ odata : [{ oper:'eq', text:'jednak'}, { oper:'ne', text:'nije identi�an'}, { oper:'lt', text:'manje'}, { oper:'le', text:'manje ili identi�no'},{ oper:'gt', text:'ve�e'},{ oper:'ge', text:'ve�e ili identi�no'}, { 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'}],
24
+ groupOps: [ { op: "I", text: "sve" }, { op: "ILI", text: "bilo koji" } ],
25
+ operandTitle : "Click to select search operation.",
26
+ resetTitle : "Reset Search Value"
27
+ },
28
+ edit : {
29
+ addCaption: "Dodaj zapis",
30
+ editCaption: "Promijeni zapis",
31
+ bSubmit: "Preuzmi",
32
+ bCancel: "Odustani",
33
+ bClose: "Zatvri",
34
+ saveData: "Podaci su promijenjeni! Preuzmi promijene?",
35
+ bYes : "Da",
36
+ bNo : "Ne",
37
+ bExit : "Odustani",
38
+ msg: {
39
+ required:"Polje je obavezno",
40
+ number:"Molim, unesite ispravan broj",
41
+ minValue:"Vrijednost mora biti ve�a ili identi�na ",
42
+ maxValue:"Vrijednost mora biti manja ili identi�na",
43
+ email: "neispravan e-mail",
44
+ integer: "Molim, unjeti ispravan cijeli broj (integer)",
45
+ date: "Molim, unjeti ispravan datum ",
46
+ url: "neispravan URL. Prefiks je obavezan ('http://' or 'https://')",
47
+ nodefined : " nije definiran!",
48
+ novalue : " zahtjevan podatak je obavezan!",
49
+ customarray : "Opcionalna funkcija trebala bi bili polje (array)!",
50
+ customfcheck : "Custom function should be present in case of custom checking!"
51
+
52
+ }
53
+ },
54
+ view : {
55
+ caption: "Otvori zapis",
56
+ bClose: "Zatvori"
57
+ },
58
+ del : {
59
+ caption: "Obri�i",
60
+ msg: "Obri�i ozna�en zapis ili vi�e njih?",
61
+ bSubmit: "Obri�i",
62
+ bCancel: "Odustani"
63
+ },
64
+ nav : {
65
+ edittext: "",
66
+ edittitle: "Promijeni obilje�eni red",
67
+ addtext: "",
68
+ addtitle: "Dodaj novi red",
69
+ deltext: "",
70
+ deltitle: "Obri�i obilje�eni red",
71
+ searchtext: "",
72
+ searchtitle: "Potra�i zapise",
73
+ refreshtext: "",
74
+ refreshtitle: "Ponovo preuzmi podatke",
75
+ alertcap: "Upozorenje",
76
+ alerttext: "Molim, odaberi red",
77
+ viewtext: "",
78
+ viewtitle: "Pregled obilje�enog reda"
79
+ },
80
+ col : {
81
+ caption: "Obilje�i kolonu",
82
+ bSubmit: "Uredu",
83
+ bCancel: "Odustani"
84
+ },
85
+ errors : {
86
+ errcap : "Gre�ka",
87
+ nourl : "Nedostaje URL",
88
+ norecords: "Bez zapisa za obradu",
89
+ model : "colNames i colModel imaju razli�itu duljinu!"
90
+ },
91
+ formatter : {
92
+ integer : {thousandsSeparator: ".", defaultValue: '0'},
93
+ number : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, defaultValue: '0,00'},
94
+ currency : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0,00'},
95
+ date : {
96
+ dayNames: [
97
+ "Ned", "Pon", "Uto", "Sri", "�et", "Pet", "Sub",
98
+ "Nedjelja", "Ponedjeljak", "Utorak", "Srijeda", "�etvrtak", "Petak", "Subota"
99
+ ],
100
+ monthNames: [
101
+ "Sij", "Velj", "O�u", "Tra", "Svi", "Lip", "Srp", "Kol", "Ruj", "Lis", "Stu", "Pro",
102
+ "Sije�anj", "Velja�a", "O�ujak", "Travanj", "Svibanj", "Lipanj", "Srpanj", "Kolovoz", "Rujan", "Listopad", "Studeni", "Prosinac"
103
+ ],
104
+ AmPm : ["am","pm","AM","PM"],
105
+ S: function (j) {return ''},
106
+ srcformat: 'Y-m-d',
107
+ newformat: 'd.m.Y.',
108
+ parseRe : /[#%\\\/:_;.,\t\s-]/,
109
+ masks : {
110
+ // see http://php.net/manual/en/function.date.php for PHP format used in jqGrid
111
+ // and see http://docs.jquery.com/UI/Datepicker/formatDate
112
+ // and https://github.com/jquery/globalize#dates for alternative formats used frequently
113
+ ISO8601Long: "Y-m-d H:i:s",
114
+ ISO8601Short: "Y-m-d",
115
+ // short date:
116
+ // d - Day of the month, 2 digits with leading zeros
117
+ // m - Numeric representation of a month, with leading zeros
118
+ // Y - A full numeric representation of a year, 4 digits
119
+ ShortDate: "d.m.Y.", // in jQuery UI Datepicker: "dd.mm.yy."
120
+ // long date:
121
+ // l - A full textual representation of the day of the week
122
+ // j - Day of the month without leading zeros
123
+ // F - A full textual representation of a month
124
+ // Y - A full numeric representation of a year, 4 digits
125
+ LongDate: "l, j. F Y", // in jQuery UI Datepicker: "dddd, d. MMMM yyyy"
126
+ // long date with long time:
127
+ // l - A full textual representation of the day of the week
128
+ // j - Day of the month without leading zeros
129
+ // F - A full textual representation of a month
130
+ // Y - A full numeric representation of a year, 4 digits
131
+ // H - 24-hour format of an hour with leading zeros
132
+ // i - Minutes with leading zeros
133
+ // s - Seconds, with leading zeros
134
+ FullDateTime: "l, j. F Y H:i:s", // in jQuery UI Datepicker: "dddd, d. MMMM yyyy HH:mm:ss"
135
+ // month day:
136
+ // d - Day of the month, 2 digits with leading zeros
137
+ // F - A full textual representation of a month
138
+ MonthDay: "d F", // in jQuery UI Datepicker: "dd MMMM"
139
+ // short time (without seconds)
140
+ // H - 24-hour format of an hour with leading zeros
141
+ // i - Minutes with leading zeros
142
+ ShortTime: "H:i", // in jQuery UI Datepicker: "HH:mm"
143
+ // long time (with seconds)
144
+ // H - 24-hour format of an hour with leading zeros
145
+ // i - Minutes with leading zeros
146
+ // s - Seconds, with leading zeros
147
+ LongTime: "H:i:s", // in jQuery UI Datepicker: "HH:mm:ss"
148
+ SortableDateTime: "Y-m-d\\TH:i:s",
149
+ UniversalSortableDateTime: "Y-m-d H:i:sO",
150
+ // month with year
151
+ // F - A full textual representation of a month
152
+ // Y - A full numeric representation of a year, 4 digits
153
+ YearMonth: "F Y" // in jQuery UI Datepicker: "MMMM yyyy"
154
+ },
155
+ reformatAfterEdit : false
156
+ },
157
+ baseLinkUrl: '',
158
+ showAction: '',
159
+ target: '',
160
+ checkbox : {disabled:true},
161
+ idName : 'id'
162
+ }
163
+ });
164
+ })(jQuery);
@@ -20,8 +20,10 @@ $.extend($.jgrid,{
20
20
  caption: "Keresés...",
21
21
  Find: "Keres",
22
22
  Reset: "Alapértelmezett",
23
- odata: [{ oper:'eq', text:"egyenlő"},{ oper:'ne', text:"nem egyenlő"},{ oper:'lt', text:"kevesebb"},{ oper:'le', text:"kevesebb vagy egyenlő"},{ oper:'gt', text:"nagyobb"},{ oper:'ge', text:"nagyobb vagy egyenlő"},{ oper:'bw', text:"ezzel kezdődik"},{ oper:'bn', text:"nem ezzel kezdődik"},{ oper:'in', text:"tartalmaz"},{ oper:'ni', text:"nem tartalmaz"},{ oper:'ew', text:"végződik"},{ oper:'en', text:"nem végződik"},{ oper:'cn', text:"tartalmaz"},{ oper:'nc', text:"nem tartalmaz"}],
24
- groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ]
23
+ odata: [{ oper:'eq', text:"egyenlő"},{ oper:'ne', text:"nem egyenlő"},{ oper:'lt', text:"kevesebb"},{ oper:'le', text:"kevesebb vagy egyenlő"},{ oper:'gt', text:"nagyobb"},{ oper:'ge', text:"nagyobb vagy egyenlő"},{ oper:'bw', text:"ezzel kezdődik"},{ oper:'bn', text:"nem ezzel kezdődik"},{ oper:'in', text:"tartalmaz"},{ oper:'ni', text:"nem tartalmaz"},{ oper:'ew', text:"végződik"},{ oper:'en', text:"nem végződik"},{ oper:'cn', text:"tartalmaz"},{ oper:'nc', text:"nem tartalmaz"},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
24
+ groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ],
25
+ operandTitle : "Click to select search operation.",
26
+ resetTitle : "Reset Search Value"
25
27
  },
26
28
  edit : {
27
29
  addCaption: "Új tétel",
@@ -103,7 +105,7 @@ $.extend($.jgrid,{
103
105
  S: function (j) {return '.-ik';},
104
106
  srcformat: 'Y-m-d',
105
107
  newformat: 'Y/m/d',
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",
@@ -1,168 +1,170 @@
1
- ;(function($){
2
- /**
3
- * jqGrid English Translation
4
- * Tony Tomov tony@trirand.com
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: "Data {0} - {1} dari {2}",
14
- emptyrecords: "Tidak ada data",
15
- loadtext: "Memuat...",
16
- pgtext : "Halaman {0} dari {1}"
17
- },
18
- search : {
19
- caption: "Pencarian",
20
- Find: "Cari !",
21
- Reset: "Segarkan",
22
- odata: [{ oper:'eq', text:"sama dengan"},{ oper:'ne', text:"tidak sama dengan"},{ oper:'lt', text:"kurang dari"},{ oper:'le', text:"kurang dari atau sama dengan"},{ oper:'gt', text:"lebih besar"},{ oper:'ge', text:"lebih besar atau sama dengan"},{ oper:'bw', text:"dimulai dengan"},{ oper:'bn', text:"tidak dimulai dengan"},{ oper:'in', text:"di dalam"},{ oper:'ni', text:"tidak di dalam"},{ oper:'ew', text:"diakhiri dengan"},{ oper:'en', text:"tidak diakhiri dengan"},{ oper:'cn', text:"mengandung"},{ oper:'nc', text:"tidak mengandung"}],
23
- groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ]
24
- },
25
- edit : {
26
- addCaption: "Tambah Data",
27
- editCaption: "Sunting Data",
28
- bSubmit: "Submit",
29
- bCancel: "Tutup",
30
- bClose: "Tutup",
31
- saveData: "Data telah berubah! Simpan perubahan?",
32
- bYes : "Ya",
33
- bNo : "Tidak",
34
- bExit : "Tutup",
35
- msg: {
36
- required:"kolom wajib diisi",
37
- number:"hanya nomer yang diperbolehkan",
38
- minValue:"kolom harus lebih besar dari atau sama dengan",
39
- maxValue:"kolom harus lebih kecil atau sama dengan",
40
- email: "alamat e-mail tidak valid",
41
- integer: "hanya nilai integer yang diperbolehkan",
42
- date: "nilai tanggal tidak valid",
43
- url: "Bukan URL yang valid. Harap gunakan ('http://' or 'https://')",
44
- nodefined : " belum didefinisikan!",
45
- novalue : " return value is required!",
46
- customarray : "Custom function should return array!",
47
- customfcheck : "Custom function should be present in case of custom checking!"
48
-
49
- }
50
- },
51
- view : {
52
- caption: "Menampilkan data",
53
- bClose: "Tutup"
54
- },
55
- del : {
56
- caption: "Hapus",
57
- msg: "Hapus data terpilih?",
58
- bSubmit: "Hapus",
59
- bCancel: "Batalkan"
60
- },
61
- nav : {
62
- edittext: "",
63
- edittitle: "Sunting data terpilih",
64
- addtext:"",
65
- addtitle: "Tambah baris baru",
66
- deltext: "",
67
- deltitle: "Hapus baris terpilih",
68
- searchtext: "",
69
- searchtitle: "Temukan data",
70
- refreshtext: "",
71
- refreshtitle: "Segarkan Grid",
72
- alertcap: "Warning",
73
- alerttext: "Harap pilih baris",
74
- viewtext: "",
75
- viewtitle: "Tampilkan baris terpilih"
76
- },
77
- col : {
78
- caption: "Pilih Kolom",
79
- bSubmit: "Ok",
80
- bCancel: "Batal"
81
- },
82
- errors : {
83
- errcap : "Error",
84
- nourl : "Tidak ada url yang diset",
85
- norecords: "Tidak ada data untuk diproses",
86
- model : "Lebar dari colNames <> colModel!"
87
- },
88
- formatter : {
89
- integer : {thousandsSeparator: ".", defaultValue: '0'},
90
- number : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, defaultValue: '0'},
91
- currency : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, prefix: "Rp. ", suffix:"", defaultValue: '0'},
92
- date : {
93
- dayNames: [
94
- "Ming", "Sen", "Sel", "Rab", "Kam", "Jum", "Sab",
95
- "Minggu", "Senin", "Selasa", "Rabu", "Kamis", "Jumat", "Sabtu"
96
- ],
97
- monthNames: [
98
- "Jan", "Feb", "Mar", "Apr", "Mei", "Jun", "Jul", "Agu", "Sep", "Okt", "Nov", "Des",
99
- "Januari", "Februari", "Maret", "April", "Mei", "Juni", "Juli", "Agustus", "September", "Oktober", "November", "Desember"
100
- ],
101
- AmPm : ["am","pm","AM","PM"],
102
- S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th';},
103
- srcformat: 'Y-m-d',
104
- newformat: 'n/j/Y',
105
- parseRe : /[Tt\\\/:_;.,\t\s-]/,
106
- masks : {
107
- // see http://php.net/manual/en/function.date.php for PHP format used in jqGrid
108
- // and see http://docs.jquery.com/UI/Datepicker/formatDate
109
- // and https://github.com/jquery/globalize#dates for alternative formats used frequently
110
- // one can find on https://github.com/jquery/globalize/tree/master/lib/cultures many
111
- // information about date, time, numbers and currency formats used in different countries
112
- // one should just convert the information in PHP format
113
- ISO8601Long:"Y-m-d H:i:s",
114
- ISO8601Short:"Y-m-d",
115
- // short date:
116
- // n - Numeric representation of a month, without leading zeros
117
- // j - Day of the month without leading zeros
118
- // Y - A full numeric representation of a year, 4 digits
119
- // example: 3/1/2012 which means 1 March 2012
120
- ShortDate: "n/j/Y", // in jQuery UI Datepicker: "M/d/yyyy"
121
- // long date:
122
- // l - A full textual representation of the day of the week
123
- // F - A full textual representation of a month
124
- // d - Day of the month, 2 digits with leading zeros
125
- // Y - A full numeric representation of a year, 4 digits
126
- LongDate: "l, F d, Y", // in jQuery UI Datepicker: "dddd, MMMM dd, yyyy"
127
- // long date with long time:
128
- // l - A full textual representation of the day of the week
129
- // F - A full textual representation of a month
130
- // d - Day of the month, 2 digits with leading zeros
131
- // Y - A full numeric representation of a year, 4 digits
132
- // g - 12-hour format of an hour without leading zeros
133
- // i - Minutes with leading zeros
134
- // s - Seconds, with leading zeros
135
- // A - Uppercase Ante meridiem and Post meridiem (AM or PM)
136
- FullDateTime: "l, F d, Y g:i:s A", // in jQuery UI Datepicker: "dddd, MMMM dd, yyyy h:mm:ss tt"
137
- // month day:
138
- // F - A full textual representation of a month
139
- // d - Day of the month, 2 digits with leading zeros
140
- MonthDay: "F d", // in jQuery UI Datepicker: "MMMM dd"
141
- // short time (without seconds)
142
- // g - 12-hour format of an hour without leading zeros
143
- // i - Minutes with leading zeros
144
- // A - Uppercase Ante meridiem and Post meridiem (AM or PM)
145
- ShortTime: "g:i A", // in jQuery UI Datepicker: "h:mm tt"
146
- // long time (with seconds)
147
- // g - 12-hour format of an hour without leading zeros
148
- // i - Minutes with leading zeros
149
- // s - Seconds, with leading zeros
150
- // A - Uppercase Ante meridiem and Post meridiem (AM or PM)
151
- LongTime: "g:i:s A", // in jQuery UI Datepicker: "h:mm:ss tt"
152
- SortableDateTime: "Y-m-d\\TH:i:s",
153
- UniversalSortableDateTime: "Y-m-d H:i:sO",
154
- // month with year
155
- // Y - A full numeric representation of a year, 4 digits
156
- // F - A full textual representation of a month
157
- YearMonth: "F, Y" // in jQuery UI Datepicker: "MMMM, yyyy"
158
- },
159
- reformatAfterEdit : false
160
- },
161
- baseLinkUrl: '',
162
- showAction: '',
163
- target: '',
164
- checkbox : {disabled:true},
165
- idName : 'id'
166
- }
167
- });
168
- })(jQuery);
1
+ ;(function($){
2
+ /**
3
+ * jqGrid English Translation
4
+ * Tony Tomov tony@trirand.com
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: "Data {0} - {1} dari {2}",
14
+ emptyrecords: "Tidak ada data",
15
+ loadtext: "Memuat...",
16
+ pgtext : "Halaman {0} dari {1}"
17
+ },
18
+ search : {
19
+ caption: "Pencarian",
20
+ Find: "Cari !",
21
+ Reset: "Segarkan",
22
+ odata: [{ oper:'eq', text:"sama dengan"},{ oper:'ne', text:"tidak sama dengan"},{ oper:'lt', text:"kurang dari"},{ oper:'le', text:"kurang dari atau sama dengan"},{ oper:'gt', text:"lebih besar"},{ oper:'ge', text:"lebih besar atau sama dengan"},{ oper:'bw', text:"dimulai dengan"},{ oper:'bn', text:"tidak dimulai dengan"},{ oper:'in', text:"di dalam"},{ oper:'ni', text:"tidak di dalam"},{ oper:'ew', text:"diakhiri dengan"},{ oper:'en', text:"tidak diakhiri dengan"},{ oper:'cn', text:"mengandung"},{ oper:'nc', text:"tidak mengandung"},{ 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"
26
+ },
27
+ edit : {
28
+ addCaption: "Tambah Data",
29
+ editCaption: "Sunting Data",
30
+ bSubmit: "Submit",
31
+ bCancel: "Tutup",
32
+ bClose: "Tutup",
33
+ saveData: "Data telah berubah! Simpan perubahan?",
34
+ bYes : "Ya",
35
+ bNo : "Tidak",
36
+ bExit : "Tutup",
37
+ msg: {
38
+ required:"kolom wajib diisi",
39
+ number:"hanya nomer yang diperbolehkan",
40
+ minValue:"kolom harus lebih besar dari atau sama dengan",
41
+ maxValue:"kolom harus lebih kecil atau sama dengan",
42
+ email: "alamat e-mail tidak valid",
43
+ integer: "hanya nilai integer yang diperbolehkan",
44
+ date: "nilai tanggal tidak valid",
45
+ url: "Bukan URL yang valid. Harap gunakan ('http://' or 'https://')",
46
+ nodefined : " belum didefinisikan!",
47
+ novalue : " return value is required!",
48
+ customarray : "Custom function should return array!",
49
+ customfcheck : "Custom function should be present in case of custom checking!"
50
+
51
+ }
52
+ },
53
+ view : {
54
+ caption: "Menampilkan data",
55
+ bClose: "Tutup"
56
+ },
57
+ del : {
58
+ caption: "Hapus",
59
+ msg: "Hapus data terpilih?",
60
+ bSubmit: "Hapus",
61
+ bCancel: "Batalkan"
62
+ },
63
+ nav : {
64
+ edittext: "",
65
+ edittitle: "Sunting data terpilih",
66
+ addtext:"",
67
+ addtitle: "Tambah baris baru",
68
+ deltext: "",
69
+ deltitle: "Hapus baris terpilih",
70
+ searchtext: "",
71
+ searchtitle: "Temukan data",
72
+ refreshtext: "",
73
+ refreshtitle: "Segarkan Grid",
74
+ alertcap: "Warning",
75
+ alerttext: "Harap pilih baris",
76
+ viewtext: "",
77
+ viewtitle: "Tampilkan baris terpilih"
78
+ },
79
+ col : {
80
+ caption: "Pilih Kolom",
81
+ bSubmit: "Ok",
82
+ bCancel: "Batal"
83
+ },
84
+ errors : {
85
+ errcap : "Error",
86
+ nourl : "Tidak ada url yang diset",
87
+ norecords: "Tidak ada data untuk diproses",
88
+ model : "Lebar dari colNames <> colModel!"
89
+ },
90
+ formatter : {
91
+ integer : {thousandsSeparator: ".", defaultValue: '0'},
92
+ number : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, defaultValue: '0'},
93
+ currency : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, prefix: "Rp. ", suffix:"", defaultValue: '0'},
94
+ date : {
95
+ dayNames: [
96
+ "Ming", "Sen", "Sel", "Rab", "Kam", "Jum", "Sab",
97
+ "Minggu", "Senin", "Selasa", "Rabu", "Kamis", "Jumat", "Sabtu"
98
+ ],
99
+ monthNames: [
100
+ "Jan", "Feb", "Mar", "Apr", "Mei", "Jun", "Jul", "Agu", "Sep", "Okt", "Nov", "Des",
101
+ "Januari", "Februari", "Maret", "April", "Mei", "Juni", "Juli", "Agustus", "September", "Oktober", "November", "Desember"
102
+ ],
103
+ AmPm : ["am","pm","AM","PM"],
104
+ S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th';},
105
+ srcformat: 'Y-m-d',
106
+ newformat: 'n/j/Y',
107
+ parseRe : /[#%\\\/:_;.,\t\s-]/,
108
+ masks : {
109
+ // see http://php.net/manual/en/function.date.php for PHP format used in jqGrid
110
+ // and see http://docs.jquery.com/UI/Datepicker/formatDate
111
+ // and https://github.com/jquery/globalize#dates for alternative formats used frequently
112
+ // one can find on https://github.com/jquery/globalize/tree/master/lib/cultures many
113
+ // information about date, time, numbers and currency formats used in different countries
114
+ // one should just convert the information in PHP format
115
+ ISO8601Long:"Y-m-d H:i:s",
116
+ ISO8601Short:"Y-m-d",
117
+ // short date:
118
+ // n - Numeric representation of a month, without leading zeros
119
+ // j - Day of the month without leading zeros
120
+ // Y - A full numeric representation of a year, 4 digits
121
+ // example: 3/1/2012 which means 1 March 2012
122
+ ShortDate: "n/j/Y", // in jQuery UI Datepicker: "M/d/yyyy"
123
+ // long date:
124
+ // l - A full textual representation of the day of the week
125
+ // F - A full textual representation of a month
126
+ // d - Day of the month, 2 digits with leading zeros
127
+ // Y - A full numeric representation of a year, 4 digits
128
+ LongDate: "l, F d, Y", // in jQuery UI Datepicker: "dddd, MMMM dd, yyyy"
129
+ // long date with long time:
130
+ // l - A full textual representation of the day of the week
131
+ // F - A full textual representation of a month
132
+ // d - Day of the month, 2 digits with leading zeros
133
+ // Y - A full numeric representation of a year, 4 digits
134
+ // g - 12-hour format of an hour without leading zeros
135
+ // i - Minutes with leading zeros
136
+ // s - Seconds, with leading zeros
137
+ // A - Uppercase Ante meridiem and Post meridiem (AM or PM)
138
+ FullDateTime: "l, F d, Y g:i:s A", // in jQuery UI Datepicker: "dddd, MMMM dd, yyyy h:mm:ss tt"
139
+ // month day:
140
+ // F - A full textual representation of a month
141
+ // d - Day of the month, 2 digits with leading zeros
142
+ MonthDay: "F d", // in jQuery UI Datepicker: "MMMM dd"
143
+ // short time (without seconds)
144
+ // g - 12-hour format of an hour without leading zeros
145
+ // i - Minutes with leading zeros
146
+ // A - Uppercase Ante meridiem and Post meridiem (AM or PM)
147
+ ShortTime: "g:i A", // in jQuery UI Datepicker: "h:mm tt"
148
+ // long time (with seconds)
149
+ // g - 12-hour format of an hour without leading zeros
150
+ // i - Minutes with leading zeros
151
+ // s - Seconds, with leading zeros
152
+ // A - Uppercase Ante meridiem and Post meridiem (AM or PM)
153
+ LongTime: "g:i:s A", // in jQuery UI Datepicker: "h:mm:ss tt"
154
+ SortableDateTime: "Y-m-d\\TH:i:s",
155
+ UniversalSortableDateTime: "Y-m-d H:i:sO",
156
+ // month with year
157
+ // Y - A full numeric representation of a year, 4 digits
158
+ // F - A full textual representation of a month
159
+ YearMonth: "F, Y" // in jQuery UI Datepicker: "MMMM, yyyy"
160
+ },
161
+ reformatAfterEdit : false
162
+ },
163
+ baseLinkUrl: '',
164
+ showAction: '',
165
+ target: '',
166
+ checkbox : {disabled:true},
167
+ idName : 'id'
168
+ }
169
+ });
170
+ })(jQuery);