diff options
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 |