$constants) { echo strtoupper($file) . ":\n"; foreach($constants AS $const => $val) { echo "\t" . $const . "\n"; echo "\t\t" . $val . "\n"; } echo "---------------------------\n"; } @define('PERM_SET_CHILD', 'Set the same permissions on all child directories'); @define('PERMISSION_FORBIDDEN_PLUGINS', 'Forbidden plugins'); @define('PERMISSION_FORBIDDEN_HOOKS', 'Forbidden events'); @define('PERMISSION_FORBIDDEN_ENABLE', 'Enable Plugin ACL for usergroups?'); @define('PERMISSION_FORBIDDEN_ENABLE_DESC', 'If the option "Plugin ACL for usergroups" is enabled in the configuration, you can specify which usergroups are allowed to execute certain plugins/events.'); @define('DELETE_SELECTED_ENTRIES', 'Delete selected entries'); @define('PLUGIN_AUTHORS_MINCOUNT', 'Show only authors with at least X articles'); @define('FURTHER_LINKS_S9Y_BOOKMARKLET', 'Bookmarklet'); @define('FURTHER_LINKS_S9Y_BOOKMARKLET_DESC', 'Bookmark this link and then use it on any page you want to blog about to quickly access your Serendipity Blog.'); @define('IMPORT_WP_PAGES', 'Also fetch attachments and staticpages as normal blog entries?');