diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-04-05 21:40:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-04-06 01:56:15 +0300 |
commit | b956661094109ae89ea87550cec5a9a6ed9eaa90 (patch) | |
tree | eb08269175d0ab08d16d1884e713578c4a71bf24 /src/resources/notifications.h | |
parent | cb847e9e671f6d65f177686ae8544525c8f53763 (diff) | |
download | plus-b956661094109ae89ea87550cec5a9a6ed9eaa90.tar.gz plus-b956661094109ae89ea87550cec5a9a6ed9eaa90.tar.bz2 plus-b956661094109ae89ea87550cec5a9a6ed9eaa90.tar.xz plus-b956661094109ae89ea87550cec5a9a6ed9eaa90.zip |
eathena: impliment packet SMSG_CHAT_ROOM_LEAVE.
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 132409fd0..8249fef28 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -523,6 +523,14 @@ namespace NotifyManager // TRANSLATORS: notification message N_("%s joined room."), NotifyFlags::STRING}, + {"chat room leave", + // TRANSLATORS: notification message + N_("%s left room."), + NotifyFlags::STRING}, + {"chat room kick", + // TRANSLATORS: notification message + N_("%s kicked from room."), + NotifyFlags::STRING}, }; } // namespace NotifyManager #endif // RESOURCES_NOTIFICATIONS_H |