diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-03-09 15:59:51 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-03-09 16:15:02 +0300 |
commit | 25da12e98285c44279d24ee77a08bd5f563d8ad0 (patch) | |
tree | 6f67b770cebe0f76119113c795ee6856af320154 /src/notifications.h | |
parent | d7e0bbcc76bd6548975dfd30a50910d4967cad55 (diff) | |
download | plus-25da12e98285c44279d24ee77a08bd5f563d8ad0.tar.gz plus-25da12e98285c44279d24ee77a08bd5f563d8ad0.tar.bz2 plus-25da12e98285c44279d24ee77a08bd5f563d8ad0.tar.xz plus-25da12e98285c44279d24ee77a08bd5f563d8ad0.zip |
Add new notifications in some other classes.
Diffstat (limited to 'src/notifications.h')
-rw-r--r-- | src/notifications.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/notifications.h b/src/notifications.h index 41c0734b4..6644d8ffe 100644 --- a/src/notifications.h +++ b/src/notifications.h @@ -100,6 +100,13 @@ namespace NotifyManager TRADE_ADD_ERROR, TRADE_CANCELLED, TRADE_COMPLETE, + KICK_FAIL, + KICK_SUCCEED, + MVP_PLAYER, + WHISPERS_IGNORED, + WHISPERS_IGNORE_FAILED, + WHISPERS_UNIGNORED, + WHISPERS_UNIGNORE_FAILED, TYPE_END }; @@ -163,6 +170,13 @@ namespace NotifyManager {N_("Failed adding item for unknown reason."), EMPTY}, {N_("Trade canceled."), EMPTY}, {N_("Trade completed."), EMPTY}, + {N_("Kick failed!"), EMPTY}, + {N_("Kick succeeded!"), EMPTY}, + {N_("MVP player: %s"), STRING}, + {N_("All whispers ignored."), EMPTY}, + {N_("All whispers ignore failed."), EMPTY}, + {N_("All whispers unignored."), EMPTY}, + {N_("All whispers unignore failed."), EMPTY}, }; } #endif |