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/mail.error.xml | |
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/mail.error.xml')
-rw-r--r-- | mail/mail.error.xml | 12 |
1 files changed, 6 insertions, 6 deletions
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> |