Advertisement
Maxlego08

Lang - FR

Feb 25th, 2019
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.12 KB | None | 0 0
  1. package fr.maxlego08;
  2.  
  3. public class Lang {
  4.  
  5.     public static String buy = "Achter";
  6.     public static String back = "Retour";
  7.     public static String allSell = "Tous vendre";
  8.     public static String right = ">>";
  9.     public static String left = "<<";
  10.    
  11.     /*
  12.      * GuiShopBuyItem
  13.      * */
  14.    
  15.     public static String guiShopBuyItem = "Achat / Vente";
  16.    
  17.     public static String canBuy = "§6» §eVous ne pouvez pas acheter cette item !";
  18.     public static String canBuyMore = "§6» §eVous ne pouvez pas mettre plus de §62304§e items.";
  19.     public static String canSell = "§6» §eVous ne pouvez pas vendre cette item !";
  20.    
  21.     public static String canBuyString = "Vous ne pouvez pas acheter";
  22.     public static String canSellString = "Vous ne pouvez pas vendre";
  23.    
  24.     public static String price = "Prix: §6%price%";
  25.    
  26.     public static String yourMoney = "Votre argent§7: §6%money%$";
  27.    
  28.     /*
  29.      * GuiShopDiplayCategory
  30.      * */
  31.    
  32.     public static String guiShopDiplayCategory = "Boutique %name%";
  33.     public static String page = "Page: §6%currentPage%§7/§6%maxPage%";
  34.    
  35.     /*
  36.      * GuiShopMain
  37.      * */
  38.    
  39.     public static String guiShopMain = "Boutique";
  40.    
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement