diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-21 14:44:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-21 14:44:03 +0300 |
commit | ba07ca55476c488504a8d8bf9318f15aab687f12 (patch) | |
tree | 3907bcceabda445a9fa8498ff92af09df2c11e08 /src/resources/notifications.h | |
parent | 46d1266f00dfde5d04d7980daea4bab02e77cb69 (diff) | |
download | plus-ba07ca55476c488504a8d8bf9318f15aab687f12.tar.gz plus-ba07ca55476c488504a8d8bf9318f15aab687f12.tar.bz2 plus-ba07ca55476c488504a8d8bf9318f15aab687f12.tar.xz plus-ba07ca55476c488504a8d8bf9318f15aab687f12.zip |
Fix mercenary removing.
Diffstat (limited to 'src/resources/notifications.h')
-rw-r--r-- | src/resources/notifications.h | 20 |
1 files changed, 20 insertions, 0 deletions
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 |