diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2001-01-06 02:36:18 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-01-06 02:36:18 +0800 |
commit | 3b1cd946dfefa0b86331583076936ce7f89c4e26 (patch) | |
tree | 35244608eebd453eac95fd98bc59bd63b21070f4 /mail/mail-config-druid.glade.h | |
parent | ec532d28e42f4c0fb912bf7442b092e65d273178 (diff) | |
download | gsoc2013-evolution-3b1cd946dfefa0b86331583076936ce7f89c4e26.tar gsoc2013-evolution-3b1cd946dfefa0b86331583076936ce7f89c4e26.tar.gz gsoc2013-evolution-3b1cd946dfefa0b86331583076936ce7f89c4e26.tar.bz2 gsoc2013-evolution-3b1cd946dfefa0b86331583076936ce7f89c4e26.tar.lz gsoc2013-evolution-3b1cd946dfefa0b86331583076936ce7f89c4e26.tar.xz gsoc2013-evolution-3b1cd946dfefa0b86331583076936ce7f89c4e26.tar.zst gsoc2013-evolution-3b1cd946dfefa0b86331583076936ce7f89c4e26.zip |
Renamed from _delete_mail
2001-01-05 Jeffrey Stedfast <fejj@helixcode.com>
* mail-config-druid.c (mail_config_druid_get_incoming_keep_mail):
Renamed from _delete_mail
* mail-config-druid.glade: Changed "Delete mail from server" to
"Keep mail on server" as this has a more positive ring to it. Both
I and Aaron agree this is the better phrase.
svn path=/trunk/; revision=7269
Diffstat (limited to 'mail/mail-config-druid.glade.h')
-rw-r--r-- | mail/mail-config-druid.glade.h | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/mail/mail-config-druid.glade.h b/mail/mail-config-druid.glade.h index 2173da685e..a0908a12c5 100644 --- a/mail/mail-config-druid.glade.h +++ b/mail/mail-config-druid.glade.h @@ -23,7 +23,7 @@ gchar *s = N_("Server Configuration"); gchar *s = N_("Host:"); gchar *s = N_("Username:"); gchar *s = N_("Path:"); -gchar *s = N_("Delete mail from server"); +gchar *s = N_("Keep mail on server"); gchar *s = N_("Authentication"); gchar *s = N_("Authentication"); gchar *s = N_("Authentication Type:"); @@ -49,17 +49,14 @@ gchar *s = N_("Account Properties"); gchar *s = N_("Mail Account"); gchar *s = N_("Type the name by which you would like to refer to these servers. For example: \"Work\" or \"Home\"."); gchar *s = N_("User Information"); +gchar *s = N_("Select signature file"); gchar *s = N_("Name:"); gchar *s = N_("E-Mail Address:"); gchar *s = N_("Reply-To:"); gchar *s = N_("Organization:"); gchar *s = N_("Signature:"); -gchar *s = N_("Select signature file"); gchar *s = N_("General"); gchar *s = N_("Incoming Mail Server"); -gchar *s = N_("Username:"); -gchar *s = N_("Password:"); -gchar *s = N_("Authentication:"); gchar *s = N_("Save password"); gchar *s = N_("This server requires a secure connection (SSL)"); gchar *s = N_("Plain Text\n" @@ -68,23 +65,27 @@ gchar *s = N_("Plain Text\n" "DIGEST-MD5\n" ""); gchar *s = N_("Type:"); -gchar *s = N_("IMAP"); gchar *s = N_("Hostname:"); -gchar *s = N_("Outgoing Mail Server"); +gchar *s = N_("Username:"); +gchar *s = N_("Password:"); +gchar *s = N_("IMAP"); gchar *s = N_("Authentication:"); +gchar *s = N_("Outgoing Mail Server"); gchar *s = N_("This server requires a secure connection (SSL)"); gchar *s = N_("None\n" "CRAM-MD5\n" ""); gchar *s = N_("Type:"); gchar *s = N_("Hostname:"); +gchar *s = N_("Authentication:"); gchar *s = N_("Sendmail\n" "SMTP\n" ""); gchar *s = N_("Servers"); +gchar *s = N_("Server Timeouts"); +gchar *s = N_("Keep mail on server"); gchar *s = N_("Automatically check mail every "); gchar *s = N_("minute(s)"); -gchar *s = N_("Server Timeouts"); gchar *s = N_("Advanced"); gchar *s = N_("Evolution Mail Configuration"); gchar *s = N_("Account"); |