-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocales.lua
49 lines (47 loc) · 1.6 KB
/
locales.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
local _, ns = ...
local L = {}
L["barFontFace"] = "Font"
L["barFontFlags"] = "Outline"
L["barFontSize"] = "Size"
L["barTexture"] = "Texture"
L["colGuild"] = "Guild Color"
L["colorSettings"] = "Color Settings"
L["colReact1"] = "Tapped Color"
L["colReact2"] = "Hostile Color"
L["colReact3"] = "Caution Color"
L["colReact4"] = "Neutral Color"
L["colReact5"] = "Friendly Color"
L["colReact6"] = "Companion/Minion Color"
L["colReact7"] = "Dead Color"
L["colSameGuild"] = "Same Guild Color"
L["descInfoColors"] = "Info Colors"
L["descReactionColors"] = "Reaction Colors"
L["descTooltipColors"] = "Tooltip Colors"
L["healthBarSettings"] = "Healthbar Style Settings"
L["hideFactionText"] = "Hide 'Horde' and 'Alliance' text"
L["hidePvpText"] = "Hide the PvP text"
L["hideSubFactionText"] = "Hide the faction of an NPC"
L["id"] = "ID: "
L["infoColor1"] = "ID Type Color"
L["infoColor2"] = "ID Value Color"
L["none"] = "None"
L["resetColors"] = "Reset Colors"
L["showPlayerTitle"] = "Show the title of a player"
L["showRealm"] = "Show the player realm"
L["showId"] = "Show ID of spells and items"
L["showSameRealm"] = "Show the realm of players on your server"
L["showTarget"] = "Show the current target"
L["textFontFace"] = "Font"
L["textFontFlags"] = "Outline"
L["textFontSize"] = "Size"
L["thick"] = "Thick"
L["thin"] = "Thin"
L["tipBorderColor"] = "Border Color"
L["tipColor"] = "Background Color"
L["fontSettings"] = "Tooltip Font Settings"
L["showBar"] = "Show Healthbar"
L["showBarValues"] = "Show health values on Healthbar"
L["tipScale"] = "Tooltip Scale"
L["colGuild"] = "Guild Color"
L["colSameGuild"] = "Same Guild Color"
ns.L = L