Approval.
This commit is contained in:
6
de/todo_status.php
Normal file
6
de/todo_status.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
$todo_status['suggested'] = 'Vorgeschlagen';
|
||||
$todo_status['planned'] = 'Geplant';
|
||||
$todo_status['in_progress'] = 'In Arbeit';
|
||||
$todo_status['done'] = 'Getan';
|
||||
$todo_status['cancelled'] = 'Abgebrochen';
|
Reference in New Issue
Block a user