mirror of
https://github.com/mt-mods/playerfactions.git
synced 2025-07-31 23:40:39 +02:00
general overhaul for 5.0.0 (#11)
* 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
This commit is contained in:
committed by
GitHub
parent
72f52af392
commit
c629b298f9
79
locale/playerfactions.de.tr
Normal file
79
locale/playerfactions.de.tr
Normal file
@ -0,0 +1,79 @@
|
||||
# textdomain: playerfactions
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
@1 has the @2 privilege so they can admin every faction.=@1 hat das @2-Privileg, sodass er jede Fraktion verwalten kann.
|
||||
|
||||
@1 is in the following factions: @2.=@1 ist in den folgenden Fraktionen: @2.
|
||||
@1 is now a member of faction @2.=@1 ist jetzt Mitglied der Fraktion @2.
|
||||
@1 isn't in faction @2.=@1 ist nicht in der Fraktion @2.
|
||||
Add player to a faction, you need @1 privs=Füge einen Spieler zu einer Fraktion hinzu, du benötigst @1-Privilegien
|
||||
Allow the use of all playerfactions commands=Erlaubt die Verwendung aller Fraktionsbefehle
|
||||
|
||||
Change your faction's password or the password of the given faction=Ändere das Passwort deiner Fraktion oder das Passwort der angegebenen Fraktion
|
||||
|
||||
Create a new faction=Erstelle eine neue Fraktion
|
||||
Disband your faction or the given faction=Löse deine Fraktion oder die angegebene Fraktion auf
|
||||
Disbanded @1.=@1 aufgelöst.
|
||||
Error kicking @1 from faction.=Fehler beim Rauswerfen von @1 aus der Fraktion.
|
||||
Error adding @1 to @2.=Fehler beim Hinzufügen von @1 zu @2
|
||||
Error joining faction.=Fehler beim Beitritt zur Fraktion.
|
||||
Error leaving faction.=Fehler beim Verlassen der Fraktion.
|
||||
Factions (@1): @2.=Fraktionen (@1): @2.
|
||||
Failed to change password.=Passwort konnte nicht geändert werden.
|
||||
Failed to transfer ownership.=Eigentum konnte nicht übertragen werden.
|
||||
Join an existing faction=Trete einer bestehenden Fraktion bei
|
||||
Joined @1.=Bist @1 beigetreten.
|
||||
Kick someone from your faction or from the given faction=Jemanden aus deiner Fraktion oder der angegebenen Fraktion werfen
|
||||
Kicked @1 from faction.=@1 aus Fraktion geworfen.
|
||||
Leave your faction=Deine Fraktion verlassen
|
||||
Left @1.=Hast @1 verlassen.
|
||||
List available factions=Verfügbare Fraktionen auflisten
|
||||
Missing faction name.=Fraktionsname fehlt.
|
||||
Missing password.=Passwort fehlt.
|
||||
Missing player name.=Spielername fehlt.
|
||||
Name: @1@nOwner: @2@nMembers: @3=Name: @1@nBesitzer: @2@nMitglieder: @3
|
||||
Ownership has been transferred to @1.=Eigentum wurde auf @1 übertragen.
|
||||
Password has been updated.=Passwort wurde aktualisiert.
|
||||
Password: @1=Passwort: @1
|
||||
Permission denied: Wrong password.=Berechtigung verweigert: Falsches Passwort.
|
||||
|
||||
Permission denied: You are not the owner of that faction, and don't have the @1 privilege.=Berechtigung verweigert: Du bist nicht der Besitzer dieser Fraktion und hast nicht das @1-Privileg.
|
||||
|
||||
Permission denied: You can't use this command, @1 priv is needed.=Berechtigung verweigert: Du kannst diesen Befehl nicht verwenden, @1-Privileg ist erforderlich.
|
||||
|
||||
Registered @1.=@1 Registriert.
|
||||
See information about a faction=Informationen zu einer Fraktion anzeigen
|
||||
See information about a player=Informationen zu einem Spieler anzeigen
|
||||
Faction @1 already exists.=Fraktion @1 existiert bereits.
|
||||
Faction @1 doesn't exist.=Fraktion @1 existiert nicht.
|
||||
|
||||
The faction has more than @1 members, the members list can't be shown.=Die Fraktion hat mehr als @1 Mitglieder, die Mitgliederliste kann nicht angezeigt werden.
|
||||
|
||||
Player @1 doesn't exist.=Spieler @1 existiert nicht.
|
||||
Player @1 is already in the faction @2.=Spieler @1 ist bereits in der Fraktion @2.
|
||||
There are no factions yet.=Es gibt noch keine Fraktionen.
|
||||
Player @1 doesn't exist or isn't in any faction.=Spieler @1 existiert nicht oder ist in keiner Fraktion.
|
||||
@1 is not in the specified faction.=@1 ist nicht in der angegebenen Fraktion.
|
||||
@1 doesn't own any factions.=@1 besitzt keine Fraktionen.
|
||||
@1 is the owner of the following factions: @2.=@1 ist der Besitzer der folgenden Fraktionen: @2.
|
||||
Transfer ownership of your faction=Eigentum deiner Fraktion übertragen
|
||||
Unknown subcommand. Run '/help factions' for help.=Unbekannter Unterbefehl. Führe „/help factions“ aus, um Hilfe zu erhalten.
|
||||
You are already in a faction.=Du bist bereits in einer Fraktion.
|
||||
|
||||
You are in multiple factions, you have to choose one of them: @1.=Du bist in mehreren Fraktionen, du musst eine davon auswählen: @1.
|
||||
|
||||
You are not in a faction.=Du bist in keiner Fraktion.
|
||||
|
||||
You are the owner of multiple factions, you have to choose one of them: @1.=Du bist der Besitzer mehrerer Fraktionen, du musst eine davon auswählen: @1.
|
||||
|
||||
You don't own any factions, you can't use this command.=Du besitzst keine Fraktionen, du kannst diesen Befehl nicht verwenden.
|
||||
You don't own any factions.=Du besitzst keine Fraktionen.
|
||||
|
||||
You cannot kick the owner of a faction, use '/factions chown <player> <password> [<faction>]' to change the ownership.=Du kannst den Besitzer einer Fraktion nicht rauswerfen, verwende „/factions chown <Spieler> <Passwort> [<Fraktion>]“, um den Besitzer zu ändern.
|
||||
|
||||
You cannot leave your own faction, change owner or disband it.=Du kannst deine eigene Fraktion nicht verlassen, wechsle den Besitzer oder löse die Fraktion auf.
|
||||
No factions found.=Keine Fraktionen gefunden.
|
||||
You aren't part of faction @1.=Du bist nicht Teil der Fraktion @1.
|
||||
You are already in faction @1.=Du bist bereits in der Fraktion @1.
|
79
locale/playerfactions.es.tr
Normal file
79
locale/playerfactions.es.tr
Normal file
@ -0,0 +1,79 @@
|
||||
# textdomain: playerfactions
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
@1 has the @2 privilege so they can admin every faction.=@1 tiene el privilegio @2, por lo que puede administrar todas las facciones.
|
||||
|
||||
@1 is in the following factions: @2.=@1 está en las siguientes facciones: @2.
|
||||
@1 is now a member of faction @2.=@1 ahora es miembro de la facción @2.
|
||||
@1 isn't in faction @2.=@1 no está en la facción @2.
|
||||
Add player to a faction, you need @1 privs=Agrega un jugador a una facción, necesitas los privilegios @1
|
||||
Allow the use of all playerfactions commands=Permite el uso de todos los comandos de facciones
|
||||
|
||||
Change your faction's password or the password of the given faction=Cambiar la contraseña de tu facción o la contraseña de la facción indicada
|
||||
|
||||
Create a new faction=Crear una nueva facción
|
||||
Disband your faction or the given faction=Disolver tu facción o la facción indicada
|
||||
Disbanded @1.=Disuelto @1.
|
||||
Error kicking @1 from faction.=Error al expulsar a @1 de la facción.
|
||||
Error adding @1 to @2.=Error al agregar @1 a @2.
|
||||
Error joining faction.=Error al unirse a la facción.
|
||||
Error leaving faction.=Error al salir de la facción.
|
||||
Factions (@1): @2.=Facciones (@1): @2.
|
||||
Failed to change password.=Error al cambiar la contraseña.
|
||||
Failed to transfer ownership.=Error al transferir la propiedad.
|
||||
Join an existing faction=Unirse a una facción existente
|
||||
Joined @1.=Te uniste @1.
|
||||
Kick someone from your faction or from the given faction=Expulsar a alguien de tu facción o de la facción indicada
|
||||
Kicked @1 from faction.=Expulsaste a @1 de la facción.
|
||||
Leave your faction=Abandonar tu facción
|
||||
Left @1.=Abandonaste @1.
|
||||
List available factions=Lista de facciones disponibles
|
||||
Missing faction name.=Falta el nombre de la facción.
|
||||
Missing password.=Falta la contraseña.
|
||||
Missing player name.=Falta el nombre del jugador.
|
||||
Name: @1@nOwner: @2@nMembers: @3=Nombre: @1@nPropietario: @2@nMiembros: @3
|
||||
Ownership has been transferred to @1.=La propiedad ha sido transferida a @1.
|
||||
Password has been updated.=La contraseña ha sido actualizada.
|
||||
Password: @1=Contraseña: @1
|
||||
Permission denied: Wrong password.=Permiso denegado: Contraseña incorrecta.
|
||||
|
||||
Permission denied: You are not the owner of that faction, and don't have the @1 privilege.=Permiso denegado: No eres el propietario de esa facción y no tienes el privilegio @1.
|
||||
|
||||
Permission denied: You can't use this command, @1 priv is needed.=Permiso denegado: No puedes usar este comando, necesitas el privilegio @1.
|
||||
|
||||
Registered @1.=@1 registrado.
|
||||
See information about a faction=Ver información sobre una facción
|
||||
See information about a player=Ver información sobre un jugador
|
||||
Faction @1 already exists.=La facción @1 ya existe.
|
||||
Faction @1 doesn't exist.=La facción @1 no existe.
|
||||
|
||||
The faction has more than @1 members, the members list can't be shown.=La facción tiene más de @1 miembros, la lista de miembros no se puede mostrar.
|
||||
|
||||
Player @1 doesn't exist.=El jugador @1 no existe.
|
||||
Player @1 is already in the faction @2.=El jugador @1 ya está en la facción @2.
|
||||
There are no factions yet.=Todavía no hay facciones.
|
||||
Player @1 doesn't exist or isn't in any faction.=El jugador @1 no existe o no está en ninguna facción.
|
||||
@1 is not in the specified faction.=@1 no está en la facción especificada.
|
||||
@1 doesn't own any factions.=@1 no posee ninguna facción.
|
||||
@1 is the owner of the following factions: @2.=@1 es el propietario de las siguientes facciones: @2.
|
||||
Transfer ownership of your faction=Transferir la propiedad de tu facción
|
||||
Unknown subcommand. Run '/help factions' for help.=Subcomando desconocido. Ejecuta '/help factions' para obtener ayuda.
|
||||
You are already in a faction.=Ya estás en una facción.
|
||||
|
||||
You are in multiple factions, you have to choose one of them: @1.=Estás en varias facciones, debes elegir una de ellas: @1.
|
||||
|
||||
You are not in a faction.=No estás en una facción.
|
||||
|
||||
You are the owner of multiple factions, you have to choose one of them: @1.=Eres el propietario de varias facciones, debes elegir una de ellas: @1.
|
||||
|
||||
You don't own any factions, you can't use this command.=No posees ninguna facción, no puedes usar este comando.
|
||||
You don't own any factions.=No posees ninguna facción.
|
||||
|
||||
You cannot kick the owner of a faction, use '/factions chown <player> <password> [<faction>]' to change the ownership.=No puedes expulsar al propietario de una facción, usa '/factions chown <jugador> <contraseña> [<facción>]' para cambiar la propiedad.
|
||||
|
||||
You cannot leave your own faction, change owner or disband it.=No puedes abandonar tu propia facción, cambiar de propietario o disolverla.
|
||||
No factions found.=Ninguna facción encontrado.
|
||||
You aren't part of faction @1.=No eres parte de la facción @1.
|
||||
You are already in faction @1.=Ya estás en la facción @1.
|
@ -3,79 +3,78 @@
|
||||
|
||||
### init.lua ###
|
||||
|
||||
@1 has the playerfactions_admin privilege so they can admin every faction.=@1 a le privilège playerfactions_admin et peut donc administrer toutes les factions.
|
||||
@1 has the @2 privilege so they can admin every faction.=@1 a le privilège @2 et peut donc administrer toutes les factions.
|
||||
|
||||
@1 is in the following factions: @2.=@1 est dans les factions suivantes : @2.
|
||||
@1 is now a member of the faction @2.=@1 est maintenant membre de la faction @2.
|
||||
@1 isn't in your faction.=@1 n’est pas dans votre faction.
|
||||
Add player to a faction, you need playerfactions_admin privs=Ajoute un joueur à une faction, nécessite le privilège playerfactions_admin
|
||||
@1 is now a member of faction @2.=@1 est maintenant membre de la faction @2.
|
||||
@1 isn't in faction @2.=@1 n’est pas dans la faction @2.
|
||||
Add player to a faction, you need @1 privs=Ajoute un joueur à une faction, nécessite le privilège @1
|
||||
Allow the use of all playerfactions commands=Autorise l’utilisation de toutes les commandes de playerfactions
|
||||
|
||||
Change your faction's password or the password of the given faction=Change le mot de passe de votre faction ou la faction donnée
|
||||
Change your faction's password or the password of the given faction=Change le mot de passe de ta faction ou la faction donnée
|
||||
|
||||
Create a new faction=Crée une nouvelle faction
|
||||
Disband your faction or the given faction=Dissoudre votre faction ou la faction donnée
|
||||
Disband your faction or the given faction=Dissoudre ta faction ou la faction donnée
|
||||
Disbanded @1.=@1 est dissoute.
|
||||
Error kicking @1 from faction.=Erreur lors de la tentative de virer @1 de la faction.
|
||||
Error on adding @1 into @2.=Erreur lors de l’ajout de @1 dans @2.
|
||||
Error on joining.=Erreur lors de la tentative de rejoindre la faction.
|
||||
Error on leaving faction.=Erreur lors de la tentative de quitter la faction.
|
||||
Error adding @1 to @2.=Erreur lors de l’ajout de @1 dans @2.
|
||||
Error joining faction.=Erreur lors de la tentative de rejoindre la faction.
|
||||
Error leaving faction.=Erreur lors de la tentative de quitter la faction.
|
||||
Factions (@1): @2.=Factions (@1) : @2.
|
||||
Failed to change password.=Echec du changement de mot de passe.
|
||||
Failed to transfer ownership.=Echec du transfert de propriété.
|
||||
Join an existing faction=Rejoindre une faction existante.
|
||||
Joined @1.=Vous avez rejoint @1.
|
||||
Kick someone from your faction or from the given faction=Virer quelqu’un de votre faction ou de la faction donnée.
|
||||
Joined @1.=Tu as rejoint @1.
|
||||
Kick someone from your faction or from the given faction=Virer quelqu’un de ta faction ou de la faction donnée.
|
||||
Kicked @1 from faction.=@1 a été viré de la faction.
|
||||
Leave your faction=Quitter votre faction
|
||||
Left @1.=Vous avez quitté @1.
|
||||
Leave your faction=Quitter ta faction
|
||||
Left @1.=Tu as quitté @1.
|
||||
List available factions=Liste les factions disponibles
|
||||
Missing faction name.=Nom de faction manquant.
|
||||
Missing password.=Mot de passe manquant.
|
||||
Missing player name.=Nom de joueur manquant.
|
||||
Missing target.=Nom du joueur cible manquant.
|
||||
Name: @1@nOwner: @2@nMembers: @3=Nom : @1@nPropriétaire : @2@nMembres : @3
|
||||
Ownership has been transferred to @1.=La propriété a été transférée à @1.
|
||||
Password has been updated.=Le mot de passe a été mis à jour.
|
||||
Password: @1=Mot de passe : @1
|
||||
Permission denied: Wrong password.=Permission refusée : mauvais mot de passe.
|
||||
|
||||
Permission denied: You are not the owner of this faction, and don't have the playerfactions_admin privilege.=Permission refusée : vous n’êtes pas le propriétaire de cette faction, et n’avez pas le privilège playerfactions_admin.
|
||||
Permission denied: You are not the owner of that faction, and don't have the @1 privilege.=Permission refusée : tu n'es pas le propriétaire de cette faction, et tu n'as pas le privilège @1.
|
||||
|
||||
Permission denied: You can't use this command, playerfactions_admin priv is needed.=Permission refusée : vous ne pouvez pas utiliser cette commande, le privilège playerfactions_admin est nécessaire.
|
||||
Permission denied: You can't use this command, @1 priv is needed.=Permission refusée : tu ne peux pas utiliser cette commande, le privilège @1 est nécessaire.
|
||||
|
||||
Registered @1.=@1 enregistrée.
|
||||
See information on a faction=Voir les informations d’une faction
|
||||
See information on a player=Voir les informations d’un joueur
|
||||
That faction already exists.=Cette faction existe déjà.
|
||||
The faction @1 doesn't exist.=La faction @1 n’existe pas.
|
||||
See information about a faction=Voir les informations d’une faction
|
||||
See information about a player=Voir les informations d’un joueur
|
||||
Faction @1 already exists.=La faction @1 existe déjà.
|
||||
Faction @1 doesn't exist.=La faction @1 n’existe pas.
|
||||
|
||||
The faction has more than @1 members, the members list can't be shown.=Cette faction a plus que @1 membres, la liste des membres ne peut pas être affichée.
|
||||
|
||||
The given faction doesn't exists.=La faction en question n’existe pas.
|
||||
The player doesn't exist.=Le joueur n’existe pas.
|
||||
The player is already in the faction "@1".=Le joueur est déjà dans la faction "@1".
|
||||
Player @1 doesn't exist.=Le joueur @1 n’existe pas.
|
||||
Player @1 is already in the faction @2.=Le joueur @1 est déjà dans la faction @2.
|
||||
There are no factions yet.=Il n’y a pas encore de factions.
|
||||
This faction doesn't exists.=Cette faction n’existe pas.
|
||||
The player name is nil or empty.=Le nom du joueur est nul ou vide.
|
||||
This player doesn't exists or is in no faction=Ce joueur n’existe pas ou n’est dans aucune faction.
|
||||
This player is not in the specified faction.=Le joueur n’est pas dans la faction spécifiée.
|
||||
This player is the owner of no faction.=Ce joueur n’est propriétaire d’aucune faction.
|
||||
This player is the owner of the following factions: @1.=Ce joueur n’est le propriétaire d’aucune des factions suivantes : @1.
|
||||
Transfer ownership of your faction=Transfert la propriété de votre faction
|
||||
Unknown subcommand. Run '/help factions' for help.=Sous-commande inconnue. Faites '/help factions' pour l’aide.
|
||||
You are already in a faction.=Vous êtes déjà dans une faction.
|
||||
Player @1 doesn't exist or isn't in any faction.=Le joueur @1 n’existe pas ou n’est dans aucune faction.
|
||||
@1 is not in the specified faction.=@1 n’est pas dans la faction spécifiée.
|
||||
@1 doesn't own any factions.=@1 n’est propriétaire d’aucune faction.
|
||||
@1 is the owner of the following factions: @2.=@1 est le propriétaire des factions suivantes : @2.
|
||||
Transfer ownership of your faction=Transfert la propriété de ta faction
|
||||
Unknown subcommand. Run '/help factions' for help.=Sous-commande inconnue. Fais '/help factions' pour l’aide.
|
||||
You are already in a faction.=Tu es déjà dans une faction.
|
||||
|
||||
You are in many factions, you have to choose one of them: @1.=Vous êtes dans plusieurs factions, vous devez choisir l’une d’entre elles : @1.
|
||||
You are in multiple factions, you have to choose one of them: @1.=Tu es dans plusieurs factions, tu dois choisir l’une d’entre elles : @1.
|
||||
|
||||
You are not in a faction.=Vous n’êtes dans aucune faction.
|
||||
You are not in a faction.=Tu n'es dans aucune faction.
|
||||
|
||||
You are the owner of many factions, you have to choose one of them: @1.=Vous êtes propriétaire de plusieurs factions, vous devez choisir l’une d’entre elles : @1.
|
||||
You are the owner of multiple factions, you have to choose one of them: @1.=Tu es propriétaire de plusieurs factions, tu dois choisir l’une d’entre elles : @1.
|
||||
|
||||
You are the owner of no faction, you can't use this command.=Vous n’êtes propriétaire d’aucune faction, vous ne pouvez pas utiliser cette commande.
|
||||
You are the owner of no faction.=Vous n’êtes propriétaire d’aucune faction.
|
||||
You don't own any factions, you can't use this command.=Tu n'es propriétaire d’aucune faction, tu ne peux pas utiliser cette commande.
|
||||
You don't own any factions.=Tu n'es propriétaire d’aucune faction.
|
||||
|
||||
You cannot kick the owner of a faction, use '/factions chown <player> [faction]' to change the ownership.=Vous ne pouvez pas virer le propriétaire de sa faction, utilisez '/factions chown <player> [faction]' pour changer le propriétaire.
|
||||
You cannot kick the owner of a faction, use '/factions chown <player> <password> [<faction>]' to change the ownership.=Tu ne peux pas virer le propriétaire de sa faction, utilise '/factions chown <joueur> <mot de passe> [<faction>]' pour changer le propriétaire.
|
||||
|
||||
You cannot leave your own faction, change owner or disband it.=Vous ne pouvez pas quitter votre propre faction, changez le propriétaire ou dissolvez la.
|
||||
You cannot leave your own faction, change owner or disband it.=Tu ne peux pas quitter ta propre faction, change le propriétaire ou dissout la.
|
||||
No factions found.=Aucune faction trouvée.
|
||||
You aren't part of faction @1.=Tu ne fais pas partie de la faction @1.
|
||||
You are already in faction @1.=Tu es déjà dans la faction @1.
|
||||
|
||||
|
@ -3,12 +3,12 @@
|
||||
|
||||
### init.lua ###
|
||||
|
||||
@1 has the playerfactions_admin privilege so they can admin every faction.=
|
||||
@1 has the @2 privilege so they can admin every faction.=
|
||||
|
||||
@1 is in the following factions: @2.=
|
||||
@1 is now a member of the faction @2.=
|
||||
@1 isn't in your faction.=
|
||||
Add player to a faction, you need playerfactions_admin privs=
|
||||
@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=
|
||||
@ -17,9 +17,9 @@ Create a new faction=
|
||||
Disband your faction or the given faction=
|
||||
Disbanded @1.=
|
||||
Error kicking @1 from faction.=
|
||||
Error on adding @1 into @2.=
|
||||
Error on joining.=
|
||||
Error on leaving faction.=
|
||||
Error adding @1 to @2.=
|
||||
Error joining faction.=
|
||||
Error leaving faction.=
|
||||
Factions (@1): @2.=
|
||||
Failed to change password.=
|
||||
Failed to transfer ownership.=
|
||||
@ -33,49 +33,48 @@ List available factions=
|
||||
Missing faction name.=
|
||||
Missing password.=
|
||||
Missing player name.=
|
||||
Missing target.=
|
||||
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 this faction, and don't have the playerfactions_admin privilege.=
|
||||
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, playerfactions_admin priv is needed.=
|
||||
Permission denied: You can't use this command, @1 priv is needed.=
|
||||
|
||||
Registered @1.=
|
||||
See information on a faction=
|
||||
See information on a player=
|
||||
That faction already exists.=
|
||||
The faction @1 doesn't exist.=
|
||||
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.=
|
||||
|
||||
The given faction doesn't exists.=
|
||||
The player doesn't exist.=
|
||||
The player is already in the faction "@1".=
|
||||
Player @1 doesn't exist.=
|
||||
Player @1 is already in the faction @2.=
|
||||
There are no factions yet.=
|
||||
This faction doesn't exists.=
|
||||
The player name is nil or empty.=
|
||||
This player doesn't exists or is in no faction=
|
||||
This player is not in the specified faction.=
|
||||
This player is the owner of no faction.=
|
||||
This player is the owner of the following factions: @1.=
|
||||
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 many factions, you have to choose one of them: @1.=
|
||||
You are in multiple factions, you have to choose one of them: @1.=
|
||||
|
||||
You are not in a faction.=
|
||||
|
||||
You are the owner of many factions, you have to choose one of them: @1.=
|
||||
You are the owner of multiple factions, you have to choose one of them: @1.=
|
||||
|
||||
You are the owner of no faction, you can't use this command.=
|
||||
You are the owner of no faction.=
|
||||
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> [faction]' to change the ownership.=
|
||||
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.=
|
||||
|
||||
|
Reference in New Issue
Block a user