summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-03-20 17:39:23 +0300
committerAndrei Karas <akaras@inbox.ru>2016-03-20 17:39:23 +0300
commitf75fd62e61bf7a1a5b79b59bdbe44af71b6d23b0 (patch)
tree4217150defce24fb6eef1d5b9e476b9eaf5a62c9 /src/resources
parent3005870980cf3fe86d42a75b8303c208354b6573 (diff)
downloadplus-f75fd62e61bf7a1a5b79b59bdbe44af71b6d23b0.tar.gz
plus-f75fd62e61bf7a1a5b79b59bdbe44af71b6d23b0.tar.bz2
plus-f75fd62e61bf7a1a5b79b59bdbe44af71b6d23b0.tar.xz
plus-f75fd62e61bf7a1a5b79b59bdbe44af71b6d23b0.zip
Impliment packet SMSG_FAMILY_ASK_FOR_CHILD_REPLY.
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/notifications.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h
index e726e8093..1139602f2 100644
--- a/src/resources/notifications.h
+++ b/src/resources/notifications.h
@@ -803,6 +803,19 @@ namespace NotifyManager
// TRANSLATORS: notification message
N_("You calling partner %s."),
NotifyFlags::STRING},
+ {"adopt child error have baby",
+ // TRANSLATORS: notification message
+ N_("Adoption child error. You already have baby."),
+ NotifyFlags::EMPTY},
+ {"adopt child error level",
+ // TRANSLATORS: notification message
+ N_("Adoption child error. You level too small for have baby."),
+ NotifyFlags::EMPTY},
+ {"adopt child error baby married",
+ // TRANSLATORS: notification message
+ N_("Adoption child error. This player already "
+ "married and can't be baby."),
+ NotifyFlags::EMPTY},
};
} // namespace NotifyManager
#endif // RESOURCES_NOTIFICATIONS_H