source: main/trunk/greenstone3/web/interfaces/oran/js/jquery-ui-1.8.15/ui/i18n/jquery.ui.datepicker-el.js@ 24421

Last change on this file since 24421 was 24421, checked in by sjm84, 13 years ago

Adding a new version of jquery

  • Property svn:executable set to *
File size: 1.2 KB
Line 
1/* Greek (el) initialisation for the jQuery UI date picker plugin. */
2/* Written by Alex Cicovic (http://www.alexcicovic.com) */
3jQuery(function($){
4 $.datepicker.regional['el'] = {
5 closeText: 'ΚλείσιΌο',
6 prevText: 'ΠροηγούΌεΜος',
7 nextText: 'ΕπόΌεΜος',
8 currentText: '΀ρέχωΜ ΜήΜας',
9 monthNames: ['ΙαΜου
10άριος','Ίεβρου
11άριος','Μάρτιος','Απρίλιος','Μάιος','ΙούΜιος',
12 'Ιούλιος','Αύγου
13στος','ΣεπτέΌβριος','Οκτώβριος','ΝοέΌβριος','ΔεκέΌβριος'],
14 monthNamesShort: ['ΙαΜ','Ίεβ','Μαρ','Απρ','Μαι','Ιου
15Μ',
16 'Ιου
17λ','Αυ
18γ','Σεπ','Οκτ','Νοε','Δεκ'],
19 dayNames: ['Κυ
20ριακή','Δευ
21τέρα','΀ρίτη','΀ετάρτη','ΠέΌπτη','Παρασκευ
22ή','Σάββατο'],
23 dayNamesShort: ['Κυ
24ρ','Δευ
25','΀ρι','΀ετ','ΠεΌ','Παρ','Σαβ'],
26 dayNamesMin: ['Κυ
27','Δε','΀ρ','΀ε','Πε','Πα','Σα'],
28 weekHeader: 'ΕβΎ',
29 dateFormat: 'dd/mm/yy',
30 firstDay: 1,
31 isRTL: false,
32 showMonthAfterYear: false,
33 yearSuffix: ''};
34 $.datepicker.setDefaults($.datepicker.regional['el']);
35});
Note: See TracBrowser for help on using the repository browser.