mirror of
https://github.com/mt-mods/playerfactions.git
synced 2025-04-18 20:10:24 +02:00
locale: faction x already exists
This commit is contained in:
parent
f5c68e3c5d
commit
4ed325039d
2
init.lua
2
init.lua
@ -214,7 +214,7 @@ local function handle_command(name, param)
|
|||||||
elseif password == nil then
|
elseif password == nil then
|
||||||
return false, S("Missing password.")
|
return false, S("Missing password.")
|
||||||
elseif facts[faction_name] ~= nil then
|
elseif facts[faction_name] ~= nil then
|
||||||
return false, S("That faction already exists.")
|
return false, S("Faction @1 already exists.", faction_name)
|
||||||
else
|
else
|
||||||
factions.register_faction(faction_name, name, password)
|
factions.register_faction(faction_name, name, password)
|
||||||
return true, S("Registered @1.", faction_name)
|
return true, S("Registered @1.", faction_name)
|
||||||
|
@ -45,7 +45,7 @@ Permission denied: You can't use this command, @1 priv is needed.=Permission ref
|
|||||||
Registered @1.=@1 enregistrée.
|
Registered @1.=@1 enregistrée.
|
||||||
See information on a faction=Voir les informations d’une faction
|
See information on a faction=Voir les informations d’une faction
|
||||||
See information on a player=Voir les informations d’un joueur
|
See information on a player=Voir les informations d’un joueur
|
||||||
That faction already exists.=Cette faction existe déjà.
|
Faction @1 already exists.=La faction @1 existe déjà.
|
||||||
Faction @1 doesn't exist.=La faction @1 n’existe pas.
|
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 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.
|
||||||
|
@ -45,7 +45,7 @@ Permission denied: You can't use this command, @1 priv is needed.=
|
|||||||
Registered @1.=
|
Registered @1.=
|
||||||
See information on a faction=
|
See information on a faction=
|
||||||
See information on a player=
|
See information on a player=
|
||||||
That faction already exists.=
|
Faction @1 already exists.=
|
||||||
Faction @1 doesn't exist.=
|
Faction @1 doesn't exist.=
|
||||||
|
|
||||||
The faction has more than @1 members, the members list can't be shown.=
|
The faction has more than @1 members, the members list can't be shown.=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user