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