Advertisement
RiriHD

Traduction Française du plugin Elevator

Jan 9th, 2016
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.00 KB | None | 0 0
  1. #Messages en FR
  2. messages:
  3.     no_permission: '&cVous n'avez pas la permission de crée un ascenseur !'
  4.     #Prefix only appends to first line
  5.     no_args:
  6.        - '&2<-&6&lCommandes d'aide&2->'
  7.         - '&3/elevator create <Nom/ID> &8- &aCreer un nouvel ascenseur'
  8.         - '&3/elevator delete <Nom/ID> &8 - &aSupprime un ascenseur'
  9.         - '&3/elevator addfloor <Nom/ID> &8 - &aAjoutez un étage a votre ascenseur'
  10.         - '&3/elevator removefloor <Nom/ID> &8 - &aSupprimer un étage a votre ascenseur'
  11.         - '&3/elevator list <Nom du Joueur> &8 - Liste des ascenseurs du joueur'
  12.         - '&3/elevator info <Nom/ID> &8 - &AVoir les informations de l'ascenseur'
  13.     create_elevator:
  14.         no_elevatorID: '&3Commande Correct -> &c/elevator create <Nom/ID>'
  15.         # '' elevator_already_exists doivent inclure la balise [elevatorID]
  16.         elevator_already_exists: '&3Un ascenseur avec le nom [elevatorID] existe deja. Fait /elevator list pour plus d'infos'
  17.         # 'elevator_created' doit inclure balise [elevatorID]
  18.         elevator_created: '&3Ton ascenseur nommer &8 [et un [elevatorID] &8] &3est creer'
  19.     add_elevator_floor:
  20.         no_elevatorID: '&3Commande Correct -> &c/elevator addfloor <Nom/ID>'
  21.         floor_already_exists: '&3Ce bloc est deja attribuer a un ascenseur.'
  22.         #'only_elevator_block' must include the tag [elevatorBlock]
  23.         only_elevator_block: '&3Vous ne pouvez ajoutez un etage qu'avec un &a[elevatorBlock]&3.'
  24.         #'elevator_not_exists' must include the tag [elevatorID]
  25.         elevator_not_exists: '&3Il n'y a pas d'ascenseur avec le nom &8[&a[elevatorID]&8].'
  26.         #'floor_created' must include the tag [elevatorID]
  27.         floor_created: '&3Ajout d'un etage a l'ascenseur &8[&a[elevatorID]&8] &3!'
  28.         not_on_top: '&3Vous ne pouvez ajouter des etages que sur une meme colone !'
  29.     delete_elevator:
  30.         no_elevatorID: '&3Commande Correct -> &c/elevator delete <Nom/ID>
  31.         elevator_not_exists: '&3Aucun ascenseur avec le nom &8[&a[elevatorID]&8] &3n'existe.'
  32.         #'elevator_deleted' must include the tag [elevatorID]
  33.         elevator_deleted: '&3L'ascenseur &8[&a[elevatorID]&8] &3est supprimer!'
  34.     remove_floor:
  35.         no_elevatorID: '&3Commande Correct -> &c/elevator removefloor <Nom/ID>'
  36.         #'no_floor' must include the tag [elevatorID]
  37.         has_no_floor: '&3L'ascenseur &8[&a[elevatorID]&8] &3n'a pas d'etage ici.'
  38.         #'no_elevatorID' must include the tag [elevatorID]
  39.         elevator_not_exists: '&3L'ascenseur avec le nom &8[&a[elevatorID]&8] &3n'existe pas.'
  40.         #'elevator_deleted' must include the tag [elevatorID]
  41.         floor_deleted: '&3L'etage de l'ascenseur &8[&a[elevatorID]&8] &3a bien ete supprimer'
  42.     info:
  43.         no_elevatorID: '&3Commande Correct -> &c/elevator info <Nom/ID>'
  44.         #'no_elevatorID' must include the tag [elevatorID]
  45.         elevator_not_exists: '&3L'ascenseur avec le nom &8[&a[elevatorID]&8] &3n'existe pas.'        
  46.         #'info' must include the tag [elevatorID], [floorsCount], [floorsLocations], [elevatorOwner] | #NOTE You can not change the format of [floorsLocations]!
  47.         info:
  48.            - '&2<-- &6&lAscenseur [elevatorID] &2-->'
  49.             - '&bProprietaire: &a[elevatorOwner]'
  50.             - '&bNombre d'etages: &a[floorsCount]'
  51.             - '&bCoordonnees des etages: &a[floorsLocations]'
  52.     list:
  53.        #'player_no_elevators' must include the tag [playerName]
  54.         player_no_elevators: '&3Le joueurs &8[&a[playerName]&8] &3ne possede pas d'ascenseur!'
  55.         #'owner_template' must include the tag [elevatorOwner]
  56.         owner_template: '&2<-- &6&l[elevatorOwner] &2-->'
  57.         #'template' must include the tag [elevatorID], [count]
  58.         elevator_template: '&6[count] &7- &b[elevatorID]'
  59.        
  60.     //Pouvez-vous, pour la traduction Française, modifier le prefix [Elevator] en prefix [Ascenseur]. De plus, pourriez-vous aussi faire en sorte dans le dossier configuration, de pouvoir changé le bloque pour pouvoir créer les ascenseur ?  
  61.     //Merci beacoup !
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement