-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIncognitoResurrected_enUS.lua
38 lines (25 loc) · 1.42 KB
/
IncognitoResurrected_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
local L = LibStub("AceLocale-3.0"):NewLocale("IncognitoResurrected", "enUS", true)
if not L then return end
L["Loaded"] = "Loaded."
L["name"] = "Name"
L["name_desc"] = "The name that should be displayed in your chat messages."
L["enable"] = "Enable"
L["enable_desc"] = "Enable adding your name to chat messages."
L["guild"] = "Guild"
L["guild_desc"] = "Add name to guild chat messages (/g and /o)."
L["guildinfo"] = "Guild chat messages are generated from the Chat frame, not the Guild frame."
L["party"] = "Party"
L["party_desc"] = "Add name to party chat messages (/p)."
L["raid"] = "Raid"
L["raid_desc"] = "Add name to raid chat messages (/raid)."
L["instance_chat"] = "Instance"
L["instance_chat_desc"] = "Add name to instance chat messages, e.g., LFR and battlegrounds (/i)."
L["config"] = "Configuration"
L["config_desc"] = "Open configuration window."
L["debug"] = "Debug"
L["debug_desc"] = "Enable debugging messages output. You probably don't want to enable this."
L["channel"] = "Channel"
L["channel_desc"] = "Add name to chat messages in this custom channel."
L["hideOnMatchingCharName"] = "Hide name if it matches your character's name"
L["hideOnMatchingCharName_desc"] = "If the name specified above matches your current character's name, IncognitoResurrected will not add it again if this option is checked."
L["channel_info_text"] = "The 'Say' channel is not an acceptable option. This is a limitation within the Blizzard API"