summaryrefslogtreecommitdiff
path: root/src/resources/notifications.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-04-30 01:05:52 +0300
committerAndrei Karas <akaras@inbox.ru>2015-04-30 01:05:52 +0300
commit780731dbb1d104f3f91eede326fa7dce75b0d6f3 (patch)
tree22b57294249f3b28f2b49fe2bc886d8da8a305b6 /src/resources/notifications.h
parent9dc8560a0b659a1c54e3e64ed9cf158c22631d7c (diff)
downloadplus-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.h12
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