summaryrefslogtreecommitdiff
path: root/app/Locales/pl_PL/translations.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-10-11 21:11:10 -0400
committerFrédéric Guillot <fred@kanboard.net>2014-10-11 21:11:10 -0400
commitacba6839a6082e3e3800a733f8baea7c843fc02e (patch)
treee2847dcd13d9ccc3d8f0f6f936a5776df852e11b /app/Locales/pl_PL/translations.php
parenta8418afdebe92dde495bc5010645779c73939b7b (diff)
Add 3 new fields for tasks: start date, time estimated and time spent
Diffstat (limited to 'app/Locales/pl_PL/translations.php')
-rw-r--r--app/Locales/pl_PL/translations.php9
1 files changed, 7 insertions, 2 deletions
diff --git a/app/Locales/pl_PL/translations.php b/app/Locales/pl_PL/translations.php
index d2eff65d..f2e96bb6 100644
--- a/app/Locales/pl_PL/translations.php
+++ b/app/Locales/pl_PL/translations.php
@@ -349,9 +349,9 @@ return array(
// 'estimated' => '',
// 'Sub-Tasks' => '',
// 'Add a sub-task' => '',
- // 'Original Estimate' => '',
+ // 'Original estimate' => '',
// 'Create another sub-task' => '',
- // 'Time Spent' => '',
+ // 'Time spent' => '',
// 'Edit a sub-task' => '',
// 'Remove a sub-task' => '',
// 'The time must be a numeric value' => '',
@@ -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' => '',
);