jqgrid-rails 4.5.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. data/.gitignore +17 -0
  2. data/Gemfile +4 -0
  3. data/LICENSE.txt +22 -0
  4. data/README.md +29 -0
  5. data/Rakefile +1 -0
  6. data/jqgrid-rails.gemspec +22 -0
  7. data/lib/jqgrid/rails.rb +8 -0
  8. data/lib/jqgrid/rails/version.rb +5 -0
  9. data/vendor/assets/javascripts/i18n/grid.locale-ar.js +126 -0
  10. data/vendor/assets/javascripts/i18n/grid.locale-bg.js +132 -0
  11. data/vendor/assets/javascripts/i18n/grid.locale-bg1251.js +132 -0
  12. data/vendor/assets/javascripts/i18n/grid.locale-cat.js +128 -0
  13. data/vendor/assets/javascripts/i18n/grid.locale-cn.js +132 -0
  14. data/vendor/assets/javascripts/i18n/grid.locale-cs.js +128 -0
  15. data/vendor/assets/javascripts/i18n/grid.locale-da.js +128 -0
  16. data/vendor/assets/javascripts/i18n/grid.locale-de.js +171 -0
  17. data/vendor/assets/javascripts/i18n/grid.locale-dk.js +127 -0
  18. data/vendor/assets/javascripts/i18n/grid.locale-el.js +126 -0
  19. data/vendor/assets/javascripts/i18n/grid.locale-en.js +168 -0
  20. data/vendor/assets/javascripts/i18n/grid.locale-es.js +128 -0
  21. data/vendor/assets/javascripts/i18n/grid.locale-fa.js +145 -0
  22. data/vendor/assets/javascripts/i18n/grid.locale-fi.js +129 -0
  23. data/vendor/assets/javascripts/i18n/grid.locale-fr.js +126 -0
  24. data/vendor/assets/javascripts/i18n/grid.locale-gl.js +126 -0
  25. data/vendor/assets/javascripts/i18n/grid.locale-he.js +127 -0
  26. data/vendor/assets/javascripts/i18n/grid.locale-hr.js +162 -0
  27. data/vendor/assets/javascripts/i18n/grid.locale-hr1250.js +162 -0
  28. data/vendor/assets/javascripts/i18n/grid.locale-hu.js +129 -0
  29. data/vendor/assets/javascripts/i18n/grid.locale-id.js +168 -0
  30. data/vendor/assets/javascripts/i18n/grid.locale-is.js +126 -0
  31. data/vendor/assets/javascripts/i18n/grid.locale-it.js +1 -0
  32. data/vendor/assets/javascripts/i18n/grid.locale-ja.js +155 -0
  33. data/vendor/assets/javascripts/i18n/grid.locale-kr.js +128 -0
  34. data/vendor/assets/javascripts/i18n/grid.locale-lt.js +128 -0
  35. data/vendor/assets/javascripts/i18n/grid.locale-mne.js +128 -0
  36. data/vendor/assets/javascripts/i18n/grid.locale-nl.js +148 -0
  37. data/vendor/assets/javascripts/i18n/grid.locale-no.js +1 -0
  38. data/vendor/assets/javascripts/i18n/grid.locale-pl.js +132 -0
  39. data/vendor/assets/javascripts/i18n/grid.locale-pt-br.js +130 -0
  40. data/vendor/assets/javascripts/i18n/grid.locale-pt.js +125 -0
  41. data/vendor/assets/javascripts/i18n/grid.locale-ro.js +139 -0
  42. data/vendor/assets/javascripts/i18n/grid.locale-ru.js +127 -0
  43. data/vendor/assets/javascripts/i18n/grid.locale-sk.js +127 -0
  44. data/vendor/assets/javascripts/i18n/grid.locale-sr-latin.js +128 -0
  45. data/vendor/assets/javascripts/i18n/grid.locale-sr.js +128 -0
  46. data/vendor/assets/javascripts/i18n/grid.locale-sv.js +127 -0
  47. data/vendor/assets/javascripts/i18n/grid.locale-th.js +128 -0
  48. data/vendor/assets/javascripts/i18n/grid.locale-tr.js +126 -0
  49. data/vendor/assets/javascripts/i18n/grid.locale-tw.js +129 -0
  50. data/vendor/assets/javascripts/i18n/grid.locale-ua.js +127 -0
  51. data/vendor/assets/javascripts/i18n/grid.locale-vi.js +168 -0
  52. data/vendor/assets/javascripts/jquery.jqGrid.min.js +534 -0
  53. data/vendor/assets/stylesheets/ui.jqgrid.css +162 -0
  54. metadata +147 -0
@@ -0,0 +1,129 @@
1
+ ;(function($){
2
+ /**
3
+ * jqGrid Hungarian Translation
4
+ * Őrszigety Ádám udx6bs@freemail.hu
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
+
11
+ $.jgrid = $.jgrid || {};
12
+ $.extend($.jgrid,{
13
+ defaults : {
14
+ recordtext: "Oldal {0} - {1} / {2}",
15
+ emptyrecords: "Nincs találat",
16
+ loadtext: "Betöltés...",
17
+ pgtext : "Oldal {0} / {1}"
18
+ },
19
+ search : {
20
+ caption: "Keresés...",
21
+ Find: "Keres",
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" } ]
25
+ },
26
+ edit : {
27
+ addCaption: "Új tétel",
28
+ editCaption: "Tétel szerkesztése",
29
+ bSubmit: "Mentés",
30
+ bCancel: "Mégse",
31
+ bClose: "Bezárás",
32
+ saveData: "A tétel megváltozott! Tétel mentése?",
33
+ bYes : "Igen",
34
+ bNo : "Nem",
35
+ bExit : "Mégse",
36
+ msg: {
37
+ required:"Kötelező mező",
38
+ number:"Kérjük, adjon meg egy helyes számot",
39
+ minValue:"Nagyobb vagy egyenlőnek kell lenni mint ",
40
+ maxValue:"Kisebb vagy egyenlőnek kell lennie mint",
41
+ email: "hibás emailcím",
42
+ integer: "Kérjük adjon meg egy helyes egész számot",
43
+ date: "Kérjük adjon meg egy helyes dátumot",
44
+ url: "nem helyes cím. Előtag kötelező ('http://' vagy 'https://')",
45
+ nodefined : " nem definiált!",
46
+ novalue : " visszatérési érték kötelező!!",
47
+ customarray : "Custom function should return array!",
48
+ customfcheck : "Custom function should be present in case of custom checking!"
49
+
50
+ }
51
+ },
52
+ view : {
53
+ caption: "Tétel megtekintése",
54
+ bClose: "Bezárás"
55
+ },
56
+ del : {
57
+ caption: "Törlés",
58
+ msg: "Kiválaztott tétel(ek) törlése?",
59
+ bSubmit: "Törlés",
60
+ bCancel: "Mégse"
61
+ },
62
+ nav : {
63
+ edittext: "",
64
+ edittitle: "Tétel szerkesztése",
65
+ addtext:"",
66
+ addtitle: "Új tétel hozzáadása",
67
+ deltext: "",
68
+ deltitle: "Tétel törlése",
69
+ searchtext: "",
70
+ searchtitle: "Keresés",
71
+ refreshtext: "",
72
+ refreshtitle: "Frissítés",
73
+ alertcap: "Figyelmeztetés",
74
+ alerttext: "Kérem válasszon tételt.",
75
+ viewtext: "",
76
+ viewtitle: "Tétel megtekintése"
77
+ },
78
+ col : {
79
+ caption: "Oszlopok kiválasztása",
80
+ bSubmit: "Ok",
81
+ bCancel: "Mégse"
82
+ },
83
+ errors : {
84
+ errcap : "Hiba",
85
+ nourl : "Nincs URL beállítva",
86
+ norecords: "Nincs feldolgozásra váró tétel",
87
+ model : "colNames és colModel hossza nem egyenlő!"
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:"", defaultValue: '0,00'},
93
+ date : {
94
+ dayNames: [
95
+ "Va", "Hé", "Ke", "Sze", "Csü", "Pé", "Szo",
96
+ "Vasárnap", "Hétfő", "Kedd", "Szerda", "Csütörtök", "Péntek", "Szombat"
97
+ ],
98
+ monthNames: [
99
+ "Jan", "Feb", "Már", "Ápr", "Máj", "Jún", "Júl", "Aug", "Szep", "Okt", "Nov", "Dec",
100
+ "Január", "Február", "Március", "Áprili", "Május", "Június", "Július", "Augusztus", "Szeptember", "Október", "November", "December"
101
+ ],
102
+ AmPm : ["de","du","DE","DU"],
103
+ S: function (j) {return '.-ik';},
104
+ srcformat: 'Y-m-d',
105
+ newformat: 'Y/m/d',
106
+ parseRe : /[Tt\\\/:_;.,\t\s-]/,
107
+ masks : {
108
+ ISO8601Long:"Y-m-d H:i:s",
109
+ ISO8601Short:"Y-m-d",
110
+ ShortDate: "Y/j/n",
111
+ LongDate: "Y. F hó d., l",
112
+ FullDateTime: "l, F d, Y g:i:s A",
113
+ MonthDay: "F d",
114
+ ShortTime: "a g:i",
115
+ LongTime: "a g:i:s",
116
+ SortableDateTime: "Y-m-d\\TH:i:s",
117
+ UniversalSortableDateTime: "Y-m-d H:i:sO",
118
+ YearMonth: "Y, F"
119
+ },
120
+ reformatAfterEdit : false
121
+ },
122
+ baseLinkUrl: '',
123
+ showAction: '',
124
+ target: '',
125
+ checkbox : {disabled:true},
126
+ idName : 'id'
127
+ }
128
+ });
129
+ })(jQuery);
@@ -0,0 +1,168 @@
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);
@@ -0,0 +1,126 @@
1
+ ;(function($){
2
+ /**
3
+ * jqGrid Icelandic Translation
4
+ * jtm@hi.is Univercity of Iceland
5
+ * Dual licensed under the MIT and GPL licenses:
6
+ * http://www.opensource.org/licenses/mit-license.php
7
+ * http://www.gnu.org/licenses/gpl.html
8
+ **/
9
+ $.jgrid = $.jgrid || {};
10
+ $.extend($.jgrid,{
11
+ defaults : {
12
+ recordtext: "Skoða {0} - {1} af {2}",
13
+ emptyrecords: "Engar færslur",
14
+ loadtext: "Hleður...",
15
+ pgtext : "Síða {0} af {1}"
16
+ },
17
+ search : {
18
+ caption: "Leita...",
19
+ Find: "Leita",
20
+ Reset: "Endursetja",
21
+ odata: [{ oper:'eq', text:"sama og"},{ oper:'ne', text:"ekki sama og"},{ oper:'lt', text:"minna en"},{ oper:'le', text:"minna eða jafnt og"},{ oper:'gt', text:"stærra en"},{ oper:'ge', text:"stærra eða jafnt og"},{ oper:'bw', text:"byrjar á"},{ oper:'bn', text:"byrjar ekki á"},{ oper:'in', text:"er í"},{ oper:'ni', text:"er ekki í"},{ oper:'ew', text:"endar á"},{ oper:'en', text:"endar ekki á"},{ oper:'cn', text:"inniheldur"},{ oper:'nc', text:"inniheldur ekki"}],
22
+ groupOps: [ { op: "AND", text: "allt" }, { op: "OR", text: "eða" } ]
23
+ },
24
+ edit : {
25
+ addCaption: "Bæta við færslu",
26
+ editCaption: "Breyta færslu",
27
+ bSubmit: "Vista",
28
+ bCancel: "Hætta við",
29
+ bClose: "Loka",
30
+ saveData: "Gögn hafa breyst! Vista breytingar?",
31
+ bYes : "Já",
32
+ bNo : "Nei",
33
+ bExit : "Hætta við",
34
+ msg: {
35
+ required:"Reitur er nauðsynlegur",
36
+ number:"Vinsamlega settu inn tölu",
37
+ minValue:"gildi verður að vera meira en eða jafnt og ",
38
+ maxValue:"gildi verður að vera minna en eða jafnt og ",
39
+ email: "er ekki löglegt email",
40
+ integer: "Vinsamlega settu inn tölu",
41
+ date: "Vinsamlega setti inn dagsetningu",
42
+ url: "er ekki löglegt URL. Vantar ('http://' eða 'https://')",
43
+ nodefined : " er ekki skilgreint!",
44
+ novalue : " skilagildi nauðsynlegt!",
45
+ customarray : "Fall skal skila fylki!",
46
+ customfcheck : "Fall skal vera skilgreint!"
47
+ }
48
+ },
49
+ view : {
50
+ caption: "Skoða færslu",
51
+ bClose: "Loka"
52
+ },
53
+ del : {
54
+ caption: "Eyða",
55
+ msg: "Eyða völdum færslum ?",
56
+ bSubmit: "Eyða",
57
+ bCancel: "Hætta við"
58
+ },
59
+ nav : {
60
+ edittext: " ",
61
+ edittitle: "Breyta færslu",
62
+ addtext:" ",
63
+ addtitle: "Ný færsla",
64
+ deltext: " ",
65
+ deltitle: "Eyða færslu",
66
+ searchtext: " ",
67
+ searchtitle: "Leita",
68
+ refreshtext: "",
69
+ refreshtitle: "Endurhlaða",
70
+ alertcap: "Viðvörun",
71
+ alerttext: "Vinsamlega veldu færslu",
72
+ viewtext: "",
73
+ viewtitle: "Skoða valda færslu"
74
+ },
75
+ col : {
76
+ caption: "Sýna / fela dálka",
77
+ bSubmit: "Vista",
78
+ bCancel: "Hætta við"
79
+ },
80
+ errors : {
81
+ errcap : "Villa",
82
+ nourl : "Vantar slóð",
83
+ norecords: "Engar færslur valdar",
84
+ model : "Lengd 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
+ "Sun", "Mán", "Þri", "Mið", "Fim", "Fös", "Lau",
93
+ "Sunnudagur", "Mánudagur", "Þriðjudagur", "Miðvikudagur", "Fimmtudagur", "Föstudagur", "Laugardagur"
94
+ ],
95
+ monthNames: [
96
+ "Jan", "Feb", "Mar", "Apr", "Maí", "Jún", "Júl", "Ágú", "Sep", "Oct", "Nóv", "Des",
97
+ "Janúar", "Febrúar", "Mars", "Apríl", "Maí", "Júný", "Júlý", "Ágúst", "September", "Október", "Nóvember", "Desember"
98
+ ],
99
+ AmPm : ["am","pm","AM","PM"],
100
+ S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
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);
@@ -0,0 +1 @@
1
+ (function(a){a.jgrid = a.jgrid || {};a.extend(a.jgrid,{ defaults:{recordtext:"Visualizzati {0} - {1} di {2}",emptyrecords:"Nessun record da visualizzare",loadtext:"Caricamento...",pgtext:"Pagina {0} di {1}"},search:{caption:"Ricerca...",Find:"Cerca",Reset:"Pulisci", odata: [{ oper:'eq', text:"uguale"},{ oper:'ne', text:"diverso"},{ oper:'lt', text:"minore"},{ oper:'le', text:"minore o uguale"},{ oper:'gt', text:"maggiore"},{ oper:'ge', text:"maggiore o uguale"},{ oper:'bw', text:"inizia con"},{ oper:'bn', text:"non inizia con"},{ oper:'in', text:"in"},{ oper:'ni', text:"non in"},{ oper:'ew', text:"termina con"},{ oper:'en', text:"non termina con"},{ oper:'cn', text:"contiene"},{ oper:'nc', text:"non contiene"}],groupOps:[{op:"AND",text:"tutto"},{op:"OR",text:"almeno uno"}]},edit:{addCaption:"Aggiungi Record",editCaption:"Modifica Record",bSubmit:"Invia",bCancel:"Chiudi",bClose:"Chiudi",saveData:"Alcuni dati modificati! Salvare i cambiamenti?",bYes:"Si",bNo:"No",bExit:"Esci",msg:{required:"Campo richiesto",number:"Per favore, inserisci un valore valido",minValue:"il valore deve essere maggiore o uguale a ",maxValue:"il valore deve essere minore o uguale a",email:"e-mail non corretta",integer:"Per favore, inserisci un numero intero valido",date:"Per favore, inserisci una data valida",url:"URL non valido. Prefisso richiesto ('http://' or 'https://')",nodefined:" non � definito!",novalue:" valore di ritorno richiesto!",customarray:"La function custon deve tornare un array!",customfcheck:"La function custom deve esistere per il custom checking!"}},view:{caption:"Visualizzazione Record",bClose:"Chiudi"},del:{caption:"Cancella",msg:"Cancellare record selezionato/i?",bSubmit:"Cancella",bCancel:"Annulla"},nav:{edittext:" ",edittitle:"Modifica record selezionato",addtext:" ",addtitle:"Aggiungi nuovo record",deltext:" ",deltitle:"Cancella record selezionato",searchtext:" ",searchtitle:"Ricerca record",refreshtext:"",refreshtitle:"Aggiorna griglia",alertcap:"Attenzione",alerttext:"Per favore, seleziona un record",viewtext:"",viewtitle:"Visualizza riga selezionata"},col:{caption:"Mostra/Nascondi Colonne",bSubmit:"Invia",bCancel:"Annulla"},errors:{errcap:"Errore",nourl:"Url non settata",norecords:"Nessun record da elaborare",model:"Lunghezza di colNames &lt;&gt; colModel!"},formatter:{integer:{thousandsSeparator:" ",defaultValue:"0"},number:{decimalSeparator:",",thousandsSeparator:" ",decimalPlaces:2,defaultValue:"0,00"},currency:{decimalSeparator:",",thousandsSeparator:" ",decimalPlaces:2,prefix:"",suffix:"",defaultValue:"0,00"},date:{dayNames:["Dom","Lun","Mar","Mer","Gio","Ven","Sab","Domenica","Luned�","Marted�","Mercoled�","Gioved�","Venerd�","Sabato"],monthNames:["Gen","Feb","Mar","Apr","Mag","Gui","Lug","Ago","Set","Ott","Nov","Dic","Genneio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Movembre","Dicembre"],AmPm:["am","pm","AM","PM"],S:function(b){return b<11||b>13?["st","nd","rd","th"][Math.min((b-1)%10,3)]:"th"},srcformat:"Y-m-d",newformat:"d/m/Y",parseRe : /[Tt\\\/:_;.,\t\s-]/,masks:{ISO8601Long:"Y-m-d H:i:s",ISO8601Short:"Y-m-d",ShortDate:"n/j/Y",LongDate:"l, F d, Y",FullDateTime:"l, F d, Y g:i:s A",MonthDay:"F d",ShortTime:"g:i A",LongTime:"g:i:s A",SortableDateTime:"Y-m-d\\TH:i:s",UniversalSortableDateTime:"Y-m-d H:i:sO",YearMonth:"F, Y"},reformatAfterEdit:false},baseLinkUrl:"",showAction:"",target:"",checkbox:{disabled:true},idName:"id"}});})(jQuery);
@@ -0,0 +1,155 @@
1
+ ;(function($){
2
+ /**
3
+ * jqGrid Japanese Translation
4
+ * OKADA Yoshitada okada.dev@sth.jp
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: "{2} \u4EF6\u4E2D {0} - {1} \u3092\u8868\u793A ",
14
+ emptyrecords: "\u8868\u793A\u3059\u308B\u30EC\u30B3\u30FC\u30C9\u304C\u3042\u308A\u307E\u305B\u3093",
15
+ loadtext: "\u8aad\u307f\u8fbc\u307f\u4e2d...",
16
+ pgtext : "{1} \u30DA\u30FC\u30B8\u4E2D {0} \u30DA\u30FC\u30B8\u76EE "
17
+ },
18
+ search : {
19
+ caption: "\u691c\u7d22...",
20
+ Find: "\u691c\u7d22",
21
+ Reset: "\u30ea\u30bb\u30c3\u30c8",
22
+ odata: [{ oper:'eq', text:"\u6B21\u306B\u7B49\u3057\u3044"}, { oper:'ne', text:"\u6B21\u306B\u7B49\u3057\u304F\u306A\u3044"},
23
+ { oper:'lt', text:"\u6B21\u3088\u308A\u5C0F\u3055\u3044"}, { oper:'le', text:"\u6B21\u306B\u7B49\u3057\u3044\u304B\u5C0F\u3055\u3044"},
24
+ { oper:'gt', text:"\u6B21\u3088\u308A\u5927\u304D\u3044"}, { oper:'ge', text:"\u6B21\u306B\u7B49\u3057\u3044\u304B\u5927\u304D\u3044"},
25
+ { oper:'bw', text:"\u6B21\u3067\u59CB\u307E\u308B"}, { oper:'bn', text:"\u6B21\u3067\u59CB\u307E\u3089\u306A\u3044"},
26
+ { oper:'in', text:"\u6B21\u306B\u542B\u307E\u308C\u308B"}, { oper:'ni', text:"\u6B21\u306B\u542B\u307E\u308C\u306A\u3044"},
27
+ { oper:'ew', text:"\u6B21\u3067\u7D42\u308F\u308B"}, { oper:'en', text:"\u6B21\u3067\u7D42\u308F\u3089\u306A\u3044"},
28
+ { oper:'cn', text:"\u6B21\u3092\u542B\u3080"}, { oper:'nc', text:"\u6B21\u3092\u542B\u307E\u306A\u3044"}],
29
+ groupOps: [{
30
+ op: "AND",
31
+ text: "\u3059\u3079\u3066\u306E"
32
+ },
33
+ {
34
+ op: "OR",
35
+ text: "\u3044\u305A\u308C\u304B\u306E"
36
+ }]
37
+ },
38
+ edit : {
39
+ addCaption: "\u30ec\u30b3\u30fc\u30c9\u8ffd\u52a0",
40
+ editCaption: "\u30ec\u30b3\u30fc\u30c9\u7de8\u96c6",
41
+ bSubmit: "\u9001\u4fe1",
42
+ bCancel: "\u30ad\u30e3\u30f3\u30bb\u30eb",
43
+ bClose: "\u9589\u3058\u308b",
44
+ saveData: "\u30C7\u30FC\u30BF\u304C\u5909\u66F4\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u4FDD\u5B58\u3057\u307E\u3059\u304B\uFF1F",
45
+ bYes: "\u306F\u3044",
46
+ bNo: "\u3044\u3044\u3048",
47
+ bExit: "\u30AD\u30E3\u30F3\u30BB\u30EB",
48
+ msg: {
49
+ required:"\u3053\u306e\u9805\u76ee\u306f\u5fc5\u9808\u3067\u3059\u3002",
50
+ number:"\u6b63\u3057\u3044\u6570\u5024\u3092\u5165\u529b\u3057\u3066\u4e0b\u3055\u3044\u3002",
51
+ minValue:"\u6b21\u306e\u5024\u4ee5\u4e0a\u3067\u5165\u529b\u3057\u3066\u4e0b\u3055\u3044\u3002",
52
+ maxValue:"\u6b21\u306e\u5024\u4ee5\u4e0b\u3067\u5165\u529b\u3057\u3066\u4e0b\u3055\u3044\u3002",
53
+ email: "e-mail\u304c\u6b63\u3057\u304f\u3042\u308a\u307e\u305b\u3093\u3002",
54
+ integer: "\u6b63\u3057\u3044\u6574\u6570\u5024\u3092\u5165\u529b\u3057\u3066\u4e0b\u3055\u3044\u3002",
55
+ date: "\u6b63\u3057\u3044\u5024\u3092\u5165\u529b\u3057\u3066\u4e0b\u3055\u3044\u3002",
56
+ url: "\u306F\u6709\u52B9\u306AURL\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002\20\u30D7\u30EC\u30D5\u30A3\u30C3\u30AF\u30B9\u304C\u5FC5\u8981\u3067\u3059\u3002 ('http://' \u307E\u305F\u306F 'https://')",
57
+ nodefined: " \u304C\u5B9A\u7FA9\u3055\u308C\u3066\u3044\u307E\u305B\u3093",
58
+ novalue: " \u623B\u308A\u5024\u304C\u5FC5\u8981\u3067\u3059",
59
+ customarray: "\u30AB\u30B9\u30BF\u30E0\u95A2\u6570\u306F\u914D\u5217\u3092\u8FD4\u3059\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059",
60
+ customfcheck: "\u30AB\u30B9\u30BF\u30E0\u691C\u8A3C\u306B\u306F\u30AB\u30B9\u30BF\u30E0\u95A2\u6570\u304C\u5FC5\u8981\u3067\u3059"
61
+ }
62
+ },
63
+ view : {
64
+ caption: "\u30EC\u30B3\u30FC\u30C9\u3092\u8868\u793A",
65
+ bClose: "\u9589\u3058\u308B"
66
+ },
67
+ del : {
68
+ caption: "\u524a\u9664",
69
+ msg: "\u9078\u629e\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059\u304b\uff1f",
70
+ bSubmit: "\u524a\u9664",
71
+ bCancel: "\u30ad\u30e3\u30f3\u30bb\u30eb"
72
+ },
73
+ nav : {
74
+ edittext: " ",
75
+ edittitle: "\u9078\u629e\u3057\u305f\u884c\u3092\u7de8\u96c6",
76
+ addtext:" ",
77
+ addtitle: "\u884c\u3092\u65b0\u898f\u8ffd\u52a0",
78
+ deltext: " ",
79
+ deltitle: "\u9078\u629e\u3057\u305f\u884c\u3092\u524a\u9664",
80
+ searchtext: " ",
81
+ searchtitle: "\u30ec\u30b3\u30fc\u30c9\u691c\u7d22",
82
+ refreshtext: "",
83
+ refreshtitle: "\u30b0\u30ea\u30c3\u30c9\u3092\u30ea\u30ed\u30fc\u30c9",
84
+ alertcap: "\u8b66\u544a",
85
+ alerttext: "\u884c\u3092\u9078\u629e\u3057\u3066\u4e0b\u3055\u3044\u3002",
86
+ viewtext: "",
87
+ viewtitle: "\u9078\u629E\u3057\u305F\u884C\u3092\u8868\u793A"
88
+ },
89
+ col : {
90
+ caption: "\u5217\u3092\u8868\u793a\uff0f\u96a0\u3059",
91
+ bSubmit: "\u9001\u4fe1",
92
+ bCancel: "\u30ad\u30e3\u30f3\u30bb\u30eb"
93
+ },
94
+ errors : {
95
+ errcap : "\u30a8\u30e9\u30fc",
96
+ nourl : "URL\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002",
97
+ norecords: "\u51e6\u7406\u5bfe\u8c61\u306e\u30ec\u30b3\u30fc\u30c9\u304c\u3042\u308a\u307e\u305b\u3093\u3002",
98
+ model : "colNames\u306e\u9577\u3055\u304ccolModel\u3068\u4e00\u81f4\u3057\u307e\u305b\u3093\u3002"
99
+ },
100
+ formatter : {
101
+ integer: {
102
+ thousandsSeparator: ",",
103
+ defaultValue: '0'
104
+ },
105
+ number: {
106
+ decimalSeparator: ".",
107
+ thousandsSeparator: ",",
108
+ decimalPlaces: 2,
109
+ defaultValue: '0.00'
110
+ },
111
+ currency: {
112
+ decimalSeparator: ".",
113
+ thousandsSeparator: ",",
114
+ decimalPlaces: 0,
115
+ prefix: "",
116
+ suffix: "",
117
+ defaultValue: '0'
118
+ },
119
+ date : {
120
+ dayNames: [
121
+ "\u65e5", "\u6708", "\u706b", "\u6c34", "\u6728", "\u91d1", "\u571f",
122
+ "\u65e5", "\u6708", "\u706b", "\u6c34", "\u6728", "\u91d1", "\u571f"
123
+ ],
124
+ monthNames: [
125
+ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12",
126
+ "1\u6708", "2\u6708", "3\u6708", "4\u6708", "5\u6708", "6\u6708", "7\u6708", "8\u6708", "9\u6708", "10\u6708", "11\u6708", "12\u6708"
127
+ ],
128
+ AmPm : ["am","pm","AM","PM"],
129
+ S: function (j) { return "\u756a\u76ee"; },
130
+ srcformat: 'Y-m-d',
131
+ newformat: 'd/m/Y',
132
+ parseRe : /[Tt\\\/:_;.,\t\s-]/,
133
+ masks : {
134
+ ISO8601Long:"Y-m-d H:i:s",
135
+ ISO8601Short:"Y-m-d",
136
+ ShortDate: "n/j/Y",
137
+ LongDate: "l, F d, Y",
138
+ FullDateTime: "l, F d, Y g:i:s A",
139
+ MonthDay: "F d",
140
+ ShortTime: "g:i A",
141
+ LongTime: "g:i:s A",
142
+ SortableDateTime: "Y-m-d\\TH:i:s",
143
+ UniversalSortableDateTime: "Y-m-d H:i:sO",
144
+ YearMonth: "F, Y"
145
+ },
146
+ reformatAfterEdit : false
147
+ },
148
+ baseLinkUrl: '',
149
+ showAction: '',
150
+ target: '',
151
+ checkbox : {disabled:true},
152
+ idName : 'id'
153
+ }
154
+ });
155
+ })(jQuery);