vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 local AceLocale = AceLibrary("AceLocale-2.1")
2  
3 AceLocale:RegisterTranslation("simpleMinimap_Pings", "enUS", function() return({
4 enabled = "enabled",
5 enabled_desc = "enable / disable pinger name popup",
6  
7 alpha = "alpha",
8 alpha_desc = "set ping name frame alpha",
9 pings = "pings",
10 pings_desc = "pinger name popup frame",
11 position = "position",
12 position_desc = "position of coordinates frame on the minimap",
13 scale = "scale",
14 scale_desc = "set ping name frame scale",
15  
16 position1 = "bottom inside",
17 position1_desc = "bottom of the minimap, inside the frame",
18 position2 ="bottom outside",
19 position2_desc = "bottom of the minimap, outside the frame",
20 position3 = "top inside",
21 position3_desc = "top of the minimap, inside the frame",
22 position4 ="top outside",
23 position4_desc = "top of the minimap, outside the frame",
24  
25 ping_by = "ping by"
26 }) end)