From eafaa4b03770a73080520952112905eb8135a62f Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Thu, 10 May 2018 14:30:59 -0700 Subject: Make hardcoded hours string translatable --- app/Locale/da_DK/translations.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'app/Locale/da_DK/translations.php') diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php index a71a5d88..e8540b9c 100644 --- a/app/Locale/da_DK/translations.php +++ b/app/Locale/da_DK/translations.php @@ -256,7 +256,6 @@ return array( 'Do you really want to remove this sub-task?' => 'Fjerne delopgave?', 'Remaining:' => 'Tilbageværende:', 'hours' => 'timer', - 'spent' => 'brugt', 'estimated' => 'estimeret', 'Sub-Tasks' => 'Delopgaver', 'Add a sub-task' => 'Tilføje delopgave', @@ -481,7 +480,6 @@ return array( 'Link removed successfully.' => 'Henvisning fjernet.', 'Link labels' => 'Henvisning etiketter', 'Link modification' => 'Henvisning ændring', - 'Links' => 'Henvisninger', 'Opposite label' => 'Modsatte etiket', 'Remove a link' => 'Fjerne henvisning', 'The labels must be different' => 'Etiketter skal være forskellige', @@ -522,7 +520,6 @@ return array( 'CAD - Canadian Dollar' => 'CAD - canadisk dollar', 'CHF - Swiss Francs' => 'CHF - schweizisk franc', 'Custom Stylesheet' => 'Brugertilpasset stilark', - 'download' => 'hente', 'EUR - Euro' => 'EUR - euro', 'GBP - British Pound' => 'GBP - britisk pund', 'INR - Indian Rupee' => 'INR - indisk rupee', @@ -593,7 +590,6 @@ return array( 'Existing due date' => 'Eksisterende forfaldsdato', 'Factor to calculate new due date: ' => 'Faktor til beregning af ny forfaldsdato: ', 'Month(s)' => 'Måned(er)', - 'Recurrence' => 'Gentagelse', 'This task has been created by: ' => 'Opgave oprettet af: ', 'Recurrent task has been generated:' => 'Gentagende opgave oprettet:', 'Timeframe to calculate new due date: ' => 'Tidsramme til beregning af ny forfaldsdato: ', @@ -731,7 +727,6 @@ return array( 'NOK - Norwegian Krone' => 'NOK - norsk krone', 'Show this column' => 'Vise kolonne', 'Hide this column' => 'Skjule kolonne', - 'open file' => 'åbne fil', 'End date' => 'Slut dato', 'Users overview' => 'Bruger oversigt', 'Members' => 'Medlemmer', @@ -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' => '', ); -- cgit v1.2.3