X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Fadministrator%2Fdefines.php;h=72b227b3864ae444f4312c69f46ec83e88c428c4;hb=33f347ebbef91903d367a8604e8bf965a2ef2ce3;hp=93fa218c9fabeb0a6dc42fafe01230e329ccb4e4;hpb=6c84ba1ec45ab854c37b6f65c5b4d84ab1c7aad4;p=squirrelmail.git diff --git a/plugins/administrator/defines.php b/plugins/administrator/defines.php index 93fa218c..72b227b3 100644 --- a/plugins/administrator/defines.php +++ b/plugins/administrator/defines.php @@ -104,6 +104,8 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"), 'uw' => _("University of Washington's IMAP server"), 'exchange' => _("Microsoft Exchange IMAP server"), 'courier' => _("Courier IMAP server"), + 'macosx' => _("Mac OS X Mailserver"), + 'hmailserver' => _("hMailServer IMAP server"), 'other' => _("Not one of the above servers") ) ), '$optional_delimiter' => array( 'name' => _("IMAP Folder Delimiter"), 'type' => SMOPT_TYPE_STRING, @@ -334,9 +336,9 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"), 'type' => SMOPT_TYPE_BOOLEAN ), '$use_icons' => array( 'name' => _("Use icons"), 'type' => SMOPT_TYPE_BOOLEAN ), - '$use_php_recode' => array( 'name' => _("Use php recode functions"), + '$use_php_recode' => array( 'name' => _("Use PHP recode functions"), 'type' => SMOPT_TYPE_BOOLEAN ), - '$use_php_iconv' => array( 'name' => _("Use php iconv functions"), + '$use_php_iconv' => array( 'name' => _("Use PHP iconv functions"), 'type' => SMOPT_TYPE_BOOLEAN ), /* ---- Settings of address books ---- */ 'Group11' => array( 'name' => _("Address Books"),