<?PHP declare(strict_types = 1); $timing_intervals_set = array ( 'weekly' => 'Wöchentlich', 'monthly' => 'Monatlich', 'annual' => 'Jährlich', );