<?php 
 
return array( 
    // 'Start time' => '', 
    // 'End time' => '', 
    'Comment' => 'Kommentar', 
    'All day' => 'Alle dager', 
    'Day' => 'Dag', 
    'Manage timetable' => 'Tidstabell', 
    'Overtime timetable' => 'Overtidstabell', 
    'Time off timetable' => 'Fritidstabell', 
    'Timetable' => 'Tidstabell', 
    'Work timetable' => 'Arbeidstidstabell', 
    'Week timetable' => 'Uketidstabell', 
    'Day timetable' => 'Dagtidstabell', 
    'From' => 'Fra', 
    'To' => 'Til', 
    // 'Time slot created successfully.' => '', 
    // 'Unable to save this time slot.' => '', 
    // 'Time slot removed successfully.' => '', 
    // 'Unable to remove this time slot.' => '', 
    // 'Do you really want to remove this time slot?' => '', 
    // 'Remove time slot' => '', 
    // 'Add new time slot' => '', 
); 
 
 
 |