compass-jquery-plugin 0.2.4.4 → 0.2.4.5
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.
- data/README.textile +2 -2
- data/VERSION.yml +2 -2
- data/compass-jquery-plugin.gemspec +2 -2
- data/lib/jquery/jqgrid.rb +59 -19
- data/templates/jqgrid/i18n/jqgrid/locale-bg.js +132 -132
- data/templates/jqgrid/i18n/jqgrid/locale-bg1251.js +132 -132
- data/templates/jqgrid/i18n/jqgrid/locale-cat.js +128 -128
- data/templates/jqgrid/i18n/jqgrid/locale-cs.js +127 -127
- data/templates/jqgrid/i18n/jqgrid/locale-de.js +127 -127
- data/templates/jqgrid/i18n/jqgrid/locale-dk.js +128 -128
- data/templates/jqgrid/i18n/jqgrid/locale-el.js +126 -126
- data/templates/jqgrid/i18n/jqgrid/locale-en.js +128 -128
- data/templates/jqgrid/i18n/jqgrid/locale-fa.js +125 -125
- data/templates/jqgrid/i18n/jqgrid/locale-fi.js +128 -128
- data/templates/jqgrid/i18n/jqgrid/locale-fr.js +126 -126
- data/templates/jqgrid/i18n/jqgrid/locale-he.js +127 -127
- data/templates/jqgrid/i18n/jqgrid/locale-is.js +126 -126
- data/templates/jqgrid/i18n/jqgrid/locale-it.js +126 -126
- data/templates/jqgrid/i18n/jqgrid/locale-jp.js +127 -127
- data/templates/jqgrid/i18n/jqgrid/locale-nl.js +148 -148
- data/templates/jqgrid/i18n/jqgrid/locale-no.js +121 -121
- data/templates/jqgrid/i18n/jqgrid/locale-pl.js +126 -126
- data/templates/jqgrid/i18n/jqgrid/locale-pt-br.js +127 -127
- data/templates/jqgrid/i18n/jqgrid/locale-pt-br.min.js +1 -1
- data/templates/jqgrid/i18n/jqgrid/locale-pt.js +125 -125
- data/templates/jqgrid/i18n/jqgrid/locale-ro.js +139 -139
- data/templates/jqgrid/i18n/jqgrid/locale-ru.js +127 -127
- data/templates/jqgrid/i18n/jqgrid/locale-sp.js +128 -128
- data/templates/jqgrid/i18n/jqgrid/locale-sv.js +117 -117
- data/templates/jqgrid/i18n/jqgrid/locale-tr.js +126 -126
- data/templates/jqgrid/i18n/jqgrid/locale-ua.js +127 -127
- data/templates/jqgrid/jquery.jqGrid.js +9921 -9913
- data/templates/jqgrid/jquery.jqGrid.min.js +1 -1
- data/templates/jqgrid/jquery.ui/jqGrid.sass +746 -745
- data/templates/jqgrid/manifest.rb +62 -62
- data/templates/jqgrid/public/stylesheets/ellipsis-xbl.xml +13 -13
- data/templates/jrails/jquery.js +7644 -7644
- data/templates/jrails/jquery.min.js +18 -18
- data/templates/jrails/jrails.js +192 -192
- data/templates/secret_sauce/app/views/ui/_ui_grid_for_without_block.js.haml +139 -139
- metadata +2 -2
@@ -1,128 +1,128 @@
|
|
1
|
-
;(function($){
|
2
|
-
/**
|
3
|
-
* jqGrid Danish Translation
|
4
|
-
* Kaare Rasmussen kjs@jasonic.dk
|
5
|
-
* http://jasonic.dk/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: "View {0} - {1} of {2}",
|
13
|
-
emptyrecords: "No records to view",
|
14
|
-
loadtext: "Loading...",
|
15
|
-
pgtext : "Page {0} of {1}"
|
16
|
-
},
|
17
|
-
search : {
|
18
|
-
caption: "Søg...",
|
19
|
-
Find: "Find",
|
20
|
-
Reset: "Nulstil",
|
21
|
-
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'],
|
22
|
-
groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ],
|
23
|
-
matchText: " match",
|
24
|
-
rulesText: " rules"
|
25
|
-
},
|
26
|
-
edit : {
|
27
|
-
addCaption: "Tilføj",
|
28
|
-
editCaption: "Ret",
|
29
|
-
bSubmit: "Send",
|
30
|
-
bCancel: "Annuller",
|
31
|
-
bClose: "Luk",
|
32
|
-
saveData: "Data has been changed! Save changes?",
|
33
|
-
bYes : "Yes",
|
34
|
-
bNo : "No",
|
35
|
-
bExit : "Cancel",
|
36
|
-
msg: {
|
37
|
-
required:"Felt er nødvendigt",
|
38
|
-
number:"Indtast venligst et validt tal",
|
39
|
-
minValue:"værdi skal være større end eller lig med",
|
40
|
-
maxValue:"værdi skal være mindre end eller lig med",
|
41
|
-
email: "er ikke en valid email",
|
42
|
-
integer: "Indtast venligst et validt heltalt",
|
43
|
-
date: "Indtast venligst en valid datoværdi",
|
44
|
-
url: "is not a valid URL. Prefix required ('http://' or '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: "View Record",
|
53
|
-
bClose: "Close"
|
54
|
-
},
|
55
|
-
del : {
|
56
|
-
caption: "Slet",
|
57
|
-
msg: "Slet valgte række(r)?",
|
58
|
-
bSubmit: "Slet",
|
59
|
-
bCancel: "Annuller"
|
60
|
-
},
|
61
|
-
nav : {
|
62
|
-
edittext: " ",
|
63
|
-
edittitle: "Rediger valgte række",
|
64
|
-
addtext:" ",
|
65
|
-
addtitle: "Tilføj ny række",
|
66
|
-
deltext: " ",
|
67
|
-
deltitle: "Slet valgte række",
|
68
|
-
searchtext: " ",
|
69
|
-
searchtitle: "Find poster",
|
70
|
-
refreshtext: "",
|
71
|
-
refreshtitle: "Indlæs igen",
|
72
|
-
alertcap: "Advarsel",
|
73
|
-
alerttext: "Vælg venligst række",
|
74
|
-
viewtext: "",
|
75
|
-
viewtitle: "View selected row"
|
76
|
-
},
|
77
|
-
col : {
|
78
|
-
caption: "Vis/skjul kolonner",
|
79
|
-
bSubmit: "Send",
|
80
|
-
bCancel: "Annuller"
|
81
|
-
},
|
82
|
-
errors : {
|
83
|
-
errcap : "Fejl",
|
84
|
-
nourl : "Ingel url valgt",
|
85
|
-
norecords: "Ingen poster at behandle",
|
86
|
-
model : "colNames og colModel har ikke samme længde!"
|
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
|
-
"Søn", "Man", "Tirs", "Ons", "Tors", "Fre", "Lør",
|
95
|
-
"Søndag", "Mandag", "Tirsdag", "Onsdag", "Torsdag", "Fredag", "Lørdag"
|
96
|
-
],
|
97
|
-
monthNames: [
|
98
|
-
"Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec",
|
99
|
-
"Januar", "Februar", "Marts", "April", "Maj", "Juni", "Juli", "August", "September", "Oktober", "November", "December"
|
100
|
-
],
|
101
|
-
AmPm : ["","","",""],
|
102
|
-
S: function (j) {return '.'},
|
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: "j/n/Y",
|
109
|
-
LongDate: "l d. F Y",
|
110
|
-
FullDateTime: "l d F Y G:i:s",
|
111
|
-
MonthDay: "d. F",
|
112
|
-
ShortTime: "G:i",
|
113
|
-
LongTime: "G:i:s",
|
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
|
-
// DK
|
128
|
-
})(jQuery);
|
1
|
+
;(function($){
|
2
|
+
/**
|
3
|
+
* jqGrid Danish Translation
|
4
|
+
* Kaare Rasmussen kjs@jasonic.dk
|
5
|
+
* http://jasonic.dk/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: "View {0} - {1} of {2}",
|
13
|
+
emptyrecords: "No records to view",
|
14
|
+
loadtext: "Loading...",
|
15
|
+
pgtext : "Page {0} of {1}"
|
16
|
+
},
|
17
|
+
search : {
|
18
|
+
caption: "Søg...",
|
19
|
+
Find: "Find",
|
20
|
+
Reset: "Nulstil",
|
21
|
+
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'],
|
22
|
+
groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ],
|
23
|
+
matchText: " match",
|
24
|
+
rulesText: " rules"
|
25
|
+
},
|
26
|
+
edit : {
|
27
|
+
addCaption: "Tilføj",
|
28
|
+
editCaption: "Ret",
|
29
|
+
bSubmit: "Send",
|
30
|
+
bCancel: "Annuller",
|
31
|
+
bClose: "Luk",
|
32
|
+
saveData: "Data has been changed! Save changes?",
|
33
|
+
bYes : "Yes",
|
34
|
+
bNo : "No",
|
35
|
+
bExit : "Cancel",
|
36
|
+
msg: {
|
37
|
+
required:"Felt er nødvendigt",
|
38
|
+
number:"Indtast venligst et validt tal",
|
39
|
+
minValue:"værdi skal være større end eller lig med",
|
40
|
+
maxValue:"værdi skal være mindre end eller lig med",
|
41
|
+
email: "er ikke en valid email",
|
42
|
+
integer: "Indtast venligst et validt heltalt",
|
43
|
+
date: "Indtast venligst en valid datoværdi",
|
44
|
+
url: "is not a valid URL. Prefix required ('http://' or '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: "View Record",
|
53
|
+
bClose: "Close"
|
54
|
+
},
|
55
|
+
del : {
|
56
|
+
caption: "Slet",
|
57
|
+
msg: "Slet valgte række(r)?",
|
58
|
+
bSubmit: "Slet",
|
59
|
+
bCancel: "Annuller"
|
60
|
+
},
|
61
|
+
nav : {
|
62
|
+
edittext: " ",
|
63
|
+
edittitle: "Rediger valgte række",
|
64
|
+
addtext:" ",
|
65
|
+
addtitle: "Tilføj ny række",
|
66
|
+
deltext: " ",
|
67
|
+
deltitle: "Slet valgte række",
|
68
|
+
searchtext: " ",
|
69
|
+
searchtitle: "Find poster",
|
70
|
+
refreshtext: "",
|
71
|
+
refreshtitle: "Indlæs igen",
|
72
|
+
alertcap: "Advarsel",
|
73
|
+
alerttext: "Vælg venligst række",
|
74
|
+
viewtext: "",
|
75
|
+
viewtitle: "View selected row"
|
76
|
+
},
|
77
|
+
col : {
|
78
|
+
caption: "Vis/skjul kolonner",
|
79
|
+
bSubmit: "Send",
|
80
|
+
bCancel: "Annuller"
|
81
|
+
},
|
82
|
+
errors : {
|
83
|
+
errcap : "Fejl",
|
84
|
+
nourl : "Ingel url valgt",
|
85
|
+
norecords: "Ingen poster at behandle",
|
86
|
+
model : "colNames og colModel har ikke samme længde!"
|
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
|
+
"Søn", "Man", "Tirs", "Ons", "Tors", "Fre", "Lør",
|
95
|
+
"Søndag", "Mandag", "Tirsdag", "Onsdag", "Torsdag", "Fredag", "Lørdag"
|
96
|
+
],
|
97
|
+
monthNames: [
|
98
|
+
"Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec",
|
99
|
+
"Januar", "Februar", "Marts", "April", "Maj", "Juni", "Juli", "August", "September", "Oktober", "November", "December"
|
100
|
+
],
|
101
|
+
AmPm : ["","","",""],
|
102
|
+
S: function (j) {return '.'},
|
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: "j/n/Y",
|
109
|
+
LongDate: "l d. F Y",
|
110
|
+
FullDateTime: "l d F Y G:i:s",
|
111
|
+
MonthDay: "d. F",
|
112
|
+
ShortTime: "G:i",
|
113
|
+
LongTime: "G:i:s",
|
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
|
+
// DK
|
128
|
+
})(jQuery);
|
@@ -1,126 +1,126 @@
|
|
1
|
-
;(function($){
|
2
|
-
/**
|
3
|
-
* jqGrid Greek (el) Translation
|
4
|
-
* Alex Cicovic
|
5
|
-
* http://www.alexcicovic.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: "View {0} - {1} of {2}",
|
13
|
-
emptyrecords: "No records to view",
|
14
|
-
loadtext: "Φόρτωση...",
|
15
|
-
pgtext : "Page {0} of {1}"
|
16
|
-
},
|
17
|
-
search : {
|
18
|
-
caption: "Αναζήτηση...",
|
19
|
-
Find: "Εύρεση",
|
20
|
-
Reset: "Επαναφορά",
|
21
|
-
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'],
|
22
|
-
groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ],
|
23
|
-
matchText: " match",
|
24
|
-
rulesText: " rules"
|
25
|
-
},
|
26
|
-
edit : {
|
27
|
-
addCaption: "Εισαγωγή Εγγραφής",
|
28
|
-
editCaption: "Επεξεργασία Εγγραφής",
|
29
|
-
bSubmit: "Καταχώρηση",
|
30
|
-
bCancel: "Άκυρο",
|
31
|
-
bClose: "Κλείσιμο",
|
32
|
-
saveData: "Data has been changed! Save changes?",
|
33
|
-
bYes : "Yes",
|
34
|
-
bNo : "No",
|
35
|
-
bExit : "Cancel",
|
36
|
-
msg: {
|
37
|
-
required:"Το πεδίο είναι απαραίτητο",
|
38
|
-
number:"Το πεδίο δέχεται μόνο αριθμούς",
|
39
|
-
minValue:"Η τιμή πρέπει να είναι μεγαλύτερη ή ίση του ",
|
40
|
-
maxValue:"Η τιμή πρέπει να είναι μικρότερη ή ίση του ",
|
41
|
-
email: "Η διεύθυνση e-mail δεν είναι έγκυρη",
|
42
|
-
integer: "Το πεδίο δέχεται μόνο ακέραιους αριθμούς",
|
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: "Διαγραφή",
|
56
|
-
msg: "Διαγραφή των επιλεγμένων εγγραφών;",
|
57
|
-
bSubmit: "Ναι",
|
58
|
-
bCancel: "Άκυρο"
|
59
|
-
},
|
60
|
-
nav : {
|
61
|
-
edittext: " ",
|
62
|
-
edittitle: "Επεξεργασία επιλεγμένης εγγραφής",
|
63
|
-
addtext:" ",
|
64
|
-
addtitle: "Εισαγωγή νέας εγγραφής",
|
65
|
-
deltext: " ",
|
66
|
-
deltitle: "Διαγραφή επιλεγμένης εγγραφής",
|
67
|
-
searchtext: " ",
|
68
|
-
searchtitle: "Εύρεση Εγγραφών",
|
69
|
-
refreshtext: "",
|
70
|
-
refreshtitle: "Ανανέωση Πίνακα",
|
71
|
-
alertcap: "Προσοχή",
|
72
|
-
alerttext: "Δεν έχετε επιλέξει εγγραφή",
|
73
|
-
viewtext: "",
|
74
|
-
viewtitle: "View selected row"
|
75
|
-
},
|
76
|
-
col : {
|
77
|
-
caption: "Εμφάνιση / Απόκρυψη Στηλών",
|
78
|
-
bSubmit: "ΟΚ",
|
79
|
-
bCancel: "Άκυρο"
|
80
|
-
},
|
81
|
-
errors : {
|
82
|
-
errcap : "Σφάλμα",
|
83
|
-
nourl : "Δεν έχει δοθεί διεύθυνση χειρισμού για τη συγκεκριμένη ενέργεια",
|
84
|
-
norecords: "Δεν υπάρχουν εγγραφές προς επεξεργασία",
|
85
|
-
model : "Άνισος αριθμός πεδίων 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
|
-
"Κυρ", "Δευ", "Τρι", "Τετ", "Πεμ", "Παρ", "Σαβ",
|
94
|
-
"Κυριακή", "Δευτέρα", "Τρίτη", "Τετάρτη", "Πέμπτη", "Παρασκευή", "Σάββατο"
|
95
|
-
],
|
96
|
-
monthNames: [
|
97
|
-
"Ιαν", "Φεβ", "Μαρ", "Απρ", "Μαι", "Ιουν", "Ιουλ", "Αυγ", "Σεπ", "Οκτ", "Νοε", "Δεκ",
|
98
|
-
"Ιανουάριος", "Φεβρουάριος", "Μάρτιος", "Απρίλιος", "Μάιος", "Ιούνιος", "Ιούλιος", "Αύγουστος", "Σεπτέμβριος", "Οκτώβριος", "Νοέμβριος", "Δεκέμβριος"
|
99
|
-
],
|
100
|
-
AmPm : ["πμ","μμ","ΠΜ","ΜΜ"],
|
101
|
-
S: function (j) {return j == 1 || j > 1 ? ['η'][Math.min((j - 1) % 10, 3)] : ''},
|
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 Greek (el) Translation
|
4
|
+
* Alex Cicovic
|
5
|
+
* http://www.alexcicovic.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: "View {0} - {1} of {2}",
|
13
|
+
emptyrecords: "No records to view",
|
14
|
+
loadtext: "Φόρτωση...",
|
15
|
+
pgtext : "Page {0} of {1}"
|
16
|
+
},
|
17
|
+
search : {
|
18
|
+
caption: "Αναζήτηση...",
|
19
|
+
Find: "Εύρεση",
|
20
|
+
Reset: "Επαναφορά",
|
21
|
+
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'],
|
22
|
+
groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ],
|
23
|
+
matchText: " match",
|
24
|
+
rulesText: " rules"
|
25
|
+
},
|
26
|
+
edit : {
|
27
|
+
addCaption: "Εισαγωγή Εγγραφής",
|
28
|
+
editCaption: "Επεξεργασία Εγγραφής",
|
29
|
+
bSubmit: "Καταχώρηση",
|
30
|
+
bCancel: "Άκυρο",
|
31
|
+
bClose: "Κλείσιμο",
|
32
|
+
saveData: "Data has been changed! Save changes?",
|
33
|
+
bYes : "Yes",
|
34
|
+
bNo : "No",
|
35
|
+
bExit : "Cancel",
|
36
|
+
msg: {
|
37
|
+
required:"Το πεδίο είναι απαραίτητο",
|
38
|
+
number:"Το πεδίο δέχεται μόνο αριθμούς",
|
39
|
+
minValue:"Η τιμή πρέπει να είναι μεγαλύτερη ή ίση του ",
|
40
|
+
maxValue:"Η τιμή πρέπει να είναι μικρότερη ή ίση του ",
|
41
|
+
email: "Η διεύθυνση e-mail δεν είναι έγκυρη",
|
42
|
+
integer: "Το πεδίο δέχεται μόνο ακέραιους αριθμούς",
|
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: "Διαγραφή",
|
56
|
+
msg: "Διαγραφή των επιλεγμένων εγγραφών;",
|
57
|
+
bSubmit: "Ναι",
|
58
|
+
bCancel: "Άκυρο"
|
59
|
+
},
|
60
|
+
nav : {
|
61
|
+
edittext: " ",
|
62
|
+
edittitle: "Επεξεργασία επιλεγμένης εγγραφής",
|
63
|
+
addtext:" ",
|
64
|
+
addtitle: "Εισαγωγή νέας εγγραφής",
|
65
|
+
deltext: " ",
|
66
|
+
deltitle: "Διαγραφή επιλεγμένης εγγραφής",
|
67
|
+
searchtext: " ",
|
68
|
+
searchtitle: "Εύρεση Εγγραφών",
|
69
|
+
refreshtext: "",
|
70
|
+
refreshtitle: "Ανανέωση Πίνακα",
|
71
|
+
alertcap: "Προσοχή",
|
72
|
+
alerttext: "Δεν έχετε επιλέξει εγγραφή",
|
73
|
+
viewtext: "",
|
74
|
+
viewtitle: "View selected row"
|
75
|
+
},
|
76
|
+
col : {
|
77
|
+
caption: "Εμφάνιση / Απόκρυψη Στηλών",
|
78
|
+
bSubmit: "ΟΚ",
|
79
|
+
bCancel: "Άκυρο"
|
80
|
+
},
|
81
|
+
errors : {
|
82
|
+
errcap : "Σφάλμα",
|
83
|
+
nourl : "Δεν έχει δοθεί διεύθυνση χειρισμού για τη συγκεκριμένη ενέργεια",
|
84
|
+
norecords: "Δεν υπάρχουν εγγραφές προς επεξεργασία",
|
85
|
+
model : "Άνισος αριθμός πεδίων 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
|
+
"Κυρ", "Δευ", "Τρι", "Τετ", "Πεμ", "Παρ", "Σαβ",
|
94
|
+
"Κυριακή", "Δευτέρα", "Τρίτη", "Τετάρτη", "Πέμπτη", "Παρασκευή", "Σάββατο"
|
95
|
+
],
|
96
|
+
monthNames: [
|
97
|
+
"Ιαν", "Φεβ", "Μαρ", "Απρ", "Μαι", "Ιουν", "Ιουλ", "Αυγ", "Σεπ", "Οκτ", "Νοε", "Δεκ",
|
98
|
+
"Ιανουάριος", "Φεβρουάριος", "Μάρτιος", "Απρίλιος", "Μάιος", "Ιούνιος", "Ιούλιος", "Αύγουστος", "Σεπτέμβριος", "Οκτώβριος", "Νοέμβριος", "Δεκέμβριος"
|
99
|
+
],
|
100
|
+
AmPm : ["πμ","μμ","ΠΜ","ΜΜ"],
|
101
|
+
S: function (j) {return j == 1 || j > 1 ? ['η'][Math.min((j - 1) % 10, 3)] : ''},
|
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);
|