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/ro_RO | |
parent | ecc9d80671fdfd4434ac7ecf3113507e6a06da64 (diff) |
Make hardcoded hours string translatable
Diffstat (limited to 'app/Locale/ro_RO')
-rw-r--r-- | app/Locale/ro_RO/translations.php | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/app/Locale/ro_RO/translations.php b/app/Locale/ro_RO/translations.php index 548a047e..07198eab 100644 --- a/app/Locale/ro_RO/translations.php +++ b/app/Locale/ro_RO/translations.php @@ -256,7 +256,6 @@ return array( 'Do you really want to remove this sub-task?' => 'Vrei să ștergi această sub-sarcină?', 'Remaining:' => 'Rămas:', 'hours' => 'ore', - 'spent' => 'trecute', 'estimated' => 'estimate', 'Sub-Tasks' => 'Sub-sarcini', 'Add a sub-task' => 'Adaugă o sub-sarcină', @@ -481,7 +480,6 @@ return array( 'Link removed successfully.' => 'Legătură ștearsă.', 'Link labels' => 'Etichete de legături', 'Link modification' => 'Modificare legătură', - 'Links' => 'Legături', 'Opposite label' => 'Etichetă opusă', 'Remove a link' => 'Șterge o legătură', 'The labels must be different' => 'Etichetele trebuie să difere', @@ -522,7 +520,6 @@ return array( 'CAD - Canadian Dollar' => 'CAD - Dolar canadian', 'CHF - Swiss Francs' => 'CHF - Franc elvetian', 'Custom Stylesheet' => 'Stylesheet personalizat', - 'download' => 'descarcă', 'EUR - Euro' => 'EUR - Euro', 'GBP - British Pound' => 'GBP - Liră sterlină', 'INR - Indian Rupee' => 'INR - Rupie indiană', @@ -593,7 +590,6 @@ return array( 'Existing due date' => 'Dată scadentă existentă', 'Factor to calculate new due date: ' => 'Factor de calculare a noii date scadente: ', 'Month(s)' => 'Lună(/i)', - 'Recurrence' => 'Recurență', 'This task has been created by: ' => 'Această sarcină a fost creată de:', 'Recurrent task has been generated:' => 'Sarcina recurentă a fost generată:', 'Timeframe to calculate new due date: ' => 'Interval de timp pentru calcularea noii date scadente: ', @@ -731,7 +727,6 @@ return array( 'NOK - Norwegian Krone' => 'NOK - Coroană norvegiană', 'Show this column' => 'Arată această coloană', 'Hide this column' => 'Ascunde această coloană', - 'open file' => 'deschide fișier', 'End date' => 'Dată finalizare', 'Users overview' => 'Prezentare generală utilizatori', 'Members' => 'Membrii', @@ -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' => '', ); |