Advertisement
Guest User

SAA Locale with T10 support and dirty 3.3.3 fix

a guest
Mar 24th, 2010
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 6.99 KB | None | 0 0
  1.  
  2. local L = LibStub("AceLocale-3.0"):NewLocale("SquawkAndAwe", "enUS", true);
  3. if not L then return end
  4.  
  5. L["About"]          = true
  6. L["Version"]        = true
  7.  
  8. L["Cooldown"]       = true
  9.  
  10. -- Options menu
  11. L["Reset Bars"]     = true
  12. L["Version"]        = true
  13. L["Move Frames"]    = true
  14.  
  15. -- Help Options
  16. L["help_reset"]     = "Resets bars frame to default values."
  17. L["help_version"]   = "Show version information"
  18. L["help_display"]   = "Hide or unhide the bar frames to reposition them.  When displayed, left click to drag the bars."
  19. L["help"]           = "All options can be configured more easily using the Blizzard options menu. Press ESC and select addons then click on SquawkAndAwe to configure."
  20.  
  21. -- All
  22. L["All Bars"]           = true
  23.  
  24. L["Bar Width"]          = true
  25. L["Bar Height"]         = true
  26. L["Bar Scale"]          = true
  27. L["Maximum Bar Time"]   = true
  28. L["Cooldown Bar Color"] = true
  29. L["Icons"]              = true
  30.  
  31.     -- Media
  32.     L["Media"]              = true
  33.  
  34.     L["Bar Texture"]        = true
  35.     L["Border Texture"]     = true
  36.     L["Bar Border Texture"] = true
  37.  
  38.  
  39. L["Text Display"]       = true
  40.  
  41. L["Show"]               = true
  42. L["Show Cooldown"]      = true
  43. L["Color"]              = true
  44.  
  45. -- Help All
  46. L["help_width"]         = "The width of the status bars, in pixels."
  47. L["help_height"]        = "The height of the status bars, in pixels."
  48. L["help_scale"]         = "Use this to scale bars frame. Valid scale multiplier values are 0.25 to 3"
  49. L["help_maxlen"]        = "Maximum length of the bars, in seconds. Any timers over this value will hold as a full bar."
  50. L["help_cdcolor"]       = "Color of the bars for all cooldowns (unless the associated ability has no duration)."
  51. L["help_icons"]         = "Turn on or off spell icons"
  52. L["help_textonbars"]    = "turn on or off text displays on bars"
  53.  
  54.     -- Text Opts
  55.     L["Text Options"]   = true
  56.     L["Bar Text Font"]      = true
  57.     L["Bar Text Size"]  = true
  58.     L["Spell Names"]    = true
  59.     L["Durations"]      = true
  60.    
  61.     -- Help Text Options
  62.     L["help_spellnames"]    = "Show spell names in text display"
  63.     L["help_durations"]     = "Show remaining duration of effect in text display"
  64.  
  65. -- Trinkets
  66. L["Trinkets"]   = true
  67.  
  68. L["Trinket Bars"]       = true
  69. L["Merge Trinkets"]     = true
  70. L["Trinket Cooldowns"]  = true
  71.  
  72. -- Help Trinkets
  73. L["help_trinketshow"]   = "Turn on or off the bars for Trinket buffs."
  74. L["help_mergetrinkets"] = "When checked, forces all trinkets to show on a sinlge bar."
  75. L["help_trinketcd"]     = "When Trinkets are merged, the bar shows cooldowns instead of durations. When unmerged, displays trinket cooldowns as well as durations."
  76.  
  77. -- Procs
  78. L["Procs"]  = true
  79. L["Flash"]  = true
  80.  
  81.     -- Eclipse
  82.     L["Lunar Eclipse Color"]    = true
  83.     L["Solar Eclipse Color"]    = true
  84.     L["Eclipse Type Text"]      = true
  85.  
  86.     -- Help Eclipse
  87.     L["help_showEclipse"]   = "Turn on or off the Eclipse Proc bar."
  88.     L["help_eclipseCD"]     = "Turn on or off the Eclipse Cooldown bar."
  89.     L["help_sfcolor"]       = "Color of the Lunar (Starfire) Eclipse Proc bar."
  90.     L["help_wcolor"]        = "Color of the Solar (Wrath) Eclipse Proc."
  91.     L["help_eclipseflash"]  = "When checked, the Eclipse Proc statusbar will flash."
  92.     L["help_eclipsetype"]   = "Show type of Eclipse proc in text display"
  93.  
  94.     -- Omen
  95.     L["Omen of Clarity"]    = true
  96.  
  97.     -- Help Omen
  98.     L["help_omenshow"]  = "Turn on or off the Omen of Clarity bar."
  99.     L["help_omencolor"] = "Color of the Omen of Clarity bar."
  100.     L["help_omenflash"] = "When checked, the Omen of Clarity statusbar will flash."
  101.  
  102.     -- T102P
  103.     L["Omen of Doom"]    = true
  104.  
  105.     -- Help T102P
  106.     L["help_t102pshow"]  = "Turn on or off the Omen of Doom (T102P) bar."
  107.     L["help_t102pcolor"] = "Color of the Omen of Doom bar."
  108.     L["help_t102pflash"] = "When checked, the Omen of Doom statusbar will flash."
  109.  
  110.     -- T84P
  111.     L["Tier 8 4-Piece Bonus"]   = true
  112.  
  113.     -- Help T84P
  114.     L["help_t84pshow"]  = "Turn on or off the Elune's Wrath bar."
  115.     L["help_t84pcolor"] = "Color of the Elune's Wrath bar."
  116.     L["help_t84pflash"] = "When checked, the Elune's Wrath statusbar will flash."
  117.        
  118.     -- PvP
  119.     L["PvP Set Bonus"]  = true
  120.  
  121.     -- Help T84P
  122.     L["help_pvpshow"]   = "Turn on or off the Wrath of Elune bar."
  123.     L["help_pvpcolor"]  = "Color of the Wrath of Elune bar."
  124.     L["help_pvpflash"]  = "When checked, the Wrath of Elune statusbar will flash."
  125.  
  126. -- Debuffs
  127. L["Debuffs"]        = true
  128. L["Merge Debuffs"]  = true
  129. L["Tick"]           = true
  130.  
  131. -- Help Debuffs
  132. L["help_mergedebuffs"]  = "When checked, forces all debuffs to share a single bar."
  133.  
  134.     -- Moonfire
  135.     L["SF Combo"]       = "Starfire Combo Points"
  136.  
  137.     -- Help Moonfire
  138.     L["help_mfshow"]    = "Turn on or off the Moonfire bar."
  139.     L["help_mfcolor"]   = "Color of the Moonfire bar."
  140.     L["help_mftick"]    = "Turn on or off the Moonfire tick bar."
  141.     L["help_sfcombo"]   = "Show number of times Starfire has extended Moonfire"
  142.  
  143.     -- Help Insect
  144.     L["help_isshow"]    = "Turn on or off the Insect Swarm bar."
  145.     L["help_iscolor"]   = "Color of the Insect Swarm bar."
  146.     L["help_istick"]    = "Turn on or off the Insect Swarm tick bar."
  147.  
  148.     -- Help Faerie
  149.     L["help_ffshow"]    = "Turn on or off the Faerie Fire bar."
  150.     L["help_ffcolor"]   = "Color of the Faerie Fire bar."
  151.  
  152. -- CC
  153. L["Crowd Control"]  = true
  154. L["Merge CC"]       = true
  155.  
  156. -- Help CC
  157. L["help_mergecc"]   = "When checked, forces all cc to share a single bar."
  158.  
  159.     -- Help Roots
  160.     L["help_rootsshow"]     = "Turn on or off the Entangling Roots bar."
  161.     L["help_rootscolor"]    = "Color of the Entangling Roots bar."
  162.  
  163.     -- Help Hibernate
  164.     L["help_hibernateshow"]     = "Turn on or off the Hibernate bar."
  165.     L["help_hibernatecolor"]    = "Color of the Hibernate bar."
  166.  
  167.     -- Help Cyclone
  168.     L["help_cycloneshow"]   = "Turn on or off the Cyclone bar."
  169.     L["help_cyclonecolor"]    = "Color of the Cyclone bar."
  170.  
  171.  
  172. -- Abilities
  173. L["Abilities"]          = true
  174. L["Merge Abilities"]    = true
  175. L["Duration"]           = true
  176.  
  177. -- Help Abilities
  178. L["help_mergeabilities"]    = "When checked, forces all abilities to share a single bar."
  179.  
  180.     -- Help Starfall
  181.     L["help_fallshow"]  = "Turn on or off the Starfall bar."
  182.     L["help_fallcolor"] = "Color of the Starfall bar."
  183.     L["help_falldur"]   = "Turn on or off display of Starfall duration."
  184.  
  185.     -- Help Typhoon
  186.     L["help_typhoonshow"]   = "Turn on or off the Typhoon bar."
  187.     L["help_typhooncolor"]  = "Color of the Typhoon bar."
  188.  
  189.     -- Help Force
  190.     L["help_forceshow"]     = "Turn on or off the Force of Nature bar."
  191.     L["help_forcecolor"]    = "Color of the Foirce of Nature bar."
  192.     L["help_forcedur"]      = "Turn on or off display of Force of Nature duration."
  193.  
  194.     -- Help Innervate
  195.     L["help_innervshow"]    = "Turn on or off the Innervate bar."
  196.     L["help_innervcolor"]   = "Color of the Innervate bar."
  197.     L["help_innervdur"]     = "Turn on or off display of Innervate duration."
  198.  
  199.     -- Help Starfall
  200.     L["help_barkshow"]  = "Turn on or off the Barkskin bar."
  201.     L["help_barkcolor"] = "Color of the Barkskin bar."
  202.     L["help_barkdur"]   = "Turn on or off display of Barkskin duration."
  203.  
  204. -- GCD
  205. L["GCD"]            = "Global Cooldown"
  206. L["help_gcd"]       = "Turn on or off the Global Cooldown bar."
  207. L["help_gcdcolor"]  = "Color of the GCD bar."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement