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 = $.jgrid || {};
|
---|
11 | $.extend($.jgrid,{
|
---|
12 | defaults : {
|
---|
13 | recordtext: "View {0} - {1} of {2}",
|
---|
14 | emptyrecords: "No records to view",
|
---|
15 | loadtext: "ΊÏÏÏÏÏη...",
|
---|
16 | pgtext : "Page {0} of {1}"
|
---|
17 | },
|
---|
18 | search : {
|
---|
19 | caption: "ÎΜαζήÏηÏη...",
|
---|
20 | Find: "ÎÏÏεÏη",
|
---|
21 | Reset: "ÎÏαΜαÏοÏά",
|
---|
22 | odata: [{ oper:'eq', text:'equal'},{ oper:'ne', text:'not equal'},{ oper:'lt', text:'less'},{ oper:'le', text:'less or equal'},{ oper:'gt', text:'greater'},{ oper:'ge', text:'greater or equal'},{ oper:'bw', text:'begins with'},{ oper:'bn', text:'does not begin with'},{ oper:'in', text:'is in'},{ oper:'ni', text:'is not in'},{ oper:'ew', text:'ends with'},{ oper:'en', text:'does not end with'},{ oper:'cn', text:'contains'},{ oper:'nc', text:'does not contain'}],
|
---|
23 | groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ]
|
---|
24 | },
|
---|
25 | edit : {
|
---|
26 | addCaption: "ÎιÏαγÏγή ÎγγÏαÏήÏ",
|
---|
27 | editCaption: "ÎÏεΟεÏγαÏία ÎγγÏαÏήÏ",
|
---|
28 | bSubmit: "ÎαÏαÏÏÏηÏη",
|
---|
29 | bCancel: "ÎκÏ
Ïο",
|
---|
30 | bClose: "ÎλείÏιΌο",
|
---|
31 | saveData: "Data has been changed! Save changes?",
|
---|
32 | bYes : "Yes",
|
---|
33 | bNo : "No",
|
---|
34 | bExit : "Cancel",
|
---|
35 | msg: {
|
---|
36 | required:"΀ο ÏεΎίο είΜαι αÏαÏαίÏηÏο",
|
---|
37 | number:"΀ο ÏεΎίο ÎŽÎÏεÏαι ÎŒÏΜο αÏιΞΌοÏÏ",
|
---|
38 | minValue:"Î ÏιΌή ÏÏÎÏει Μα είΜαι ΌεγαλÏÏεÏη ή ίÏη ÏοÏ
",
|
---|
39 | maxValue:"Î ÏιΌή ÏÏÎÏει Μα είΜαι ΌικÏÏÏεÏη ή ίÏη ÏοÏ
",
|
---|
40 | email: "ΠΎιεÏΞÏ
ΜÏη e-mail ΎεΜ είΜαι ÎγκÏ
Ïη",
|
---|
41 | integer: "΀ο ÏεΎίο ÎŽÎÏεÏαι ÎŒÏΜο ακÎÏαιοÏ
Ï Î±ÏιΞΌοÏÏ",
|
---|
42 | url: "is not a valid URL. Prefix required ('http://' or 'https://')",
|
---|
43 | nodefined : " is not defined!",
|
---|
44 | novalue : " return value is required!",
|
---|
45 | customarray : "Custom function should return array!",
|
---|
46 | customfcheck : "Custom function should be present in case of custom checking!"
|
---|
47 | }
|
---|
48 | },
|
---|
49 | view : {
|
---|
50 | caption: "View Record",
|
---|
51 | bClose: "Close"
|
---|
52 | },
|
---|
53 | del : {
|
---|
54 | caption: "ÎιαγÏαÏή",
|
---|
55 | msg: "ÎιαγÏαÏή ÏÏΜ εÏιλεγΌÎΜÏΜ εγγÏαÏÏΜ;",
|
---|
56 | bSubmit: "Îαι",
|
---|
57 | bCancel: "ÎκÏ
Ïο"
|
---|
58 | },
|
---|
59 | nav : {
|
---|
60 | edittext: " ",
|
---|
61 | edittitle: "ÎÏεΟεÏγαÏία εÏιλεγΌÎÎœÎ·Ï ÎµÎ³Î³ÏαÏήÏ",
|
---|
62 | addtext:" ",
|
---|
63 | addtitle: "ÎιÏαγÏγή ΜÎÎ±Ï ÎµÎ³Î³ÏαÏήÏ",
|
---|
64 | deltext: " ",
|
---|
65 | deltitle: "ÎιαγÏαÏή εÏιλεγΌÎÎœÎ·Ï ÎµÎ³Î³ÏαÏήÏ",
|
---|
66 | searchtext: " ",
|
---|
67 | searchtitle: "ÎÏÏεÏη ÎγγÏαÏÏΜ",
|
---|
68 | refreshtext: "",
|
---|
69 | refreshtitle: "ÎΜαΜÎÏÏη ΠίΜακα",
|
---|
70 | alertcap: "Î ÏοÏοÏή",
|
---|
71 | alerttext: "ÎεΜ ÎÏεÏε εÏιλÎΟει εγγÏαÏή",
|
---|
72 | viewtext: "",
|
---|
73 | viewtitle: "View selected row"
|
---|
74 | },
|
---|
75 | col : {
|
---|
76 | caption: "ÎÎŒÏάΜιÏη / ÎÏÏκÏÏ
Ïη ΣÏηλÏΜ",
|
---|
77 | bSubmit: "ÎÎ",
|
---|
78 | bCancel: "ÎκÏ
Ïο"
|
---|
79 | },
|
---|
80 | errors : {
|
---|
81 | errcap : "ΣÏάλΌα",
|
---|
82 | nourl : "ÎεΜ ÎÏει ΎοΞεί ΎιεÏΞÏ
ΜÏη ÏειÏιÏÎŒÎ¿Ï Î³Î¹Î± Ïη ÏÏ
γκεκÏιΌÎΜη εΜÎÏγεια",
|
---|
83 | norecords: "ÎεΜ Ï
ÏάÏÏοÏ
Μ εγγÏαÏÎÏ ÏÏÎ¿Ï ÎµÏεΟεÏγαÏία",
|
---|
84 | model : "ÎΜιÏÎ¿Ï Î±ÏιΞΌÏÏ ÏεΎίÏΜ colNames/colModel!"
|
---|
85 | },
|
---|
86 | formatter : {
|
---|
87 | integer : {thousandsSeparator: " ", defaultValue: '0'},
|
---|
88 | number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'},
|
---|
89 | currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'},
|
---|
90 | date : {
|
---|
91 | dayNames: [
|
---|
92 | "ÎÏ
Ï", "ÎεÏ
", "΀Ïι", "΀εÏ", "ΠεΌ", "ΠαÏ", "Σαβ",
|
---|
93 | "ÎÏ
Ïιακή", "ÎεÏ
ÏÎÏα", "΀ÏίÏη", "΀εÏάÏÏη", "Î ÎÎŒÏÏη", "ΠαÏαÏκεÏ
ή", "ΣάββαÏο"
|
---|
94 | ],
|
---|
95 | monthNames: [
|
---|
96 | "ÎαΜ", "Ίεβ", "ÎαÏ", "ÎÏÏ", "Îαι", "ÎοÏ
Μ", "ÎοÏ
λ", "ÎÏ
γ", "ΣεÏ", "ÎκÏ", "Îοε", "Îεκ",
|
---|
97 | "ÎαΜοÏ
άÏιοÏ", "ΊεβÏοÏ
άÏιοÏ", "ÎάÏÏιοÏ", "ÎÏÏίλιοÏ", "ÎάιοÏ", "ÎοÏΜιοÏ", "ÎοÏλιοÏ", "ÎÏγοÏ
ÏÏοÏ", "ΣεÏÏÎΌβÏιοÏ", "ÎκÏÏβÏιοÏ", "ÎοÎΌβÏιοÏ", "ÎεκÎΌβÏιοÏ"
|
---|
98 | ],
|
---|
99 | AmPm : ["ÏÎŒ","ΌΌ","Î Î","ÎÎ"],
|
---|
100 | S: function (j) {return j == 1 || j > 1 ? ['η'][Math.min((j - 1) % 10, 3)] : ''},
|
---|
101 | srcformat: 'Y-m-d',
|
---|
102 | newformat: 'd/m/Y',
|
---|
103 | parseRe : /[Tt\\\/:_;.,\t\s-]/,
|
---|
104 | masks : {
|
---|
105 | ISO8601Long:"Y-m-d H:i:s",
|
---|
106 | ISO8601Short:"Y-m-d",
|
---|
107 | ShortDate: "n/j/Y",
|
---|
108 | LongDate: "l, F d, Y",
|
---|
109 | FullDateTime: "l, F d, Y g:i:s A",
|
---|
110 | MonthDay: "F d",
|
---|
111 | ShortTime: "g:i A",
|
---|
112 | LongTime: "g:i:s A",
|
---|
113 | SortableDateTime: "Y-m-d\\TH:i:s",
|
---|
114 | UniversalSortableDateTime: "Y-m-d H:i:sO",
|
---|
115 | YearMonth: "F, Y"
|
---|
116 | },
|
---|
117 | reformatAfterEdit : false
|
---|
118 | },
|
---|
119 | baseLinkUrl: '',
|
---|
120 | showAction: '',
|
---|
121 | target: '',
|
---|
122 | checkbox : {disabled:true},
|
---|
123 | idName : 'id'
|
---|
124 | }
|
---|
125 | });
|
---|
126 | })(jQuery);
|
---|