diff options
Diffstat (limited to 'mail/mail-errors.xml.h')
-rw-r--r-- | mail/mail-errors.xml.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/mail-errors.xml.h b/mail/mail-errors.xml.h index 52c4ece276..25ac53aeba 100644 --- a/mail/mail-errors.xml.h +++ b/mail/mail-errors.xml.h @@ -236,6 +236,10 @@ char *s = N_("Unable to read license file."); char *s = N_("Cannot read the license file \"{0}\", due to an\n" " installation problem. You will not be able to use this provider until\n" " you can accept its license."); +/* mail:checking-service primary */ +char *s = N_("Please wait."); +/* mail:checking-service secondary */ +char *s = N_("Querying server for a list of supported authentication mechanisms."); /* mail:gw-accountsetup-error primary */ char *s = N_("Unable to connect to the GroupWise\n" "server."); |