mirror of
https://github.com/mt-mods/playerfactions.git
synced 2024-11-19 22:03:51 +01:00
locale: some more de-Frenching
This commit is contained in:
parent
9e3276ad9e
commit
f021427f04
12
init.lua
12
init.lua
@ -352,7 +352,7 @@ local function handle_command(name, param)
|
|||||||
if factions.join_faction(faction_name, name) then
|
if factions.join_faction(faction_name, name) then
|
||||||
return true, S("Joined @1.", faction_name)
|
return true, S("Joined @1.", faction_name)
|
||||||
else
|
else
|
||||||
return false, S("Error on joining.")
|
return false, S("Error joining faction.")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
elseif action == "leave" then
|
elseif action == "leave" then
|
||||||
@ -381,7 +381,7 @@ local function handle_command(name, param)
|
|||||||
if factions.leave_faction(faction_name, name) then
|
if factions.leave_faction(faction_name, name) then
|
||||||
return true, S("Left @1.", faction_name)
|
return true, S("Left @1.", faction_name)
|
||||||
else
|
else
|
||||||
return false, S("Error on leaving faction.")
|
return false, S("Error leaving faction.")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
elseif action == "kick" then
|
elseif action == "kick" then
|
||||||
@ -518,9 +518,9 @@ local function handle_command(name, param)
|
|||||||
target, factions.get_player_faction(target))
|
target, factions.get_player_faction(target))
|
||||||
else
|
else
|
||||||
if factions.join_faction(faction_name, target) then
|
if factions.join_faction(faction_name, target) then
|
||||||
return true, S("@1 is now a member of the faction @2.", target, faction_name)
|
return true, S("@1 is now a member of faction @2.", target, faction_name)
|
||||||
else
|
else
|
||||||
return false, S("Error on adding @1 into @2.", target, faction_name)
|
return false, S("Error adding @1 to @2.", target, faction_name)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@ -532,8 +532,8 @@ end
|
|||||||
minetest.register_chatcommand("factions", {
|
minetest.register_chatcommand("factions", {
|
||||||
params = "create <faction> <password>: "..S("Create a new faction").."\n"
|
params = "create <faction> <password>: "..S("Create a new faction").."\n"
|
||||||
.."list: "..S("List available factions").."\n"
|
.."list: "..S("List available factions").."\n"
|
||||||
.."info <faction>: "..S("See information on a faction").."\n"
|
.."info <faction>: "..S("See information about a faction").."\n"
|
||||||
.."player_info <player>: "..S("See information on a player").."\n"
|
.."player_info <player>: "..S("See information about a player").."\n"
|
||||||
.."join <faction> <password>: "..S("Join an existing faction").."\n"
|
.."join <faction> <password>: "..S("Join an existing faction").."\n"
|
||||||
.."leave [faction]: "..S("Leave your faction").."\n"
|
.."leave [faction]: "..S("Leave your faction").."\n"
|
||||||
.."kick <player> [faction]: "..S("Kick someone from your faction or from the given faction").."\n"
|
.."kick <player> [faction]: "..S("Kick someone from your faction or from the given faction").."\n"
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
@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 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 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 is now a member of faction @2.=@1 est maintenant membre de la faction @2.
|
||||||
@1 isn't in your faction.=@1 n’est pas dans votre faction.
|
@1 isn't in your faction.=@1 n’est pas dans votre faction.
|
||||||
Add player to a faction, you need @1 privs=Ajoute un joueur à une faction, nécessite le privilège @1
|
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
|
Allow the use of all playerfactions commands=Autorise l’utilisation de toutes les commandes de playerfactions
|
||||||
@ -17,9 +17,9 @@ 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 votre faction ou la faction donnée
|
||||||
Disbanded @1.=@1 est dissoute.
|
Disbanded @1.=@1 est dissoute.
|
||||||
Error kicking @1 from faction.=Erreur lors de la tentative de virer @1 de la faction.
|
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 adding @1 to @2.=Erreur lors de l’ajout de @1 dans @2.
|
||||||
Error on joining.=Erreur lors de la tentative de rejoindre la faction.
|
Error joining faction.=Erreur lors de la tentative de rejoindre la faction.
|
||||||
Error on leaving faction.=Erreur lors de la tentative de quitter la faction.
|
Error leaving faction.=Erreur lors de la tentative de quitter la faction.
|
||||||
Factions (@1): @2.=Factions (@1) : @2.
|
Factions (@1): @2.=Factions (@1) : @2.
|
||||||
Failed to change password.=Echec du changement de mot de passe.
|
Failed to change password.=Echec du changement de mot de passe.
|
||||||
Failed to transfer ownership.=Echec du transfert de propriété.
|
Failed to transfer ownership.=Echec du transfert de propriété.
|
||||||
@ -43,8 +43,8 @@ Permission denied: You are not the owner of that faction, and don't have the @1
|
|||||||
Permission denied: You can't use this command, @1 priv is needed.=Permission refusée : vous ne pouvez pas utiliser cette commande, le privilège @1 est nécessaire.
|
Permission denied: You can't use this command, @1 priv is needed.=Permission refusée : vous ne pouvez pas utiliser cette commande, le privilège @1 est nécessaire.
|
||||||
|
|
||||||
Registered @1.=@1 enregistrée.
|
Registered @1.=@1 enregistrée.
|
||||||
See information on a faction=Voir les informations d’une faction
|
See information about a faction=Voir les informations d’une faction
|
||||||
See information on a player=Voir les informations d’un joueur
|
See information about a player=Voir les informations d’un joueur
|
||||||
Faction @1 already exists.=La faction @1 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.
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
@1 has the @2 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 in the following factions: @2.=
|
||||||
@1 is now a member of the faction @2.=
|
@1 is now a member of faction @2.=
|
||||||
@1 isn't in your faction.=
|
@1 isn't in your faction.=
|
||||||
Add player to a faction, you need @1 privs=
|
Add player to a faction, you need @1 privs=
|
||||||
Allow the use of all playerfactions commands=
|
Allow the use of all playerfactions commands=
|
||||||
@ -17,9 +17,9 @@ Create a new faction=
|
|||||||
Disband your faction or the given faction=
|
Disband your faction or the given faction=
|
||||||
Disbanded @1.=
|
Disbanded @1.=
|
||||||
Error kicking @1 from faction.=
|
Error kicking @1 from faction.=
|
||||||
Error on adding @1 into @2.=
|
Error adding @1 to @2.=
|
||||||
Error on joining.=
|
Error joining faction.=
|
||||||
Error on leaving faction.=
|
Error leaving faction.=
|
||||||
Factions (@1): @2.=
|
Factions (@1): @2.=
|
||||||
Failed to change password.=
|
Failed to change password.=
|
||||||
Failed to transfer ownership.=
|
Failed to transfer ownership.=
|
||||||
@ -43,8 +43,8 @@ Permission denied: You are not the owner of that faction, and don't have the @1
|
|||||||
Permission denied: You can't use this command, @1 priv is needed.=
|
Permission denied: You can't use this command, @1 priv is needed.=
|
||||||
|
|
||||||
Registered @1.=
|
Registered @1.=
|
||||||
See information on a faction=
|
See information about a faction=
|
||||||
See information on a player=
|
See information about a player=
|
||||||
Faction @1 already exists.=
|
Faction @1 already exists.=
|
||||||
Faction @1 doesn't exist.=
|
Faction @1 doesn't exist.=
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user