vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 -- English
2  
3 STANCESETS_TITLE = "Titan Stance Set";
4 STANCESETS_VERSION = "1.0.0";
5 STANCESETS_NAME = STANCESETS_TITLE .." v".. STANCESETS_VERSION;
6  
7 STANCESETS_CLOSE = "Close";
8  
9 ATLAS_OPTIONS_SHOWSTANCE = "Show Stance";
10  
11 -- default strings
12 STANCESETS_LOCALE = {
13 menu = "Stance Set",
14 tooltip = "Stance Set",
15 cbutton = "Stance Set",
16 button = "Stance Set: "
17 };
18  
19 local BLUE = "|cff6666ff";
20 local GREY = "|cff999999";
21 local GREN = "|cff66cc33";
22 local INDENT = " ";
23