translation-value-sets/de/todo_status.php
2022-10-19 01:10:13 +00:00

7 lines
206 B
PHP

<?PHP
$todo_status['suggested'] = 'Vorgeschlagen';
$todo_status['planned'] = 'Geplant';
$todo_status['in_progress'] = 'In Arbeit';
$todo_status['done'] = 'Getan';
$todo_status['cancelled'] = 'Abgebrochen';