/Tukui_ConfigUI/local/english.lua

http://github.com/Asphyxia/Tukui · Lua · 224 lines · 180 code · 22 blank · 22 comment · 42 complexity · 064a2e9da257bfd6b008196f5bd95846 MD5 · raw file

  1. TukuiL = { }
  2. -- update needed msg
  3. TukuiL.option_update = "You need to update your Tukui ConfigUI addon because of Tukui latest changes, please visit www.tukui.org"
  4. -- general
  5. TukuiL.option_general = "General"
  6. TukuiL.option_general_uiscale = "Auto UI Scale"
  7. TukuiL.option_general_override = "Use High resolution layout on a Lower resolution"
  8. TukuiL.option_general_multisample = "Multisampling protection (clean 1px border)"
  9. TukuiL.option_general_customuiscale = "UI Scale (if auto-scale is disabled)"
  10. TukuiL.option_general_backdropcolor = "Set default backdrop color of panels"
  11. TukuiL.option_general_bordercolor = "Set default border color of panels"
  12. TukuiL.option_general_blizzardreskin = "Reskin Blizzard frames to match Tukui"
  13. -- nameplate
  14. TukuiL.option_nameplates = "Nameplates"
  15. TukuiL.option_nameplates_enable = "Enable Nameplates"
  16. TukuiL.option_nameplates_enhancethreat = "Enable threat feature, automatically changes by your role"
  17. TukuiL.option_nameplates_showhealth = "Show health on nameplate"
  18. TukuiL.option_nameplates_combat = "Only show enemy nameplates in-combat"
  19. TukuiL.option_nameplates_goodcolor = "Good threat color, varies depending if your a tank or dps/heal"
  20. TukuiL.option_nameplates_badcolor = "Bad threat color, varies depending if your a tank or dps/heal"
  21. TukuiL.option_nameplates_transitioncolor = "Losing/Gaining threat color"
  22. TukuiL.option_nameplates_trackdebuffs = "Track buffs/debuffs on namepalte"
  23. TukuiL.option_nameplates_trackcc = "Track crowd control times on namepalte"
  24. -- merchant
  25. TukuiL.option_merchant = "Merchant"
  26. TukuiL.option_merchant_autosell = "Auto sell grey items"
  27. TukuiL.option_merchant_autorepair = "Auto Repair items"
  28. TukuiL.option_merchant_sellmisc = "Sell some defined (craps not grey) items automatically"
  29. TukuiL.option_merchant_guildrepair = "Auto Guild repair"
  30. -- bags
  31. TukuiL.option_bags = "Bags"
  32. TukuiL.option_bags_enable = "Enable all-in-one bag"
  33. -- datatext
  34. TukuiL.option_datatext = "Data Text"
  35. TukuiL.option_datatext_24h = "Enable 24h time"
  36. TukuiL.option_datatext_localtime = "Use Local Time instead of Server Time"
  37. TukuiL.option_datatext_bg = "Enable Battleground Stats"
  38. TukuiL.option_datatext_hps = "Healing per second, position (0 for disabled)"
  39. TukuiL.option_datatext_guild = "Guild position (0 for disabled)"
  40. TukuiL.option_datatext_arp = "Armor penetration position (0 for disabled)"
  41. TukuiL.option_datatext_mem = "Memory position (0 for disabled)"
  42. TukuiL.option_datatext_bags = "Bags position (0 for disabled)"
  43. TukuiL.option_datatext_fontsize = "Font size of text"
  44. TukuiL.option_datatext_fps_ms = "Latency and FPS position (0 for disabled)"
  45. TukuiL.option_datatext_armor = "Armor Position (0 for disabled)"
  46. TukuiL.option_datatext_avd = "Avoidance position (0 for disabled)"
  47. TukuiL.option_datatext_power = "Power position (0 for disabled)"
  48. TukuiL.option_datatext_haste = "Haste position (0 for disabled)"
  49. TukuiL.option_datatext_friend = "Friends position (0 for disabled)"
  50. TukuiL.option_datatext_time = "Time position (0 for disabled)"
  51. TukuiL.option_datatext_gold = "Gold position (0 for disabled)"
  52. TukuiL.option_datatext_dps = "Damage per second position (0 for disabled)"
  53. TukuiL.option_datatext_crit = "Crit % position (0 for disabled)"
  54. TukuiL.option_datatext_dur = "Durability position (0 for disabled)"
  55. TukuiL.option_datatext_currency = "Currency position (0 for disabled)"
  56. TukuiL.option_datatext_micromenu = "Micro Menu position (0 for disabled)"
  57. TukuiL.option_datatext_hit = "Hit position (0 for disabled)"
  58. TukuiL.option_datatext_mastery = "Mastery position (0 for disabled)"
  59. TukuiL.option_datatext_BG_Announcer = "Battleground defense announcer"
  60. TukuiL.option_datatext_color = "Default color"
  61. TukuiL.option_datatext_classcolored = "Class colored datatext"
  62. TukuiL.option_datatext_profession = "Profession (0 for disabled)"
  63. TukuiL.option_datatext_enable_specswitcher = " Enable specswitcher panel & icon"
  64. TukuiL.option_datatext_calltoarms = "Call to arms position (0 for disabled)"
  65. TukuiL.option_datatext_expertise = "Expertise raitng position (0 for disabled)"
  66. -- unit frames
  67. TukuiL.option_unitframes_unitframes = "Unit Frames"
  68. TukuiL.option_unitframes_combatfeedback = "Combat Feedback on player and target"
  69. TukuiL.option_unitframes_runebar = "Enable rune bar for Death Knight"
  70. TukuiL.option_unitframes_auratimer = "Enable timer on auras"
  71. TukuiL.option_unitframes_totembar = "Enable totem bar for Shaman"
  72. TukuiL.option_unitframes_totalhpmp = "Display total of health/power"
  73. TukuiL.option_unitframes_playerparty = "Show yourself in party"
  74. TukuiL.option_unitframes_aurawatch = "Enable PVE raid Aura Watch (Grid Only)"
  75. TukuiL.option_unitframes_castbar = "Enable cast bar"
  76. TukuiL.option_unitframes_targetaura = "Enable target auras"
  77. TukuiL.option_unitframes_saveperchar = "Save unit frames position per character"
  78. TukuiL.option_unitframes_playeraggro = "Enable aggro display on yourself"
  79. TukuiL.option_unitframes_smooth = "Enable smooth bar"
  80. TukuiL.option_unitframes_portrait = "Enable portraits on player and target"
  81. TukuiL.option_unitframes_enable = "Enable Tukui Unit Frames"
  82. TukuiL.option_unitframes_enemypower = "Enable Power display on enemy only"
  83. TukuiL.option_unitframes_gridonly = "Enable Grid only mode for Healer layout"
  84. TukuiL.option_unitframes_healcomm = "Enable healcomm"
  85. TukuiL.option_unitframes_focusdebuff = "Enable Focus debuffs"
  86. TukuiL.option_unitframes_raidaggro = "Enable aggro display on party/raid"
  87. TukuiL.option_unitframes_boss = "Enable Boss Unit Frames"
  88. TukuiL.option_unitframes_enemyhostilitycolor = "Color enemy health bar by hostility (for PVP)"
  89. TukuiL.option_unitframes_hpvertical = "Show health bar vertically for Grid layout"
  90. TukuiL.option_unitframes_symbol = "Show symbols on party/raid"
  91. TukuiL.option_unitframes_threatbar = "Enable threat bar"
  92. TukuiL.option_unitframes_enablerange = "Enable party/raid Range alpha display"
  93. TukuiL.option_unitframes_focus = "Enable Focus target"
  94. TukuiL.option_unitframes_latency = "Show cast bar latency"
  95. TukuiL.option_unitframes_icon = "Show icons on cast bar"
  96. TukuiL.option_unitframes_playeraura = "Enable an alternative aura mode for player"
  97. TukuiL.option_unitframes_aurascale = "Aura text scale on auras"
  98. TukuiL.option_unitframes_gridscale = "Grid Scale"
  99. TukuiL.option_unitframes_manahigh = "High mana indicator (For Hunters)"
  100. TukuiL.option_unitframes_manalow = "Low mana indicator (All mana class)"
  101. TukuiL.option_unitframes_range = "Alpha on Party/Raid unit out of range"
  102. TukuiL.option_unitframes_maintank = "Enable Main Tank"
  103. TukuiL.option_unitframes_mainassist = "Enable Main Assist"
  104. TukuiL.option_unitframes_unicolor = "Enable Unique color theme (grey health bar)"
  105. TukuiL.option_unitframes_totdebuffs = "Enable Target of Target debuffs (High Reso)"
  106. TukuiL.option_unitframes_classbar = "Enable class bar"
  107. TukuiL.option_unitframes_weakenedsoulbar = "Enable Weakened Soul bar notification (Priest)"
  108. TukuiL.option_unitframes_onlyselfdebuffs = "Display only our debuffs on target"
  109. TukuiL.option_unitframes_focus = "Enable Focus target"
  110. TukuiL.option_unitframes_bordercolor = "Set default border color of panels"
  111. TukuiL.option_unitframes_hide_unitframes = "Hide unitframes out of combat"
  112. TukuiL.option_unitframes_show_solo = "Show raidframe when solo (DPS layout only)"
  113. TukuiL.option_unitframes_gradient = "Default gradient color"
  114. TukuiL.option_unitframes_extended_pet = "Extended pet frame"
  115. TukuiL.option_unitframes_pet_target = "Enable pet target"
  116. TukuiL.option_unitframes_gradient_health = "Change health color based on health percent."
  117. TukuiL.option_unitframes_cbspark = "Castbar spark"
  118. TukuiL.option_unitframes_classicon ="Class icons"
  119. TukuiL.option_unitframes_style = "Unitframes layout style"
  120. -- loot
  121. TukuiL.option_loot = "Loot"
  122. TukuiL.option_loot_enableloot = "Enable loot window"
  123. TukuiL.option_loot_autogreed = "Enable auto-greed for green item at max level"
  124. TukuiL.option_loot_enableroll = "Enable item roll window"
  125. -- map
  126. TukuiL.option_map = "Map"
  127. TukuiL.option_map_enable = "Enable Map"
  128. -- invite
  129. TukuiL.option_invite = "Invite"
  130. TukuiL.option_invite_autoinvite = "Enable Auto-Invite (Friends and Guildmates)"
  131. -- tooltip
  132. TukuiL.option_tooltip = "Tooltip"
  133. TukuiL.option_tooltip_enable = "Enable tooltip"
  134. TukuiL.option_tooltip_hidecombat = "Hide tooltip in combat"
  135. TukuiL.option_tooltip_hidebutton = "Hide tooltip on action bar buttons"
  136. TukuiL.option_tooltip_hideuf = "Hide tooltip on unit frames"
  137. TukuiL.option_tooltip_cursor = "Enable cursor tooltip"
  138. -- others
  139. TukuiL.option_others = "Others"
  140. TukuiL.option_others_bg = "Enable Auto-Release in battlegrounds"
  141. -- reminder
  142. TukuiL.option_reminder = "Aura Warning"
  143. TukuiL.option_reminder_enable = "Enable player aura warning"
  144. TukuiL.option_reminder_sound = "Enable a warning sound for aura warning"
  145. -- error
  146. TukuiL.option_error = "Error Message"
  147. TukuiL.option_error_hide = "Hide spamming error in the middle of your screen"
  148. TukuiL.option_reminder_raidbuff_reminder = "Raid buff reminder"
  149. -- action bar
  150. TukuiL.option_actionbar = "Action Bars"
  151. TukuiL.option_actionbar_hidess = "Hide Shapeshift bar or Totem bar"
  152. TukuiL.option_actionbar_showgrid = "Always show Grid on action bar"
  153. TukuiL.option_actionbar_enable = "Enable Tukui action bar"
  154. TukuiL.option_actionbar_rb = "Enable right bar on mouseover"
  155. TukuiL.option_actionbar_hk = "Show hotkey on buttons"
  156. TukuiL.option_actionbar_ssmo = "Shapeshift bar or Totem bar on mouseover"
  157. TukuiL.option_actionbar_rbn = "Number of action bars on the bottom (1 or 2)"
  158. TukuiL.option_actionbar_rn = "Number of action bars on right (0, 1, 2 or 3)"
  159. TukuiL.option_actionbar_buttonsize = "Size of the main action buttons"
  160. TukuiL.option_actionbar_buttonspacing = "Spacing of the main action buttons"
  161. TukuiL.option_actionbar_petbuttonsize = "Size of pet/shapeshift buttons"
  162. TukuiL.option_actionbar_vertical_rightbars = "Enable the vertical Rightbars"
  163. TukuiL.option_actionbar_stancebuttonsize = "Choose the size of the stancebar buttons"
  164. TukuiL.option_actionbar_vertical_shapeshift = "Enable the vertical stancebar"
  165. TukuiL.option_actionbar_mainswap = "Swap mainbar with topbar"
  166. TukuiL.option_actionbar_macrotext = "Display macro text on buttons"
  167. -- quest watch frame
  168. TukuiL.option_quest = "Quests"
  169. TukuiL.option_quest_movable = "Quest Watch frame movable"
  170. -- arena
  171. TukuiL.option_arena = "Arena"
  172. TukuiL.option_arena_st = "Enable enemy spell tracker in arena"
  173. TukuiL.option_arena_uf = "Enable arena unit frames"
  174. -- pvp
  175. TukuiL.option_pvp = "Pvp"
  176. TukuiL.option_pvp_ii = "Enable Interrupt Icons"
  177. -- cooldowns
  178. TukuiL.option_cooldown = "Cooldowns"
  179. TukuiL.option_cooldown_enable = "Enable cooldown number on buttons"
  180. TukuiL.option_cooldown_th = "Turn cooldown number red at X value"
  181. -- chat
  182. TukuiL.option_chat = "Social"
  183. TukuiL.option_chat_enable = "Enable Tukui Chat"
  184. TukuiL.option_chat_width = "Choose the width of the chat"
  185. TukuiL.option_chat_height = "Choose the height of the chat"
  186. TukuiL.option_chat_whispersound = "Play sound when receiving private message"
  187. TukuiL.option_chat_justify_Right = "Right justify chat text"
  188. TukuiL.option_chat_background = "Enable chat background"
  189. TukuiL.option_chat_rightchat = "Set Loot window to right chat frame"
  190. TukuiL.option_chat_rightchat_number = "Rightchat-background is attached to ChatFrameX ..X = value"
  191. -- buff
  192. TukuiL.option_auras = "Auras"
  193. TukuiL.option_auras_player = "Enable Tukui Buff/Debuff Frames"
  194. -- buttons
  195. TukuiL.option_button_reset = "Reset"
  196. TukuiL.option_button_load = "Apply Settings"
  197. TukuiL.option_button_close = "Close"
  198. TukuiL.option_setsavedsetttings = "Set settings Per-Character"
  199. TukuiL.option_resetchar = "Are you sure you want to reset your character's settings to match your default settings?"
  200. TukuiL.option_resetall = "Are you sure you want to reset all of your settings to Default?"
  201. TukuiL.option_perchar = "Are you sure you want to change to or from 'Per Char Settings'?"
  202. TukuiL.option_makeselection = "You must make a selection before you can continue to config."