diff options
author | Colin Williams <github@crwilliams.co.uk> | 2015-06-19 17:59:12 +0100 |
---|---|---|
committer | Colin Williams <github@crwilliams.co.uk> | 2015-06-19 17:59:12 +0100 |
commit | 0826c1acdb6ae900d9ad3d277b13744a744ea34f (patch) | |
tree | 62ef83889ce9aa2df662e7712671f7f24d71c5e2 /app/Locale/da_DK/translations.php | |
parent | 9ba3daca66a0dc302aa4c2175f7ec814a5f8dca0 (diff) |
Fix translations with incorrect placeholders.
Diffstat (limited to 'app/Locale/da_DK/translations.php')
-rw-r--r-- | app/Locale/da_DK/translations.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php index 535d77b8..4adfdae4 100644 --- a/app/Locale/da_DK/translations.php +++ b/app/Locale/da_DK/translations.php @@ -346,7 +346,7 @@ return array( 'Time tracking' => 'Tidsregistrering', 'Estimate:' => 'Estimering:', 'Spent:' => 'Brugt:', - 'Do you really want to remove this sub-task?' => 'Vil du virkeligt fjerne denne under-opgave: "%s"?', + 'Do you really want to remove this sub-task?' => 'Vil du virkeligt fjerne denne under-opgave?', 'Remaining:' => 'Tilbageværende:', 'hours' => 'timer', 'spent' => 'brugt', @@ -415,7 +415,7 @@ return array( // 'Task updated' => '', // 'Task closed' => '', // 'Task opened' => '', - '[%s][Due tasks]' => 'Udestående opgaver', + '[%s][Due tasks]' => '[%s][Udestående opgaver]', '[Kanboard] Notification' => '[Kanboard] Notifikation', 'I want to receive notifications only for those projects:' => 'Jeg vil kun have notifikationer for disse projekter:', 'view the task on Kanboard' => 'se opgaven på Kanboard', @@ -501,7 +501,7 @@ return array( // 'Column Change' => '', // 'Position Change' => '', // 'Assignee Change' => '', - 'New password for the user "%s"' => 'Ny adgangskode for brugeren', + 'New password for the user "%s"' => 'Ny adgangskode for brugeren "%s"', 'Choose an event' => 'Vælg et event', 'Github commit received' => 'Github commit modtaget', 'Github issue opened' => 'Github problem åbet', @@ -513,7 +513,7 @@ return array( 'Change the assignee based on an external username' => 'Skift den ansvarlige baseret på et eksternt brugernavn', 'Change the category based on an external label' => 'Skift kategorien baseret på en ekstern label', 'Reference' => 'Reference', - 'Reference: %s' => 'Reference:', + 'Reference: %s' => 'Reference: %s', 'Label' => 'Label', 'Database' => 'Database', 'About' => 'Om', |