mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-08-01 19:54:44 +02:00
Correction of spelling mistakes
20
French.md
20
French.md
@@ -1,4 +1,4 @@
|
|||||||
Credits: laboriens
|
Credits: laboriens and FarmVivi
|
||||||
|
|
||||||
FastLogin version: 1.10
|
FastLogin version: 1.10
|
||||||
|
|
||||||
@@ -35,22 +35,22 @@ switch-kick-message: '&4Seuls les comptes inscrits sur la liste blanche de minec
|
|||||||
add-premium: '&2Ajouté à la liste des joueurs premium'
|
add-premium: '&2Ajouté à la liste des joueurs premium'
|
||||||
|
|
||||||
# Player activated premium login in order to skip offline authentication
|
# Player activated premium login in order to skip offline authentication
|
||||||
add-premium-other: '&2Le joueur a été ajouté à la liste des primes'
|
add-premium-other: '&2Le joueur a été ajouté à la liste des joueurs premium'
|
||||||
|
|
||||||
# Player is already set be a paid account
|
# Player is already set be a paid account
|
||||||
already-exists: '&4Vous êtes déjà sur la liste des primes'
|
already-exists: '&4Vous êtes déjà sur la liste des joueurs premium'
|
||||||
|
|
||||||
# Player is already set be a paid account
|
# Player is already set be a paid account
|
||||||
already-exists-other: '&4Le joueur est déjà sur la liste des primes'
|
already-exists-other: '&4Le joueur est déjà sur la liste des joueurs premium'
|
||||||
|
|
||||||
# Player was changed to be cracked
|
# Player was changed to be cracked
|
||||||
remove-premium: '&2Retiré de la liste des joueurs premium'
|
remove-premium: '&2Retiré de la liste des joueurs premium'
|
||||||
|
|
||||||
# Player is already set to be cracked
|
# Player is already set to be cracked
|
||||||
not-premium: '&4Vous n''êtes pas dans la liste des primes'
|
not-premium: '&4Vous n''êtes pas dans la liste des joueurs premium'
|
||||||
|
|
||||||
# Player is already set to be cracked
|
# Player is already set to be cracked
|
||||||
not-premium-other: '&4Le joueur n''est pas dans la liste des primes '
|
not-premium-other: '&4Le joueur n''est pas dans la liste des joueurs premium '
|
||||||
|
|
||||||
# Admin wanted to change the premium of a user that isn't known to the plugin
|
# Admin wanted to change the premium of a user that isn't known to the plugin
|
||||||
player-unknown: '&4Le joueur n''est pas dans la base de données'
|
player-unknown: '&4Le joueur n''est pas dans la base de données'
|
||||||
@@ -62,7 +62,7 @@ auto-login: '&2Auto connecté'
|
|||||||
|
|
||||||
# The user was auto registered on the first join. The user account will be registered to protect it from cracked players
|
# The user was auto registered on the first join. The user account will be registered to protect it from cracked players
|
||||||
# The password can be used if the mojang servers are down and you still want your premium users to login (PLANNED)
|
# The password can be used if the mojang servers are down and you still want your premium users to login (PLANNED)
|
||||||
auto-register: '&2Auto enregistré avec mot de passe: %password
|
auto-register: '&2Auto enregistré avec le mot de passe: %password
|
||||||
Vous voulez peut-être le changer?'
|
Vous voulez peut-être le changer?'
|
||||||
|
|
||||||
# Player is not able to toggle the premium state of other players
|
# Player is not able to toggle the premium state of other players
|
||||||
@@ -70,17 +70,17 @@ no-permission: '&4Pas assez de permissions'
|
|||||||
|
|
||||||
# Although the console can toggle the premium state, it's not possible for the console itself.
|
# Although the console can toggle the premium state, it's not possible for the console itself.
|
||||||
# Because the console is not a user. (obviously, isn't it?)
|
# Because the console is not a user. (obviously, isn't it?)
|
||||||
no-console: '&4Vous n''êtes pas un joueur. Vous ne pouvez pas changer l''état premium pour la console'
|
no-console: '&4Vous n''êtes pas un joueur. Vous ne pouvez pas changer l''état premium par la console'
|
||||||
|
|
||||||
# The user wants to toggle premium state, but BungeeCord support is enabled. This means the server have to communicate
|
# The user wants to toggle premium state, but BungeeCord support is enabled. This means the server have to communicate
|
||||||
# with the BungeeCord first which will establish a connection with the database server.
|
# with the BungeeCord first which will establish a connection with the database server.
|
||||||
wait-on-proxy: '&6Envoyer une requête...'
|
wait-on-proxy: '&6Envoie d''une requête...'
|
||||||
|
|
||||||
# When ProtocolLib is enabled and the plugin is unable to continue handling a login request after a requested premium
|
# When ProtocolLib is enabled and the plugin is unable to continue handling a login request after a requested premium
|
||||||
# authentication. In this state the client expects a success packet with a encrypted connection or disconnect packet.
|
# authentication. In this state the client expects a success packet with a encrypted connection or disconnect packet.
|
||||||
# So we kick the player, if we cannot encrypt the connection. In other situation (example: premium name check),
|
# So we kick the player, if we cannot encrypt the connection. In other situation (example: premium name check),
|
||||||
# the player will be just authenticated as cracked
|
# the player will be just authenticated as cracked
|
||||||
error-kick: '&4Erreur est survenue'
|
error-kick: '&4Une erreur est survenue'
|
||||||
|
|
||||||
|
|
||||||
# The server sends a verify token within the premium authentication request. If this doesn't match on response,
|
# The server sends a verify token within the premium authentication request. If this doesn't match on response,
|
||||||
|
Reference in New Issue
Block a user