vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 SimpleCombatLog.loc = {
2  
3 title = "Simple Combat Log ",
4  
5 buttonTooltip = "Right click to show drop down menu.",
6  
7 loaddefault = "Loading default settings.",
8  
9 you = "You", -- The name appeared on message for yourself.
10  
11 default = "Restore default settings",
12 other = 'Others',
13 filter = 'Filters',
14 color = 'Colors',
15 event = 'Events',
16 suppress = "Suppress combat log",
17  
18 -- Filters
19 cast = "Cast",
20 hit = "Hit",
21 gain = "Gain",
22 drain = "Drain",
23  
24 -- Event options
25 selfhit = "My Melees",
26 otherhit = "Others' Melees",
27 selfspell = "My Spells",
28 otherspell = "Others' Spells",
29 selfdot = "DOTs on me",
30 otherdot = "DOTs on others",
31 death = "Deaths",
32 aura = "Aura fades",
33 enchant = "Enchantments",
34 trade = "Trade skills",
35 experience = 'Experiences',
36 honor = 'Honors',
37 reputation = 'Reputations',
38 fail = 'Spell failures',
39  
40  
41 -- Help about slash commands,
42 help = {
43 optionbutton = 'Show/hide the minimap button',
44 suppress = 'Suppressing of the default combat message',
45 defaults = 'Restore all default settings',
46 option = 'Show option drop down menu'
47 },
48  
49  
50 player = "Player", -- "Player"
51 skill = "Skill", -- "Skill"
52 party = "Party", -- "Party"
53 raid = "Raid", -- "Raid"
54 pet = "Pet", -- "Pet"
55 target = "Target",
56 miss = "Miss", -- "Miss"
57 heal = "Heal",
58 buff = "Buff",
59 debuff = "Debuff",
60  
61 physical = "Physical", -- "Physical"
62 holy = "Holy", -- "Holy"
63 fire = "Fire", -- "Fire"
64 nature = "Nature", -- "Nature"
65 frost = "Frost", -- "Frost"
66 shadow = "Shadow", -- "Shadow
67 arcane = "Arcane", -- "Arcane
68  
69  
70  
71  
72 }