From e374a6fd6499b50d4587d136490ced7444f8bc2b Mon Sep 17 00:00:00 2001 From: rzeka Date: Mon, 24 Feb 2014 21:08:56 +0100 Subject: Fixed timezone warning by adding timezone config option --- locales/fr_FR/translations.php | 3 +++ locales/pl_PL/translations.php | 1 + 2 files changed, 4 insertions(+) (limited to 'locales') diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php index 1e9f1148..044b5b3e 100644 --- a/locales/fr_FR/translations.php +++ b/locales/fr_FR/translations.php @@ -183,4 +183,7 @@ return array( 'There is no column in your project!' => 'Il n\'y a aucune colonne dans votre projet !', 'Change assignee' => 'Changer la personne assignée', 'Change assignee for the task "%s"' => 'Changer la personne assignée pour la tâche « %s »', + /* missing + 'Timezone' => '' + */ ); 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' ); -- cgit v1.2.3