From de6bf9e483ac489de9495517907a642a9c1f1e4d Mon Sep 17 00:00:00 2001 From: jervfors Date: Sat, 3 Jul 2004 07:17:13 +0000 Subject: [PATCH] I18n fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7739 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/administrator/defines.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/plugins/administrator/defines.php b/plugins/administrator/defines.php index 1f0d381f..a1c4dd9f 100644 --- a/plugins/administrator/defines.php +++ b/plugins/administrator/defines.php @@ -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 ), /* --------------------------------------------------------*/ ); -?> +?> \ No newline at end of file -- 2.25.1