summaryrefslogtreecommitdiff
path: root/src/resources/notifications.h
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2014-10-23 18:50:19 +0300
committerAlige <aligetmw@hotmail.fr>2014-10-23 19:40:06 +0300
commita6094d662636e67b1515ad21e186041d8cf4cf26 (patch)
treefb43edb9c4b7c78e1dcfaf6bb733d384de214048 /src/resources/notifications.h
parentad2b88808e5beb50505ae10f52d0dca780378d0c (diff)
downloadplus-a6094d662636e67b1515ad21e186041d8cf4cf26.tar.gz
plus-a6094d662636e67b1515ad21e186041d8cf4cf26.tar.bz2
plus-a6094d662636e67b1515ad21e186041d8cf4cf26.tar.xz
plus-a6094d662636e67b1515ad21e186041d8cf4cf26.zip
Changed all the "cant" by "can't", and fixed few sentences to translate.
Diffstat (limited to 'src/resources/notifications.h')
-rw-r--r--src/resources/notifications.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/resources/notifications.h b/src/resources/notifications.h
index 0afe23d6f..4917835f6 100644
--- a/src/resources/notifications.h
+++ b/src/resources/notifications.h
@@ -44,11 +44,11 @@ namespace NotifyManager
NotifyFlags::EMPTY},
{"buy fail no money",
// TRANSLATORS: notification message
- N_("Unable to buy. You not have enought money."),
+ N_("Unable to buy. You don't have enough money."),
NotifyFlags::EMPTY},
{"buy fail overweight",
// TRANSLATORS: notification message
- N_("Unable to buy. You overweight."),
+ N_("Unable to buy. It is too heavy."),
NotifyFlags::EMPTY},
{"buy fail too many items",
// TRANSLATORS: notification message
@@ -84,7 +84,7 @@ namespace NotifyManager
NotifyFlags::EMPTY},
{"guild already",
// TRANSLATORS: notification message
- N_("You are already in guild."),
+ N_("You are already in a guild."),
NotifyFlags::EMPTY},
{"guild create fail",
// TRANSLATORS: notification message
@@ -144,7 +144,7 @@ namespace NotifyManager
NotifyFlags::EMPTY},
{"party create failed",
// TRANSLATORS: notification message
- N_("Could not create party."),
+ N_("Couldn't create party."),
NotifyFlags::EMPTY},
{"party created",
// TRANSLATORS: notification message
@@ -156,15 +156,15 @@ namespace NotifyManager
NotifyFlags::EMPTY},
{"party left deny",
// TRANSLATORS: notification message
- N_("You cant left party on this map."),
+ N_("You can't leave party on this map."),
NotifyFlags::EMPTY},
{"party kicked",
// TRANSLATORS: notification message
- N_("You was kicked from party."),
+ N_("You were kicked from party."),
NotifyFlags::EMPTY},
{"party kick deny",
// TRANSLATORS: notification message
- N_("You cant be kicked from party on this map."),
+ N_("You can't be kicked from party on this map."),
NotifyFlags::EMPTY},
{"party user joined",
// TRANSLATORS: notification message
@@ -220,7 +220,7 @@ namespace NotifyManager
NotifyFlags::PARTY_STRING},
{"party user left deny",
// TRANSLATORS: notification message
- N_("%s cant be kicked from party on this map."),
+ N_("%s can't be kicked from party on this map."),
NotifyFlags::PARTY_STRING},
{"party user kicked",
// TRANSLATORS: notification message
@@ -228,7 +228,7 @@ namespace NotifyManager
NotifyFlags::PARTY_STRING},
{"party user kick deny",
// TRANSLATORS: notification message
- N_("%s cant be kicked from party on this map."),
+ N_("%s can't be kicked from party on this map."),
NotifyFlags::PARTY_STRING},
{"party unknown user msg",
// TRANSLATORS: notification message
@@ -404,7 +404,7 @@ namespace NotifyManager
NotifyFlags::EMPTY},
{"homunculus feed failed",
// TRANSLATORS: notification message
- N_("You cant feed homunculus, because not have %s."),
+ N_("You can't feed homunculus, because you don't have %s."),
NotifyFlags::STRING},
{"card insert failed",
// TRANSLATORS: notification message
@@ -420,8 +420,8 @@ namespace NotifyManager
NotifyFlags::EMPTY},
{"bank withdraw failed",
// TRANSLATORS: notification message
- N_("Withdraw failed. Probably you not have money "
- "in bank for withdraw."),
+ N_("Withdraw failed. You probably don't have this "
+ "amount of money in the bank right now."),
NotifyFlags::EMPTY}
};
} // namespace NotifyManager