Advertisement
GlorifiedPig

Untitled

Nov 29th, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1.  
  2. GlorifiedLeveling.i18n.RegisterPhrases( "en", {
  3. glDarkTheme = "Dark",
  4. glLevelNotHighEnough = "You are not a high enough level for that.",
  5. glYouReceivedXP = "You received %s XP.",
  6. glYouReceivedXPKill = "You received %s XP for killing %s.",
  7. glLevelX = "Level %s",
  8. glLevelUp = "Level Up!",
  9. glAdminMenuLockdown = "LOCKDOWN",
  10. glAdminMenuPlayers = "PLAYERS",
  11. glPlayersOnline = "Players Online: %s",
  12. glSetLevel = "Set Level",
  13. glResetLevel = "Reset Level",
  14. glAddXP = "Add XP",
  15. glConfirmation = "Confirmation",
  16. glYes = "Yes",
  17. glNo = "No",
  18. glConfirmationResetLevel = "Do you want to reset that player's level?",
  19. glEnterLevel = "Enter the player's new level below.",
  20. glEnterXP = "Enter how much XP you want to add.",
  21. glEnter = "Enter",
  22. glInvalidAmount = "Invalid amount selected.",
  23. glMaxLevel = "Max Level",
  24.  
  25. -- Leaderboard localization.
  26. glLeaderboard = "Leaderboard",
  27. glName = "Name",
  28. glXP = "XP",
  29. glLevel = "Level",
  30. glNobodyHere = "There is nobody here :(",
  31.  
  32. -- Perk localization.
  33. glSkills = "Skills",
  34. glPoints = "%s Points",
  35. glComplete = "Complete",
  36.  
  37. glHasteBoots = "Boots of Haste",
  38. glHasteBootsDescription = "Extra Speed",
  39.  
  40. glFeralLeaping = "Boots of Feral Leaping",
  41. glFeralLeapingDescription = "Higher Jump Height, Less Fall Damage",
  42.  
  43. glIronSkin = "Iron Skin",
  44. glIronSkinDescription = "Extra Armor on Spawn",
  45.  
  46. glJuggernaut = "Juggernaut",
  47. glJuggernautDescription = "Extra Health on Spawn",
  48.  
  49. glBulletAbsorption = "Bullet Absorption",
  50. glBulletAbsorptionDescription = "Less Damage Taken",
  51.  
  52. glHighGradeBullets = "High Grade Bullets",
  53. glHighGradeBulletsDescription = "More Damage Given",
  54. } )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement