vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 local L = AceLibrary("AceLocale-2.0"):new("FuBar_LocationFu")
2  
3 L:RegisterTranslations("enUS", function() return {
4 ["Open world map"] = true,
5 ["Open Atlas"] = true,
6 ["Show coordinates"] = true,
7 ["Toggle the coordinates in the text of this plugin"] = true,
8 ["Show subzone name"] = true,
9 ["Show zone name"] = true,
10 ["Toggle the zone name in the text of this plugin"] = true,
11 ["Show level range"] = true,
12 ["Show minimap bar"] = true,
13 ["Show the bar above the minimap that tells the location and allows you to close minimap"] = true,
14 ["Show coodinates on map"] = true,
15 ["Show the coordinates of your cursor and your player on the world map"] = true,
16 ["Show map overlay"] = true,
17 ["Show the overlay on the map which shows the level range and instances available"] = true,
18 ["Show recommended zones"] = true,
19 ["Show your recommended zones in the tooltip"] = true,
20 ["Zone:"] = true,
21 ["Subzone:"] = true,
22 ["Arena"] = true,
23 ["Friendly"] = true,
24 ["Contested"] = true,
25 ["Hostile"] = true,
26 ["Status:"] = true,
27 ["Coordinates:"] = true,
28 ["Level range:"] = true,
29 ["Instances"] = true,
30 ["Recommended zones"] = true,
31 ["Recommended instances"] = true,
32 ["Cursor:"] = true,
33 ["Player:"] = true,
34  
35 ["Atlas-hint"] = "Click to open Atlas",
36 ["Standard-hint"] = "Click to open map",
37 ["Shift-hint"] = "Shift-Click to insert position into chat edit box",
38 ["Ctrl-hint"] = "Ctrl-Click to open map",
39 ["Ctrl-Atlas-hint"] = "Ctrl-Click to open Atlas",
40  
41 ["AceConsole-options"] = {"/locfu", "/locationfu"},
42 } end)