diff options
Diffstat (limited to 'src/resources/notifications.h')
-rw-r--r-- | src/resources/notifications.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h index 66b72623c..40c377b4e 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -625,6 +625,22 @@ namespace NotifyManager // TRANSLATORS: notification message N_("Rental time for %s expired"), NotifyFlags::STRING}, + {"refine success", + // TRANSLATORS: notification message + N_("Refine success for item %s."), + NotifyFlags::STRING}, + {"refine failure", + // TRANSLATORS: notification message + N_("Refine failure for item %s."), + NotifyFlags::STRING}, + {"refine downgrade", + // TRANSLATORS: notification message + N_("Refine failure. Item %s downgraded."), + NotifyFlags::STRING}, + {"refine unknown", + // TRANSLATORS: notification message + N_("Refine unknown for item %s."), + NotifyFlags::STRING}, }; } // namespace NotifyManager #endif // RESOURCES_NOTIFICATIONS_H |