summaryrefslogtreecommitdiff
path: root/src/resources/notifications.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-04-04 15:45:30 +0300
committerAndrei Karas <akaras@inbox.ru>2015-04-04 15:45:30 +0300
commit6f06cd42b8e56aaae2be853a31d73d0115a39c2a (patch)
tree589d5d51b66018b6063bf954f90b96a3244b2e3d /src/resources/notifications.h
parent13b4a16c46983b786d31f6cf67632a3bd4e14b8f (diff)
downloadplus-6f06cd42b8e56aaae2be853a31d73d0115a39c2a.tar.gz
plus-6f06cd42b8e56aaae2be853a31d73d0115a39c2a.tar.bz2
plus-6f06cd42b8e56aaae2be853a31d73d0115a39c2a.tar.xz
plus-6f06cd42b8e56aaae2be853a31d73d0115a39c2a.zip
Add chat command for create chat room (incomplete).
New chat command: /chatroom NAME
Diffstat (limited to 'src/resources/notifications.h')
-rw-r--r--src/resources/notifications.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h
index 019879aba..e6d577633 100644
--- a/src/resources/notifications.h
+++ b/src/resources/notifications.h
@@ -511,6 +511,14 @@ namespace NotifyManager
// TRANSLATORS: notification message
N_("You got negative manner points from %s."),
NotifyFlags::STRING},
+ {"chat room limit exceed",
+ // TRANSLATORS: notification message
+ N_("Chat room limit exceeded"),
+ NotifyFlags::EMPTY},
+ {"chat room already exists",
+ // TRANSLATORS: notification message
+ N_("Chat room already exists"),
+ NotifyFlags::EMPTY},
};
} // namespace NotifyManager
#endif // RESOURCES_NOTIFICATIONS_H