From 1da80a3312ae865ed5d84271fc0cf53b82d87f15 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 9 Sep 2015 17:18:49 +0300 Subject: Show reason for item removing. --- src/resources/notifications.h | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) (limited to 'src/resources/notifications.h') diff --git a/src/resources/notifications.h b/src/resources/notifications.h index 425605174..0be514081 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -657,7 +657,6 @@ namespace NotifyManager // TRANSLATORS: notification message N_("Item %s bound to you."), NotifyFlags::STRING}, - {"skill end all negative status", // TRANSLATORS: notification message N_("End all negative status."), @@ -742,6 +741,42 @@ namespace NotifyManager // TRANSLATORS: notification message N_("Pet catch started."), NotifyFlags::EMPTY}, + {"delete item normal", + // TRANSLATORS: notification message + N_("Deleted item %s."), + NotifyFlags::STRING}, + {"delete item skill use", + // TRANSLATORS: notification message + N_("Deleted item %s by skill usage."), + NotifyFlags::STRING}, + {"delete item fail refine", + // TRANSLATORS: notification message + N_("Deleted item %s because refine failed."), + NotifyFlags::STRING}, + {"delete item material change", + // TRANSLATORS: notification message + N_("Deleted item %s because changing material."), + NotifyFlags::STRING}, + {"delete item to storage", + // TRANSLATORS: notification message + N_("Item %s moved to storage."), + NotifyFlags::STRING}, + {"delete item to cart", + // TRANSLATORS: notification message + N_("Item %s moved to cart."), + NotifyFlags::STRING}, + {"delete item sold", + // TRANSLATORS: notification message + N_("Item %s sold."), + NotifyFlags::STRING}, + {"delete item analysis", + // TRANSLATORS: notification message + N_("Item %s deleted because analysis."), + NotifyFlags::STRING}, + {"delete item unknown", + // TRANSLATORS: notification message + N_("Item %s deleted."), + NotifyFlags::STRING}, }; } // namespace NotifyManager #endif // RESOURCES_NOTIFICATIONS_H -- cgit v1.2.3-70-g09d2