From 4cb9439d01c50141ce14e24180b50e20d17895d6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 6 Feb 2015 22:57:38 +0300 Subject: eathena: add packet SMSG_BUYINGSTORE_SELLER_SELL_FAILED 0x0824. --- src/resources/notifications.h | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) (limited to 'src/resources/notifications.h') diff --git a/src/resources/notifications.h b/src/resources/notifications.h index 60e2cefad..5288a96a0 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -437,18 +437,35 @@ namespace NotifyManager // TRANSLATORS: notification message N_("Buying store create failed. No items in store."), NotifyFlags::EMPTY}, - {"buying store sell failed money limit", + {"buying store buy failed money limit", // TRANSLATORS: notification message N_("All items within the buy limit were purchased."), NotifyFlags::EMPTY}, - {"buying store sell failed empty", + {"buying store buy failed empty", // TRANSLATORS: notification message N_("All items were purchased."), NotifyFlags::EMPTY}, - {"buying store sell failed", + {"buying store buy failed", // TRANSLATORS: notification message N_("Buying item failed."), - NotifyFlags::EMPTY} + NotifyFlags::EMPTY}, + {"buying store sell failed deal", + // TRANSLATORS: notification message + N_("The deal has failed."), + NotifyFlags::EMPTY}, + {"buying store sell failed amount", + // TRANSLATORS: notification message + N_("The trade failed, because the entered amount of item is " + "higher, than the buyer is willing to buy."), + NotifyFlags::EMPTY}, + {"buying store sell failed balance", + // TRANSLATORS: notification message + N_("The trade failed, because the buyer is lacking required balance."), + NotifyFlags::EMPTY}, + {"buying store sell failed", + // TRANSLATORS: notification message + N_("Selling item failed."), + NotifyFlags::EMPTY}, }; } // namespace NotifyManager #endif // RESOURCES_NOTIFICATIONS_H -- cgit v1.2.3-60-g2f50