ultimix
grid.locale-el.js
Go to the documentation of this file.
1 ;(function($){
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);