diff options
Diffstat (limited to 'app/Locale/hr_HR/translations.php')
-rw-r--r-- | app/Locale/hr_HR/translations.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/Locale/hr_HR/translations.php b/app/Locale/hr_HR/translations.php index 5d04f184..0d690b61 100644 --- a/app/Locale/hr_HR/translations.php +++ b/app/Locale/hr_HR/translations.php @@ -596,7 +596,7 @@ return array( // 'Existing due date' => '', // 'Factor to calculate new due date: ' => '', // 'Month(s)' => '', - // 'Recurrence' => 'Ponavljanje', + // 'Recurrence' => '', // 'This task has been created by: ' => '', // 'Recurrent task has been generated:' => '', // 'Timeframe to calculate new due date: ' => '', @@ -1285,8 +1285,8 @@ return array( // 'Your project must have at least one active swimlane.' => '', // 'Project: %s' => '', // 'Automatic action not found: "%s"' => '', - // '%d projects' => '', - // '%d project' => '', + '%d projects' => '%d projekta', + '%d project' => '%d projekt', // 'There is no project.' => '', // 'Sort' => '', // 'Project ID' => '', @@ -1325,7 +1325,7 @@ return array( // 'Changing assignee is not permitted' => '', // 'Update only assigned tasks is permitted' => '', // 'Only for tasks assigned to the current user' => '', - 'My projects' => 'Moji projekti', + 'My projects' => 'Moji projekti', // 'Your are not member of any project.' => '', 'My subtasks' => 'Moji podzadaci', // '%d subtasks' => '', @@ -1338,6 +1338,6 @@ return array( // 'This task was sent by email to "%s" with subject "%s".' => '', // 'Predefined Email Subjects' => '', // 'Write one subject by line.' => '', - '%d projects' => '%d projekta', - '%d project' => '%d projekt' + // 'Create another link' => '', + // 'BRL - Brazilian Real' => '', ); |