diff options
Diffstat (limited to 'app/Locale/da_DK/translations.php')
-rw-r--r-- | app/Locale/da_DK/translations.php | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php index 280ee997..afe14d7f 100644 --- a/app/Locale/da_DK/translations.php +++ b/app/Locale/da_DK/translations.php @@ -154,8 +154,6 @@ return array( '%d closed tasks' => '%d lukket opgavet', 'No task for this project' => 'Ingen opgaver i dette projekt', 'Public link' => 'Offentligt link', - 'Change assignee' => 'Ændre ansvarlig', - 'Change assignee for the task "%s"' => 'Ændre ansvarlig for opgaven: "%s"', 'Timezone' => 'Tidszone', 'Sorry, I didn\'t find this information in my database!' => 'Denne information kunne ikke findes i databasen!', 'Page not found' => 'Siden er ikke fundet', @@ -248,7 +246,6 @@ return array( 'Category' => 'Kategori', 'Category:' => 'Kategori:', 'Categories' => 'Kategorier', - 'Category not found.' => 'Kategori ikke fundet.', 'Your category have been created successfully.' => 'Kategorien er oprettet.', 'Unable to create your category.' => 'Kategorien kunne ikke oprettes.', 'Your category have been updated successfully.' => 'Kategorien er opdateret.', @@ -270,7 +267,6 @@ return array( 'Do you really want to remove this file: "%s"?' => 'Vil du virkelig fjerne denne fil: "%s"?', 'Attachments' => 'Vedhæftninger', 'Edit the task' => 'Rediger opgaven', - 'Edit the description' => 'Rediger beskrivelsen', 'Add a comment' => 'Tilføj en kommentar', 'Edit a comment' => 'Rediger en kommentar', 'Summary' => 'Resumé', @@ -368,7 +364,6 @@ return array( 'No external authentication enabled.' => 'Ingen eksterne autentificering aktiveret.', 'Password modified successfully.' => 'Adgangskode ændret.', '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 %s' => '%s opdatert opgaven %s', '%s opened the task %s' => '%s åben opgaven %s', @@ -485,7 +480,6 @@ return array( // 'Remove a swimlane' => '', // 'Show default swimlane' => '', // 'Swimlane modification for the project "%s"' => '', - // 'Swimlane not found.' => '', // 'Swimlane removed successfully.' => '', // 'Swimlanes' => '', // 'Swimlane updated successfully.' => '', @@ -1202,4 +1196,23 @@ return array( // 'Email transport' => '', // 'Webhook token' => '', // 'Imports' => '', + // 'Project tags management' => '', + // 'Tag created successfully.' => '', + // 'Unable to create this tag.' => '', + // 'Tag updated successfully.' => '', + // 'Unable to update this tag.' => '', + // 'Tag removed successfully.' => '', + // 'Unable to remove this tag.' => '', + // 'Global tags management' => '', + // 'Tags' => '', + // 'Tags management' => '', + // 'Add new tag' => '', + // 'Edit a tag' => '', + // 'Project tags' => '', + // 'There is no specific tag for this project at the moment.' => '', + // 'Tag' => '', + // 'Remove a tag' => '', + // 'Do you really want to remove this tag: "%s"?' => '', + // 'Global tags' => '', + // 'There is no global tag at the moment.' => '', ); |