rails_jq_grid 0.0.3.pre2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/public/javascripts/rails-jqgrid/Changes.txt +0 -0
- data/public/javascripts/rails-jqgrid/i18n/grid.locale-bg.js +132 -1
- data/public/javascripts/rails-jqgrid/i18n/grid.locale-bg1251.js +132 -1
- data/public/javascripts/rails-jqgrid/i18n/grid.locale-cat.js +128 -1
- data/public/javascripts/rails-jqgrid/i18n/grid.locale-cn.js +132 -1
- data/public/javascripts/rails-jqgrid/i18n/grid.locale-cs.js +128 -1
- data/public/javascripts/rails-jqgrid/i18n/grid.locale-da.js +128 -0
- data/public/javascripts/rails-jqgrid/i18n/grid.locale-de.js +133 -1
- data/public/javascripts/rails-jqgrid/i18n/grid.locale-el.js +126 -1
- data/public/javascripts/rails-jqgrid/i18n/grid.locale-en.js +128 -1
- data/public/javascripts/rails-jqgrid/i18n/grid.locale-es.js +128 -1
- data/public/javascripts/rails-jqgrid/i18n/grid.locale-fa.js +145 -1
- data/public/javascripts/rails-jqgrid/i18n/grid.locale-fi.js +130 -1
- data/public/javascripts/rails-jqgrid/i18n/grid.locale-fr.js +126 -1
- data/public/javascripts/rails-jqgrid/i18n/grid.locale-gl.js +126 -0
- data/public/javascripts/rails-jqgrid/i18n/grid.locale-he.js +127 -1
- data/public/javascripts/rails-jqgrid/i18n/grid.locale-hu.js +129 -1
- data/public/javascripts/rails-jqgrid/i18n/grid.locale-is.js +126 -1
- data/public/javascripts/rails-jqgrid/i18n/grid.locale-it.js +1 -1
- data/public/javascripts/rails-jqgrid/i18n/grid.locale-ja.js +155 -1
- data/public/javascripts/rails-jqgrid/i18n/grid.locale-nl.js +149 -1
- data/public/javascripts/rails-jqgrid/i18n/grid.locale-no.js +1 -1
- data/public/javascripts/rails-jqgrid/i18n/grid.locale-pl.js +127 -1
- data/public/javascripts/rails-jqgrid/i18n/grid.locale-pt-br.js +127 -1
- data/public/javascripts/rails-jqgrid/i18n/grid.locale-pt.js +125 -1
- data/public/javascripts/rails-jqgrid/i18n/grid.locale-ro.js +139 -1
- data/public/javascripts/rails-jqgrid/i18n/grid.locale-ru.js +127 -1
- data/public/javascripts/rails-jqgrid/i18n/grid.locale-sk.js +127 -1
- data/public/javascripts/rails-jqgrid/i18n/grid.locale-sr.js +128 -0
- data/public/javascripts/rails-jqgrid/i18n/grid.locale-sv.js +127 -1
- data/public/javascripts/rails-jqgrid/i18n/grid.locale-tr.js +126 -1
- data/public/javascripts/rails-jqgrid/i18n/grid.locale-ua.js +127 -1
- data/public/javascripts/rails-jqgrid/install.txt +0 -0
- data/public/javascripts/rails-jqgrid/jquery.jqGrid.min.js +445 -432
- data/public/javascripts/rails-jqgrid/src/JsonXml.js +329 -329
- data/public/javascripts/rails-jqgrid/src/css/ellipsis-xbl.xml +0 -0
- data/public/javascripts/rails-jqgrid/src/css/ui.jqgrid.css +139 -129
- data/public/javascripts/rails-jqgrid/src/css/ui.multiselect.css +0 -0
- data/public/javascripts/rails-jqgrid/src/grid.base.js +3078 -3003
- data/public/javascripts/rails-jqgrid/src/grid.celledit.js +486 -486
- data/public/javascripts/rails-jqgrid/src/grid.common.js +646 -636
- data/public/javascripts/rails-jqgrid/src/grid.custom.js +820 -817
- data/public/javascripts/rails-jqgrid/src/grid.formedit.js +1954 -1872
- data/public/javascripts/rails-jqgrid/src/grid.grouping.js +250 -0
- data/public/javascripts/rails-jqgrid/src/grid.import.js +200 -200
- data/public/javascripts/rails-jqgrid/src/grid.inlinedit.js +255 -250
- data/public/javascripts/rails-jqgrid/src/grid.jqueryui.js +504 -503
- data/public/javascripts/rails-jqgrid/src/grid.loader.js +1 -0
- data/public/javascripts/rails-jqgrid/src/grid.postext.js +63 -63
- data/public/javascripts/rails-jqgrid/src/grid.setcolumns.js +125 -125
- data/public/javascripts/rails-jqgrid/src/grid.subgrid.js +260 -260
- data/public/javascripts/rails-jqgrid/src/grid.tbltogrid.js +106 -106
- data/public/javascripts/rails-jqgrid/src/grid.treegrid.js +489 -482
- data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-bg.js +132 -132
- data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-bg1251.js +132 -132
- data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-cat.js +128 -128
- data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-cn.js +132 -132
- data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-cs.js +128 -128
- data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-da.js +128 -0
- data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-de.js +132 -127
- data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-dk.js +0 -0
- data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-el.js +126 -126
- data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-en.js +128 -128
- data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-es.js +128 -128
- data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-fa.js +145 -125
- data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-fi.js +130 -130
- data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-fr.js +2 -2
- data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-gl.js +126 -0
- data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-he.js +127 -127
- data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-hu.js +129 -129
- data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-is.js +126 -126
- data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-it.js +0 -0
- data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-ja.js +155 -155
- data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-nl.js +148 -148
- data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-no.js +0 -0
- data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-pl.js +126 -126
- data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-pt-br.js +127 -127
- data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-pt.js +125 -125
- data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-ro.js +139 -139
- data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-ru.js +127 -127
- data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-sk.js +127 -127
- data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-sr.js +128 -0
- data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-sv.js +127 -127
- data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-tr.js +126 -126
- data/public/javascripts/rails-jqgrid/src/i18n/grid.locale-ua.js +127 -127
- data/public/javascripts/rails-jqgrid/src/jqDnR.js +68 -67
- data/public/javascripts/rails-jqgrid/src/jqModal.js +68 -68
- data/public/javascripts/rails-jqgrid/src/jquery.fmatter.js +563 -541
- data/public/javascripts/rails-jqgrid/src/jquery.searchFilter.js +1 -1
- data/public/javascripts/rails-jqgrid/src/ui.multiselect.js +0 -0
- data/public/stylesheets/rails-jqgrid/ellipsis-xbl.xml +0 -0
- data/public/stylesheets/rails-jqgrid/ui.jqgrid.css +139 -2
- data/rails_jq_grid.gemspec +10 -3
- metadata +15 -11
@@ -1,129 +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);
|
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);
|
@@ -1,126 +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 = {
|
10
|
-
defaults : {
|
11
|
-
recordtext: "View {0} - {1} of {2}",
|
12
|
-
emptyrecords: "No records to view",
|
13
|
-
loadtext: "Hleður...",
|
14
|
-
pgtext : "Page {0} of {1}"
|
15
|
-
},
|
16
|
-
search : {
|
17
|
-
caption: "Leita...",
|
18
|
-
Find: "Leita",
|
19
|
-
Reset: "Endursetja",
|
20
|
-
odata : ['equal', 'not equal', 'less', 'less or equal','greater','greater or equal', 'begins with','does not begin with','is in','is not in','ends with','does not end with','contains','does not contain'],
|
21
|
-
groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ],
|
22
|
-
matchText: " match",
|
23
|
-
rulesText: " rules"
|
24
|
-
},
|
25
|
-
edit : {
|
26
|
-
addCaption: "Add Record",
|
27
|
-
editCaption: "Edit Record",
|
28
|
-
bSubmit: "Vista",
|
29
|
-
bCancel: "Hætta við",
|
30
|
-
bClose: "Loka",
|
31
|
-
saveData: "Data has been changed! Save changes?",
|
32
|
-
bYes : "Yes",
|
33
|
-
bNo : "No",
|
34
|
-
bExit : "Cancel",
|
35
|
-
msg: {
|
36
|
-
required:"Reitur er nauðsynlegur",
|
37
|
-
number:"Vinsamlega settu inn tölu",
|
38
|
-
minValue:"gildi verður að vera meira en eða jafnt og ",
|
39
|
-
maxValue:"gildi verður að vera minna en eða jafnt og ",
|
40
|
-
email: "er ekki löglegt email",
|
41
|
-
integer: "Vinsamlega settu inn tölu",
|
42
|
-
date: "Please, enter valid date value",
|
43
|
-
url: "is not a valid URL. Prefix required ('http://' or 'https://')",
|
44
|
-
nodefined : " is not defined!",
|
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
|
-
view : {
|
51
|
-
caption: "View Record",
|
52
|
-
bClose: "Close"
|
53
|
-
},
|
54
|
-
del : {
|
55
|
-
caption: "Eyða",
|
56
|
-
msg: "Eyða völdum færslum ?",
|
57
|
-
bSubmit: "Eyða",
|
58
|
-
bCancel: "Hætta við"
|
59
|
-
},
|
60
|
-
nav : {
|
61
|
-
edittext: " ",
|
62
|
-
edittitle: "Breyta færslu",
|
63
|
-
addtext:" ",
|
64
|
-
addtitle: "Ný færsla",
|
65
|
-
deltext: " ",
|
66
|
-
deltitle: "Eyða færslu",
|
67
|
-
searchtext: " ",
|
68
|
-
searchtitle: "Leita",
|
69
|
-
refreshtext: "",
|
70
|
-
refreshtitle: "Endurhlaða",
|
71
|
-
alertcap: "Viðvörun",
|
72
|
-
alerttext: "Vinsamlega veldu færslu",
|
73
|
-
viewtext: "",
|
74
|
-
viewtitle: "View selected row"
|
75
|
-
},
|
76
|
-
col : {
|
77
|
-
caption: "Sýna / fela dálka",
|
78
|
-
bSubmit: "Vista",
|
79
|
-
bCancel: "Hætta við"
|
80
|
-
},
|
81
|
-
errors : {
|
82
|
-
errcap : "Villa",
|
83
|
-
nourl : "Vantar slóð",
|
84
|
-
norecords: "Engar færslur valdar",
|
85
|
-
model : "Length of colNames <> colModel!"
|
86
|
-
},
|
87
|
-
formatter : {
|
88
|
-
integer : {thousandsSeparator: " ", defaultValue: '0'},
|
89
|
-
number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'},
|
90
|
-
currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'},
|
91
|
-
date : {
|
92
|
-
dayNames: [
|
93
|
-
"Sun", "Mon", "Tue", "Wed", "Thr", "Fri", "Sat",
|
94
|
-
"Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"
|
95
|
-
],
|
96
|
-
monthNames: [
|
97
|
-
"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec",
|
98
|
-
"January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"
|
99
|
-
],
|
100
|
-
AmPm : ["am","pm","AM","PM"],
|
101
|
-
S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
|
102
|
-
srcformat: 'Y-m-d',
|
103
|
-
newformat: 'd/m/Y',
|
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 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 = {
|
10
|
+
defaults : {
|
11
|
+
recordtext: "View {0} - {1} of {2}",
|
12
|
+
emptyrecords: "No records to view",
|
13
|
+
loadtext: "Hleður...",
|
14
|
+
pgtext : "Page {0} of {1}"
|
15
|
+
},
|
16
|
+
search : {
|
17
|
+
caption: "Leita...",
|
18
|
+
Find: "Leita",
|
19
|
+
Reset: "Endursetja",
|
20
|
+
odata : ['equal', 'not equal', 'less', 'less or equal','greater','greater or equal', 'begins with','does not begin with','is in','is not in','ends with','does not end with','contains','does not contain'],
|
21
|
+
groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ],
|
22
|
+
matchText: " match",
|
23
|
+
rulesText: " rules"
|
24
|
+
},
|
25
|
+
edit : {
|
26
|
+
addCaption: "Add Record",
|
27
|
+
editCaption: "Edit Record",
|
28
|
+
bSubmit: "Vista",
|
29
|
+
bCancel: "Hætta við",
|
30
|
+
bClose: "Loka",
|
31
|
+
saveData: "Data has been changed! Save changes?",
|
32
|
+
bYes : "Yes",
|
33
|
+
bNo : "No",
|
34
|
+
bExit : "Cancel",
|
35
|
+
msg: {
|
36
|
+
required:"Reitur er nauðsynlegur",
|
37
|
+
number:"Vinsamlega settu inn tölu",
|
38
|
+
minValue:"gildi verður að vera meira en eða jafnt og ",
|
39
|
+
maxValue:"gildi verður að vera minna en eða jafnt og ",
|
40
|
+
email: "er ekki löglegt email",
|
41
|
+
integer: "Vinsamlega settu inn tölu",
|
42
|
+
date: "Please, enter valid date value",
|
43
|
+
url: "is not a valid URL. Prefix required ('http://' or 'https://')",
|
44
|
+
nodefined : " is not defined!",
|
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
|
+
view : {
|
51
|
+
caption: "View Record",
|
52
|
+
bClose: "Close"
|
53
|
+
},
|
54
|
+
del : {
|
55
|
+
caption: "Eyða",
|
56
|
+
msg: "Eyða völdum færslum ?",
|
57
|
+
bSubmit: "Eyða",
|
58
|
+
bCancel: "Hætta við"
|
59
|
+
},
|
60
|
+
nav : {
|
61
|
+
edittext: " ",
|
62
|
+
edittitle: "Breyta færslu",
|
63
|
+
addtext:" ",
|
64
|
+
addtitle: "Ný færsla",
|
65
|
+
deltext: " ",
|
66
|
+
deltitle: "Eyða færslu",
|
67
|
+
searchtext: " ",
|
68
|
+
searchtitle: "Leita",
|
69
|
+
refreshtext: "",
|
70
|
+
refreshtitle: "Endurhlaða",
|
71
|
+
alertcap: "Viðvörun",
|
72
|
+
alerttext: "Vinsamlega veldu færslu",
|
73
|
+
viewtext: "",
|
74
|
+
viewtitle: "View selected row"
|
75
|
+
},
|
76
|
+
col : {
|
77
|
+
caption: "Sýna / fela dálka",
|
78
|
+
bSubmit: "Vista",
|
79
|
+
bCancel: "Hætta við"
|
80
|
+
},
|
81
|
+
errors : {
|
82
|
+
errcap : "Villa",
|
83
|
+
nourl : "Vantar slóð",
|
84
|
+
norecords: "Engar færslur valdar",
|
85
|
+
model : "Length of colNames <> colModel!"
|
86
|
+
},
|
87
|
+
formatter : {
|
88
|
+
integer : {thousandsSeparator: " ", defaultValue: '0'},
|
89
|
+
number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'},
|
90
|
+
currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'},
|
91
|
+
date : {
|
92
|
+
dayNames: [
|
93
|
+
"Sun", "Mon", "Tue", "Wed", "Thr", "Fri", "Sat",
|
94
|
+
"Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"
|
95
|
+
],
|
96
|
+
monthNames: [
|
97
|
+
"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec",
|
98
|
+
"January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"
|
99
|
+
],
|
100
|
+
AmPm : ["am","pm","AM","PM"],
|
101
|
+
S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
|
102
|
+
srcformat: 'Y-m-d',
|
103
|
+
newformat: 'd/m/Y',
|
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);
|