X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2Fbot_NeonServ.c;h=7e6b9beedf57e79ef3f93c6fa9826564a85ee936;hp=81240489a188ec26cb53a2b8881ba11f4b56f5ad;hb=441876fc5090b0327600370347b7ef923636a508;hpb=1b3cffe710e805d2d95bc622f906d7d15440931d diff --git a/src/bot_NeonServ.c b/src/bot_NeonServ.c index 8124048..7e6b9be 100644 --- a/src/bot_NeonServ.c +++ b/src/bot_NeonServ.c @@ -318,6 +318,18 @@ static const struct default_language_entry msgtab[] = { {"NS_COMMANDS_ACCESS", "Access"}, {"NS_COMMANDS_GACCESS", "GodAccess"}, {"NS_COMMANDS_FUNCTION", "Function"}, + {"NS_DNR_SET", "$b%s$b is do-not-register (by $b%s$b): %s" }, + {"NS_DNR_SET_EXPIRES", "$b%s$b is do-not-register (by $b%s$b; expires %s): %s" }, + {"NS_DNR_SET_ANONYM", "$b%s$b is do-not-register. Please contact the support to get more information."}, + {"NS_NOREGISTER_INVALID_DURATION", "$b%s$b is not a valid duration."}, + {"NS_NOREGISTER_REGISTERED", "$b%s$b is currently registered and can't be added to the do-not-register list."}, + {"NS_NOREGISTER_DONE", "added $b%s$b to the do-not-register list."}, + {"NS_NOREGISTER_HEAD", "The following do-not-registers were found:"}, + {"NS_DNR_TARGET", "Target"}, + {"NS_DNR_USER", "Issuer"}, + {"NS_DNR_EXPIRES", "Expires"}, + {"NS_DNR_REASON", "Reason"}, + {NULL, NULL} };