diff options
Diffstat (limited to 'mail/mail-errors.xml.h')
-rw-r--r-- | mail/mail-errors.xml.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/mail-errors.xml.h b/mail/mail-errors.xml.h index 7161251dea..7537716cea 100644 --- a/mail/mail-errors.xml.h +++ b/mail/mail-errors.xml.h @@ -258,3 +258,10 @@ char *s = N_("Unable to connect to the GroupWise\n" char *s = N_("\n" "Please check your account settings and try again.\n" ""); +/* mail:ask-receipt title */ +char *s = N_("Read receipt requested."); +/* mail:ask-receipt primary */ +char *s = N_("Read receipt requested."); +/* mail:ask-receipt secondary */ +char *s = N_("A read receipt notification has been requested for \"{1}\". Send the reciept notification to {0}?"); +char *s = N_("Send Receipt"); |