summaryrefslogtreecommitdiff
path: root/src/resources/notifications.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-03-19 23:28:10 +0300
committerAndrei Karas <akaras@inbox.ru>2016-03-19 23:28:10 +0300
commite7b0eec60bdd4b2a6cd33077c069e90a1aab7ad3 (patch)
treee8181ee1ab513874cdba1a5e1024738f4cde77cb /src/resources/notifications.h
parente29f5cfd16b4566141ee48fa1c58b606e14b66f7 (diff)
downloadplus-e7b0eec60bdd4b2a6cd33077c069e90a1aab7ad3.tar.gz
plus-e7b0eec60bdd4b2a6cd33077c069e90a1aab7ad3.tar.bz2
plus-e7b0eec60bdd4b2a6cd33077c069e90a1aab7ad3.tar.xz
plus-e7b0eec60bdd4b2a6cd33077c069e90a1aab7ad3.zip
Impliment packet SMSG_FAMILY_CALL_PARTNER (hercules).
Diffstat (limited to 'src/resources/notifications.h')
-rw-r--r--src/resources/notifications.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h
index abb5efe56..e726e8093 100644
--- a/src/resources/notifications.h
+++ b/src/resources/notifications.h
@@ -795,6 +795,14 @@ namespace NotifyManager
// TRANSLATORS: notification message
N_("You and %s was divorced."),
NotifyFlags::STRING},
+ {"partner called",
+ // TRANSLATORS: notification message
+ N_("You was called by partner."),
+ NotifyFlags::EMPTY},
+ {"partner calling",
+ // TRANSLATORS: notification message
+ N_("You calling partner %s."),
+ NotifyFlags::STRING},
};
} // namespace NotifyManager
#endif // RESOURCES_NOTIFICATIONS_H