'$no_community_page'=>array('no_community_page',t("Show Community Page"),!get_config('system','no_community_page'),t("Display a Community page showing all recent public postings on this site.")),
'$ostatus_disabled'=>array('ostatus_disabled',t("Enable OStatus support"),!get_config('system','ostatus_disabled'),t("Provide built-in OStatus \x28identi.ca, status.net, etc.\x29 compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed.")),
'$ostatus_poll_interval'=>array('ostatus_poll_interval',t("OStatus conversation completion interval"),(string)intval(get_config('system','ostatus_poll_interval')),t("How often shall the poller check for new entries in OStatus conversations? This can be a very ressource task."),$ostatus_poll_choices),
'$dfrn_only'=>array('dfrn_only',t('Only allow Friendica contacts'),get_config('system','dfrn_only'),t("All contacts must use Friendica protocols. All other built-in communication protocols disabled.")),
'$verifyssl'=>array('verifyssl',t("Verify SSL"),get_config('system','verifyssl'),t("If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites.")),