vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1  
2 if GetLocale() ~= "spSP" then return end
3  
4 --Warnings
5 SCTD.LOCALS.Version_Warning = "Versi\195\179n incorrecta de la carga de SCT. SCTD no cargar\195\161 o no trabajar\195\161 hasta que SCT se pone al d\195\173a a 4.12";
6 SCTD.LOCALS.Load_Error = "|cff00ff00Error Loading SCTD Options. It may be disabled.|r";
7  
8 --"Melee" ranged skills
9 SCTD.LOCALS.AUTO_SHOT = "Auto Shot";
10 SCTD.LOCALS.SHOOT = "Shoot";
11 SCTD.LOCALS.SHOOT_BOW = "Shoot Bow";
12 SCTD.LOCALS.SHOOT_CROSSBOW = "Shoot Crossbow";
13 SCTD.LOCALS.SHOOT_GUN = "Shoot Gun";
14  
15 -- Cosmos button
16 SCTD.LOCALS.CB_NAME = "SCT - Damage".." "..SCTD.Version;
17 SCTD.LOCALS.CB_SHORT_DESC = "by Grayhoof";
18 SCTD.LOCALS.CB_LONG_DESC = "Agrega su da\195\177o a SCT!";
19 SCTD.LOCALS.CB_ICON = "Interface\\Icons\\Ability_Warrior_BattleShout"