diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-04-29 21:44:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-04-29 21:44:43 +0300 |
commit | 9e9984354609a246ba00a638ff9cd96e318afa9d (patch) | |
tree | b2b4a7d65383b62cbdb705310bee9d24ff84e5c8 /src/resources/notifications.h | |
parent | 600c370ed33ec9828ef609d68a8e46d564f0f1af (diff) | |
download | plus-9e9984354609a246ba00a638ff9cd96e318afa9d.tar.gz plus-9e9984354609a246ba00a638ff9cd96e318afa9d.tar.bz2 plus-9e9984354609a246ba00a638ff9cd96e318afa9d.tar.xz plus-9e9984354609a246ba00a638ff9cd96e318afa9d.zip |
eathena: impliment packet SMSG_MAIL_DELETE_MAIL_ACK.
Diffstat (limited to 'src/resources/notifications.h')
-rw-r--r-- | src/resources/notifications.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h index 0aa9d1c08..fe193d026 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -591,6 +591,14 @@ namespace NotifyManager // TRANSLATORS: notification message N_("Message return success."), NotifyFlags::EMPTY}, + {"mail delete error", + // TRANSLATORS: notification message + N_("Message deletion failed."), + NotifyFlags::EMPTY}, + {"mail delete ok", + // TRANSLATORS: notification message + N_("Message successfully deleted."), + NotifyFlags::EMPTY}, }; } // namespace NotifyManager #endif // RESOURCES_NOTIFICATIONS_H |