diff options
Diffstat (limited to 'app/Locale/sv_SE/translations.php')
-rw-r--r-- | app/Locale/sv_SE/translations.php | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/app/Locale/sv_SE/translations.php b/app/Locale/sv_SE/translations.php index 938eda45..a7522360 100644 --- a/app/Locale/sv_SE/translations.php +++ b/app/Locale/sv_SE/translations.php @@ -256,7 +256,6 @@ return array( 'Do you really want to remove this sub-task?' => 'Vill du verkligen ta bort deluppgiften?', 'Remaining:' => 'Återstående:', 'hours' => 'timmar', - 'spent' => 'nedlagt', 'estimated' => 'uppskattat', 'Sub-Tasks' => 'Deluppgifter', 'Add a sub-task' => 'Lägg till deluppgift', @@ -481,7 +480,6 @@ return array( 'Link removed successfully.' => 'Länken har tagits bort', 'Link labels' => 'Länketiketter', 'Link modification' => 'Länkändring', - 'Links' => 'Länkar', 'Opposite label' => 'Motpartslänk', 'Remove a link' => 'Ta bort en länk', 'The labels must be different' => 'Etiketterna måste vara olika', @@ -522,7 +520,6 @@ return array( 'CAD - Canadian Dollar' => 'CAD - Kanadensiska dollar', 'CHF - Swiss Francs' => 'CHF - Schweiziska Franc', 'Custom Stylesheet' => 'Anpassad stilmall', - 'download' => 'ladda ned', 'EUR - Euro' => 'EUR - Euro', 'GBP - British Pound' => 'GBP - Brittiska Pund', 'INR - Indian Rupee' => 'INR - Indiska Rupier', @@ -593,7 +590,6 @@ return array( 'Existing due date' => 'Existerande förfallodatum', 'Factor to calculate new due date: ' => 'Faktor för att beräkna nytt förfallodatum: ', 'Month(s)' => 'Månad(er)', - 'Recurrence' => 'Återkommande', 'This task has been created by: ' => 'Uppgiften har skapats av: ', 'Recurrent task has been generated:' => 'Återkommande uppgift har genererats:', 'Timeframe to calculate new due date: ' => 'Tidsram för att beräkna nytt förfallodatum: ', @@ -731,7 +727,6 @@ return array( // 'NOK - Norwegian Krone' => '', // 'Show this column' => '', // 'Hide this column' => '', - // 'open file' => '', // 'End date' => '', // 'Users overview' => '', // 'Members' => '', @@ -1380,4 +1375,6 @@ return array( // '%s moved the task #%d to the column "%s"' => '', // '%s moved the task #%d to the position %d in the column "%s"' => '', // '%s moved the task #%d to the swimlane "%s"' => '', + // '%sh spent' => '', + // '%sh estimated' => '', ); |