me bad. loose but lossy.
[squirrelmail.git] / plugins / administrator / defines.php
index f6a3f3c26e5cfbafcffa4b309f77dbb1c048876b..c224866d2ab09233c375f11fa603fd587ac2571b 100644 (file)
@@ -49,7 +49,7 @@ for ($lsv = 100; $lsv <= 300; $lsv += 10) {
 $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"),
                                              'type' => SMOPT_TYPE_COMMENT,
                                              'size' => 7 ),
-                 'SM_ver' => array( 'name' => _("Squirrelmail Version"),
+                 'SM_ver' => array( 'name' => _("SquirrelMail Version"),
                                     'type' => SMOPT_TYPE_EXTERNAL,
                                     'value' => "$version" ),
                  'PHP_ver' => array( 'name' => _("PHP Version"),
@@ -107,7 +107,7 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"),
                                                                    'other' => _("Not one of the above servers") ) ),
                  '$optional_delimiter' => array( 'name' => _("IMAP Folder Delimiter"),
                                                  'type' => SMOPT_TYPE_STRING,
-                                                 'comment' => _("Use \"detect\" to auto-detect."),
+                                                 'comment' => _("Use &quot;detect&quot; to auto-detect."),
                                                  'size' => 10,
                                                  'default' => 'detect' ),
                  '$use_imap_tls' => array( 'name' => _("Use TLS for IMAP Connections"),
@@ -116,13 +116,13 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"),
                                            'default' => false ),
                  '$imap_auth_mech' => array( 'name' => _("IMAP Authentication Type"),
                                              'type' => SMOPT_TYPE_STRLIST,
-                                             'posvals' => array('login' => 'IMAP LOGIN',
+                                             'posvals' => array('login' => _("IMAP login"),
                                                                 'cram-md5' => 'CRAM-MD5',
                                                                 'digest-md5' => 'DIGEST-MD5'),
                                              'default' => 'login' ),
                  '$useSendmail' => array( 'name' => _("Use Sendmail Binary"),
                                           'type' => SMOPT_TYPE_BOOLEAN,
-                                          'comment' => "Say 'no' for SMTP" ),
+                                          'comment' => _("Choose &quot;no&quot; for SMTP") ),
                  '$sendmail_path' => array( 'name' => _("Sendmail Path"),
                                             'type' => SMOPT_TYPE_STRING,
                                             'size' => 40 ),
@@ -137,8 +137,8 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"),
                                            'default' => false ),
                  '$smtp_auth_mech' => array( 'name' => _("SMTP Authentication Type"),
                                              'type' => SMOPT_TYPE_STRLIST,
-                                             'posvals' => array('none' => 'No SMTP auth',
-                                                                'login' => 'Login (Plaintext)',
+                                             'posvals' => array('none' => _("No SMTP auth"),
+                                                                'login' => _("Login (plain text)"),
                                                                 'cram-md5' => 'CRAM-MD5',
                                                                 'digest-md5' => 'DIGEST-MD5'),
                                              'default' => 'none'),
@@ -317,7 +317,9 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"),
                  '$available_languages' => array( 'name' => _("Available languages"),
                                                   'type' => SMOPT_TYPE_STRING,
                                                   'size' => 40 ),
-                 '$agresive_decoding'  => array( 'name' => _("Use agresive decoding"),
+                 '$aggressive_decoding'  => array( 'name' => _("Enable aggressive decoding"),
+                                                 'type' => SMOPT_TYPE_BOOLEAN ),
+                 '$lossy_encoding'  => array( 'name' => _("Enable lossy encoding"),
                                                  'type' => SMOPT_TYPE_BOOLEAN ),
                  'Group10' => array( 'name' => _("Tweaks"),
                                      'type' => SMOPT_TYPE_TITLE ),
@@ -342,8 +344,8 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"),
                                             'default' => 0,
                                             'comment' => _("Use index number of theme") ),
                  /* --------------------------------------------------------*/
-                 '$config_use_color' => array(  'name' => '',
-                                                'type' => SMOPT_TYPE_HIDDEN ),
+                 '$config_use_color' => array( 'name' => '',
+                                               'type' => SMOPT_TYPE_HIDDEN ),
                  '$no_list_for_subscribe' => array( 'name' => '',
                                                     'type' => SMOPT_TYPE_HIDDEN ),
                  /* --------------------------------------------------------*/