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 +1,127 @@
|
|
1
|
-
(function(
|
1
|
+
;(function($){
|
2
|
+
/**
|
3
|
+
* jqGrid Slovak Translation
|
4
|
+
* Milan Cibulka
|
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: "Zobrazených {0} - {1} z {2} záznamov",
|
13
|
+
emptyrecords: "Neboli nájdené žiadne záznamy",
|
14
|
+
loadtext: "Načítám...",
|
15
|
+
pgtext : "Strana {0} z {1}"
|
16
|
+
},
|
17
|
+
search : {
|
18
|
+
caption: "Vyhľadávam...",
|
19
|
+
Find: "Hľadať",
|
20
|
+
Reset: "Reset",
|
21
|
+
odata : ['rovná sa', 'nerovná sa', 'menšie', 'menšie alebo rovnajúce sa','väčšie', 'väčšie alebo rovnajúce sa', 'začína s', 'nezačína s', 'je v', 'nie je v', 'končí s', 'nekončí s', 'obahuje', 'neobsahuje'],
|
22
|
+
groupOps: [ { op: "AND", text: "všetkých" }, { op: "OR", text: "niektorého z" } ],
|
23
|
+
matchText: " hľadať podla",
|
24
|
+
rulesText: " pravidiel"
|
25
|
+
},
|
26
|
+
edit : {
|
27
|
+
addCaption: "Pridať záznam",
|
28
|
+
editCaption: "Editácia záznamov",
|
29
|
+
bSubmit: "Uložiť",
|
30
|
+
bCancel: "Storno",
|
31
|
+
bClose: "Zavrieť",
|
32
|
+
saveData: "Údaje boli zmenené! Uložiť zmeny?",
|
33
|
+
bYes : "Ano",
|
34
|
+
bNo : "Nie",
|
35
|
+
bExit : "Zrušiť",
|
36
|
+
msg: {
|
37
|
+
required:"Pole je požadované",
|
38
|
+
number:"Prosím, vložte valídne číslo",
|
39
|
+
minValue:"hodnota musí býť väčšia ako alebo rovná ",
|
40
|
+
maxValue:"hodnota musí býť menšia ako alebo rovná ",
|
41
|
+
email: "nie je valídny e-mail",
|
42
|
+
integer: "Prosím, vložte celé číslo",
|
43
|
+
date: "Prosím, vložte valídny dátum",
|
44
|
+
url: "nie je platnou URL. Požadovaný prefix ('http://' alebo 'https://')",
|
45
|
+
nodefined : " nie je definovaný!",
|
46
|
+
novalue : " je vyžadovaná návratová hodnota!",
|
47
|
+
customarray : "Custom function mala vrátiť pole!",
|
48
|
+
customfcheck : "Custom function by mala byť prítomná v prípade custom checking!"
|
49
|
+
}
|
50
|
+
},
|
51
|
+
view : {
|
52
|
+
caption: "Zobraziť záznam",
|
53
|
+
bClose: "Zavrieť"
|
54
|
+
},
|
55
|
+
del : {
|
56
|
+
caption: "Zmazať",
|
57
|
+
msg: "Zmazať vybraný(é) záznam(y)?",
|
58
|
+
bSubmit: "Zmazať",
|
59
|
+
bCancel: "Storno"
|
60
|
+
},
|
61
|
+
nav : {
|
62
|
+
edittext: " ",
|
63
|
+
edittitle: "Editovať vybraný riadok",
|
64
|
+
addtext:" ",
|
65
|
+
addtitle: "Pridať nový riadek",
|
66
|
+
deltext: " ",
|
67
|
+
deltitle: "Zmazať vybraný záznam ",
|
68
|
+
searchtext: " ",
|
69
|
+
searchtitle: "Nájsť záznamy",
|
70
|
+
refreshtext: "",
|
71
|
+
refreshtitle: "Obnoviť tabuľku",
|
72
|
+
alertcap: "Varovanie",
|
73
|
+
alerttext: "Prosím, vyberte riadok",
|
74
|
+
viewtext: "",
|
75
|
+
viewtitle: "Zobraziť vybraný riadok"
|
76
|
+
},
|
77
|
+
col : {
|
78
|
+
caption: "Zobrazit/Skrýť stĺpce",
|
79
|
+
bSubmit: "Uložiť",
|
80
|
+
bCancel: "Storno"
|
81
|
+
},
|
82
|
+
errors : {
|
83
|
+
errcap : "Chyba",
|
84
|
+
nourl : "Nie je nastavená url",
|
85
|
+
norecords: "Žiadne záznamy k spracovaniu",
|
86
|
+
model : "Dĺžka 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
|
+
"Ne", "Po", "Ut", "St", "Št", "Pi", "So",
|
95
|
+
"Nedela", "Pondelok", "Utorok", "Streda", "Štvrtok", "Piatek", "Sobota"
|
96
|
+
],
|
97
|
+
monthNames: [
|
98
|
+
"Jan", "Feb", "Mar", "Apr", "Máj", "Jún", "Júl", "Aug", "Sep", "Okt", "Nov", "Dec",
|
99
|
+
"Január", "Február", "Marec", "Apríl", "Máj", "Jún", "Júl", "August", "September", "Október", "November", "December"
|
100
|
+
],
|
101
|
+
AmPm : ["do","od","DO","OD"],
|
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: '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 Serbian Translation
|
4
|
+
* Александар Миловац(Aleksandar Milovac) aleksandar.milovac@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: "И", text: "сви" }, { op: "ИЛИ", text: "сваки" } ],
|
23
|
+
matchText: " match",
|
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://' or 'https://')",
|
45
|
+
nodefined : " није дефинисан!",
|
46
|
+
novalue : " захтевана је повратна вредност!",
|
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: "Погледај запис",
|
54
|
+
bClose: "Затвори"
|
55
|
+
},
|
56
|
+
del : {
|
57
|
+
caption: "Избриши",
|
58
|
+
msg: "Избриши изабран(е) запис(е)?",
|
59
|
+
bSubmit: "Ибриши",
|
60
|
+
bCancel: "Одбаци"
|
61
|
+
},
|
62
|
+
nav : {
|
63
|
+
edittext: "",
|
64
|
+
edittitle: "Измени изабрани ред",
|
65
|
+
addtext:"",
|
66
|
+
addtitle: "Додај нови ред",
|
67
|
+
deltext: "",
|
68
|
+
deltitle: "Избриши изабран ред",
|
69
|
+
searchtext: "",
|
70
|
+
searchtitle: "Нађи записе",
|
71
|
+
refreshtext: "",
|
72
|
+
refreshtitle: "Поново учитај податке",
|
73
|
+
alertcap: "Упозорење",
|
74
|
+
alerttext: "Молим, изаберите ред",
|
75
|
+
viewtext: "",
|
76
|
+
viewtitle: "Погледај изабрани ред"
|
77
|
+
},
|
78
|
+
col : {
|
79
|
+
caption: "Изабери колоне",
|
80
|
+
bSubmit: "ОК",
|
81
|
+
bCancel: "Одбаци"
|
82
|
+
},
|
83
|
+
errors : {
|
84
|
+
errcap : "Грешка",
|
85
|
+
nourl : "Није постављен URL",
|
86
|
+
norecords: "Нема записа за обраду",
|
87
|
+
model : "Дужина модела 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
|
+
"Нед", "Пон", "Уто", "Сре", "Чет", "Пет", "Суб",
|
96
|
+
"Недеља", "Понедељак", "Уторак", "Среда", "Четвртак", "Петак", "Субота"
|
97
|
+
],
|
98
|
+
monthNames: [
|
99
|
+
"Јан", "Феб", "Мар", "Апр", "Мај", "Јун", "Јул", "Авг", "Сеп", "Окт", "Нов", "Дец",
|
100
|
+
"Јануар", "Фебруар", "Март", "Април", "Мај", "Јун", "Јул", "Август", "Септембар", "Октобар", "Новембар", "Децембар"
|
101
|
+
],
|
102
|
+
AmPm : ["am","pm","AM","PM"],
|
103
|
+
S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
|
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: "n/j/Y",
|
110
|
+
LongDate: "l, F d, Y",
|
111
|
+
FullDateTime: "l, F d, Y g:i:s A",
|
112
|
+
MonthDay: "F d",
|
113
|
+
ShortTime: "g:i A",
|
114
|
+
LongTime: "g:i:s A",
|
115
|
+
SortableDateTime: "Y-m-d\\TH:i:s",
|
116
|
+
UniversalSortableDateTime: "Y-m-d H:i:sO",
|
117
|
+
YearMonth: "F, Y"
|
118
|
+
},
|
119
|
+
reformatAfterEdit : false
|
120
|
+
},
|
121
|
+
baseLinkUrl: '',
|
122
|
+
showAction: '',
|
123
|
+
target: '',
|
124
|
+
checkbox : {disabled:true},
|
125
|
+
idName : 'id'
|
126
|
+
}
|
127
|
+
};
|
128
|
+
})(jQuery);
|
@@ -1 +1,127 @@
|
|
1
|
-
(function(
|
1
|
+
;(function($){
|
2
|
+
/**
|
3
|
+
* jqGrid Swedish Translation
|
4
|
+
* Harald Normann harald.normann@wts.se, harald.normann@gmail.com
|
5
|
+
* http://www.worldteamsoftware.com
|
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: "Visar {0} - {1} av {2}",
|
13
|
+
emptyrecords: "Det finns inga poster att visa",
|
14
|
+
loadtext: "Laddar...",
|
15
|
+
pgtext : "Sida {0} av {1}"
|
16
|
+
},
|
17
|
+
search : {
|
18
|
+
caption: "Sök Poster - Ange sökvillkor",
|
19
|
+
Find: "Sök",
|
20
|
+
Reset: "Nollställ Villkor",
|
21
|
+
odata : ['lika', 'ej lika', 'mindre', 'mindre eller lika','större','större eller lika', 'börjar med','börjar inte med','tillhör','tillhör inte','slutar med','slutar inte med','innehåller','innehåller inte'],
|
22
|
+
groupOps: [ { op: "AND", text: "alla" }, { op: "OR", text: "eller" } ],
|
23
|
+
matchText: " träff",
|
24
|
+
rulesText: " regler"
|
25
|
+
},
|
26
|
+
edit : {
|
27
|
+
addCaption: "Ny Post",
|
28
|
+
editCaption: "Redigera Post",
|
29
|
+
bSubmit: "Spara",
|
30
|
+
bCancel: "Avbryt",
|
31
|
+
bClose: "Stäng",
|
32
|
+
saveData: "Data har ändrats! Spara förändringar?",
|
33
|
+
bYes : "Ja",
|
34
|
+
bNo : "Nej",
|
35
|
+
bExit : "Avbryt",
|
36
|
+
msg: {
|
37
|
+
required:"Fältet är obligatoriskt",
|
38
|
+
number:"Välj korrekt nummer",
|
39
|
+
minValue:"värdet måste vara större än eller lika med",
|
40
|
+
maxValue:"värdet måste vara mindre än eller lika med",
|
41
|
+
email: "är inte korrekt e-post adress",
|
42
|
+
integer: "Var god ange korrekt heltal",
|
43
|
+
date: "Var god ange korrekt datum",
|
44
|
+
url: "är inte en korrekt URL. Prefix måste anges ('http://' or 'https://')",
|
45
|
+
nodefined : " är inte definierad!",
|
46
|
+
novalue : " returvärde måste anges!",
|
47
|
+
customarray : "Custom funktion måste returnera en vektor!",
|
48
|
+
customfcheck : "Custom funktion måste finnas om Custom kontroll sker!"
|
49
|
+
}
|
50
|
+
},
|
51
|
+
view : {
|
52
|
+
caption: "Visa Post",
|
53
|
+
bClose: "Stäng"
|
54
|
+
},
|
55
|
+
del : {
|
56
|
+
caption: "Radera",
|
57
|
+
msg: "Radera markerad(e) post(er)?",
|
58
|
+
bSubmit: "Radera",
|
59
|
+
bCancel: "Avbryt"
|
60
|
+
},
|
61
|
+
nav : {
|
62
|
+
edittext: "",
|
63
|
+
edittitle: "Redigera markerad rad",
|
64
|
+
addtext:"",
|
65
|
+
addtitle: "Skapa ny post",
|
66
|
+
deltext: "",
|
67
|
+
deltitle: "Radera markerad rad",
|
68
|
+
searchtext: "",
|
69
|
+
searchtitle: "Sök poster",
|
70
|
+
refreshtext: "",
|
71
|
+
refreshtitle: "Uppdatera data",
|
72
|
+
alertcap: "Varning",
|
73
|
+
alerttext: "Ingen rad är markerad",
|
74
|
+
viewtext: "",
|
75
|
+
viewtitle: "Visa markerad rad"
|
76
|
+
},
|
77
|
+
col : {
|
78
|
+
caption: "Välj Kolumner",
|
79
|
+
bSubmit: "OK",
|
80
|
+
bCancel: "Avbryt"
|
81
|
+
},
|
82
|
+
errors : {
|
83
|
+
errcap : "Fel",
|
84
|
+
nourl : "URL saknas",
|
85
|
+
norecords: "Det finns inga poster att bearbeta",
|
86
|
+
model : "Antal 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:"Kr", defaultValue: '0,00'},
|
92
|
+
date : {
|
93
|
+
dayNames: [
|
94
|
+
"Sön", "Mån", "Tis", "Ons", "Tor", "Fre", "Lör",
|
95
|
+
"Söndag", "Måndag", "Tisdag", "Onsdag", "Torsdag", "Fredag", "Lördag"
|
96
|
+
],
|
97
|
+
monthNames: [
|
98
|
+
"Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec",
|
99
|
+
"Januari", "Februari", "Mars", "April", "Maj", "Juni", "Juli", "Augusti", "September", "Oktober", "November", "December"
|
100
|
+
],
|
101
|
+
AmPm : ["fm","em","FM","EM"],
|
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: 'Y-m-d',
|
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);
|
@@ -1 +1,126 @@
|
|
1
|
-
(function(
|
1
|
+
;(function($){
|
2
|
+
/**
|
3
|
+
* jqGrid Turkish Translation
|
4
|
+
* Erhan Gündoğan (erhan@trposta.net)
|
5
|
+
* http://blog.zakkum.com
|
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} listeleniyor. Toplam:{2}",
|
13
|
+
emptyrecords: "Kayıt bulunamadı",
|
14
|
+
loadtext: "Yükleniyor...",
|
15
|
+
pgtext : "{0}/{1}. Sayfa"
|
16
|
+
},
|
17
|
+
search : {
|
18
|
+
caption: "Arama...",
|
19
|
+
Find: "Bul",
|
20
|
+
Reset: "Temizle",
|
21
|
+
odata : ['eşit', 'eşit değil', 'daha az', 'daha az veya eşit', 'daha fazla', 'daha fazla veya eşit', 'ile başlayan', 'ile başlamayan', 'içinde', 'içinde değil', 'ile biten', 'ile bitmeyen', 'içeren', 'içermeyen'],
|
22
|
+
groupOps: [ { op: "VE", text: "tüm" }, { op: "VEYA", text: "herhangi" } ],
|
23
|
+
matchText: " uyan",
|
24
|
+
rulesText: " kurallar"
|
25
|
+
},
|
26
|
+
edit : {
|
27
|
+
addCaption: "Kayıt Ekle",
|
28
|
+
editCaption: "Kayıt Düzenle",
|
29
|
+
bSubmit: "Gönder",
|
30
|
+
bCancel: "İptal",
|
31
|
+
bClose: "Kapat",
|
32
|
+
saveData: "Veriler değişti! Kayıt edilsin mi?",
|
33
|
+
bYes : "Evet",
|
34
|
+
bNo : "Hayıt",
|
35
|
+
bExit : "İptal",
|
36
|
+
msg: {
|
37
|
+
required:"Alan gerekli",
|
38
|
+
number:"Lütfen bir numara giriniz",
|
39
|
+
minValue:"girilen değer daha büyük ya da buna eşit olmalıdır",
|
40
|
+
maxValue:"girilen değer daha küçük ya da buna eşit olmalıdır",
|
41
|
+
email: "geçerli bir e-posta adresi değildir",
|
42
|
+
integer: "Lütfen bir tamsayı giriniz",
|
43
|
+
url: "Geçerli bir URL değil. ('http://' or 'https://') ön eki gerekli.",
|
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: "Kayıt Görüntüle",
|
52
|
+
bClose: "Kapat"
|
53
|
+
},
|
54
|
+
del : {
|
55
|
+
caption: "Sil",
|
56
|
+
msg: "Seçilen kayıtlar silinsin mi?",
|
57
|
+
bSubmit: "Sil",
|
58
|
+
bCancel: "İptal"
|
59
|
+
},
|
60
|
+
nav : {
|
61
|
+
edittext: " ",
|
62
|
+
edittitle: "Seçili satırı düzenle",
|
63
|
+
addtext:" ",
|
64
|
+
addtitle: "Yeni satır ekle",
|
65
|
+
deltext: " ",
|
66
|
+
deltitle: "Seçili satırı sil",
|
67
|
+
searchtext: " ",
|
68
|
+
searchtitle: "Kayıtları bul",
|
69
|
+
refreshtext: "",
|
70
|
+
refreshtitle: "Tabloyu yenile",
|
71
|
+
alertcap: "Uyarı",
|
72
|
+
alerttext: "Lütfen bir satır seçiniz",
|
73
|
+
viewtext: "",
|
74
|
+
viewtitle: "Seçilen satırı görüntüle"
|
75
|
+
},
|
76
|
+
col : {
|
77
|
+
caption: "Sütunları göster/gizle",
|
78
|
+
bSubmit: "Gönder",
|
79
|
+
bCancel: "İptal"
|
80
|
+
},
|
81
|
+
errors : {
|
82
|
+
errcap : "Hata",
|
83
|
+
nourl : "Bir url yapılandırılmamış",
|
84
|
+
norecords: "İşlem yapılacak bir kayıt yok",
|
85
|
+
model : "colNames uzunluğu <> 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
|
+
"Paz", "Pts", "Sal", "Çar", "Per", "Cum", "Cts",
|
94
|
+
"Pazar", "Pazartesi", "Salı", "Çarşamba", "Perşembe", "Cuma", "Cumartesi"
|
95
|
+
],
|
96
|
+
monthNames: [
|
97
|
+
"Oca", "Şub", "Mar", "Nis", "May", "Haz", "Tem", "Ağu", "Eyl", "Eki", "Kas", "Ara",
|
98
|
+
"Ocak", "Şubat", "Mart", "Nisan", "Mayıs", "Haziran", "Temmuz", "Ağustos", "Eylül", "Ekim", "Kasım", "Aralık"
|
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);
|