From 3c7ec1268f2699884a5d96aa1df20742457caabd Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 24 Aug 2017 04:46:47 +0300 Subject: Add attach items to new mail. --- src/resources/notifications.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'src/resources') diff --git a/src/resources/notifications.h b/src/resources/notifications.h index cdfee9e3d..490ea3191 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -853,6 +853,26 @@ namespace NotifyManager // TRANSLATORS: notification message N_("Mail destination name %s is wrong."), NotifyFlags::STRING}, + {"mail attach item weight error", + // TRANSLATORS: notification message + N_("Item %s attach failed. Weight too big."), + NotifyFlags::STRING}, + {"mail attach item fatal error", + // TRANSLATORS: notification message + N_("Item %s attach failed. Fatal error."), + NotifyFlags::STRING}, + {"mail attach item no space", + // TRANSLATORS: notification message + N_("Item %s attach failed. No more space."), + NotifyFlags::STRING}, + {"mail attach item non tradeable", + // TRANSLATORS: notification message + N_("Item %s attach failed. Item on tradeable."), + NotifyFlags::STRING}, + {"mail attach item unknown error", + // TRANSLATORS: notification message + N_("Item %s attach failed. Unknown error."), + NotifyFlags::STRING}, }; } // namespace NotifyManager #endif // RESOURCES_NOTIFICATIONS_H -- cgit v1.2.3-60-g2f50