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 11ce65359..063235af7 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -310,6 +310,18 @@ namespace NotifyManager // TRANSLATORS: notification message N_("unknown pvp"), NotifyFlags::SPEECH}, + {"party user char from account in party", + // TRANSLATORS: notification message + N_("Char from account %s is already in your party!"), + NotifyFlags::PARTY_STRING}, + {"party user blocked invite", + // TRANSLATORS: notification message + N_("%s blocked invite!"), + NotifyFlags::PARTY_STRING}, + {"party user not online", + // TRANSLATORS: notification message + N_("Char is not online!"), + NotifyFlags::PARTY_STRING}, }; } // namespace NotifyManager #endif // RESOURCES_NOTIFICATIONS_H |