From ba07ca55476c488504a8d8bf9318f15aab687f12 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 21 Sep 2014 14:44:03 +0300 Subject: Fix mercenary removing. --- src/resources/notifications.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'src/resources/notifications.h') diff --git a/src/resources/notifications.h b/src/resources/notifications.h index 952bc0a9e..b4439ada8 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -334,6 +334,26 @@ namespace NotifyManager // TRANSLATORS: notification message N_("Pet catch unkown error: %d."), NotifyFlags::INT}, + {"mercenary expired", + // TRANSLATORS: notification message + N_("Your mercenary duty hour is over."), + NotifyFlags::EMPTY}, + {"mercenary killed", + // TRANSLATORS: notification message + N_("Your mercenary was killed."), + NotifyFlags::EMPTY}, + {"mercenary fired", + // TRANSLATORS: notification message + N_("Your mercenary was fired."), + NotifyFlags::EMPTY}, + {"mercenary run", + // TRANSLATORS: notification message + N_("Your mercenary run away."), + NotifyFlags::EMPTY}, + {"mercenary unknown", + // TRANSLATORS: notification message + N_("Mercenary unknown state."), + NotifyFlags::EMPTY} }; } // namespace NotifyManager #endif // RESOURCES_NOTIFICATIONS_H -- cgit v1.2.3-70-g09d2