summaryrefslogtreecommitdiff
path: root/src/resources/notifications.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-09 16:49:57 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-09 16:49:57 +0300
commit23ea6f137e33ba1158ec3e6783fe31435fcffe1f (patch)
tree245421bca38fad9ac728cccb77d7ff153826faa1 /src/resources/notifications.h
parent2aef4c43560203a41ee2866245732fbfa2639a6d (diff)
downloadplus-23ea6f137e33ba1158ec3e6783fe31435fcffe1f.tar.gz
plus-23ea6f137e33ba1158ec3e6783fe31435fcffe1f.tar.bz2
plus-23ea6f137e33ba1158ec3e6783fe31435fcffe1f.tar.xz
plus-23ea6f137e33ba1158ec3e6783fe31435fcffe1f.zip
eathena: add packet SMSG_SEARCHSTORE_SEARCH_FAILED 0x0837.
Diffstat (limited to 'src/resources/notifications.h')
-rw-r--r--src/resources/notifications.h26
1 files changed, 26 insertions, 0 deletions
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