mirror of
https://github.com/mt-mods/playerfactions.git
synced 2024-11-22 07:13:50 +01:00
f2380e0bb1
- join: check if already member - leave: checks if user is in given faction at all - kick: early abort if no player provided - create: early abort if no faction or password are provided - create: use get_player_factions() instead of get_player_faction() - create: reduce explicit nil checks - disband: early abort if missing password - disband: reduce param-count-checks and use table.getn() - info: reduce explicit nil checks and use table.getn() - passwd: early abort if no password provided - in general remove explicit nil-checks where not needed
80 lines
2.2 KiB
Plaintext
80 lines
2.2 KiB
Plaintext
# textdomain: playerfactions
|
|
|
|
|
|
### init.lua ###
|
|
|
|
@1 has the @2 privilege so they can admin every faction.=
|
|
|
|
@1 is in the following factions: @2.=
|
|
@1 is now a member of faction @2.=
|
|
@1 isn't in faction @2.=
|
|
Add player to a faction, you need @1 privs=
|
|
Allow the use of all playerfactions commands=
|
|
|
|
Change your faction's password or the password of the given faction=
|
|
|
|
Create a new faction=
|
|
Disband your faction or the given faction=
|
|
Disbanded @1.=
|
|
Error kicking @1 from faction.=
|
|
Error adding @1 to @2.=
|
|
Error joining faction.=
|
|
Error leaving faction.=
|
|
Factions (@1): @2.=
|
|
Failed to change password.=
|
|
Failed to transfer ownership.=
|
|
Join an existing faction=
|
|
Joined @1.=
|
|
Kick someone from your faction or from the given faction=
|
|
Kicked @1 from faction.=
|
|
Leave your faction=
|
|
Left @1.=
|
|
List available factions=
|
|
Missing faction name.=
|
|
Missing password.=
|
|
Missing player name.=
|
|
Name: @1@nOwner: @2@nMembers: @3=
|
|
Ownership has been transferred to @1.=
|
|
Password has been updated.=
|
|
Permission denied: Wrong password.=
|
|
|
|
Permission denied: You are not the owner of that faction, and don't have the @1 privilege.=
|
|
|
|
Permission denied: You can't use this command, @1 priv is needed.=
|
|
|
|
Registered @1.=
|
|
See information about a faction=
|
|
See information about a player=
|
|
Faction @1 already exists.=
|
|
Faction @1 doesn't exist.=
|
|
|
|
The faction has more than @1 members, the members list can't be shown.=
|
|
|
|
Player @1 doesn't exist.=
|
|
Player @1 is already in the faction @2.=
|
|
There are no factions yet.=
|
|
Player @1 doesn't exist or isn't in any faction.=
|
|
@1 is not in the specified faction.=
|
|
@1 doesn't own any factions.=
|
|
@1 is the owner of the following factions: @2.=
|
|
Transfer ownership of your faction=
|
|
Unknown subcommand. Run '/help factions' for help.=
|
|
You are already in a faction.=
|
|
|
|
You are in multiple factions, you have to choose one of them: @1.=
|
|
|
|
You are not in a faction.=
|
|
|
|
You are the owner of multiple factions, you have to choose one of them: @1.=
|
|
|
|
You don't own any factions, you can't use this command.=
|
|
You don't own any factions.=
|
|
|
|
You cannot kick the owner of a faction, use '/factions chown <player> <password> [<faction>]' to change the ownership.=
|
|
|
|
You cannot leave your own faction, change owner or disband it.=
|
|
No factions found.=
|
|
You aren't part of faction @1.=
|
|
You are already in faction @1.=
|
|
|