diff options
Diffstat (limited to 'app/Locale/hr_HR')
-rw-r--r-- | app/Locale/hr_HR/translations.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/Locale/hr_HR/translations.php b/app/Locale/hr_HR/translations.php index 60cde5ac..5647603a 100644 --- a/app/Locale/hr_HR/translations.php +++ b/app/Locale/hr_HR/translations.php @@ -273,7 +273,6 @@ return array( 'Sub-task updated successfully.' => 'Pod-zadatak je uspješno dopunjen.', 'Unable to update your sub-task.' => 'Nije moguće dopuniti ovaj pod-zadatak.', 'Unable to create your sub-task.' => 'Nije moguće krerati ovaj pod-zadatak.', - 'Sub-task added successfully.' => 'Pod-zadatak uspješno dodan', 'Maximum size: ' => 'Maksimalna veličina: ', 'Display another project' => 'Prikaži drugi projekt', 'Created by %s' => 'Kreirao %s', @@ -1207,7 +1206,6 @@ return array( // 'Preview' => '', // 'Write' => '', // 'Write your text in Markdown' => '', - // 'New External Task: %s' => '', 'No personal API access token registered.' => 'Nije zabilježen niti jedan pristupni token.', // '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.' => '', ); |