diff options
Diffstat (limited to 'src/resources/notifications.h')
-rw-r--r-- | src/resources/notifications.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h index b6933dc9c..31e775694 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -1,9 +1,9 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2013-2020 The ManaPlus Developers - * Copyright (C) 2020-2023 The ManaVerse Developers + * Copyright (C) 2020-2025 The ManaVerse Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -654,11 +654,11 @@ namespace NotifyManager NotifyFlags::STRING}, {"cart add weight error", // TRANSLATORS: notification message - N_("You can't add item to card because weight too high."), + N_("You can't add item to cart because its weight is too high."), NotifyFlags::EMPTY}, {"cart add count error", // TRANSLATORS: notification message - N_("You can't add item to card because too many items."), + N_("You can't add item to cart because it has no free slots."), NotifyFlags::EMPTY}, {"bound item", // TRANSLATORS: notification message @@ -872,7 +872,7 @@ namespace NotifyManager NotifyFlags::EMPTY}, {"mail attach item non tradeable", // TRANSLATORS: notification message - N_("Item attach failed. Item on tradeable."), + N_("Item attach failed. Item cannot be traded."), NotifyFlags::EMPTY}, {"mail attach item unknown error", // TRANSLATORS: notification message @@ -900,7 +900,7 @@ namespace NotifyManager NotifyFlags::EMPTY}, {"mail get attach full error", // TRANSLATORS: notification message - N_("Error on getting attach. No space or weight too high."), + N_("Error retrieving attached item: no space or weight too high."), NotifyFlags::EMPTY}, {"mail get money ok", // TRANSLATORS: notification message @@ -908,11 +908,11 @@ namespace NotifyManager NotifyFlags::EMPTY}, {"mail get money error", // TRANSLATORS: notification message - N_("Error on getting money attach."), + N_("Error retrieving attached money."), NotifyFlags::EMPTY}, {"mail get money limit error", // TRANSLATORS: notification message - N_("Error on getting money attach. Too many money."), + N_("Error retrieving attached money: too much money."), NotifyFlags::EMPTY}, }; } // namespace NotifyManager |