diff options
Diffstat (limited to 'app/Locale/da_DK/translations.php')
-rw-r--r-- | app/Locale/da_DK/translations.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php index 83d81455..cc2ffc01 100644 --- a/app/Locale/da_DK/translations.php +++ b/app/Locale/da_DK/translations.php @@ -273,7 +273,6 @@ return array( 'Sub-task updated successfully.' => 'Under-opgaven er opdateret.', 'Unable to update your sub-task.' => 'Under-opgaven kunne ikke opdateres.', 'Unable to create your sub-task.' => 'Under-opgaven kunne ikke oprettes.', - 'Sub-task added successfully.' => 'Under-opgaven er tilføjet.', 'Maximum size: ' => 'Maksimum størrelse: ', 'Display another project' => 'Vis et andet projekt...', 'Created by %s' => 'Oprettet af %s', @@ -1207,7 +1206,6 @@ return array( 'Preview' => 'Forhåndsvisning', 'Write' => 'Skriv', 'Write your text in Markdown' => 'Skriv din tekst i Markdown', - // 'New External Task: %s' => '', // 'No personal API access token registered.' => '', // 'Your personal API access token is "%s"' => '', // 'Remove your token' => '', @@ -1344,4 +1342,7 @@ return array( // 'Subtask not started' => '', // 'Subtask currently in progress' => '', // 'Subtask completed' => '', + // 'Subtask added successfully.' => '', + // '%d subtasks added successfully.' => '', + // 'Enter one subtask by line.' => '', ); |