vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 -- SCT localization information
2 -- Spanish Locale
3 -- Translation by JSR1976
4  
5 if GetLocale() ~= "spSP" then return end
6  
7 -- Static Messages
8 SCT.LOCALS.LowHP= "Salud Baja!"; -- Message to be displayed when HP is low
9 SCT.LOCALS.LowMana= "Mana Bajo!"; -- Message to be displayed when Mana is Low
10 SCT.LOCALS.SelfFlag = "*"; -- Icon to show self hits
11 SCT.LOCALS.Combat = "+Combate"; -- Message to be displayed when entering combat
12 SCT.LOCALS.NoCombat = "-Combate"; -- Message to be displayed when leaving combat
13 SCT.LOCALS.ComboPoint = "CP"; -- Message to be displayed when gaining a combo point
14 SCT.LOCALS.FiveCPMessage = "Acabalo!"; -- Message to be displayed when you have 5 combo points
15 SCT.LOCALS.ExtraAttack = "Extra Attack!"; -- Message to be displayed when time to execute
16  
17 --Option messages
18 SCT.LOCALS.STARTUP = "Scrolling Combat Text "..SCT.Version.." AddOn cargado. Escribe /sct para opciones.";
19 SCT.LOCALS.Option_Crit_Tip = "Haz aparecer este evento siempre como CRITICO.";
20 SCT.LOCALS.Option_Msg_Tip = "Haz aparecer este evento com un MENSAJE. Invalida Criticos.";
21 SCT.LOCALS.Frame1_Tip = "Make this event always appear in ANIMATION FRAME 1.";
22 SCT.LOCALS.Frame2_Tip = "Make this event always appear in ANIMATION FRAME 2";
23  
24 --Warnings
25 SCT.LOCALS.Version_Warning= "|cff00ff00SCT ADVIRTIENDO|r\n\nsus variables ahorradas son de una versi\195\179n anticuada de SCT. Si usted encuentra errores o comportamiento extra\195\177o, REAJUSTE por favor sus opciones usando el bot\195\179n del reajuste o por /sctreset que mecanograf\195\173a";
26 SCT.LOCALS.Load_Error = "|cff00ff00Error Loading SCT Options. It may be disabled.|r";
27  
28 --nouns
29 SCT.LOCALS.TARGET = "Objetivo ";
30 SCT.LOCALS.PROFILE = "SCT Profile Cargado: |cff00ff00";
31 SCT.LOCALS.PROFILE_DELETE = "SCT Profile Borrado: |cff00ff00";
32 SCT.LOCALS.PROFILE_NEW = "SCT New Profile Creado: |cff00ff00";
33 SCT.LOCALS.WARRIOR = "Guerrero";
34 SCT.LOCALS.ROGUE = "Picaro";
35 SCT.LOCALS.HUNTER = "Cazador";
36 SCT.LOCALS.MAGE = "Mago";
37 SCT.LOCALS.WARLOCK = "Brujo";
38 SCT.LOCALS.DRUID = "Druida";
39 SCT.LOCALS.PRIEST = "Clerigo";
40 SCT.LOCALS.SHAMAN = "Chaman";
41 SCT.LOCALS.PALADIN = "Paladin";
42  
43 --Useage
44 SCT.LOCALS.DISPLAY_USEAGE = "Uso: \n";
45 SCT.LOCALS.DISPLAY_USEAGE = SCT.LOCALS.DISPLAY_USEAGE .. "/sctdisplay 'message' (for white text)\n";
46 SCT.LOCALS.DISPLAY_USEAGE = SCT.LOCALS.DISPLAY_USEAGE .. "/sctdisplay 'message' red(0-10) green(0-10) blue(0-10)\n";
47 SCT.LOCALS.DISPLAY_USEAGE = SCT.LOCALS.DISPLAY_USEAGE .. "Example: /sctdisplay 'Heal Me' 10 0 0\nThis will display 'Heal Me' in bright red\n";
48 SCT.LOCALS.DISPLAY_USEAGE = SCT.LOCALS.DISPLAY_USEAGE .. "Some Colors: red = 10 0 0, green = 0 10 0, blue = 0 0 10,\nyellow = 10 10 0, magenta = 10 0 10, cyan = 0 10 10";
49  
50 --Fonts
51 SCT.LOCALS.FONTS = {
52 [1] = { name="Por Defecto", path="Fonts\\FRIZQT__.TTF"},
53 [2] = { name="TwCenMT", path="Interface\\Addons\\sct\\fonts\\Tw_Cen_MT_Bold.TTF"},
54 [3] = { name="Adventura", path="Interface\\Addons\\sct\\fonts\\Adventure.ttf"},
55 [4] = { name="Enigma", path="Interface\\Addons\\sct\\fonts\\Enigma__2.TTF"},
56 }
57  
58 -- Cosmos button
59 SCT.LOCALS.CB_NAME = "Scrolling Combat Text".." "..SCT.Version;
60 SCT.LOCALS.CB_SHORT_DESC = "Traducido por Jsr1976";
61 SCT.LOCALS.CB_LONG_DESC = "Pops up useful combat messages above your head - try it!";
62 SCT.LOCALS.CB_ICON = "Interface\\Icons\\Spell_Shadow_EvilEye"; -- "Interface\\Icons\\Spell_Shadow_FarSight"