diff options
author | Milan Crha <mcrha@redhat.com> | 2011-08-12 17:30:03 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-09-14 20:08:48 +0800 |
commit | 14a6723fa1cc47cf141a33784cd68e696cc528cc (patch) | |
tree | c7e4835e3977ff4d397306033b036cbff40ce0eb /mail/mail.error.xml | |
parent | 3005365a0d693bec3dbec30056e8b5ad283188a2 (diff) | |
download | gsoc2013-evolution-14a6723fa1cc47cf141a33784cd68e696cc528cc.tar.gz gsoc2013-evolution-14a6723fa1cc47cf141a33784cd68e696cc528cc.tar.zst gsoc2013-evolution-14a6723fa1cc47cf141a33784cd68e696cc528cc.zip |
Bug #656267 - Checking for auth types doesn't work properly
Diffstat (limited to 'mail/mail.error.xml')
-rw-r--r-- | mail/mail.error.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/mail.error.xml b/mail/mail.error.xml index 0fa46c726c..f32b4ce688 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -404,6 +404,11 @@ An mbox account will be created to preserve the old mbox folders. You can delete <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> </error> + <error id="checking-service-error" type="error"> + <_primary>Failed to query server for a list of supported authentication mechanisms.</_primary> + <secondary xml:space="preserve">{0}</secondary> + </error> + <error id="gw-accountsetup-error" type="error"> <_primary>Unable to connect to the GroupWise server.</_primary> <_secondary xml:space="preserve">Please check your account settings and try again.</_secondary> |