Approval.
This commit is contained in:
6
en/todo_status.php
Normal file
6
en/todo_status.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
$todo_status['suggested'] = 'Suggested';
|
||||
$todo_status['planned'] = 'Planned';
|
||||
$todo_status['in_progress'] = 'In progress';
|
||||
$todo_status['done'] = 'Done';
|
||||
$todo_status['cancelled'] = 'Cancelled';
|
Reference in New Issue
Block a user