vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 -- Version : English (by Vjeux, Mugendai)
2 -- $LastChangedBy: Sinaloit $
3 -- $Date: 2005-07-10 13:53:31 +1000 (Sun, 10 Jul 2005) $
4  
5 -- Interface Configuration
6 IEF_FILE = "File: ";
7 IEF_STRING = "String: ";
8 IEF_LINE = "Line: ";
9 IEF_COUNT = "Count: ";
10 IEF_ERROR = "Error: ";
11  
12 IEF_CANCEL = "Cancel";
13 IEF_CLOSE = "Close";
14 IEF_REPORT = "Report";
15  
16 IEF_INFINITE = "Infinite";
17  
18 -- Slash command strings
19 IEF_NOTIFY_ON = "ImprovedErrorFrame: Alert delay notification enabled.";
20 IEF_NOTIFY_OFF = "ImprovedErrorFrame: Errors reported as they occur.";
21 IEF_BLINK_ON = "ImprovedErrorFrame: Blink with pending errors.";
22 IEF_BLINK_OFF = "ImprovedErrorFrame: Button will not blink.";
23 IEF_COUNT_ON = "ImprovedErrorFrame: Display count of pending errors.";
24 IEF_COUNT_OFF = "ImprovedErrorFrame: No pending error count.";
25 IEF_ALWAYS_ON = "ImprovedErrorFrame: Always show error button.";
26 IEF_ALWAYS_OFF = "ImprovedErrorFrame: Button shown upon notification.";
27 IEF_SOUND_ON = "ImprovedErrorFrame: Sound played upon notification.";
28 IEF_SOUND_OFF = "ImprovedErrorFrame: No sounds will be played.";
29 IEF_EMPTY_ON = "ImprovedErrorFrame: Button graphic will disapear when blinking.";
30 IEF_EMPTY_OFF = "ImprovedErrorFrame: Button graphic will not change with blinking.";
31 IEF_DEBUG_ON = "ImprovedErrorFrame: FrameXML Verbose logging on";
32 IEF_DEBUG_OFF = "ImprovedErrorFrame: FrameXML Verbose logging off";
33 IEF_FORMAT_STR = "Format: /ief <NOTIFY|BLINK|COUNT|ALWAYS|SOUND|EMPTY|DEBUG> <ON|OFF>";
34 IEF_FORMAT_STR_NOCHRON = "Format: /ief <NOTIFY|COUNT|ALWAYS|SOUND|DEBUG> <ON|OFF>";
35 IEF_CURRENT_SETTINGS = "Current Settings:";
36 IEF_BLINK_OPT = "blink";
37 IEF_NOTIFY_OPT = "notify";
38 IEF_COUNT_OPT = "count";
39 IEF_ALWAYS_OPT = "always";
40 IEF_SOUND_OPT = "sound";
41 IEF_EMPTY_OPT = "empty";
42 IEF_DEBUG_OPT = "debug";
43 IEF_ON = "on";
44 IEF_OFF = "off";
45 IEF_HELP_TEXT = "/ief - Improved Error Frame Configuration";
46  
47 -- Tooltip Text
48 IEF_TOOLTIP = "Click to view errors.";
49 -- Header Text
50 IEF_TITLE_TEXT = "Queued Errors";
51 IEF_ERROR_TEXT = "Realtime Errors";
52  
53 -- Khaos/Cosmos descriptions
54 IEF_OPTION_TEXT = "Improved Error Frame";
55 IEF_OPTION_HELP = "Allows you to set Error Reporting Options.";
56 IEF_HEADER_TEXT = "Improved Error Frame";
57 IEF_HEADER_HELP = "The various options to configure your error reporting needs.";
58 IEF_NOTIFY_TEXT = "Queue Errors";
59 IEF_NOTIFY_HELP = "If checked, errors will be queued to be displayed later.";
60 IEF_BLINK_TEXT = "Blinking Button";
61 IEF_BLINK_HELP = "If checked, button will blink when errors are pending view.";
62 IEF_COUNT_TEXT = "Display error count on button";
63 IEF_COUNT_HELP = "If checked, error count will be displayed on button.";
64 IEF_ALWAYS_TEXT = "Always show error button";
65 IEF_ALWAYS_HELP = "If checked, button will always be present on the screen.";
66 IEF_SOUND_TEXT = "Play notification sound";
67 IEF_SOUND_HELP = "If checked, sound will be played upon initial error event.";
68 IEF_EMPTY_TEXT = "Clear Button Graphic";
69 IEF_EMPTY_HELP = "If checked, error button will clear while blinking.";
70 IEF_DEBUG_TEXT = "Verbose FrameXML Error Log";
71 IEF_DEBUG_HELP = "If checked, FrameXML.log will be outputted in verbose mode. (Requires UI Reload)";