diff options
Diffstat (limited to 'app/Locale/da_DK/translations.php')
-rw-r--r-- | app/Locale/da_DK/translations.php | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php index 9fcd0bff..3287aa51 100644 --- a/app/Locale/da_DK/translations.php +++ b/app/Locale/da_DK/translations.php @@ -469,18 +469,18 @@ return array( 'Unable to change the password.' => 'Adgangskoden kunne ikke ændres.', 'Change category for the task "%s"' => 'Skift kategori for opgaven "%s"', 'Change category' => 'Skift kategori', - '%s updated the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '%s opdatert opgaven <a href="?controller=task&action=show&task_id=%d">#%d</a>', - '%s open the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '%s åben opgaven <a href="?controller=task&action=show&task_id=%d">#%d</a>', - '%s moved the task <a href="?controller=task&action=show&task_id=%d">#%d</a> to the position #%d in the column "%s"' => '%s flyt opgaven <a href="?controller=task&action=show&task_id=%d">#%d</a> til positionen #%d i kolonnen "%s"', - '%s moved the task <a href="?controller=task&action=show&task_id=%d">#%d</a> to the column "%s"' => '%s flyttede opgaven <a href="?controller=task&action=show&task_id=%d">#%d</a> til kolonnen "%s"', - '%s created the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '%s oprettede opgaven <a href="?controller=task&action=show&task_id=%d">#%d</a>', - '%s closed the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '', - '%s created a subtask for the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '%s oprettede en under-opgave for opgaven <a href="?controller=task&action=show&task_id=%d">#%d</a>', - '%s updated a subtask for the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '%s opdaterede en under-opgave for opgaven <a href="?controller=task&action=show&task_id=%d">#%d</a>', + '%s updated the task %s' => '%s opdatert opgaven %s', + '%s opened the task %s' => '%s åben opgaven %s', + '%s moved the task %s to the position #%d in the column "%s"' => '%s flyt opgaven %s til positionen #%d i kolonnen "%s"', + '%s moved the task %s to the column "%s"' => '%s flyttede opgaven %s til kolonnen "%s"', + '%s created the task %s' => '%s oprettede opgaven %s', + '%s closed the task %s' => '', + '%s created a subtask for the task %s' => '%s oprettede en under-opgave for opgaven %s', + '%s updated a subtask for the task %s' => '%s opdaterede en under-opgave for opgaven %s', 'Assigned to %s with an estimate of %s/%sh' => 'Tildelt til %s med en estimering på %s/%sh', 'Not assigned, estimate of %sh' => 'Ikke tildelt, estimeret til %sh', - '%s updated a comment on the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '%s opdateret en kommentar på opgaven <a href="?controller=task&action=show&task_id=%d">#%d</a>', - '%s commented the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '%s har kommenteret opgaven <a href="?controller=task&action=show&task_id=%d">#%d</a>', + '%s updated a comment on the task %s' => '%s opdateret en kommentar på opgaven %s', + '%s commented the task %s' => '%s har kommenteret opgaven %s', '%s\'s activity' => '%s\'s aktvitet', 'No activity.' => 'Ingen aktivitet', 'RSS feed' => 'RSS feed', @@ -499,7 +499,7 @@ return array( 'Default columns for new projects (Comma-separated)' => 'Standard kolonne for nye projekter (kommasepareret)', 'Task assignee change' => 'Opgaven ansvarlig ændring', '%s change the assignee of the task #%d to %s' => '%s skrift ansvarlig for opgaven #%d til %s', - '%s change the assignee of the task <a href="?controller=task&action=show&task_id=%d">#%d</a> to %s' => '%s skift ansvarlig for opgaven <a href="?controller=task&action=show&task_id=%d">#%d</a> til %s', + '%s changed the assignee of the task %s to %s' => '%s skift ansvarlig for opgaven %s til %s', '[%s][Column Change] %s (#%d)' => '[%s][Kolonne Skift] %s (#%d)', '[%s][Position Change] %s (#%d)' => '[%s][Position Skift] %s (#%d)', '[%s][Assignee Change] %s (#%d)' => '[%s][Ansvarlig Skift] %s (#%d)', |