summaryrefslogtreecommitdiff
path: root/src/resources/notifications.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/notifications.h')
-rw-r--r--src/resources/notifications.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h
index 6ccdc6a9a..0afe23d6f 100644
--- a/src/resources/notifications.h
+++ b/src/resources/notifications.h
@@ -413,6 +413,15 @@ namespace NotifyManager
{"card insert success",
// TRANSLATORS: notification message
N_("Card inserted."),
+ NotifyFlags::EMPTY},
+ {"bank deposit failed",
+ // TRANSLATORS: notification message
+ N_("Deposit failed. Probably you not have money to deposit."),
+ NotifyFlags::EMPTY},
+ {"bank withdraw failed",
+ // TRANSLATORS: notification message
+ N_("Withdraw failed. Probably you not have money "
+ "in bank for withdraw."),
NotifyFlags::EMPTY}
};
} // namespace NotifyManager