From 31aad897b3bd0951bb9c0eb34bd8636fdfdfa87c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 22 Aug 2015 23:05:32 +0300 Subject: Impliment packet SMSG_IGNORE_NICK_ACK. --- src/resources/notifications.h | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'src/resources') diff --git a/src/resources/notifications.h b/src/resources/notifications.h index 44044afcf..946889596 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -702,6 +702,38 @@ namespace NotifyManager // TRANSLATORS: notification message N_("Unknown skill message."), NotifyFlags::EMPTY}, + {"ignore player success", + // TRANSLATORS: notification message + N_("Player succesfully ignored."), + NotifyFlags::EMPTY}, + {"ignore player failure", + // TRANSLATORS: notification message + N_("Player ignore failed."), + NotifyFlags::EMPTY}, + {"ignore player too many", + // TRANSLATORS: notification message + N_("Player ignore failed. Because too many ignores."), + NotifyFlags::EMPTY}, + {"ignore player unknown", + // TRANSLATORS: notification message + N_("Unknown player ignore failure."), + NotifyFlags::EMPTY}, + {"unignore player success", + // TRANSLATORS: notification message + N_("Player succesfully unignored."), + NotifyFlags::EMPTY}, + {"unignore player failure", + // TRANSLATORS: notification message + N_("Player unignore failed."), + NotifyFlags::EMPTY}, + {"unignore player unknown", + // TRANSLATORS: notification message + N_("Unknown player unignore failure."), + NotifyFlags::EMPTY}, + {"ignore unknown type", + // TRANSLATORS: notification message + N_("Unknown ignore type."), + NotifyFlags::EMPTY}, }; } // namespace NotifyManager #endif // RESOURCES_NOTIFICATIONS_H -- cgit v1.2.3-60-g2f50