Revise plugin documentation. Mainly, this removes remains of documentation
[squirrelmail.git] / plugins / administrator / defines.php
index 967408d3058196664a5cdf06238ca890d92e34f8..72b227b3864ae444f4312c69f46ec83e88c428c4 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @version $Id$
  * @author Philippe Mingo
- * @copyright (c) 1999-2004 The SquirrelMail Project Team
+ * @copyright (c) 1999-2005 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @package plugins
  * @subpackage administrator
@@ -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,
@@ -304,13 +306,18 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"),
                                               'posvals' => array( 'iso-8859-1' => 'iso-8859-1',
                                                                   'iso-8859-2' => 'iso-8859-2',
                                                                   'iso-8859-7' => 'iso-8859-7',
+                                                                  'iso-8859-9' => 'iso-8859-9',
                                                                   'iso-8859-15' => 'iso-8859-15',
-                                                                  'iso-8859-15' => 'iso-8859-15',
-                                                                  'ns_4551_1' => 'ns_4551_1',
+                                                                  'utf-8' => 'utf-8',
                                                                   'koi8-r' => 'koi8-r',
-                                                                  'euc-KR' => 'euc-KR',
+                                                                  'euc-kr' => 'euc-kr',
+                                                                  'big5' => 'big5',
+                                                                  'gb2312' => 'gb2312',
+                                                                  'tis-620' => 'tis-620',
                                                                   'windows-1251' => 'windows-1251',
-                                                                  'ISO-2022-JP' => 'ISO-2022-JP' ) ),
+                                                                  'windows-1255' => 'windows-1255',
+                                                                  'windows-1256' => 'windows-1256',
+                                                                  'iso-2022-jp' => 'iso-2022-jp' ) ),
                  '$show_alternative_names'  => array( 'name' => _("Show alternative language names"),
                                                       'type' => SMOPT_TYPE_BOOLEAN ),
                  '$available_languages' => array( 'name' => _("Available languages"),
@@ -329,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"),