diff options
author | rzeka <piotr@rzeka.net> | 2014-02-24 21:08:56 +0100 |
---|---|---|
committer | rzeka <piotr@rzeka.net> | 2014-02-24 21:08:56 +0100 |
commit | e374a6fd6499b50d4587d136490ced7444f8bc2b (patch) | |
tree | 9e620688d4291c4d2877b7156776f00438092f9e /locales/pl_PL | |
parent | b4784d39e11c2d576076930bb700bf146321bf62 (diff) |
Fixed timezone warning by adding timezone config option
Diffstat (limited to 'locales/pl_PL')
-rw-r--r-- | locales/pl_PL/translations.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/locales/pl_PL/translations.php b/locales/pl_PL/translations.php index 4e24f631..ee0c6894 100644 --- a/locales/pl_PL/translations.php +++ b/locales/pl_PL/translations.php @@ -183,4 +183,5 @@ return array( 'There is no column in your project!' => 'Brak kolumnt w Twoim projekcie', 'Change assignee' => 'Zmień odpowiedzialną osobę', 'Change assignee for the task "%s"' => 'Zmień odpowiedzialną osobę dla zadania "%s"', + 'Timezone' => 'Strefa czasowa' ); |