From cdd2dd27b61e36a376dc32947fd9e29f0a492d9b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 31 Jan 2017 18:14:44 +0300 Subject: Allow buy multiply items at once from cash shops. --- src/resources/notifications.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/resources') diff --git a/src/resources/notifications.h b/src/resources/notifications.h index fab76d35e..8fabc0217 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -837,6 +837,18 @@ namespace NotifyManager {"vending sold item", ("%s"), NotifyFlags::STRING}, + {"buy fail npc not found", + // TRANSLATORS: notification message + N_("Unable to buy. Npc not found."), + NotifyFlags::EMPTY}, + {"buy fail system error", + // TRANSLATORS: notification message + N_("Unable to buy. Shop system error."), + NotifyFlags::EMPTY}, + {"buy fail wrong item", + // TRANSLATORS: notification message + N_("Unable to buy. Wrong items selected."), + NotifyFlags::EMPTY}, }; } // namespace NotifyManager #endif // RESOURCES_NOTIFICATIONS_H -- cgit v1.2.3-60-g2f50