From acba6839a6082e3e3800a733f8baea7c843fc02e Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 11 Oct 2014 21:11:10 -0400 Subject: Add 3 new fields for tasks: start date, time estimated and time spent --- app/Locales/sv_SE/translations.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'app/Locales/sv_SE') diff --git a/app/Locales/sv_SE/translations.php b/app/Locales/sv_SE/translations.php index 96e4530d..a96b6c9a 100644 --- a/app/Locales/sv_SE/translations.php +++ b/app/Locales/sv_SE/translations.php @@ -349,9 +349,9 @@ return array( 'estimated' => 'uppskattat', 'Sub-Tasks' => 'Deluppgifter', 'Add a sub-task' => 'Lägg till deluppgift', - 'Original Estimate' => 'Ursprunglig uppskattning', + 'Original estimate' => 'Ursprunglig uppskattning', 'Create another sub-task' => 'Skapa en till deluppgift', - 'Time Spent' => 'Nedlagd tid', + 'Time spent' => 'Nedlagd tid', 'Edit a sub-task' => 'Ändra en deluppgift', 'Remove a sub-task' => 'Ta bort en deluppgift', 'The time must be a numeric value' => 'Tiden måste ha ett numeriskt värde', @@ -538,4 +538,9 @@ return array( // 'This project is private' => '', // 'Type here to create a new sub-task' => '', // 'Add' => '', + // 'Estimated time: %s hours' => '', + // 'Time spent: %s hours' => '', + // 'Started on %B %e, %Y' => '', + // 'Start date' => '', + // 'Time estimated' => '', ); -- cgit v1.2.3