2022-10-19 03:10:13 +02:00
|
|
|
|
<?PHP
|
2022-11-17 18:08:26 +01:00
|
|
|
|
$todo_status['suggested'] = 'Запропоновано';
|
|
|
|
|
$todo_status['planned'] = 'Заплановано';
|
|
|
|
|
$todo_status['in_progress'] = 'У процесі виконання';
|
|
|
|
|
$todo_status['done'] = 'Зроблено';
|
|
|
|
|
$todo_status['cancelled'] = 'Скасовано ';
|