diff options
author | Frédéric Guillot <fred@kanboard.net> | 2018-05-10 14:30:59 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-05-10 14:30:59 -0700 |
commit | eafaa4b03770a73080520952112905eb8135a62f (patch) | |
tree | b3c721ca2f3800c8f0694137762fd46ffd16b3de /app/Locale/bs_BA | |
parent | ecc9d80671fdfd4434ac7ecf3113507e6a06da64 (diff) |
Make hardcoded hours string translatable
Diffstat (limited to 'app/Locale/bs_BA')
-rw-r--r-- | app/Locale/bs_BA/translations.php | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/app/Locale/bs_BA/translations.php b/app/Locale/bs_BA/translations.php index 2e58acfc..73dd3ac3 100644 --- a/app/Locale/bs_BA/translations.php +++ b/app/Locale/bs_BA/translations.php @@ -256,7 +256,6 @@ return array( 'Do you really want to remove this sub-task?' => 'Da li da zaista želiš ukloniti pod-zdadatak?', 'Remaining:' => 'Preostalo:', 'hours' => 'sati', - 'spent' => 'potrošeno', 'estimated' => 'procijenjeno', 'Sub-Tasks' => 'Pod-zadaci', 'Add a sub-task' => 'Dodaj pod-zadatak', @@ -481,7 +480,6 @@ return array( 'Link removed successfully.' => 'Veza je uspješno uklonjena.', 'Link labels' => 'Veza s etiketama', 'Link modification' => 'Veza modifikacija', - 'Links' => 'Veze', 'Opposite label' => 'Suprotna etiketa', 'Remove a link' => 'Ukloni vezu', 'The labels must be different' => 'Etikete moraju biti različite', @@ -522,7 +520,6 @@ return array( 'CAD - Canadian Dollar' => 'CAD - Kanadski dolar', 'CHF - Swiss Francs' => 'CHF - Švicarski franak', 'Custom Stylesheet' => 'Prilagođeni stil', - 'download' => 'preuzmi', 'EUR - Euro' => 'EUR - Euro', 'GBP - British Pound' => 'GBP - Britanska funta', 'INR - Indian Rupee' => 'INR - Indijski rupi', @@ -593,7 +590,6 @@ return array( 'Existing due date' => 'Postojeći datum završetka', 'Factor to calculate new due date: ' => 'Faktor za računanje novog datuma završetka: ', 'Month(s)' => 'Mjesec(i)', - 'Recurrence' => 'Referenca', 'This task has been created by: ' => 'Ovaj zadatak je napravio: ', 'Recurrent task has been generated:' => 'Ponavljajući zadatak je napravio:', 'Timeframe to calculate new due date: ' => 'Vremenski okvir za računanje novog datuma završetka:', @@ -731,7 +727,6 @@ return array( 'NOK - Norwegian Krone' => 'NOK - Norveška kruna', 'Show this column' => 'Prikaži ovu kolonu', 'Hide this column' => 'Sakrij ovu kolonu', - 'open file' => 'otvori datoteku', 'End date' => 'Datum završetka', 'Users overview' => 'Opšti pregled korisnika', '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' => '', ); |