mirror of
https://github.com/mt-mods/playerfactions.git
synced 2024-11-21 23:03:55 +01:00
c629b298f9
* general overhaul for 5.0.0 - overhauled English language - overhauled French language - adds Spanish locale - adds German locale - adds mtt integration testing - adds github workflow for mtt - refactores handle_command - standardizes usage of table.getn() (nothing crucial in this mod) - standardizes variables to have same format and same name for same purpouse - DB-fix also adds missing owners to members - fixes some situations where admins couldn't do things - fixes display of dynamic admin priv and registration - alows uppercase for subcommands - adds valid_password() for cleaner checks - ensures that existing factions don't get overwritten * provide alternative to table.pack() * add disband hooks support * remove local f == factions
81 lines
2.3 KiB
Plaintext
81 lines
2.3 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.=
|
|
Password: @1=
|
|
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.=
|
|
|