summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/notifications.h10
-rw-r--r--src/resources/notifytypes.h2
2 files changed, 11 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
diff --git a/src/resources/notifytypes.h b/src/resources/notifytypes.h
index c1de1d201..eb2c2c776 100644
--- a/src/resources/notifytypes.h
+++ b/src/resources/notifytypes.h
@@ -110,6 +110,8 @@ namespace NotifyTypes
MERCENARY_UNKNOWN,
HOMUNCULUS_FEED_OK,
HOMUNCULUS_FEED_FAIL,
+ CARD_INSERT_FAILED,
+ CARD_INSERT_SUCCESS,
TYPE_END
};