vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1  
2  
3  
4 PSPOT_DELAY_SUFFIX = " second(s) delay between map updates";
5 PSPOT_OFF = "Disabled";
6  
7 PSPOT_HELP_TEXT = " ";
8 PSPOT_HELP_TEXT0 = "|cffffff00PartySpotter command help :|r";
9 PSPOT_HELP_TEXT1 = "|cff00ff00Use |r|cffffffff/pspot|r|cff00ff00 without any arguments to display the current number of Seconds between Map Updates, and these help instructions.|r";
10 PSPOT_HELP_TEXT2 = "|cff00ff00Use |r|cffffffff/pspot 0|r|cff00ff00 to Disable PartySpotter|r";
11 PSPOT_HELP_TEXT3 = "|cff00ff00Use |r|cffffffff/pspot 1|r|cff00ff00 to turn PartySpotter On and have a 1 second delay between Map Updates. 1 Second is the default value.|r";
12 PSPOT_HELP_TEXT4 = "|cff00ff00Use |r|cffffffff/pspot < 1 - 9 >|r|cff00ff00 to turn PartySpotter On and change the Map Update delay to any number of seconds between 1 and 9|r";
13 PSPOT_HELP_TEXT5 = "|cff00ff00Use |r|cffffffff/pspot showgroups icons / numbers / off|r|cff00ff00 toggle function to highlight each Raid Group with a different colour, or that group's number|r";
14 PSPOT_HELP_TEXT6 = "|cff00ff00Use |r|cffffffff/pspot showfriends|r|cff00ff00 to Toggle the highlighting of Friends|r";
15 PSPOT_HELP_TEXT7 = "|cff00ff00Use |r|cffffffff/pspot showignores|r|cff00ff00 to Toggle the highlighting of Ignores|r";
16 PSPOT_HELP_TEXT8 = "|cff00ff00Use |r|cffffffff/pspot showguild|r|cff00ff00 to Toggle the highlighting of Guild Members|r";
17 PSPOT_HELP_TEXT9 = "|cff00ff00Use |r|cffffffff/pspot -l|r|cff00ff00 to Toggle the highlighting of the Raid Leader|r"; -- ??
18 PSPOT_HELP_TEXT10 = "|cff00ff00Use |r|cffffffff/pspot -t <Player Name>|r|cff00ff00 highlights an individual player|r"; -- ??
19 PSPOT_HELP_TEXT11 = "|cff00ff00Use |r|cffffffff/pspot -t|r|cff00ff00 |r|cff00ff00 cancels highlighting of an individual"; -- ??
20 PSPOT_HELP_TEXT12 = "|cff00ff00Use |r|cffffffff/pspot reset|r|cff00ff00 to restore defaults|r";
21  
22 PSPOT_COLOUR_GROUPS = "Coloured Raid Groups";
23 PSPOT_NUMBER_GROUPS = "Numbered Raid Groups";
24 PSPOT_DFLT_GROUPS = "All Raid Groups Same Colour";
25 PSPOT_SHOW_FRIENDS = "Highlighting Friends";
26 PSPOT_SHOW_IGNORES = "Highlighting Ignores";
27 PSPOT_SHOW_GUILD = "Highlighting Guild Members";
28 PSPOT_NO_HLIGHTS = "No Friend/Ignore/Guild Highlighting"; -- ??
29 PSPOT_LEADER = "Highlighting Raid Leader"; -- ??
30 PSPOT_INDI = "Highlighting Individual Player"; -- ??
31  
32 PSPOT_KEY_TITLE = "PartySpotter\nKey"; -- i.e. PartySpotter Map-Key, or Map-Legend
33  
34 BINDING_HEADER_PSPOT = "PartySpotter";
35 BINDING_NAME_PSPOT_CYCLE_MODE = "Cycle PartySpotter Modes";
36 BINDING_NAME_PSPOT_CYCLE_HLIGHT = "Cycle PartySpotter Highlights";
37