'Saal 1', 'saal2' => 'Saal 2', 'saalg' => 'Saal G', 'saal6' => 'Saal 6', 'lounge' => 'Lounge', 'ambient' => 'Ambient', 'sendezentrum' => 'Sendezentrum', ); $GLOBALS['CONFIG']['FORMATS'] = array( 'hd' => 'FullHD', 'hq' => 'High Quality', 'lq' => 'Low Quality', 'audio' => 'Audio', 'slides' => 'Slide-Images', ); $GLOBALS['CONFIG']['FORMAT_TEXT'] = array( 'hd' => '1920x1080, h264+aac, 5 MBit/s', 'hq' => '1024x576, h264+aac, 1 MBit/s', 'lq' => '640x360, h264+aac, 0.5 MBit/s', 'webm' => '1024x576 vp8+vorbis in webm, zzz MBit/s', 'mp3' => 'MP3, 192 kBit/s', 'ogg' => 'OGG Vorbis, xxx kBit/s', 'opus' => 'Opus (RFC 6716), yyy kBit/s', ); // various room-name nappings $GLOBALS['CONFIG']['FAHRPLAN_ROOM_MAPPING'] = array( 'Grossbaustelle BER' => 'saal1', 'Tiefbaustelle S21' => 'saal2', 'Hochbaustelle Elbphilharmonie' => 'saal6', );