Fixed timezone warning by adding timezone config option
This commit is contained in:
@@ -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' => ''
|
||||
*/
|
||||
);
|
||||
|
||||
@@ -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'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user