From 25da12e98285c44279d24ee77a08bd5f563d8ad0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 9 Mar 2013 15:59:51 +0300 Subject: Add new notifications in some other classes. --- src/notifications.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/notifications.h') 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 -- cgit v1.2.3-60-g2f50