Files
Phraseanet/www/include/jslibs/datepicker-mobile/lang/gr.js
Romain Neutron 4c5b7eb658 V 3.5 RC 1
2011-12-05 00:23:28 +01:00

40 lines
1.3 KiB
JavaScript

var fdLocale = {
months:[
"Ιανουάριος",
"Φεβρουάριος",
"Μάρτιος",
"Απρίλιος",
"Μάιος",
"Ιούνιος",
"Ιούλιος",
"Αύγουστος",
"Σεπτέμβριος",
"Οκτώβριος",
"Νοέμβριος",
"Δεκέμβριος"
],
fullDay:[
"Δευτέρα",
"Τρίτη",
"Τετάρτη",
"Πέμπτη",
"Παρασκευή",
"Σάββατο",
"Κυριακή"
],
/* Only stipulate the dayAbbr should the first letter of the fullDay not suffice
dayAbbr:[],
*/
/* Only stipulate the firstDayOfWeek should the first day not be Monday
firstDayOfWeek:0,
*/
titles:[
"Προηγούμενος μήνας",
"Επόμενος μήνας",
"Προηγούμενη χρόνιά",
"Επόμενη χρονιά"
]
};