diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-04-30 01:05:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-04-30 01:05:52 +0300 |
commit | 780731dbb1d104f3f91eede326fa7dce75b0d6f3 (patch) | |
tree | 22b57294249f3b28f2b49fe2bc886d8da8a305b6 /src/resources/notifications.h | |
parent | 9dc8560a0b659a1c54e3e64ed9cf158c22631d7c (diff) | |
download | plus-780731dbb1d104f3f91eede326fa7dce75b0d6f3.tar.gz plus-780731dbb1d104f3f91eede326fa7dce75b0d6f3.tar.bz2 plus-780731dbb1d104f3f91eede326fa7dce75b0d6f3.tar.xz plus-780731dbb1d104f3f91eede326fa7dce75b0d6f3.zip |
eathena: impliment packet SMSG_MAIL_GET_ATTACHMENT.
Diffstat (limited to 'src/resources/notifications.h')
-rw-r--r-- | src/resources/notifications.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h index fe193d026..81199fcc7 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -599,6 +599,18 @@ namespace NotifyManager // TRANSLATORS: notification message N_("Message successfully deleted."), NotifyFlags::EMPTY}, + {"mail get attach ok", + // TRANSLATORS: notification message + N_("You got attach successfully."), + NotifyFlags::EMPTY}, + {"mail get attach error", + // TRANSLATORS: notification message + N_("Error on getting attach successfully."), + NotifyFlags::EMPTY}, + {"mail get attach too many items", + // TRANSLATORS: notification message + N_("Can't get attach. Too many items."), + NotifyFlags::EMPTY}, }; } // namespace NotifyManager #endif // RESOURCES_NOTIFICATIONS_H |