summaryrefslogtreecommitdiff
path: root/src/resources/notifications.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-04-03 22:05:00 +0300
committerAndrei Karas <akaras@inbox.ru>2015-04-03 22:05:00 +0300
commit13b4a16c46983b786d31f6cf67632a3bd4e14b8f (patch)
tree3119ff5b25c671bd78cc1a2bda9997a13bf6b15d /src/resources/notifications.h
parenta10b859b3874ee4343116ae391f6634da1889be5 (diff)
downloadplus-13b4a16c46983b786d31f6cf67632a3bd4e14b8f.tar.gz
plus-13b4a16c46983b786d31f6cf67632a3bd4e14b8f.tar.bz2
plus-13b4a16c46983b786d31f6cf67632a3bd4e14b8f.tar.xz
plus-13b4a16c46983b786d31f6cf67632a3bd4e14b8f.zip
Impliment manner messages.
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 78b19b7e9..019879aba 100644
--- a/src/resources/notifications.h
+++ b/src/resources/notifications.h
@@ -499,6 +499,18 @@ namespace NotifyManager
// TRANSLATORS: notification message
N_("Pet feeding error."),
NotifyFlags::EMPTY},
+ {"manner changed",
+ // TRANSLATORS: notification message
+ N_("A manner point has been successfully aligned."),
+ NotifyFlags::EMPTY},
+ {"manner positive points",
+ // TRANSLATORS: notification message
+ N_("You got positive manner points from %s."),
+ NotifyFlags::STRING},
+ {"manner negative points",
+ // TRANSLATORS: notification message
+ N_("You got negative manner points from %s."),
+ NotifyFlags::STRING},
};
} // namespace NotifyManager
#endif // RESOURCES_NOTIFICATIONS_H