PHP Classes

File: Locale/sv_SE/translations.php

Recommend this page to a friend!
  Classes of kiran   Kanboard Timetable plugin   Locale/sv_SE/translations.php   Download  
File: Locale/sv_SE/translations.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Kanboard Timetable plugin
Plugin to present of timetable of pending tasks
Author: By
Last change:
Date: 3 years ago
Size: 971 bytes
 

Contents

Class file image Download
<?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',
);