vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1  
2 YATLAS_TITLE = "Yatlas";
3 YATLAS_VERSION = "0.5";
4  
5 YATLAS_TAB_DATA = "Show Data";
6 YATLAS_TAB_OPTIONS = "Options";
7  
8 YATLAS_BUTTON_TOOLTIP1 = "Yatlas";
9 YATLAS_BUTTON_TOOLTIP2 = "- Click to open the Yatlas";
10 YATLAS_BUTTON_TOOLTIP3 = "- Right-click and drag to move the minimap button.";
11 YATLAS_PLAYERJUMP = "Goto Player";
12  
13 YATLAS_OPTIONS_BUTTONPOS = "Button Position";
14 YATLAS_OPTIONS_BUTTONPOS_TIP = "%d degrees";
15 YATLAS_OPTIONS_ENABLEBUTTON = "Enable Button";
16 YATLAS_OPTIONS_ALPHA = "Transparency";
17  
18 YATLAS_UNKNOWN_ZONE = "Unknown";
19  
20 YATLAS_BIGDRAGMESSAGE = "Click on map and drag to move view."
21  
22 BINDING_NAME_YATLAS_TOGGLE = "Toggle Yatlas Frame";
23 BINDING_HEADER_YATLAS = YATLAS_TITLE;