summaryrefslogtreecommitdiff
path: root/src/resources/notifications.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-05 12:36:17 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-05 12:36:17 +0300
commitb70f77df7ef4bd06b35511e17aa74fc3493dfcd9 (patch)
treea24b1b6c882faa9e4b1a31da3ef48c7f94eb3a17 /src/resources/notifications.h
parent805299e4d653440c582f6c576bcd7de2e1b2c3d4 (diff)
downloadplus-b70f77df7ef4bd06b35511e17aa74fc3493dfcd9.tar.gz
plus-b70f77df7ef4bd06b35511e17aa74fc3493dfcd9.tar.bz2
plus-b70f77df7ef4bd06b35511e17aa74fc3493dfcd9.tar.xz
plus-b70f77df7ef4bd06b35511e17aa74fc3493dfcd9.zip
eathena: add packet SMSG_BUYINGSTORE_CREATE_FAILED 0x0812.
Diffstat (limited to 'src/resources/notifications.h')
-rw-r--r--src/resources/notifications.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h
index c5f8a12be..818f94512 100644
--- a/src/resources/notifications.h
+++ b/src/resources/notifications.h
@@ -424,6 +424,18 @@ namespace NotifyManager
// TRANSLATORS: notification message
N_("Withdraw failed. You probably don't have this "
"amount of money in the bank right now."),
+ NotifyFlags::EMPTY},
+ {"buying store create failed",
+ // TRANSLATORS: notification message
+ N_("Buying store create failed."),
+ NotifyFlags::EMPTY},
+ {"buying store create failed weight",
+ // TRANSLATORS: notification message
+ N_("Buying store create failed. Too many weight."),
+ NotifyFlags::INT},
+ {"buying store create empty",
+ // TRANSLATORS: notification message
+ N_("Buying store create failed. No items in store."),
NotifyFlags::EMPTY}
};
} // namespace NotifyManager