PHP Classes

File: Locale/sv_SE/translations.php

Recommend this page to a friend!
  Classes of kiran   Kanboard Gantt 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 Gantt plugin
Display Gantt charts in Kanboard
Author: By
Last change:
Date: 3 years ago
Size: 850 bytes
 

Contents

Class file image Download
<?php

return array(
   
'Sort by position' => 'Sortera efter position',
   
'Sort by date' => 'Sortera efter datum',
   
'Add task' => 'Lägg till uppgift',
   
'There is no start date or due date for this task.' => 'Det finns inget startdatum eller slutdatum för uppgiften.',
   
'Moving or resizing a task will change the start and due date of the task.' => 'Flytt eller storleksändring av uppgiften ändrar start och slutdatum för uppgiften',
   
'There is no task in your project.' => 'Det finns ingen uppgift i ditt projekt.',
   
'Gantt chart' => 'Gantt-schema',
   
// 'Gantt chart for all projects' => '',
    // 'Gantt chart for this project' => '',
    // 'Project board' => '',
    // 'There is no start date or end date for this project.' => '',
    // 'Projects Gantt chart' => '',
    // 'Switch to the Gantt chart view' => '',
);