jqgrid-jquery-rails 4.2.0.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.
- checksums.yaml +7 -0
- data/.gitignore +17 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +22 -0
- data/README.md +52 -0
- data/Rakefile +1 -0
- data/jqgrid-jquery-rails.gemspec +27 -0
- data/lib/jqgrid-jquery-rails.rb +2 -0
- data/lib/jqgrid-jquery-rails/engine.rb +6 -0
- data/lib/jqgrid-jquery-rails/version.rb +12 -0
- data/vendor/assets/javascripts/i18n/grid.locale-ar.js +126 -0
- data/vendor/assets/javascripts/i18n/grid.locale-bg.js +132 -0
- data/vendor/assets/javascripts/i18n/grid.locale-bg1251.js +132 -0
- data/vendor/assets/javascripts/i18n/grid.locale-cat.js +128 -0
- data/vendor/assets/javascripts/i18n/grid.locale-cn.js +132 -0
- data/vendor/assets/javascripts/i18n/grid.locale-cs.js +128 -0
- data/vendor/assets/javascripts/i18n/grid.locale-da.js +128 -0
- data/vendor/assets/javascripts/i18n/grid.locale-de.js +133 -0
- data/vendor/assets/javascripts/i18n/grid.locale-el.js +126 -0
- data/vendor/assets/javascripts/i18n/grid.locale-en.js +128 -0
- data/vendor/assets/javascripts/i18n/grid.locale-es.js +128 -0
- data/vendor/assets/javascripts/i18n/grid.locale-fa.js +145 -0
- data/vendor/assets/javascripts/i18n/grid.locale-fi.js +129 -0
- data/vendor/assets/javascripts/i18n/grid.locale-fr.js +126 -0
- data/vendor/assets/javascripts/i18n/grid.locale-gl.js +126 -0
- data/vendor/assets/javascripts/i18n/grid.locale-he.js +127 -0
- data/vendor/assets/javascripts/i18n/grid.locale-hr.js +128 -0
- data/vendor/assets/javascripts/i18n/grid.locale-hr1250.js +128 -0
- data/vendor/assets/javascripts/i18n/grid.locale-hu.js +129 -0
- data/vendor/assets/javascripts/i18n/grid.locale-is.js +126 -0
- data/vendor/assets/javascripts/i18n/grid.locale-it.js +1 -0
- data/vendor/assets/javascripts/i18n/grid.locale-ja.js +155 -0
- data/vendor/assets/javascripts/i18n/grid.locale-lt.js +128 -0
- data/vendor/assets/javascripts/i18n/grid.locale-mne.js +128 -0
- data/vendor/assets/javascripts/i18n/grid.locale-nl.js +149 -0
- data/vendor/assets/javascripts/i18n/grid.locale-no.js +1 -0
- data/vendor/assets/javascripts/i18n/grid.locale-pl.js +127 -0
- data/vendor/assets/javascripts/i18n/grid.locale-pt-br.js +127 -0
- data/vendor/assets/javascripts/i18n/grid.locale-pt.js +125 -0
- data/vendor/assets/javascripts/i18n/grid.locale-ro.js +139 -0
- data/vendor/assets/javascripts/i18n/grid.locale-ru.js +127 -0
- data/vendor/assets/javascripts/i18n/grid.locale-sk.js +127 -0
- data/vendor/assets/javascripts/i18n/grid.locale-sr.js +128 -0
- data/vendor/assets/javascripts/i18n/grid.locale-sv.js +127 -0
- data/vendor/assets/javascripts/i18n/grid.locale-th.js +128 -0
- data/vendor/assets/javascripts/i18n/grid.locale-tr.js +126 -0
- data/vendor/assets/javascripts/i18n/grid.locale-ua.js +127 -0
- data/vendor/assets/javascripts/jqgrid-jquery-rails.js +5 -0
- data/vendor/assets/javascripts/jquery.jqGrid.min.js +487 -0
- data/vendor/assets/stylesheets/jqgrid-jquery-rails.css +6 -0
- data/vendor/assets/stylesheets/ui.jqgrid.css +136 -0
- metadata +165 -0
@@ -0,0 +1,127 @@
|
|
1
|
+
;(function($){
|
2
|
+
/**
|
3
|
+
* jqGrid Hebrew Translation
|
4
|
+
* Shuki Shukrun shukrun.shuki@gmail.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 = {
|
11
|
+
defaults : {
|
12
|
+
recordtext: "מציג {0} - {1} מתוך {2}",
|
13
|
+
emptyrecords: "אין רשומות להציג",
|
14
|
+
loadtext: "טוען...",
|
15
|
+
pgtext : "דף {0} מתוך {1}"
|
16
|
+
},
|
17
|
+
search : {
|
18
|
+
caption: "מחפש...",
|
19
|
+
Find: "חפש",
|
20
|
+
Reset: "התחל",
|
21
|
+
odata : ['שווה', 'לא שווה', 'קטן', 'קטן או שווה','גדול','גדול או שווה', 'מתחיל ב','לא מתחיל ב','נמצא ב','לא נמצא ב','מסתיים ב','לא מסתיים ב','מכיל','לא מכיל'],
|
22
|
+
groupOps: [ { op: "AND", text: "הכל" }, { op: "OR", text: "אחד מ" } ],
|
23
|
+
matchText: " תואם",
|
24
|
+
rulesText: " חוקים"
|
25
|
+
},
|
26
|
+
edit : {
|
27
|
+
addCaption: "הוסף רשומה",
|
28
|
+
editCaption: "ערוך רשומה",
|
29
|
+
bSubmit: "שלח",
|
30
|
+
bCancel: "בטל",
|
31
|
+
bClose: "סגור",
|
32
|
+
saveData: "נתונים השתנו! לשמור?",
|
33
|
+
bYes : "כן",
|
34
|
+
bNo : "לא",
|
35
|
+
bExit : "בטל",
|
36
|
+
msg: {
|
37
|
+
required:"שדה חובה",
|
38
|
+
number:"אנא, הכנס מספר תקין",
|
39
|
+
minValue:"ערך צריך להיות גדול או שווה ל ",
|
40
|
+
maxValue:"ערך צריך להיות קטן או שווה ל ",
|
41
|
+
email: "היא לא כתובת איימל תקינה",
|
42
|
+
integer: "אנא, הכנס מספר שלם",
|
43
|
+
date: "אנא, הכנס תאריך תקין",
|
44
|
+
url: "הכתובת אינה תקינה. דרושה תחילית ('http://' או 'https://')",
|
45
|
+
nodefined : " is not defined!",
|
46
|
+
novalue : " return value is required!",
|
47
|
+
customarray : "Custom function should return array!",
|
48
|
+
customfcheck : "Custom function should be present in case of custom checking!"
|
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 : "לא הוגדרה כתובת url",
|
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 < 11 || j > 13 ? ['', '', '', ''][Math.min((j - 1) % 10, 3)] : ''},
|
103
|
+
srcformat: 'Y-m-d',
|
104
|
+
newformat: 'd/m/Y',
|
105
|
+
masks : {
|
106
|
+
ISO8601Long:"Y-m-d H:i:s",
|
107
|
+
ISO8601Short:"Y-m-d",
|
108
|
+
ShortDate: "n/j/Y",
|
109
|
+
LongDate: "l, F d, Y",
|
110
|
+
FullDateTime: "l, F d, Y g:i:s A",
|
111
|
+
MonthDay: "F d",
|
112
|
+
ShortTime: "g:i A",
|
113
|
+
LongTime: "g:i:s A",
|
114
|
+
SortableDateTime: "Y-m-d\\TH:i:s",
|
115
|
+
UniversalSortableDateTime: "Y-m-d H:i:sO",
|
116
|
+
YearMonth: "F, Y"
|
117
|
+
},
|
118
|
+
reformatAfterEdit : false
|
119
|
+
},
|
120
|
+
baseLinkUrl: '',
|
121
|
+
showAction: '',
|
122
|
+
target: '',
|
123
|
+
checkbox : {disabled:true},
|
124
|
+
idName : 'id'
|
125
|
+
}
|
126
|
+
};
|
127
|
+
})(jQuery);
|
@@ -0,0 +1,128 @@
|
|
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 = {
|
11
|
+
defaults : {
|
12
|
+
recordtext: "Pregled {0} - {1} od {2}",
|
13
|
+
emptyrecords: "Nema zapisa",
|
14
|
+
loadtext: "Učitavam...",
|
15
|
+
pgtext : "Stranica {0} od {1}"
|
16
|
+
},
|
17
|
+
search : {
|
18
|
+
caption: "pretraživanje...",
|
19
|
+
Find: "Traži",
|
20
|
+
Reset: "Poništi",
|
21
|
+
odata : ['jednak', 'nije identičan', 'manje', 'manje ili identično','veće','veše ili identično', 'počinje sa','ne počinje sa ','je u','nije u','završava sa','ne završava sa','sadrži','ne sadrži'],
|
22
|
+
groupOps: [ { op: "U", text: "sve" }, { op: "ILI", text: "bilo koji" } ],
|
23
|
+
matchText: " podudata se",
|
24
|
+
rulesText: " pravila"
|
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 : "Duljina colNames <> colModel!"
|
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
|
+
"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
|
+
masks : {
|
107
|
+
ISO8601Long:"Y-m-d H:i:s",
|
108
|
+
ISO8601Short:"Y-m-d",
|
109
|
+
ShortDate: "j.n.Y.",
|
110
|
+
LongDate: "l, j. F Y",
|
111
|
+
FullDateTime: "l, d. F Y G:i:s",
|
112
|
+
MonthDay: "d. F",
|
113
|
+
ShortTime: "G:i",
|
114
|
+
LongTime: "G:i:s",
|
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);
|
@@ -0,0 +1,128 @@
|
|
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 = {
|
11
|
+
defaults : {
|
12
|
+
recordtext: "Pregled {0} - {1} od {2}",
|
13
|
+
emptyrecords: "Nema zapisa",
|
14
|
+
loadtext: "U�itavam...",
|
15
|
+
pgtext : "Stranica {0} od {1}"
|
16
|
+
},
|
17
|
+
search : {
|
18
|
+
caption: "pretra�ivanje...",
|
19
|
+
Find: "Tra�i",
|
20
|
+
Reset: "Poni�ti",
|
21
|
+
odata : ['jednak', 'nije identi�an', 'manje', 'manje ili identi�no','ve�e','ve�e ili identi�no', 'po�inje sa','ne po�inje sa ','je u','nije u','zavr�ava sa','ne zavr�ava sa','sadr�i','ne sadr�i'],
|
22
|
+
groupOps: [ { op: "U", text: "sve" }, { op: "ILI", text: "bilo koji" } ],
|
23
|
+
matchText: " podudata se",
|
24
|
+
rulesText: " pravila"
|
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 : "Duljina colNames <> colModel!"
|
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
|
+
"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
|
+
masks : {
|
107
|
+
ISO8601Long:"Y-m-d H:i:s",
|
108
|
+
ISO8601Short:"Y-m-d",
|
109
|
+
ShortDate: "j.n.Y.",
|
110
|
+
LongDate: "l, j. F Y",
|
111
|
+
FullDateTime: "l, d. F Y G:i:s",
|
112
|
+
MonthDay: "d. F",
|
113
|
+
ShortTime: "G:i",
|
114
|
+
LongTime: "G:i:s",
|
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);
|
@@ -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 = {
|
12
|
+
defaults : {
|
13
|
+
recordtext: "Oldal {0} - {1} / {2}",
|
14
|
+
emptyrecords: "Nincs találat",
|
15
|
+
loadtext: "Betöltés...",
|
16
|
+
pgtext : "Oldal {0} / {1}"
|
17
|
+
},
|
18
|
+
search : {
|
19
|
+
caption: "Keresés...",
|
20
|
+
Find: "Keres",
|
21
|
+
Reset: "Alapértelmezett",
|
22
|
+
odata : ['egyenlő', 'nem egyenlő', 'kevesebb', 'kevesebb vagy egyenlő','nagyobb','nagyobb vagy egyenlő', 'ezzel kezdődik','nem ezzel kezdődik','tartalmaz','nem tartalmaz','végződik','nem végződik','tartalmaz','nem tartalmaz'],
|
23
|
+
groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ],
|
24
|
+
matchText: " match",
|
25
|
+
rulesText: " rules"
|
26
|
+
},
|
27
|
+
edit : {
|
28
|
+
addCaption: "Új tétel",
|
29
|
+
editCaption: "Tétel szerkesztése",
|
30
|
+
bSubmit: "Mentés",
|
31
|
+
bCancel: "Mégse",
|
32
|
+
bClose: "Bezárás",
|
33
|
+
saveData: "A tétel megváltozott! Tétel mentése?",
|
34
|
+
bYes : "Igen",
|
35
|
+
bNo : "Nem",
|
36
|
+
bExit : "Mégse",
|
37
|
+
msg: {
|
38
|
+
required:"Kötelező mező",
|
39
|
+
number:"Kérjük, adjon meg egy helyes számot",
|
40
|
+
minValue:"Nagyobb vagy egyenlőnek kell lenni mint ",
|
41
|
+
maxValue:"Kisebb vagy egyenlőnek kell lennie mint",
|
42
|
+
email: "hibás emailcím",
|
43
|
+
integer: "Kérjük adjon meg egy helyes egész számot",
|
44
|
+
date: "Kérjük adjon meg egy helyes dátumot",
|
45
|
+
url: "nem helyes cím. Előtag kötelező ('http://' vagy 'https://')",
|
46
|
+
nodefined : " nem definiált!",
|
47
|
+
novalue : " visszatérési érték kötelező!!",
|
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: "Tétel megtekintése",
|
55
|
+
bClose: "Bezárás"
|
56
|
+
},
|
57
|
+
del : {
|
58
|
+
caption: "Törlés",
|
59
|
+
msg: "Kiválaztott tétel(ek) törlése?",
|
60
|
+
bSubmit: "Törlés",
|
61
|
+
bCancel: "Mégse"
|
62
|
+
},
|
63
|
+
nav : {
|
64
|
+
edittext: "",
|
65
|
+
edittitle: "Tétel szerkesztése",
|
66
|
+
addtext:"",
|
67
|
+
addtitle: "Új tétel hozzáadása",
|
68
|
+
deltext: "",
|
69
|
+
deltitle: "Tétel törlése",
|
70
|
+
searchtext: "",
|
71
|
+
searchtitle: "Keresés",
|
72
|
+
refreshtext: "",
|
73
|
+
refreshtitle: "Frissítés",
|
74
|
+
alertcap: "Figyelmeztetés",
|
75
|
+
alerttext: "Kérem válasszon tételt.",
|
76
|
+
viewtext: "",
|
77
|
+
viewtitle: "Tétel megtekintése"
|
78
|
+
},
|
79
|
+
col : {
|
80
|
+
caption: "Oszlopok kiválasztása",
|
81
|
+
bSubmit: "Ok",
|
82
|
+
bCancel: "Mégse"
|
83
|
+
},
|
84
|
+
errors : {
|
85
|
+
errcap : "Hiba",
|
86
|
+
nourl : "Nincs URL beállítva",
|
87
|
+
norecords: "Nincs feldolgozásra váró tétel",
|
88
|
+
model : "colNames és colModel hossza nem egyenlő!"
|
89
|
+
},
|
90
|
+
formatter : {
|
91
|
+
integer : {thousandsSeparator: " ", defaultValue: '0'},
|
92
|
+
number : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0,00'},
|
93
|
+
currency : {decimalSeparator:",", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0,00'},
|
94
|
+
date : {
|
95
|
+
dayNames: [
|
96
|
+
"Va", "Hé", "Ke", "Sze", "Csü", "Pé", "Szo",
|
97
|
+
"Vasárnap", "Hétfő", "Kedd", "Szerda", "Csütörtök", "Péntek", "Szombat"
|
98
|
+
],
|
99
|
+
monthNames: [
|
100
|
+
"Jan", "Feb", "Már", "Ápr", "Máj", "Jún", "Júl", "Aug", "Szep", "Okt", "Nov", "Dec",
|
101
|
+
"Január", "Február", "Március", "Áprili", "Május", "Június", "Július", "Augusztus", "Szeptember", "Október", "November", "December"
|
102
|
+
],
|
103
|
+
AmPm : ["de","du","DE","DU"],
|
104
|
+
S: function (j) {return '.-ik';},
|
105
|
+
srcformat: 'Y-m-d',
|
106
|
+
newformat: 'Y/m/d',
|
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);
|