|
@@ -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 "detect" 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 "no" 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'),
|
|
@@ -342,12 +342,12 @@ $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 ),
|
|
|
/* --------------------------------------------------------*/
|
|
|
|
|
|
);
|
|
|
|
|
|
-?>
|
|
|
+?>
|