diff options
Diffstat (limited to 'app/Locale/hr_HR/translations.php')
-rw-r--r-- | app/Locale/hr_HR/translations.php | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/app/Locale/hr_HR/translations.php b/app/Locale/hr_HR/translations.php index 55dcd320..113afa69 100644 --- a/app/Locale/hr_HR/translations.php +++ b/app/Locale/hr_HR/translations.php @@ -256,7 +256,6 @@ return array( 'Do you really want to remove this sub-task?' => 'Stvarno želite maknuti pod-zadatak?', 'Remaining:' => 'Preostalo:', 'hours' => 'sati', - 'spent' => 'potrošeno', 'estimated' => 'procjena', 'Sub-Tasks' => 'Pod-zadaci', 'Add a sub-task' => 'Dodaj pod-zadatak', @@ -481,7 +480,6 @@ return array( // 'Link removed successfully.' => '', 'Link labels' => 'Oznake poveznica', // 'Link modification' => '', - // 'Links' => '', 'Opposite label' => 'Suprotna oznaka', // 'Remove a link' => '', // 'The labels must be different' => '', @@ -522,7 +520,6 @@ return array( // 'CAD - Canadian Dollar' => '', // 'CHF - Swiss Francs' => '', 'Custom Stylesheet' => 'Prilagođeni CSS', - // 'download' => '', // 'EUR - Euro' => '', // 'GBP - British Pound' => '', // 'INR - Indian Rupee' => '', @@ -593,7 +590,6 @@ return array( // 'Existing due date' => '', // 'Factor to calculate new due date: ' => '', // 'Month(s)' => '', - // 'Recurrence' => '', // 'This task has been created by: ' => '', // 'Recurrent task has been generated:' => '', // 'Timeframe to calculate new due date: ' => '', @@ -731,7 +727,6 @@ return array( // 'NOK - Norwegian Krone' => '', // 'Show this column' => '', // 'Hide this column' => '', - // 'open file' => '', 'End date' => 'Datum završetka', // 'Users overview' => '', 'Members' => 'Članovi', @@ -1380,4 +1375,6 @@ return array( // '%s moved the task #%d to the column "%s"' => '', // '%s moved the task #%d to the position %d in the column "%s"' => '', // '%s moved the task #%d to the swimlane "%s"' => '', + // '%sh spent' => '', + // '%sh estimated' => '', ); |