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_Coords", "enUS", function() return({
4 enabled = "enabled",
5 enabled_desc = "enable / disable minimap coordinates",
6  
7 alpha = "alpha",
8 alpha_desc = "set coordinates frame alpha",
9 backdrop = "backdrop",
10 backdrop_desc = "show or hide coords frame backdrop",
11 border = "border",
12 border_desc = "show or hide coords frame border",
13 coords = "coordinates",
14 coords_desc = "minimap coordinates frame",
15 fontColor = "font color",
16 fontColor_desc = "change the coordinate font color",
17 position = "position",
18 position_desc = "position of coordinates frame on the minimap",
19 scale = "scale",
20 scale_desc = "set minimap coordinates scale",
21 time = "time",
22 time_desc = "delay, in seconds, between coordinate updates",
23  
24 position1 = "bottom inside",
25 position1_desc = "bottom of the minimap, inside the frame",
26 position2 ="bottom outside",
27 position2_desc = "bottom of the minimap, outside the frame",
28 position3 = "top inside",
29 position3_desc = "top of the minimap, inside the frame",
30 position4 ="top outside",
31 position4_desc = "top of the minimap, outside the frame",
32 position5 = "top left",
33 position5_desc = "top left of the minimap",
34 position6 ="bottom left",
35 position6_desc = "bottom left of the minimap",
36 position7 = "top right",
37 position7_desc = "top right of the minimap",
38 position8 ="bottom right",
39 position8_desc = "bottom right of the minimap"
40 }) end)