Advertisement
Guest User

Untitled

a guest
May 2nd, 2014
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.74 KB | None | 0 0
  1. -- Player Status
  2. GGF.locale['Dead']                      = 'Dead'
  3. GGF.locale['Offline']                   = 'Offline'
  4.  
  5. GGF.locale['Frame_Lock']                = "Lock All Frames (/ggf)"
  6.  
  7. -- Display:
  8. GGF.locale["Display_Player_Info"]       = 'Display Player Information'
  9. GGF.locale["Display_Player_Experience"] = 'Display Experience Bar'
  10.  
  11. -- Global
  12. GGF.locale['Combat_Alpha']              = "Out of Combat Alpha"
  13. GGF.locale['Font']                      = "Font"
  14. GGF.locale['Font_Style']                = "Font Style"
  15. GGF.locale['Bar_Texture']               = "Texture"
  16. GGF.locale["Bar_Format"]                = "Bar Label Format"
  17. GGF.locale["Bar_Format_Location"]       = "Bar Label Position"
  18. GGF.locale["Bar_Format_Two"]            = "Bar Label Two Format"
  19. GGF.locale["Bar_Format_Location_Two"]   = "Bar Label Two Position"
  20.  
  21. -- Frame Options
  22. GGF.locale["Frame_PositionX"]           = 'Frame Horizontal Position'
  23. GGF.locale["Frame_PositionY"]           = 'Frame Vertical Position'
  24. GGF.locale['Frame_Width']               = 'Frame Width'
  25. GGF.locale['Frame_Height']              = 'Frame Height'
  26. GGF.locale['Info_FontSize']             = 'Information Font Size'
  27. GGF.locale['Info_FontColor']            = 'Information Font Color'
  28. GGF.locale['Player_Padding']            = 'Space Between Bars'
  29. GGF.locale['Health_Height']             = 'Health Bar Height'
  30. GGF.locale['Health_BarColor']           = 'Health Bar Color'
  31. GGF.locale['Health_FontSize']           = 'Health Bar Font Size'
  32. GGF.locale['Health_FontColor']          = 'Health Bar Font Color'
  33. GGF.locale["Magicka_Height"]            = 'Magicka Bar Height'
  34. GGF.locale["Magicka_BarColor"]          = 'Magicka Bar Color'
  35. GGF.locale["Magicka_FontSize"]          = 'Magicka Bar Font Size'
  36. GGF.locale["Magicka_FontColor"]         = 'Magicka Bar Font Color'
  37. GGF.locale["Stamina_Height"]            = 'Stamina Bar Height'
  38. GGF.locale["Stamina_BarColor"]          = 'Stamina Bar Color'
  39. GGF.locale["Stamina_FontSize"]          = 'Stamina Bar Font Size'
  40. GGF.locale["Stamina_FontColor"]         = 'Stamina Bar Font Color'
  41. GGF.locale["Experience_Height"]         = 'Experience Bar Height'
  42. GGF.locale["Experience_BarColor"]       = 'Experience Bar Color'
  43. GGF.locale["Experience_Text_Display"]   = 'Experience Bar Text Display'
  44. GGF.locale["Experience_FontSize"]       = 'Experience Bar Font Size'
  45. GGF.locale["Experience_FontColor"]      = 'Experience Bar Font Color'
  46. GGF.locale["Mount_Height"]              = 'Mount Bar Height'
  47. GGF.locale["Mount_BarColor"]            = 'Mount Bar Color'
  48. GGF.locale["Target_FontColor_Friendly"] = 'Friendly Font Color'
  49. GGF.locale["Target_FontColor_Hostile"]  = 'Hostile Font Color'
  50. GGF.locale["Target_FontColor_Interact"] = 'Interactable Font Color'
  51.  
  52. -- Misc Setting
  53. GGF.locale['Setting_Global']            = 'Global Addon Settings'
  54. GGF.locale['Setting_Player']            = 'Frame: Player'
  55. GGF.locale['Setting_Player_Health']     = 'Player Frame: Health'
  56. GGF.locale['Setting_Player_Magicka']    = 'Player Frame: Magicka'
  57. GGF.locale['Setting_Player_Stamina']    = 'Player Frame: Stamina'
  58. GGF.locale['Setting_Player_Experience'] = 'Player Frame: Experience'
  59. GGF.locale['Setting_Player_Mount']      = 'Player Frame: Mount'
  60. GGF.locale['Setting_Group']             = 'Group Frame'
  61. GGF.locale['Setting_Raid']              = 'Raid Frame'
  62. GGF.locale['Setting_Raid_Layout']       = 'Raid Group Layout'
  63. GGF.locale['Setting_Target']            = 'Target Frame'
  64. GGF.locale['Setting_Defaults']          = 'Reset To Defaults'
  65. GGF.locale['Setting_Reset_Warning']     = 'Caution: By resetting to the defaults you will lose all custom configuration you've setup.  Please make sure this is what you want to do before clicking the button below.'
  66. GGF.locale['Setting_Reset_Button']      = "Reset Defaults"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement