vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 --Version
2 SCTD.Version = "2.0";
3  
4 SCTD.LOCALS = {};
5 SCTD.LOCALS.EXAMPLE = "SCTD";
6 SCTD.LOCALS.SelfFlag = "*";
7  
8 --Everything From here on would need to be translated and put
9 --into if statements for each specific language.
10  
11 --***********
12 --ENGLISH
13 --***********
14  
15 --Warnings
16 SCTD.LOCALS.Version_Warning = "Wrong Version of SCT loaded. SCTD will not load or work until SCT is updated to 4.13";
17 SCTD.LOCALS.Load_Error = "|cff00ff00Error Loading SCTD Options. It may be disabled.|r Error: ";
18  
19 --"Melee" ranged skills
20 SCTD.LOCALS.AUTO_SHOT = "Auto Shot";
21 SCTD.LOCALS.SHOOT = "Shoot";
22 SCTD.LOCALS.SHOOT_BOW = "Shoot Bow";
23 SCTD.LOCALS.SHOOT_CROSSBOW = "Shoot Crossbow";
24 SCTD.LOCALS.SHOOT_GUN = "Shoot Gun";
25  
26 -- Cosmos button
27 SCTD.LOCALS.CB_NAME = "SCT - Damage".." "..SCTD.Version;
28 SCTD.LOCALS.CB_SHORT_DESC = "by Grayhoof";
29 SCTD.LOCALS.CB_LONG_DESC = "Adds your damage to SCT!";
30 SCTD.LOCALS.CB_ICON = "Interface\\Icons\\Ability_Warrior_BattleShout"