Clubleave errors clarified. Moved enum results to their own files

This commit is contained in:
Kwoth
2022-10-13 22:27:12 +02:00
parent bf817a1436
commit d079e684bd
7 changed files with 77 additions and 60 deletions

View File

@@ -849,7 +849,8 @@
"club_accepted": "Accepted user {0} to the club.",
"club_accept_error": "User not found",
"club_left": "You've left the club.",
"club_not_in_club": "You are not in a club, or you're trying to leave the club you're the owner of.",
"club_not_in_a_club": "You are not in a club.",
"club_owner_cant_leave": "Club owner can't leave the club - you must either transfer ownership or disband the club.",
"club_user_kick": "User {0} kicked from {1} club.",
"club_user_not_in_club": "{0} is not in a club.",
"club_user_kick_fail": "Error kicking. You're either not the club owner, or that user is not in your club.",