diff options
author | Streusel <advance_me@hotmail.de> | 2013-04-23 00:26:00 -0700 |
---|---|---|
committer | Streusel <advance_me@hotmail.de> | 2013-04-23 00:26:00 -0700 |
commit | 8c3c4577bde31ccee677ea75649b89cfa5822240 (patch) | |
tree | 6f1c3cf85deea0932b974d5a8943184966bff46a /conf/messages.conf | |
parent | 3a6517e14649805db47b332934f4cad972d00e95 (diff) | |
parent | 038174e232c03519474f86e5738cecac34bbdee3 (diff) | |
download | hercules-8c3c4577bde31ccee677ea75649b89cfa5822240.tar.gz hercules-8c3c4577bde31ccee677ea75649b89cfa5822240.tar.bz2 hercules-8c3c4577bde31ccee677ea75649b89cfa5822240.tar.xz hercules-8c3c4577bde31ccee677ea75649b89cfa5822240.zip |
Merge branch 'master' of github.com:HerculesWS/Hercules
Diffstat (limited to 'conf/messages.conf')
-rw-r--r-- | conf/messages.conf | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/conf/messages.conf b/conf/messages.conf index e21c41176..823a6eb65 100644 --- a/conf/messages.conf +++ b/conf/messages.conf @@ -443,6 +443,9 @@ // Homunculus messages 450: You already have a homunculus +// Return pet to egg message +451: You can't return your pet because your inventory is full. + // Messages of others (not for GM commands) // ---------------------------------------- @@ -1452,6 +1455,40 @@ 1431: Your global chat is now binded to the '%s' channel 1432: Your global chat is not binded to any channel 1433: Your global chat is now unbinded from the '#%s' channel +1434: Player '%s' was not found +1437: Player '%s' has now been banned from '%s' channel +1438: You cannot join the '%s' channel because you've been banned from it +1439: Channel '%s' has no banned players +1440: Player '%s' is not banned from this channel +1441: Player '%s' has now been unbanned from the '%s' channel +1442: Removed all bans from '%s' channel +1443: -- '%s' ban list +1444: - %s +1445: - %s (%d) +1446: You need to input a option +1447: '%s' is not a known channel option +1448: -- Available options +1449: option '%s' is already enabled, if you'd like to disable it type '@channel opt %s 0' +1450: option '%s' is now enabled for channel '%s' +1451: value '%d' for option '%s' is out of range (limit is 0-10) +1452: option '%s' is now enabled for channel '%s' with %d seconds +1453: option '%s' is now disabled for channel '%s' +1454: option '%s' is not enabled on channel '%s' +1455: You're talking too fast! +1456: -- %s ban <channel name> <character name> +1457: - bans <character name> from <channel name> channel +1458: -- %s banlist <channel name> +1459: - lists all banned characters from <channel name> channel +1460: -- %s unban <channel name> <character name> +1461: - unbans <character name> from <channel name> channel +1462: -- %s setopt <channel name> <option name> <option value> +1463: - adds or removes <option name> with <option value> to <channel name> channel +1464: Ban failed, not possible to ban this user. +1465: Player '%s' is already banned from this channel +1466: For '%s' you need the amount of seconds (from 0 to 10) +1467: -- %s unbanall <channel name> +1468: - unbans everyone from <channel name> + //Custom translations import: conf/import/msg_conf.txt |