vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 --[[
2 Localisation file
3 ]]
4  
5 -- Tabs
6 XPERL_CONF_TITLE1 = "Global"
7 XPERL_CONF_TITLE2 = PLAYER -- "Player" Taken from WoW's FrameXML/GlobalStrings.lua
8 XPERL_CONF_TITLE3 = TARGET -- "Target"
9 XPERL_CONF_TITLE4 = PARTY -- "Party"
10 XPERL_CONF_TITLE5 = RAID -- "Raid"
11 XPERL_CONF_TITLE6 = ALL -- "All"
12 XPERL_CONF_TITLE7 = "Colours"
13 XPERL_CONF_TITLE8 = "Helper"
14 XPERL_CONF_TITLE9 = "Admin"
15  
16 XPERL_CONF_OPTIONS_COLOUR = "Change the colour of the options window"
17  
18 -- Titles
19 XPERL_CONF_PLAYER_ALIGNMENT = "Player Alignment"
20 XPERL_CONF_PARTY_ALIGNMENT = "Party Alignment"
21 XPERL_CONF_RAID_ALIGNMENT = "Raid Alignment"
22 XPERL_CONF_FRAME_APPEARANCE = "Frame Appearance"
23 XPERL_CONF_3RD_PARTY_CLICKERS = "3rd Party Click Handlers"
24 XPERL_CONF_PET_OPTIONS = "Pet Options"
25 XPERL_CONF_TARGETTARGET_OPTIONS = "Target's Target Options"
26 XPERL_CONF_GROUPS = "Groups"
27 XPERL_CONF_TANK_TARGETS = "Tank Targets"
28 XPERL_CONF_TARGET_COUNTERS = "Target Counters"
29 XPERL_CONF_COLOUR_REACTIONS = "Unit Reactions"
30 XPERL_CONF_ADDONS = "X-Perl Addons"
31  
32 -- Popups
33 XPERL_CONF_CONFIRM_RESET = "Are you sure you want to reset all options to default?"
34 XPERL_CONF_QUERY_DISABLE_TT = "Do you want to disable the X-Perl Target's Target addon?"
35 XPERL_CONF_QUERY_DISABLE_PARTY_PET = "Do you want to disable the X-Perl Party Pets addon?"
36 XPERL_CONF_QUERY_DISABLE_RAID = "Do you want to disable the X-Perl Raid Frames addon?"
37  
38 -- Alignment controls
39 XPERL_CONF_ALIGN_SPACING = "Spacing"
40 XPERL_CONF_ALIGN_PLAYER_TOP = "Align Top"
41 XPERL_CONF_ALIGN_PLAYER_TOP_DESC = "Align the player, target, target's target frames"
42 XPERL_CONF_ALIGN_PARTY_LEFT = "Align Left"
43 XPERL_CONF_ALIGN_PARTY_LEFT_DESC = "Align the party members to the left matching party member 1"
44 XPERL_CONF_ALIGN_RAID_TOP = "Align Top"
45 XPERL_CONF_ALIGN_RAID_TOP_DESC = "Align the raid groups to the top matching raid party 1"
46 XPERL_CONF_ALIGN_RAID_ALL = ALL -- "All" Generic WoW localization
47 XPERL_CONF_ALIGN_RAID_ALL_DESC = "Align controls work for all raid frames"
48 XPERL_CONF_ALIGN_RAID_ODD = "Odds"
49 XPERL_CONF_ALIGN_RAID_ODD_DESC = "Align controls work for odd numbered raid frames"
50 XPERL_CONF_ALIGN_RAID_EVEN = "Evens"
51 XPERL_CONF_ALIGN_RAID_EVEN_DESC = "Align controls work for even numbered raid frames"
52 XPERL_CONF_ALIGN_RAID_FIRST4 = "First 4"
53 XPERL_CONF_ALIGN_RAID_FIRST4_DESC = "Align controls work for first four raid frames"
54 XPERL_CONF_ALIGN_RAID_LAST4 = "Last 4"
55 XPERL_CONF_ALIGN_RAID_LAST4_DESC = "Align controls work for first four raid frames"
56  
57 -- Global options
58 XPERL_CONF_BAR_TEXTURES = "WoW Texture"
59 XPERL_CONF_BAR_TEXTURES_ONE = "Texture 1"
60 XPERL_CONF_BAR_TEXTURES_TWO = "Texture 2"
61 XPERL_CONF_BAR_TEXTURES_THREE = "Texture 3"
62 XPERL_CONF_BAR_TEXTURES_DESC = "Enable WoW default bar textures"
63 XPERL_CONF_BAR_TEXTURES_ONE_DESC = "Enable X-Perl's original bar textures"
64 XPERL_CONF_BAR_TEXTURES_TWO_DESC = "Enable X-Perl's second bar textures"
65 XPERL_CONF_BAR_TEXTURES_THREE_DESC = "Enable X-Perl's third bar textures"
66 XPERL_CONF_BAR_TEXTURES_BACKGROUND = "Background Bar Textures"
67 XPERL_CONF_BAR_TEXTURES_BACKGROUND_DESC = "Enable status bar backgrounds to use same textures as foreground"
68  
69 XPERL_CONF_FATHEALTHBARS = "Fat Health Bars"
70 XPERL_CONF_FATHEALTHBARS_DESC = "Enable fat health bars (and narrower mana bars)"
71 XPERL_CONF_COLOUR_NAMES = "Class Coloured Names"
72 XPERL_CONF_COLOUR_NAMES_DESC = "Enable colouring of player names to match their class"
73 XPERL_CONF_COMBAT_FLASH = "Combat Flashing Frames"
74 XPERL_CONF_COMBAT_FLASH_DESC = "Flash borders on combat damage or healing"
75 XPERL_CONF_FADING_FRAMES = "Fading Frames"
76 XPERL_CONF_FADING_FRAMES_DESC = "Enable fading (instead of disappearing) frames"
77 XPERL_CONF_HEALER_MODE = "Healer Mode"
78 XPERL_CONF_HEALER_MODE_DESC = "Show health deficits rather than values"
79 XPERL_CONF_HEALERMODE_DEFICIT = "Deficit"
80 XPERL_CONF_HEALERMODE_DEFICIT_DESC = "Show deficit health value only"
81 XPERL_CONF_HEALERMODE_DEFICITMAX = "Deficit/Max"
82 XPERL_CONF_HEALERMODE_DEFICITMAX_DESC = "Show deficit and maximum health values"
83 XPERL_CONF_INVERSEBARS = "Inverse Bars"
84 XPERL_CONF_INVERSEBARS_DESC = "Bars can fill upwards from empty as units get damaged, instead of emptying from full. May provide you with better visual clues to units in need of attention."
85 XPERL_CONF_ARCANE_BAR = "Arcane Bar"
86 XPERL_CONF_ARCANE_BAR_DESC = "Enable the use of Arcane casting bar on Player Frame"
87 XPERL_CONF_ORIGINAL_CASTBAR = "Original Casting Bar"
88 XPERL_CONF_ORIGINAL_CASTBAR_DESC = "Enable old cast bar"
89 XPERL_CONF_CAST_TIME = "Cast Time"
90 XPERL_CONF_CAST_TIME_DESC = "Enable the display of casting time"
91 XPERL_CONF_SELECTION_HIGHLIGHT = "Selection Highlight"
92 XPERL_CONF_SELECTION_HIGHLIGHT_DESC = "Enable highlight of selected X-Perl Unit Frame"
93 XPERL_CONF_MINIMAP_ICON = "Minimap Icon"
94 XPERL_CONF_MINIMAP_ICON_DESC = "Enable minimap icon (right click the icon to move it)"
95 XPERL_CONF_SAVEPERCHARACTER = "Save Settings Per Character"
96 XPERL_CONF_SAVEPERCHARACTER_DESC = "When enabled, settings will be saved on a per character basis, instead of globally"
97 XPERL_CONF_HIGHLIGHTDEBUFFS = "Highlight Debuffs"
98 XPERL_CONF_HIGHLIGHTDEBUFFS_DESC = "Highlight players who are debuffed"
99 XPERL_CONF_HIGHLIGHTDEBUFFSBORDER = "Extra Border Highlight"
100 XPERL_CONF_HIGHLIGHTDEBUFFSBORDER_DESC = "Extra border highlight for debuffs around player frames"
101 XPERL_CONF_BUFFTOOLTIPHELPER = "Tooltip Buff Helper"
102 XPERL_CONF_BUFFTOOLTIPHELPER_DESC = "Enable listing of raid members without (or with if ALT pressed) when you mouseover a buff"
103 XPERL_CONF_FADINGTOOLTIP = "Fading Tooltips"
104 XPERL_CONF_FADINGTOOLTIP_DESC = "Enable fading buff tooltips (instead of instantly vanishing)"
105 XPERL_CONF_XPERL_TOOLTIP_INFO = "X-Perl Info"
106 XPERL_CONF_XPERL_TOOLTIP_INFO_DESC = "Enable tooltips to display X-Perl usage information of other players. Only users of X-Perl 1.8.6 and above will be shown."
107 XPERL_CONF_MAXIMUM_SCALE = "Maximum Frame Scale"
108 XPERL_CONF_MAXIMUM_SCALE_DESC = "Adjust the maximum size that frames may be scaled to"
109 XPERL_CONF_CLEAR_BLIZZ = "Clear Blizzard Frames"
110 XPERL_CONF_CLEAR_BLIZZ_DESC = "Clear (nil out) all Blizzard unit frames and associated function calls. The memory used by these are then made available to WoW.\r|c00FF0000WARNING! This might make some other mods give errors that rely on those frames, although it might indicate where you have more mods loaded than is necessary. It is also only performed at X-Perl startup, so you would need to reloadui at least."
111 XPERL_CONF_RESET_DEFAULTS = "Reset Defaults"
112 XPERL_CONF_RESET_DEFAULTS_DESC = "Reset all options to their default values"
113 XPERL_CONF_LOAD_SETTINGS = "Copy Settings from..."
114 XPERL_CONF_LOAD_SETTINGS_DESC = "Copy settings from another character"
115  
116 XPERL_CONF_CASTPARTY_FEATURES = "3rd Party Click Features"
117 XPERL_CONF_CASTPARTY_FEATURES_DESC = "Enable Cast Party, Click Heal, Genesis Clicks, Smart Heal frame click features"
118 XPERL_CONF_CASTPARTY_RAID = "Raid Clicks Only"
119 XPERL_CONF_CASTPARTY_RAID_DESC = "Only use custom clicks from raid frames"
120  
121 XPERL_CONF_PLAYER_PORTRAIT = "Player Portrait"
122 XPERL_CONF_PLAYER_PORTRAIT_DESC = "Enable display of player's portrait\r|c00FF0000NOTE: Combat Hit Indicator is dependant on this."
123 XPERL_CONF_PLAYER_PORTRAIT3D = "3D Portrait"
124 XPERL_CONF_PLAYER_PORTRAIT3D_DESC = "Enable display of 3D player portrait"
125 XPERL_CONF_PLAYER_LEVEL = "Player Level"
126 XPERL_CONF_PLAYER_LEVEL_DESC = "Enable display of player's level"
127 XPERL_CONF_PLAYER_VALUES = "Player Values"
128 XPERL_CONF_PLAYER_VALUES_DESC = "Enable actual health and mana values in the health and mana bars"
129 XPERL_CONF_PLAYER_PERCENT = "Player Percents"
130 XPERL_CONF_PLAYER_PERCENT_DESC = "Enable percentage representation of player's health and mana"
131 XPERL_CONF_PLAYER_ICON = "Player Class Icon"
132 XPERL_CONF_PLAYER_ICON_DESC = "Enable display of player's class icon"
133 XPERL_CONF_PLAYER_XP = "Player XP Bar"
134 XPERL_CONF_PLAYER_XP_DESC = "Enable display of player's experience bar. If player is maximum level, it will instead display the currently watched reputation."
135 XPERL_CONF_PLAYER_PVP = "Player PVP Rank"
136 XPERL_CONF_PLAYER_PVP_DESC = "Enable display of player's PVP rank"
137 XPERL_CONF_PLAYER_PVPICON = "Player PVP Flag"
138 XPERL_CONF_PLAYER_PVPICON_DESC = "Enable display of player's PVP status"
139 XPERL_CONF_PLAYER_ENERGY = "Energy Ticker"
140 XPERL_CONF_PLAYER_ENERGY_DESC = "Display energy watch ticker under energy bar for rogues and cat form druids"
141 XPERL_CONF_PARTY_FULLSCREEN = "Full Screen Warnings"
142 XPERL_CONF_PARTY_FULLSCREEN_DESC = "Enable the Blizzard full screen warnings for low hp and mind control"
143  
144 XPERL_CONF_PLAYER_PET_NAME = "Pet Name"
145 XPERL_CONF_PLAYER_PET_NAME_DESC = "Display player's pet name"
146 XPERL_CONF_PLAYER_PET_PORTRAIT = "Pet Portrait"
147 XPERL_CONF_PLAYER_PET_PORTRAIT_DESC = "Enable display of your pet's portrait"
148 XPERL_CONF_PLAYER_PET_PORTRAIT3D = "3D Portrait"
149 XPERL_CONF_PLAYER_PET_PORTRAIT3D_DESC = "Enable display of 3D pet portrait"
150 XPERL_CONF_PLAYER_PET_HAPPINESS = "Pet Happiness"
151 XPERL_CONF_PLAYER_PET_HAPPINESS_DESC = "Enable display of pet's happiness"
152 XPERL_CONF_PLAYER_PET_ONLYSAD = "Only When Sad"
153 XPERL_CONF_PLAYER_PET_ONLYSAD_DESC = "Only show happiness when not happy"
154 XPERL_CONF_PLAYER_PET_FLASHSAD = "Flash When Sad"
155 XPERL_CONF_PLAYER_PET_FLASHSAD_DESC = "Flash the happyness indicator when pet is not happy"
156 XPERL_CONF_PLAYER_PET_LEVEL = "Pet Level"
157 XPERL_CONF_PLAYER_PET_LEVEL_DESC = "Enable display of pet's level"
158 XPERL_CONF_PLAYER_PET_XP = "Pet XP Bar"
159 XPERL_CONF_PLAYER_PET_XP_DESC = "Enable display of pet's experience bar"
160 XPERL_CONF_PLAYER_PET_VALUES = "Pet Values"
161 XPERL_CONF_PLAYER_PET_VALUES_DESC = "Enable display of pet's health and mana values"
162 XPERL_CONF_PLAYER_PET_SCALE = "Pet Frame Scale"
163 XPERL_CONF_PLAYER_PET_SCALE_DESC = "Adjust the Pet Frame Scale"
164 XPERL_CONF_PLAYER_PET_BUFF_SIZE = "Pet Buff Size"
165 XPERL_CONF_PLAYER_PET_BUFF_SIZE_DESC = "Adjust the display size of your pet's buffs and debuffs"
166  
167 XPERL_CONF_TARGET_PORTRAIT = "Target Portrait"
168 XPERL_CONF_TARGET_PORTRAIT_DESC = "Enable display of target's portrait\r|c00FF0000NOTE: Combat Hit Indicator is dependant on this."
169 XPERL_CONF_TARGET_PORTRAIT3D = "3D Portrait"
170 XPERL_CONF_TARGET_PORTRAIT3D_DESC = "Enable display of 3D target portrait"
171 XPERL_CONF_TARGET_BUFFSABOVE = "Buffs Above"
172 XPERL_CONF_TARGET_BUFFSABOVE_DESC = "Display Target's buffs above the frame instead of below"
173 XPERL_CONF_TARGET_ICON = "Target Class Icon"
174 XPERL_CONF_TARGET_ICON_DESC = "Enable display of target's class icon"
175 XPERL_CONF_TARGET_MOBTYPE = "Target Mob Type"
176 XPERL_CONF_TARGET_MOBTYPE_DESC = "Enable display of target's type"
177 XPERL_CONF_TARGET_LEVEL = LEVEL -- "Level" Uses WoW Localization
178 XPERL_CONF_TARGET_LEVEL_DESC = "Enable display of target's level"
179 XPERL_CONF_TARGET_ELITE = "Elite"
180 XPERL_CONF_TARGET_ELITE_DESC = "Enable display of target's elite flag"
181 XPERL_CONF_TARGET_MANA = MANA -- "Mana" Uses WoW Localization
182 XPERL_CONF_TARGET_MANA_DESC = "Enable display of target's mana"
183 XPERL_CONF_TARGET_VALUES = "Values"
184 XPERL_CONF_TARGET_VALUES_DESC = "Enable display of target's health and mana values on health and mana bars"
185 XPERL_CONF_TARGET_PERCENT = "Percentages"
186 XPERL_CONF_TARGET_PERCENT_DESC = "Enable display of target health and mana percentages"
187 XPERL_CONF_TARGET_CPBLIZZ = "Blizzard's Combo Points"
188 XPERL_CONF_TARGET_CPBLIZZ_DESC = "Enable Blizzard's combo point display"
189 XPERL_CONF_TARGET_CPBLIZZ_POSTOP = "Top"
190 XPERL_CONF_TARGET_CPBLIZZ_POSTOP_DESC = "Align Blizzard combo point dots on the top of the portrait"
191 XPERL_CONF_TARGET_CPBLIZZ_POSLEFT = "Left"
192 XPERL_CONF_TARGET_CPBLIZZ_POSLEFT_DESC = "Align Blizzard combo point dots on the left of the portrait"
193 XPERL_CONF_TARGET_CPBLIZZ_POSRIGHT = "Right"
194 XPERL_CONF_TARGET_CPBLIZZ_POSRIGHT_DESC = "Align Blizzard combo point dots on the right of the portrait"
195 XPERL_CONF_TARGET_CPBLIZZ_POSBOTTOM = "Bottom"
196 XPERL_CONF_TARGET_CPBLIZZ_POSBOTTOM_DESC= "Align Blizzard combo point dots on the bottom of the portrait"
197 XPERL_CONF_TARGET_CP = "Display Combo Point Bar"
198 XPERL_CONF_TARGET_CP_DESC = "Display combo point progress bar in target frame. Note that it will also display Sunder count, Shadow Vulnerability, Fire Vulnerability where applicable)"
199 XPERL_CONF_TARGET_PVP = "PVP Rank"
200 XPERL_CONF_TARGET_PVP_DESC = "Enable display of target's PVP rank"
201 XPERL_CONF_TARGET_PVPICON = "PVP Flag"
202 XPERL_CONF_TARGET_PVPICON_DESC = "Enable display of target's PVP status"
203 XPERL_CONF_TARGET_RAIDICON_ALT = "Alternate Raid Icon Location"
204 XPERL_CONF_TARGET_RAIDICON_ALT_DESC = "Display raid icon in corner of portrait, rather than center of name plate"
205 XPERL_CONF_TARGET_30YD = "30 yard range indicator"
206 XPERL_CONF_TARGET_30YD_DESC = "Enable the out of range 'reaching hand' indicator on target frame to show if in 30 yard range of target"
207 XPERL_CONF_HIT_INDICATOR = "Hit Indicators"
208 XPERL_CONF_HIT_INDICATOR_DESC = "Enable display of combat hit indicators over player and target portraits"
209 XPERL_CONF_TARGET_BUFF_SIZE = "Target Buff Size"
210 XPERL_CONF_TARGET_BUFF_SIZE_DESC = "Adjust the display size of target buffs and debuffs"
211 XPERL_CONF_TARGET_BUFF_ROWS = "Target Buff Rows"
212 XPERL_CONF_TARGET_BUFF_ROWS_DESC = "Adjust the maximum number of buff and debuff rows to display"
213 XPERL_CONF_TARGET_CASTABLE = "Castable Buffs Only"
214 XPERL_CONF_TARGET_CASTABLE_DESC = "Limit the buff display to buffs that you can cast"
215 XPERL_CONF_TARGET_CURABLE = "Curable Debuffs Only"
216 XPERL_CONF_TARGET_CURABLE_DESC = "Limit the debuff display to spells that you can cure"
217 XPERL_CONF_TARGET_REACTION = "Reaction Highlight"
218 XPERL_CONF_TARGET_REACTION_DESC = "Enable reaction colour highlight to colour the whole name plate of target frame based on target's friendlyness towards you"
219  
220 XPERL_CONF_TARGETS_TARGET = "Target's Target"
221 XPERL_CONF_TARGETS_TARGET_DESC = "Enable display of your target's target"
222 XPERL_CONF_TARGETS_HISTORY = "Target's Target History"
223 XPERL_CONF_TARGETS_HISTORY_DESC = "Show history of target's targets"
224 XPERL_CONF_TARGETTARGET_BUFFS = "Target's Target Buffs"
225 XPERL_CONF_TARGETTARGET_BUFFS_DESC = "Enable display of Target's Target's Buffs"
226 XPERL_CONF_TARGETTARGET_BUFFSABOVE = "Buffs Above"
227 XPERL_CONF_TARGETTARGET_BUFFSABOVE_DESC = "Display Target's Target (and ToToT) buffs above the frame instead of below"
228 XPERL_CONF_TARGETS_TARGETS_TARGET = "Target's Target's Target"
229 XPERL_CONF_TARGETS_TARGETS_TARGET_DESC = "Enable display of your target's target's target"
230 XPERL_CONF_TARGETTARGETTARGET_BUFFS = "Target's Target's Target Buffs"
231 XPERL_CONF_TARGETTARGETTARGET_BUFFS_DESC= "Enable display of Target's Target's Target's Buffs"
232 XPERL_CONF_TARGETTARGET_VALUES = XPERL_CONF_TARGET_VALUES
233 XPERL_CONF_TARGETTARGET_VALUES_DESC = XPERL_CONF_TARGET_VALUES_DESC
234 XPERL_CONF_TARGETTARGET_PERCENT = XPERL_CONF_TARGET_PERCENT
235 XPERL_CONF_TARGETTARGET_PERCENT_DESC = XPERL_CONF_TARGET_PERCENT_DESC
236 XPERL_CONF_TARGETTARGET_LEVEL = XPERL_CONF_TARGET_LEVEL
237 XPERL_CONF_TARGETTARGET_LEVEL_DESC = XPERL_CONF_TARGET_LEVEL_DESC
238 XPERL_CONF_TARGETTARGET_MANA = XPERL_CONF_TARGET_MANA
239 XPERL_CONF_TARGETTARGET_MANA_DESC = XPERL_CONF_TARGET_MANA_DESC
240  
241 XPERL_CONF_PARTY_NAMES = "Party Names"
242 XPERL_CONF_PARTY_NAMES_DESC = "Enable the display of the party member's names.\r|c00FF0000NOTE: Combat indicator, group leader, master looter, mind control warning and range indicator displays are all dependant on this frame."
243 XPERL_CONF_PARTY_PORTRAIT = "Party Portraits"
244 XPERL_CONF_PARTY_PORTRAIT_DESC = "Enable party member portraits"
245 XPERL_CONF_PARTY_PORTRAIT3D = "3D Portrait"
246 XPERL_CONF_PARTY_PORTRAIT3D_DESC = "Enable display of 3D party portraits"
247 XPERL_CONF_PARTY_LEVEL = "Party Level"
248 XPERL_CONF_PARTY_LEVEL_DESC = "Enable display of party member's level"
249 XPERL_CONF_PARTY_TARGET = "Party Targets"
250 XPERL_CONF_PARTY_TARGET_DESC = "Enable display of party member's targets"
251 XPERL_CONF_PARTY_ICON = "Party Class Icon"
252 XPERL_CONF_PARTY_ICON_DESC = "Enable the display of the party member's class icons"
253 XPERL_CONF_PARTY_PVPICON = "Party PVP Flag"
254 XPERL_CONF_PARTY_PVPICON_DESC = "Enable display of party member's PVP status"
255 XPERL_CONF_PARTY_VALUES = "Party Values"
256 XPERL_CONF_PARTY_VALUES_DESC = "Show numbers for health and mana"
257 XPERL_CONF_PARTY_PERC = "Party Percentages"
258 XPERL_CONF_PARTY_PERC_DESC = "Show percent values for Health/Mana"
259 XPERL_CONF_PARTY_PETS = "Party Pets"
260 XPERL_CONF_PARTY_PETS_DESC = "Enable the display of the party member's pets"
261 XPERL_CONF_PARTY_PETNAME = "Party Pet Names"
262 XPERL_CONF_PARTY_PETNAME_DESC = "Enable display of party member's pet names"
263 XPERL_CONF_PARTY_PETBUFFS = "Party Pet Buffs"
264 XPERL_CONF_PARTY_PETBUFFS_DESC = "Enable display of party member's pet buffs"
265 XPERL_CONF_PARTY_INRAID = "Show Party In Raid"
266 XPERL_CONF_PARTY_INRAID_DESC = "Enable the display of the party member's whilst in a raid"
267 XPERL_CONF_PARTY_BUFFS = "Party Buffs"
268 XPERL_CONF_PARTY_BUFFS_DESC = "Enable display of party member buffs"
269 XPERL_CONF_PARTY_DEBUFFS = "Party Debuffs"
270 XPERL_CONF_PARTY_DEBUFFS_DESC = "Enable display of party member debuffs"
271 XPERL_CONF_PARTY_DEBUFFSBELOW = "Party Debuffs Below Members"
272 XPERL_CONF_PARTY_DEBUFFSBELOW_DESC = "Toggle displaying of party member debuffs below instead of to the right of their frame"
273 XPERL_CONF_PARTY_30YD = "30 yard range indicator"
274 XPERL_CONF_PARTY_30YD_DESC = "Enable the out of range 'reaching hand' indicator on party frames to show if in 30 yard range of party members"
275 XPERL_CONF_PARTY_BUFF_SIZE = "Party Buff Size"
276 XPERL_CONF_PARTY_BUFF_SIZE_DESC = "Adjust the display size of party member buffs and debuffs"
277 XPERL_CONF_PARTY_CASTABLE = "Castable Buffs Only"
278 XPERL_CONF_PARTY_CASTABLE_DESC = "Limit the buff display to buffs that you can cast"
279 XPERL_CONF_PARTY_CURABLE = "Curable Debuffs Only"
280 XPERL_CONF_PARTY_CURABLE_DESC = "Limit the debuff display to spells that you can cure"
281  
282 XPERL_CONF_RAID_PARTY_NUM = "Display Party Number"
283 XPERL_CONF_RAID_PARTY_NUM_DESC = "Display party number with player frame when in raid group"
284 XPERL_CONF_RAID_SHOW = "Show Raid Frames"
285 XPERL_CONF_RAID_SHOW_DESC = "Toggle displaying of raid frames (If this option is off, then the Raid Frames addon will not be loaded)"
286 XPERL_CONF_RAID_TITLES = "Raid Group Titles"
287 XPERL_CONF_RAID_TITLES_DESC = "Enable display of raid group titles"
288 XPERL_CONF_RAID_UPWARD = "Grow Upwards"
289 XPERL_CONF_RAID_UPWARD_DESC = "Grow raid frames upward from raid titles"
290 XPERL_CONF_RAID_MANA = "Show Raid Mana"
291 XPERL_CONF_RAID_MANA_DESC = "Enable display of raid player's mana bars"
292 XPERL_CONF_RAID_PERCENTS = "Raid Percentages"
293 XPERL_CONF_RAID_PERCENTS_DESC = "Display percentages of health and mana for raid members"
294 XPERL_CONF_RAID_SORTBYCLASS = "Sort By Class"
295 XPERL_CONF_RAID_SORTBYCLASS_DESC = "Toggle sorting of raid frames by class\r|c0000FF30NOTE: For single class display, you can also drag single classes from the Blizzard Raid UI"
296 XPERL_CONF_RAID_TANKER = "Highlight Tanker"
297 XPERL_CONF_RAID_TANKER_DESC = "Highlight players in raid who are being targetted by your target (if targetting a hostile unit) or your target's target (if targetting a friendly unit)"
298 XPERL_CONF_RAID_SPACING = "Vertical Spacing"
299 XPERL_CONF_RAID_SPACING_DESC = "Set the vertical spacing for raid frames"
300 XPERL_CONF_RAID_PERC = "Raid Percentages"
301 XPERL_CONF_RAID_PERC_DESC = "Enable the display of the raid member's health/mana percentages"
302 XPERL_CONF_RAID_BUFFS = "Raid Buffs"
303 XPERL_CONF_RAID_BUFFS_DESC = "Enable display of first 4 raid buffs"
304 XPERL_CONF_RAID_DEBUFFS = "Raid Debuffs"
305 XPERL_CONF_RAID_DEBUFFS_DESC = "Enable display of first 4 raid debuffs"
306 XPERL_CONF_RAID_CASTABLE = "Castable/Curable Only"
307 XPERL_CONF_RAID_CASTABLE_DESC = "Limit the buff/debuff display to castable and curable only"
308 XPERL_CONF_RAID_BUFFSRIGHT = "Buffs to Right"
309 XPERL_CONF_RAID_BUFFSRIGHT_DESC = "Raid Buffs/Debuffs to right of raid member frame"
310 XPERL_CONF_RAID_BUFFSINSIDE = "Buffs Inside"
311 XPERL_CONF_RAID_BUFFSINSIDE_DESC = "Raid Buffs/Debuffs inside the frame area"
312 XPERL_CONF_RAID_MOTION = "Moving Frames"
313 XPERL_CONF_RAID_MOTION_DESC = "Enable raid frames to MOVE to new location, rather than just instantly changing"
314 XPERL_CONF_RAID_GROUP1 = "Group 1 (Warrior)"
315 XPERL_CONF_RAID_GROUP1_DESC = "Enable the display of raid group 1"
316 XPERL_CONF_RAID_GROUP2 = "Group 2 (Mage)"
317 XPERL_CONF_RAID_GROUP2_DESC = "Enable the display of raid group 2"
318 XPERL_CONF_RAID_GROUP3 = "Group 3 (Priest)"
319 XPERL_CONF_RAID_GROUP3_DESC = "Enable the display of raid group 3"
320 XPERL_CONF_RAID_GROUP4 = "Group 4 (Warlock)"
321 XPERL_CONF_RAID_GROUP4_DESC = "Enable the display of raid group 4"
322 XPERL_CONF_RAID_GROUP5 = "Group 5 (Druid)"
323 XPERL_CONF_RAID_GROUP5_DESC = "Enable the display of raid group 5"
324 XPERL_CONF_RAID_GROUP6 = "Group 6 (Rogue)"
325 XPERL_CONF_RAID_GROUP6_DESC = "Enable the display of raid group 6"
326 XPERL_CONF_RAID_GROUP7 = "Group 7 (Hunter)"
327 XPERL_CONF_RAID_GROUP7_DESC = "Enable the display of raid group 7"
328 XPERL_CONF_RAID_GROUP8 = "Group 8 (Shaman/Paladin)"
329 XPERL_CONF_RAID_GROUP8_DESC = "Enable the display of raid group 8"
330  
331 XPERL_CONF_ALL_PORTRAIT = "Portraits"
332 XPERL_CONF_ALL_PORTRAIT_DESC = "Enable ALL Portraits"
333 XPERL_CONF_ALL_PORTRAIT3D = "3D Portraits"
334 XPERL_CONF_ALL_PORTRAIT3D_DESC = "Enable ALL 3D Portraits"
335 XPERL_CONF_ALL_LEVEL = "Level"
336 XPERL_CONF_ALL_LEVEL_DESC = "Enable ALL level displays"
337 XPERL_CONF_ALL_ICON = "Class Icon"
338 XPERL_CONF_ALL_ICON_DESC = "Enable ALL class icons"
339 XPERL_CONF_ALL_PVP = "PVP Rank"
340 XPERL_CONF_ALL_PVP_DESC = "Enable ALL pvp ranks"
341 XPERL_CONF_ALL_PVPFLAG = "PVP Flag"
342 XPERL_CONF_ALL_PVPFLAG_DESC = "Enable ALL pvp flags"
343 XPERL_CONF_ALL_VALUES = "Values"
344 XPERL_CONF_ALL_VALUES_DESC = "Enable ALL value displays"
345 XPERL_CONF_ALL_PERCENT = "Percentages"
346 XPERL_CONF_ALL_PERCENT_DESC = "Enable ALL percentage displays"
347  
348 XPERL_CONF_GLOBAL_BORDERS = EMBLEM_BORDER -- "Borders" Generic WoW lozalization
349 XPERL_CONF_GLOBAL_BORDERS_DESC = "Set the colour and transparency of all frame borders"
350 XPERL_CONF_GLOBAL_BACKGROUND = BACKGROUND -- "Background" Generic WoW lozalization
351 XPERL_CONF_GLOBAL_BACKGROUND_DESC = "Set the colour and transparency of all frame backgrounds"
352 XPERL_CONF_FRAME_TRANSPARENCY = "Frame Transparency"
353 XPERL_CONF_FRAME_TRANSPARENCY_DESC = "Adjust the Frame Transparency"
354 XPERL_CONF_TEXT_TRANSPARENCY = "Text Transparency"
355 XPERL_CONF_TEXT_TRANSPARENCY_DESC = "Adjust the Text Transparency"
356  
357 XPERL_CONF_RAID_SCALE = "Raid Frame Scale"
358 XPERL_CONF_RAID_SCALE_DESC = "Adjust the Raid Frame Scale"
359 XPERL_CONF_TARGET_SCALE = "Target Frame Scale"
360 XPERL_CONF_TARGET_SCALE_DESC = "Adjust the target frame scale"
361 XPERL_CONF_TARGETTARGET_SCALE = "Target's Target Scale"
362 XPERL_CONF_TARGETTARGET_SCALE_DESC = "Adjust the target's target frame scale"
363 XPERL_CONF_PLAYER_SCALE = "Player Frame Scale"
364 XPERL_CONF_PLAYER_SCALE_DESC = "Adjust the Player Frame Scale"
365 XPERL_CONF_PARTY_SCALE = "Party Frame Scale"
366 XPERL_CONF_PARTY_SCALE_DESC = "Adjust the Party Frame Scale"
367 XPERL_CONF_PARTYPET_SCALE = "Party Pet Frame Scale"
368 XPERL_CONF_PARTYPET_SCALE_DESC = "Adjust the party pet's scale"
369  
370 XPERL_CONF_COLOUR_CLASSIC = "Original Health Bar Colours"
371 XPERL_CONF_COLOUR_CLASSIC_DESC = "Override health bar colour selection and use the original Nymbia Green/Red appearance. Note that this is visually different from using green max and red min"
372 XPERL_CONF_COLOUR_HEALTHEMPTY = "Health Bar Empty"
373 XPERL_CONF_COLOUR_HEALTHEMPTY_DESC = "Change the colour of all empty health bars"
374 XPERL_CONF_COLOUR_HEALTHFULL = "Health Bar Full"
375 XPERL_CONF_COLOUR_HEALTHFULL_DESC = "Change the colour of all full health bars"
376 XPERL_CONF_COLOUR_MANA = MANA -- "Mana" Generic WoW localization
377 XPERL_CONF_COLOUR_MANA_DESC = "Change the colour of all mana bars"
378 XPERL_CONF_COLOUR_ENERGY = ENERGY -- "Energy" Generic WoW localization
379 XPERL_CONF_COLOUR_ENERGY_DESC = "Change the colour of all energy bars"
380 XPERL_CONF_COLOUR_RAGE = RAGE -- "Rage" Generic WoW localization
381 XPERL_CONF_COLOUR_RAGE_DESC = "Change the colour of all rage bars"
382 XPERL_CONF_COLOUR_FOCUS = FOCUS -- "Focus" Generic WoW localization
383 XPERL_CONF_COLOUR_FOCUS_DESC = "Change the colour of hunter pet's focus bar"
384 XPERL_CONF_ALPHA = "Alpha"
385 XPERL_CONF_ALPHA_DESC = "Change the transparency"
386 XPERL_CONF_COLOUR_RESET_MAIN = RESET -- "Reset" Generic WoW localization
387 XPERL_CONF_COLOUR_RESET_MAIN_DESC = "Reset bar colours back to default"
388 XPERL_CONF_COLOUR_FRIEND = "Friendly Unit"
389 XPERL_CONF_COLOUR_FRIEND_DESC = "Set colour of friendly units (Note that class coloured names override this setting for players)"
390 XPERL_CONF_COLOUR_NEUTRAL = "Neutral Unit"
391 XPERL_CONF_COLOUR_NEUTRAL_DESC = "Set colour of neutral units (Note that class coloured names override this setting for players)"
392 XPERL_CONF_COLOUR_UNFRIENDLY = "Unfriendly Unit"
393 XPERL_CONF_COLOUR_UNFRIENDLY_DESC = "Set colour of unfriendly units (Note that class coloured names override this setting for players)"
394 XPERL_CONF_COLOUR_ENEMY = "Enemy Unit"
395 XPERL_CONF_COLOUR_ENEMY_DESC = "Set colour of enemy units (Note that class coloured names override this setting for players)"
396 XPERL_CONF_COLOUR_NONE = "No Reaction"
397 XPERL_CONF_COLOUR_NONE_DESC = "Set colour of non-pvp flagged units (Note that class coloured names override this setting for players)"
398 XPERL_CONF_COLOUR_TAPPED = "Tapped"
399 XPERL_CONF_COLOUR_TAPPED_DESC = "Set colour of tapped units"
400 XPERL_CONF_COLOUR_RESET_REACTION = RESET -- "Reset" Generic WoW localization
401 XPERL_CONF_COLOUR_RESET_REACTION_DESC = "Reset unit reaction colours back to default"
402  
403 XPERL_CONF_TARGET_COUNTERS = "Target Counters"
404 XPERL_CONF_TARGET_COUNTERS_DESC = "Enables counting of target counters, including assist counts"
405 XPERL_CONF_TARGET_COUNTERSSELF = "Count Healers Only for self"
406 XPERL_CONF_TARGET_COUNTERSSELF_DESC = "Only include healer classes when counting self targetters"
407 XPERL_CONF_TARGET_COUNTERSENEMY = "Enemy Targetting"
408 XPERL_CONF_TARGET_COUNTERSENEMY_DESC = "Include known enemies targetting you"
409 XPERL_CONF_ASSIST_SCALE = "Assists Frame Scale"
410 XPERL_CONF_ASSIST_SCALE_DESC = "Change the scale of the assists frame"
411 XPERL_CONF_ASSIST_ALPHA = "Assists Frame Alpha"
412 XPERL_CONF_ASSIST_ALPHA_DESC = "Change the transparency of the assists frame"
413 XPERL_CONF_ASSIST_BACKALPHA = "Background Transparency"
414 XPERL_CONF_ASSIST_BACKALPHA_DESC = "Change the transparency of the assists background"
415  
416 XPERL_CONF_RAIDHELP_ENABLE = "Enable"
417 XPERL_CONF_RAIDHELP_ENABLE_DESC = "Enable the Tank Targets window"
418 XPERL_CONF_RAIDHELP_CTTARGETS = "Use CTRA (or oRA) MT Targets"
419 XPERL_CONF_RAIDHELP_CTTARGETS_DESC = "Use CTRA or oRA for tank list, instead of building from Warriors in raid"
420 XPERL_CONF_RAIDHELP_COLLECTOTHERS = "Collect Other Targets"
421 XPERL_CONF_RAIDHELP_COLLECTOTHERS_DESC = "Enable scanning for non-tanked targets"
422 XPERL_CONF_RAIDHELP_THREATBAR = "Threat Bar"
423 XPERL_CONF_RAIDHELP_THREATBAR_DESC = "Enable display of threat bar in Targets frame (Assuming you have KTM)"
424 XPERL_CONF_RAIDHELP_SCALEOTHER = "Others Scale"
425 XPERL_CONF_RAIDHELP_SCALEOTHER_DESC = "Change the scale of the other targets"
426 XPERL_CONF_RAIDHELP_SCALE = "Targets Frame Scale"
427 XPERL_CONF_RAIDHELP_SCALE_DESC = "Change the scale of the targets frame"
428 XPERL_CONF_RAIDHELP_ALPHA = "Targets Frame Alpha"
429 XPERL_CONF_RAIDHELP_ALPHA_DESC = "Change the transparency of the targets frame"
430 XPERL_CONF_RAIDHELP_BACKALPHA = "Background Alpha"
431 XPERL_CONF_RAIDHELP_BACKALPHA_DESC = "Change the transparency of the frame background only"
432 XPERL_CONF_RAIDHELP_TOOLTIPS = "Tooltips"
433 XPERL_CONF_RAIDHELP_TOOLTIPS_DESC = "Enable tooltips over units in MT Targets window"
434 XPERL_CONF_RAIDHELP_UNITHEIGHT = "Unit Height"
435 XPERL_CONF_RAIDHELP_UNITHEIGHT_DESC = "Change the base unit height"
436 XPERL_CONF_RAIDHELP_UNITWIDTH = "Unit Width"
437 XPERL_CONF_RAIDHELP_UNITWIDTH_DESC = "Change the base unit width"
438 XPERL_CONF_RAIDHELP_MAXTANKS = "Number of Tanks"
439 XPERL_CONF_RAIDHELP_MAXTANKS_DESC = "Change the maximum number of Main Tanks to show"
440  
441 XPERL_CONF_ADMIN_AUTOHIDESHOW = "Auto Hide/Show"
442 XPERL_CONF_ADMIN_AUTOHIDESHOW_DESC = "Enable automatic hiding and showing of the Admin depending on your raid rank"
443 XPERL_CONF_ADMIN_ALPHA = "Transparency"
444 XPERL_CONF_ADMIN_ALPHA_DESC = "Set the frame transparency for the Raid Admin and Item Checkers"
445 XPERL_CONF_ITEMCHECK_SCALE = "Item Checker Scale"
446 XPERL_CONF_ITEMCHECK_SCALE_DESC = "Change the scale of the Item Checker window"
447 XPERL_CONF_ADMIN_SCALE = "Admin Scale"
448 XPERL_CONF_ADMIN_SCALE_DESC = "Change the scale of the Raid Admin window"
449  
450 XPERL_CONF_ADDON_PLAYER = PLAYER
451 XPERL_CONF_ADDON_PLAYER_DESC = "Enable X-Perl Player frame addon"
452 XPERL_CONF_ADDON_PET = PET
453 XPERL_CONF_ADDON_PET_DESC = "Enable X-Perl Player's Pet frame addon"
454 XPERL_CONF_ADDON_TARGET = TARGET
455 XPERL_CONF_ADDON_TARGET_DESC = "Enable X-Perl Target frame addon"
456 XPERL_CONF_ADDON_TARGETTARGET = "Target's Target"
457 XPERL_CONF_ADDON_TARGETTARGET_DESC = "Enable X-Perl Target's Target frame addon"
458 XPERL_CONF_ADDON_PARTY = PARTY
459 XPERL_CONF_ADDON_PARTY_DESC = "Enable X-Perl Party frame addon"
460 XPERL_CONF_ADDON_PARTYPET = "Party Pets"
461 XPERL_CONF_ADDON_PARTYPET_DESC = "Enable X-Perl Party Pets frame addon"
462 XPERL_CONF_ADDON_RAID = RAID
463 XPERL_CONF_ADDON_RAID_DESC = "Enable X-Perl Raid Frames addon"
464 XPERL_CONF_ADDON_RAIDHELP = "Raid Helper"
465 XPERL_CONF_ADDON_RAIDHELP_DESC = "Enable X-Perl Raid Helper addon\rThis includes the MT Targets replacement and the Assists View"
466 XPERL_CONF_ADDON_RAIDADMIN = "Raid Admin"
467 XPERL_CONF_ADDON_RAIDADMIN_DESC = "Enable X-Perl Raid Admin addon\rThis includes the Raid Roster Save/Load tool and the Item Checker"
468  
469 XPERL_CONF_RELOADUI = "Reload UI"
470 XPERL_CONF_RELOADUI_DESC = "Reload the User Interface to apply changes"