X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fbot_NeonServ.c;h=7e6b9beedf57e79ef3f93c6fa9826564a85ee936;hb=441876fc5090b0327600370347b7ef923636a508;hp=55445e0c56b8fff70b7bb5c17455a11275b44497;hpb=ffc462dec2b405f14d7b13d37e17b95ea6fdf2f5;p=NeonServV5.git diff --git a/src/bot_NeonServ.c b/src/bot_NeonServ.c index 55445e0..7e6b9be 100644 --- a/src/bot_NeonServ.c +++ b/src/bot_NeonServ.c @@ -314,6 +314,22 @@ static const struct default_language_entry msgtab[] = { {"NS_RENAME_FAIL", "Failed renaming $b%s$b."}, {"NS_FUN_DISABLED", "Fun commands are disabled in %s."}, {"NS_UNBIND_REQUIRED", "%1$s is a required function and there is no other command bound to %1$s. Bind anothjer command to %1$s first."}, /* {ARGS: bind} */ + {"NS_COMMANDS_NAME", "Name"}, + {"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} };