diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-24 04:46:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-24 04:46:47 +0300 |
commit | 3c7ec1268f2699884a5d96aa1df20742457caabd (patch) | |
tree | 6f8771941a58d4ee8cef55c9c262b00b14f804a9 /src/resources | |
parent | c790484ce0eeee9f44b8ab0aa1e44c6bc5f47c30 (diff) | |
download | plus-3c7ec1268f2699884a5d96aa1df20742457caabd.tar.gz plus-3c7ec1268f2699884a5d96aa1df20742457caabd.tar.bz2 plus-3c7ec1268f2699884a5d96aa1df20742457caabd.tar.xz plus-3c7ec1268f2699884a5d96aa1df20742457caabd.zip |
Add attach items to new mail.
Diffstat (limited to 'src/resources')
-rw-r--r-- | src/resources/notifications.h | 20 |
1 files changed, 20 insertions, 0 deletions
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 |