translation-value-sets/de/todo_status.php

7 lines
206 B
PHP
Raw Normal View History

2022-10-19 03:10:13 +02:00
<?PHP
$todo_status['suggested'] = 'Vorgeschlagen';
$todo_status['planned'] = 'Geplant';
$todo_status['in_progress'] = 'In Arbeit';
$todo_status['done'] = 'Getan';
$todo_status['cancelled'] = 'Abgebrochen';