From 23ea6f137e33ba1158ec3e6783fe31435fcffe1f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 9 Feb 2015 16:49:57 +0300 Subject: eathena: add packet SMSG_SEARCHSTORE_SEARCH_FAILED 0x0837. --- src/resources/notifications.h | 26 ++++++++++++++++++++++++++ src/resources/notifytypes.h | 6 ++++++ 2 files changed, 32 insertions(+) (limited to 'src/resources') diff --git a/src/resources/notifications.h b/src/resources/notifications.h index c0f75aae4..8bb14291a 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -467,6 +467,32 @@ namespace NotifyManager // TRANSLATORS: notification message N_("Selling item failed."), NotifyFlags::EMPTY}, + + {"search store failed", + // TRANSLATORS: notification message + N_("Items searching failed."), + NotifyFlags::EMPTY}, + {"search store failed no stores", + // TRANSLATORS: notification message + N_("No matching stores were found."), + NotifyFlags::EMPTY}, + {"search store failed many results", + // TRANSLATORS: notification message + N_("There are too many results. Please enter more " + "detailed search term."), + NotifyFlags::EMPTY}, + {"search store failed cant search anymore", + // TRANSLATORS: notification message + N_("You cannot search anymore."), + NotifyFlags::EMPTY}, + {"search store failed cant search yet", + // TRANSLATORS: notification message + N_("You cannot search yet."), + NotifyFlags::EMPTY}, + {"search store failed no information", + // TRANSLATORS: notification message + N_("No store information available."), + NotifyFlags::EMPTY}, }; } // namespace NotifyManager #endif // RESOURCES_NOTIFICATIONS_H diff --git a/src/resources/notifytypes.h b/src/resources/notifytypes.h index a0730f829..776c9793f 100644 --- a/src/resources/notifytypes.h +++ b/src/resources/notifytypes.h @@ -135,6 +135,12 @@ namespace NotifyTypes BUYING_STORE_SELLER_SELL_FAILED_AMOUNT, BUYING_STORE_SELLER_SELL_FAILED_BALANCE, BUYING_STORE_SELLER_SELL_FAILED, + SEARCH_STORE_FAILED, + SEARCH_STORE_FAILED_NO_STORES, + SEARCH_STORE_FAILED_MANY_RESULTS, + SEARCH_STORE_FAILED_CANT_SEARCH_ANYMORE, + SEARCH_STORE_FAILED_CANT_SEARCH_YET, + SEARCH_STORE_FAILED_NO_INFORMATION, TYPE_END }; -- cgit v1.2.3-70-g09d2