diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-06 19:59:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-06 19:59:04 +0300 |
commit | 97a8156a1252806f8789fb6d4ae333b0e4cf88f6 (patch) | |
tree | 81c686cb02a23b038318c6c131ee0162344b4ae7 /src/resources/notifications.h | |
parent | e5a57674e9cd7502e13218d20d7067f2fb4d96f5 (diff) | |
download | plus-97a8156a1252806f8789fb6d4ae333b0e4cf88f6.tar.gz plus-97a8156a1252806f8789fb6d4ae333b0e4cf88f6.tar.bz2 plus-97a8156a1252806f8789fb6d4ae333b0e4cf88f6.tar.xz plus-97a8156a1252806f8789fb6d4ae333b0e4cf88f6.zip |
eathena: add packet SMSG_BUYINGSTORE_SELL_FAILED 0x081a.
Diffstat (limited to 'src/resources/notifications.h')
-rw-r--r-- | src/resources/notifications.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h index 818f94512..60e2cefad 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -436,6 +436,18 @@ namespace NotifyManager {"buying store create empty", // TRANSLATORS: notification message N_("Buying store create failed. No items in store."), + NotifyFlags::EMPTY}, + {"buying store sell failed money limit", + // TRANSLATORS: notification message + N_("All items within the buy limit were purchased."), + NotifyFlags::EMPTY}, + {"buying store sell failed empty", + // TRANSLATORS: notification message + N_("All items were purchased."), + NotifyFlags::EMPTY}, + {"buying store sell failed", + // TRANSLATORS: notification message + N_("Buying item failed."), NotifyFlags::EMPTY} }; } // namespace NotifyManager |