diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-01-01 21:56:31 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-01-01 21:56:31 +0800 |
commit | 7ddd1c1379b274907698b2251a11e705fd75e2a3 (patch) | |
tree | 1c34735c22b269297367d356cda0b391b71c77e9 /mail | |
parent | 3c352346c1b03a56e82c16782835939758d0527e (diff) | |
download | gsoc2013-evolution-7ddd1c1379b274907698b2251a11e705fd75e2a3.tar.gz gsoc2013-evolution-7ddd1c1379b274907698b2251a11e705fd75e2a3.tar.zst gsoc2013-evolution-7ddd1c1379b274907698b2251a11e705fd75e2a3.zip |
String Fixes (Bug #325122)
2006-01-01 Harish Krishnaswamy <kharish@novell.com>
* String Fixes (Bug #325122)
svn path=/trunk/; revision=31006
Diffstat (limited to 'mail')
-rw-r--r-- | mail/em-format-html-display.c | 6 | ||||
-rw-r--r-- | mail/mail.error.xml | 12 |
2 files changed, 9 insertions, 9 deletions
diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c index 8bddc98a5e..54cc0c4448 100644 --- a/mail/em-format-html-display.c +++ b/mail/em-format-html-display.c @@ -735,10 +735,10 @@ static const struct { static const struct { const char *icon, *shortdesc, *description; } smime_encrypt_table[4] = { - { "stock_lock-broken", N_("Unencrypted"), N_("This message is not encrypted. Its content may be viewed in transit across the Internet.") }, - { "stock_lock-ok", N_("Encrypted, weak"), N_("This message is encrypted, but with a weak encryption algorithm. It would be difficult, but not impossible for an outsider to view the content of this message in a practical amount of time.") }, + { "stock_lock-broken", N_("Unencrypted"), N_("This message is not encrypted. Its content may be viewed in transit across the Internet.") }, + { "stock_lock-ok", N_("Encrypted, weak"), N_("This message is encrypted, but with a weak encryption algorithm. It would be difficult, but not impossible for an outsider to view the content of this message in a practical amount of time.") }, { "stock_lock-ok", N_("Encrypted"), N_("This message is encrypted. It would be difficult for an outsider to view the content of this message.") }, - { "stock_lock-ok", N_("Encrypted, strong"), N_("This message is encrypted, with a strong encryption algorithm. It would be very difficult for an outsider to view the content of this message in a practical amount of time.") }, + { "stock_lock-ok", N_("Encrypted, strong"), N_("This message is encrypted, with a strong encryption algorithm. It would be very difficult for an outsider to view the content of this message in a practical amount of time.") }, }; static const char *smime_sign_colour[4] = { diff --git a/mail/mail.error.xml b/mail/mail.error.xml index 98feead1ec..dcbe33653d 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -8,7 +8,7 @@ <error id="camel-service-auth-failed" type="warning"> <_primary>Your login to your server "{0}" as "{0}" failed.</_primary> - <_secondary xml:space="preserve">Check to make sure your password is spelled correctly. Remember that many passwords are case sensitive; your caps lock might be on.</_secondary> + <_secondary xml:space="preserve">Check to make sure your password is spelled correctly. Remember that many passwords are case sensitive; your caps lock might be on.</_secondary> </error> <error id="ask-send-html" type="question" default="GTK_RESPONSE_YES"> @@ -50,7 +50,7 @@ Many email systems add an Apparently-To header to messages that only have BCC re <error id="ask-default-drafts" type="question" default="GTK_RESPONSE_YES"> <_primary>Use default drafts folder?</_primary> - <_secondary xml:space="preserve">Unable to open the drafts folder for this account. Use the system drafts folder instead?</_secondary> + <_secondary xml:space="preserve">Unable to open the drafts folder for this account. Use the system drafts folder instead?</_secondary> <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> <button _label="Use _Default" response="GTK_RESPONSE_YES"/> </error> @@ -85,8 +85,8 @@ Many email systems add an Apparently-To header to messages that only have BCC re <error id="camel-exception" type="warning"> <_primary>Your message with the subject "{0}" was not delivered.</_primary> - <_secondary xml:space="preserve">The message was sent via the "sendmail" external application. Sendmail reports the following error: status 67: mail not sent. -The message is stored in the Outbox folder. Check the message for errors and resend.</_secondary> + <_secondary xml:space="preserve">The message was sent via the "sendmail" external application. Sendmail reports the following error: status 67: mail not sent. +The message is stored in the Outbox folder. Check the message for errors and resend.</_secondary> </error> <error id="async-error" type="error"> @@ -336,7 +336,7 @@ You can choose to ignore this folder, overwrite or append its contents, or quit. <error id="no-load-license" type="error"> <_primary>Unable to read license file.</_primary> - <_secondary xml:space="preserve">Cannot read the license file "{0}", due to an installation problem. You will not be able to use this provider until you can accept its license.</_secondary> + <_secondary xml:space="preserve">Cannot read the license file "{0}", due to an installation problem. You will not be able to use this provider until you can accept its license.</_secondary> </error> <error id="checking-service" type="info"> @@ -354,7 +354,7 @@ You can choose to ignore this folder, overwrite or append its contents, or quit. <error id="ask-receipt" type="question" default="GTK_RESPONSE_NO"> <_title>Read receipt requested.</_title> <_primary>Read receipt requested.</_primary> - <_secondary xml:space="preserve">A read receipt notification has been requested for "{1}". Send the receipt notification to {0}?</_secondary> + <_secondary xml:space="preserve">A read receipt notification has been requested for "{1}". Send the receipt notification to {0}?</_secondary> <button stock="gtk-no" response="GTK_RESPONSE_NO"/> <button stock="gtk-yes" _label="Send Receipt" response="GTK_RESPONSE_YES"/> </error> |