Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.69 KB | None | 0 0
  1. MINING_Language["English"] = {
  2.     --Mining Shop
  3.     MinerTitle = "Mining Shop",
  4.    
  5.     MoneySubtitle = "Your Money: ",
  6.  
  7.     CurrentBuyRate = "Current Buy Rate: X",
  8.    
  9.     MinerCenterText = "Select Material From List To:\n-Get Information About It\n-Buy or Sell",
  10.    
  11.     LevelText1 = "Your level: ",
  12.     LevelText2 = "Current progress: ",
  13.    
  14.     ListOreSubTitle1 = "You have: ",
  15.     ListOreSubTitle2 = "Price: ",
  16.    
  17.     InInventory = "In Inventory: ",
  18.    
  19.     BuyPrice = "Buy Price: ",
  20.     SellPrice = "Sell Price: ",
  21.    
  22.     BuyButton = "Buy",
  23.    
  24.     BuySuit = "Buy Radio-Protective Suit",
  25.    
  26.     BuyRequestTitle = "Buying Materials",
  27.     BuyRequestSubTitle = "How much Materials you would like to buy?",
  28.     BuyRequestText = "Only Digits",
  29.    
  30.     SellButton = "Sell",
  31.    
  32.     SellRequestTitle = "Selling Materials",
  33.     SellRequestSubTitle = "How much Materials you would like to sell?",
  34.     SellRequestText = "Only Digits",
  35.     --Workbench
  36.     WorkbenchTitle = "Workbench",
  37.    
  38.     Category = "Category: ",
  39.    
  40.     ItemListSubTitle = "Click for more info",
  41.    
  42.     CraftPrice = "Craft Price: ",
  43.    
  44.     RequiredResources = "Required Resources: ",
  45.     RequiredLevel = "Level Required: ",
  46.    
  47.     CraftButton = "Craft",
  48.    
  49.     --Misc
  50.     MatsInventoryTitle = "Mats Inventory",
  51.    
  52.     AdminPanelTitle = "CMS Admin Panel",
  53.    
  54.     Drop = "DROP",
  55.    
  56.     Yes = "Yes",
  57.     No = "No",
  58.    
  59.     YouSure = "You sure?",
  60.    
  61.     NotEnoughMoneyFailMsg = "You haven't enough money",
  62.     BuySuitFailMsg = "You already wearing suit!",
  63.    
  64.     SellingOresFailMsg = "You haven't enough ore",
  65.    
  66.     CraftingFailMsg = "You haven't enough resources or level!",
  67.    
  68.     CraftSuccessMsg = "You crafted ",
  69.    
  70.     Bought = "You bought ",
  71.    
  72.     Sold = "You sold ",
  73.    
  74.     All = "All",
  75.    
  76.     --Admin
  77.     OreCreationTitle = "Select Ore from list"
  78.  
  79. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement