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.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h
index fe193d026..81199fcc7 100644
--- a/src/resources/notifications.h
+++ b/src/resources/notifications.h
@@ -599,6 +599,18 @@ namespace NotifyManager
// TRANSLATORS: notification message
N_("Message successfully deleted."),
NotifyFlags::EMPTY},
+ {"mail get attach ok",
+ // TRANSLATORS: notification message
+ N_("You got attach successfully."),
+ NotifyFlags::EMPTY},
+ {"mail get attach error",
+ // TRANSLATORS: notification message
+ N_("Error on getting attach successfully."),
+ NotifyFlags::EMPTY},
+ {"mail get attach too many items",
+ // TRANSLATORS: notification message
+ N_("Can't get attach. Too many items."),
+ NotifyFlags::EMPTY},
};
} // namespace NotifyManager
#endif // RESOURCES_NOTIFICATIONS_H