diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-06 16:02:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-06 16:02:21 +0300 |
commit | 5a3e68f8de3479c468b7683373b2c0d70344b9f8 (patch) | |
tree | 3b5a13554d7e6883ec63ef8969d86e28641958fd /src/resources/notifications.h | |
parent | ff86d5fbc7db586c05e51c99f052bbae4ebe44cc (diff) | |
download | plus-5a3e68f8de3479c468b7683373b2c0d70344b9f8.tar.gz plus-5a3e68f8de3479c468b7683373b2c0d70344b9f8.tar.bz2 plus-5a3e68f8de3479c468b7683373b2c0d70344b9f8.tar.xz plus-5a3e68f8de3479c468b7683373b2c0d70344b9f8.zip |
Add missing party leave statuses.
Diffstat (limited to 'src/resources/notifications.h')
-rw-r--r-- | src/resources/notifications.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h index 78d4e00dc..2cfeca286 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -138,6 +138,18 @@ namespace NotifyManager // TRANSLATORS: notification message N_("You have left the party."), NotifyFlags::EMPTY}, + {"party left deny", + // TRANSLATORS: notification message + N_("You cant left party on this map."), + NotifyFlags::EMPTY}, + {"party kicked", + // TRANSLATORS: notification message + N_("You was kicked from party."), + NotifyFlags::EMPTY}, + {"party kick deny", + // TRANSLATORS: notification message + N_("You cant be kicked kicked from party on this map."), + NotifyFlags::EMPTY}, {"party user joined", // TRANSLATORS: notification message N_("%s has joined your party."), @@ -190,6 +202,18 @@ namespace NotifyManager // TRANSLATORS: notification message N_("%s has left your party."), NotifyFlags::PARTY_STRING}, + {"party user left deny", + // TRANSLATORS: notification message + N_("%s cant be kicked from party on this map."), + NotifyFlags::PARTY_STRING}, + {"party user kicked", + // TRANSLATORS: notification message + N_("%s has kicked from your party."), + NotifyFlags::PARTY_STRING}, + {"party user kick deny", + // TRANSLATORS: notification message + N_("%s cant be kicked from party on this map."), + NotifyFlags::PARTY_STRING}, {"party unknown user msg", // TRANSLATORS: notification message N_("An unknown member tried to say: %s"), |