diff options
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 fab76d35e..8fabc0217 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -837,6 +837,18 @@ namespace NotifyManager {"vending sold item", ("%s"), NotifyFlags::STRING}, + {"buy fail npc not found", + // TRANSLATORS: notification message + N_("Unable to buy. Npc not found."), + NotifyFlags::EMPTY}, + {"buy fail system error", + // TRANSLATORS: notification message + N_("Unable to buy. Shop system error."), + NotifyFlags::EMPTY}, + {"buy fail wrong item", + // TRANSLATORS: notification message + N_("Unable to buy. Wrong items selected."), + NotifyFlags::EMPTY}, }; } // namespace NotifyManager #endif // RESOURCES_NOTIFICATIONS_H |