'Do', 'mo' => 'Lu', 'tu' => 'Ma', 'we' => 'Me', 'th' => 'Gi', 'fr' => 'Ve', 'sa' => 'Sa', // Short day names 'sun' => 'Dom', 'mon' => 'Lun', 'tue' => 'Mar', 'wed' => 'Mer', 'thu' => 'Gio', 'fri' => 'Ven', 'sat' => 'Sab', // Long day names 'sunday' => 'Domenica', 'monday' => 'Lunedì', 'tuesday' => 'Martedì', 'wednesday' => 'Mercoledì', 'thursday' => 'Giovedì', 'friday' => 'Venerdì', 'saturday' => 'Sabato', // Short month names 'jan' => 'Gen', 'feb' => 'Feb', 'mar' => 'Mar', 'apr' => 'Apr', 'may' => 'Mag', 'jun' => 'Giu', 'jul' => 'Lug', 'aug' => 'Ago', 'sep' => 'Set', 'oct' => 'Ott', 'nov' => 'Nov', 'dec' => 'Dic', // Long month names 'january' => 'Gennaio', 'february' => 'Febbraio', 'march' => 'Marzo', 'april' => 'Aprile', 'mayl' => 'Maggio', 'june' => 'Giugno', 'july' => 'Luglio', 'august' => 'Agosto', 'september' => 'Settembre', 'october' => 'Ottobre', 'november' => 'Novembre', 'december' => 'Dicembre' );