-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocalization.enUS.lua
47 lines (47 loc) · 2.35 KB
/
localization.enUS.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
local Nameplates = select(2, ...)
Nameplates.L = {
["A UI reload is required to make the border show again."] = "A UI reload is required to make the border show again.",
["A UI reload is required to make the cast shield indicator show again."] = "A UI reload is required to make the cast shield indicator show again.",
["A UI reload is required to make the elite indicator show again."] = "A UI reload is required to make the elite indicator show again.",
["All name plates are now hidden."] = "All name plates are now hidden.",
["All name plates are now visible."] = "All name plates are now visible.",
["Bar texture"] = "Bar texture",
["Cast text display"] = "Cast text display",
["Cast/Health text"] = "Cast/Health text",
["Current"] = "Current",
["Current / Max"] = "Current / Max",
["Deficit"] = "Deficit",
["Enable shadow"] = "Enable shadow",
["Enemy player/npc name plates are now hidden."] = "Enemy player/npc name plates are now hidden.",
["Enemy player/npc name plates are now visible."] = "Enemy player/npc name plates are now visible.",
["Font"] = "Font",
["Font border"] = "Font border",
["Font name"] = "Font name",
["Font size"] = "Font size",
["Friendly player/npc name plates are now hidden."] = "Friendly player/npc name plates are now hidden.",
["Friendly player/npc name plates are now visible."] = "Friendly player/npc name plates are now visible.",
["General"] = "General",
["Health text display"] = "Health text display",
["Hide cast bar border"] = "Hide cast bar border",
["Hide cast uninterruptible shield"] = "Hide cast uninterruptible shield",
["Hide elite indicator"] = "Hide elite indicator",
["Hide health bar border"] = "Hide health bar border",
["Level text"] = "Level text",
["Min / Max"] = "Min / Max",
["Monochrome"] = "Monochrome",
["Name text"] = "Name text",
["Nameplates"] = "Nameplates",
["None"] = "None",
["Outline"] = "Outline",
["Percent"] = "Percent",
["Shadow"] = "Shadow",
["Shadow color"] = "Shadow color",
["Shadow offset X"] = "Shadow offset X",
["Shadow offset Y"] = "Shadow offset Y",
["Show nameplate visibility status"] = "Show nameplate visibility status",
["Style of display for cast bar text."] = "Style of display for cast bar text.",
["Style of display for health bar text."] = "Style of display for health bar text.",
["Text"] = "Text",
["Thick outline"] = "Thick outline",
["Time left"] = "Time left",
}