<?php 
 
return array( 
    'Start time' => 'Starttid', 
    'End time' => 'Sluttid', 
    'Comment' => 'Kommentar', 
    'All day' => 'Hela dagen', 
    'Day' => 'Dag', 
    'Manage timetable' => 'Hantera timplan', 
    'Overtime timetable' => 'Övertidstimplan', 
    'Time off timetable' => 'Ledighetstimplan', 
    'Timetable' => 'Timplan', 
    'Work timetable' => 'Arbetstimplan', 
    'Week timetable' => 'Veckotidplan', 
    'Day timetable' => 'Dagstimplan', 
    'From' => 'Från', 
    'To' => 'Till', 
    'Time slot created successfully.' => 'Tidslucka skapad.', 
    'Unable to save this time slot.' => 'Kunde inte spara tidsluckan.', 
    'Time slot removed successfully.' => 'Tidsluckan tog bort.', 
    'Unable to remove this time slot.' => 'Kunde inte ta bort tidsluckan.', 
    'Do you really want to remove this time slot?' => 'Vill du verkligen ta bort tidsluckan?', 
    'Remove time slot' => 'Ta bort tidslucka', 
    'Add new time slot' => 'Lägg till ny tidslucka', 
); 
 
 
 |