<?php 
 
return array( 
    'Start time' => 'Data di inizio', 
    'End time' => 'Data di completamento', 
    'Comment' => 'Commento', 
    'All day' => 'Tutto il giorno', 
    'Day' => 'Giorno', 
    'Manage timetable' => 'Gestisci orario', 
    'Overtime timetable' => 'Straordinari', 
    'Time off timetable' => 'Fuori orario', 
    'Timetable' => 'Orario', 
    'Work timetable' => 'Orario di lavoro', 
    'Week timetable' => 'Orario settimanale', 
    'Day timetable' => 'Orario giornaliero', 
    'From' => 'Da', 
    'To' => 'A', 
    'Time slot created successfully.' => 'Fascia oraria creata con successo.', 
    'Unable to save this time slot.' => 'Impossibile creare questa fascia oraria.', 
    'Time slot removed successfully.' => 'Fascia oraria rimossa con successo.', 
    'Unable to remove this time slot.' => 'Impossibile rimuovere questa fascia oraria.', 
    'Do you really want to remove this time slot?' => 'Vuoi davvero rimuovere questa fascia oraria?', 
    'Remove time slot' => 'Rimuovi fascia oraria', 
    'Add new time slot' => 'Aggiungi nuova fascia oraria', 
); 
 
 
 |