diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-22 16:27:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-22 16:27:04 +0300 |
commit | 08d9fbf5d4fb388bc186729a1174bf4aef0f8095 (patch) | |
tree | e66e8de2d5cfed35f30026b764538d8b0b900caf /src/resources/notifications.h | |
parent | dc4a8bf50b6285079902da824202d29d767b90ec (diff) | |
download | mv-08d9fbf5d4fb388bc186729a1174bf4aef0f8095.tar.gz mv-08d9fbf5d4fb388bc186729a1174bf4aef0f8095.tar.bz2 mv-08d9fbf5d4fb388bc186729a1174bf4aef0f8095.tar.xz mv-08d9fbf5d4fb388bc186729a1174bf4aef0f8095.zip |
Impliment packet SMSG_PLAYER_CART_ADD_ERROR.
Diffstat (limited to 'src/resources/notifications.h')
-rw-r--r-- | src/resources/notifications.h | 8 |
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 |