summaryrefslogtreecommitdiff
path: root/app/Locale/da_DK/translations.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2018-05-10 14:30:59 -0700
committerFrédéric Guillot <fred@kanboard.net>2018-05-10 14:30:59 -0700
commiteafaa4b03770a73080520952112905eb8135a62f (patch)
treeb3c721ca2f3800c8f0694137762fd46ffd16b3de /app/Locale/da_DK/translations.php
parentecc9d80671fdfd4434ac7ecf3113507e6a06da64 (diff)
Make hardcoded hours string translatable
Diffstat (limited to 'app/Locale/da_DK/translations.php')
-rw-r--r--app/Locale/da_DK/translations.php7
1 files changed, 2 insertions, 5 deletions
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' => '',
);