From 780731dbb1d104f3f91eede326fa7dce75b0d6f3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 30 Apr 2015 01:05:52 +0300 Subject: eathena: impliment packet SMSG_MAIL_GET_ATTACHMENT. --- src/resources/notifications.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/resources/notifications.h') 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 -- cgit v1.2.3-60-g2f50