-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathLocale.enUS.lua
36 lines (30 loc) · 979 Bytes
/
Locale.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
local L = AceLibrary("AceLocale-2.2"):new("SilverDragon")
L:RegisterTranslations("enUS", function() return {
["DefaultIcon"] = "Interface\\Icons\\INV_Misc_Head_Dragon_01",
["ChatCommands"] = {"/silverdragon", "/sd"},
["Rare mob"] = true,
["Do scan"] = true,
["Settings"] = true,
["Configuration options"] = true,
["Scan"] = true,
["Scan for nearby rares at a regular interval"] = true,
["Announce"] = true,
["Display a message when a rare is detected nearby"] = true,
["Chat"] = true,
["In the chatframe"] = true,
["Error"] = true,
["In the errorframe"] = true,
["Notes"] = true,
["Make notes in Cartographer"] = true,
["Scan for nearby rares"] = true,
["Import defaults"] = true,
["Import a default database of rares"] = true,
["%s seen!"] = true,
["(it's dead)"] = true,
["Rares"] = true,
["Never"] = true,
[" day(s)"] = true,
[" hour(s)"] = true,
[" minute(s)"] = true,
["Raretracker needs to be loaded for this to work."] = true,
} end)