summaryrefslogtreecommitdiff
path: root/src/resources/notifications.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-03 19:01:07 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-03 19:01:07 +0300
commitf840d8133e7fe1e76c9e1401a39fc57fecc0b140 (patch)
treee8356a916b3ab2fea596f9ddfb3d8b8832c9beb1 /src/resources/notifications.h
parentb6030e26ed33dd5d5dd85519cacb4644100cb299 (diff)
downloadManaVerse-f840d8133e7fe1e76c9e1401a39fc57fecc0b140.tar.gz
ManaVerse-f840d8133e7fe1e76c9e1401a39fc57fecc0b140.tar.bz2
ManaVerse-f840d8133e7fe1e76c9e1401a39fc57fecc0b140.tar.xz
ManaVerse-f840d8133e7fe1e76c9e1401a39fc57fecc0b140.zip
eathena: add packet SMSG_PLAYER_INSERT_CARD 0x017d.
Diffstat (limited to 'src/resources/notifications.h')
-rw-r--r--src/resources/notifications.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h
index b5f1f88de..78d4e00dc 100644
--- a/src/resources/notifications.h
+++ b/src/resources/notifications.h
@@ -361,7 +361,15 @@ namespace NotifyManager
{"homunculus feed failed",
// TRANSLATORS: notification message
N_("You cant feed homunculus, because not have %s."),
- NotifyFlags::STRING}
+ NotifyFlags::STRING},
+ {"card insert failed",
+ // TRANSLATORS: notification message
+ N_("Card insert failed."),
+ NotifyFlags::EMPTY},
+ {"card insert success",
+ // TRANSLATORS: notification message
+ N_("Card inserted."),
+ NotifyFlags::EMPTY}
};
} // namespace NotifyManager
#endif // RESOURCES_NOTIFICATIONS_H