summaryrefslogtreecommitdiff
path: root/src/resources/notifications.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-22 16:27:04 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-22 16:27:04 +0300
commit08d9fbf5d4fb388bc186729a1174bf4aef0f8095 (patch)
treee66e8de2d5cfed35f30026b764538d8b0b900caf /src/resources/notifications.h
parentdc4a8bf50b6285079902da824202d29d767b90ec (diff)
downloadplus-08d9fbf5d4fb388bc186729a1174bf4aef0f8095.tar.gz
plus-08d9fbf5d4fb388bc186729a1174bf4aef0f8095.tar.bz2
plus-08d9fbf5d4fb388bc186729a1174bf4aef0f8095.tar.xz
plus-08d9fbf5d4fb388bc186729a1174bf4aef0f8095.zip
Impliment packet SMSG_PLAYER_CART_ADD_ERROR.
Diffstat (limited to 'src/resources/notifications.h')
-rw-r--r--src/resources/notifications.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h
index 40c377b4e..cf509b104 100644
--- a/src/resources/notifications.h
+++ b/src/resources/notifications.h
@@ -641,6 +641,14 @@ namespace NotifyManager
// TRANSLATORS: notification message
N_("Refine unknown for item %s."),
NotifyFlags::STRING},
+ {"cart add weight error",
+ // TRANSLATORS: notification message
+ N_("You can't add item to card because weight too high."),
+ NotifyFlags::EMPTY},
+ {"cart add count error",
+ // TRANSLATORS: notification message
+ N_("You can't add item to card because too many items."),
+ NotifyFlags::EMPTY},
};
} // namespace NotifyManager
#endif // RESOURCES_NOTIFICATIONS_H