From 3652f41912042501d55e7663315608e0cb8b3bf8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 21 Aug 2015 16:39:23 +0300 Subject: Impliment packet SMSG_PLAYER_REFINE. --- src/resources/notifications.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/resources') diff --git a/src/resources/notifications.h b/src/resources/notifications.h index 66b72623c..40c377b4e 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -625,6 +625,22 @@ namespace NotifyManager // TRANSLATORS: notification message N_("Rental time for %s expired"), NotifyFlags::STRING}, + {"refine success", + // TRANSLATORS: notification message + N_("Refine success for item %s."), + NotifyFlags::STRING}, + {"refine failure", + // TRANSLATORS: notification message + N_("Refine failure for item %s."), + NotifyFlags::STRING}, + {"refine downgrade", + // TRANSLATORS: notification message + N_("Refine failure. Item %s downgraded."), + NotifyFlags::STRING}, + {"refine unknown", + // TRANSLATORS: notification message + N_("Refine unknown for item %s."), + NotifyFlags::STRING}, }; } // namespace NotifyManager #endif // RESOURCES_NOTIFICATIONS_H -- cgit v1.2.3-70-g09d2