aboutsummaryrefslogtreecommitdiff
path: root/static/development-bundle/ui/i18n/ui.datepicker-el.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/development-bundle/ui/i18n/ui.datepicker-el.js')
-rw-r--r--static/development-bundle/ui/i18n/ui.datepicker-el.js19
1 files changed, 0 insertions, 19 deletions
diff --git a/static/development-bundle/ui/i18n/ui.datepicker-el.js b/static/development-bundle/ui/i18n/ui.datepicker-el.js
deleted file mode 100644
index 535080d..0000000
--- a/static/development-bundle/ui/i18n/ui.datepicker-el.js
+++ /dev/null
@@ -1,19 +0,0 @@
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 monthNamesShort: ['Ιαν','Φεβ','Μαρ','Απρ','Μαι','Ιουν',
12 'Ιουλ','Αυγ','Σεπ','Οκτ','Νοε','Δεκ'],
13 dayNames: ['Κυριακή','Δευτέρα','Τρίτη','Τετάρτη','Πέμπτη','Παρασκευή','Σάββατο'],
14 dayNamesShort: ['Κυρ','Δευ','Τρι','Τετ','Πεμ','Παρ','Σαβ'],
15 dayNamesMin: ['Κυ','Δε','Τρ','Τε','Πε','Πα','Σα'],
16 dateFormat: 'dd/mm/yy', firstDay: 1,
17 isRTL: false};
18 $.datepicker.setDefaults($.datepicker.regional['el']);
19}); \ No newline at end of file