1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
|
#muuid {768ce156-34ac-45a3-b53b-0083c47615c4}
;============================================================
; File: SimpleStatusMsg.dll
; Plugin: Simple status message
; Version: 1.9.0.4
; Authors: Bartosz 'Dezeath' Bialek, Harven
;============================================================
[Provides a simple way to set status and away messages.]
;file \plugins\SimpleStatusMsg\res\resource.rc
[%s Message for %s]
[&Cancel]
[Retrieving %s message...]
[Co&py to Clipboard]
[%s Message (%s)]
[Retrieving status message for %s...]
[Behavior on status change]
[Apply to all]
[Max length:]
[Pop up dialog box]
[Do not change status message]
[Always set the same message]
[Do not set status message]
[Status messages]
[Pop up dialog asking for new message]
[Set an empty message]
[Use default message]
[Use last message]
[Use last message set for this status]
[Set the following message:]
[Put default message in message list]
[Variables]
[Update variables in status messages every]
[seconds]
[Do not update variables during idle]
[Do not update variables on ICQ status message requests]
[Leave last played track's title after exiting the player]
[Enable status messages parsing by Variables plugin]
[Exclude %date% token from parsing (restart required)]
[Layout]
[Show status list]
[Show status profiles in status list]
[Show icons in status list]
[Buttons:]
[Show icons in message list]
[Other]
[Store up to]
[recent messages (0 = disable)]
[Automatically close dialog window after]
[Remember last dialog window position]
[Remove Carriage Return (CR = '\\r' = #0D) chars from status messages]
[Show 'Copy Away Message' item in contact menu]
[Show 'Go to URL in Away Message' item in contact menu]
[Show 'Status Message...' item in status menu]
[Clear History]
[Clear Predefined]
[* This feature is available only when using StartupStatus plugin.]
[Status on Startup]
[Set status after]
[milliseconds]
[Protocol:]
[Status:]
[Independent setting for each protocol]
[Pop up dialog asking for status message]
[Fortune]
[?cinfo(contact,property)]
[?contact(string,property)]
[?mstatus(protocol)]
[?lsdate(contact,format)]
[?lsstatus(contact)]
[?lstime(contact,format)]
[?dbsetting(contact,module,setting)]
[?txtfile(file,line)]
[?if(condition,true,false)]
[?strcmp(string1,string2)]
[?stricmp(string1,string2)]
[?cdate(format)]
[?ctime(format)]
[?replace(sub,string1,string2)]
[?lower(string)]
[?upper(string)]
[?scroll(string,numchars,numchars)]
[More variables...]
[Cut]
[Copy]
[Paste]
[Delete]
[Select All]
;file \plugins\SimpleStatusMsg\src\awaymsg.cpp
[Failed to retrieve %s message.]
[&Close]
[Re&ad %s Message]
[Copy %s Message]
[&Go to URL in %s Message]
[Re&ad Away Message]
[Copy Away Message]
[&Go to URL in Away Message]
;file \plugins\SimpleStatusMsg\src\main.cpp
[Change Status Message]
[Open Status Message Dialog]
[Status Message]
[Status Message...]
[%s (locked)]
[External Applications]
[retrieves song name of the song currently playing in Winamp (Simple Status Message compatible)]
[Miranda Related]
[get the date (Simple Status Message compatible)]
;file \plugins\SimpleStatusMsg\src\msgbox.cpp
[<startup>]
[<current>]
[Add to Predefined]
[Delete Selected]
[Global]
[Closing in %d]
[Are you sure you want to clear status message history?]
[Confirm clearing history]
;file \plugins\SimpleStatusMsg\src\options.cpp
[Global status change]
[Open String Formatting Help]
[Hide]
[Show next to cancel button]
[Flat, next to cancel button]
[Show in message list]
[Are you sure you want to clear predefined status messages?]
[Confirm clearing predefined]
[<Last status>]
[Status]
[General]
[Advanced]
;file \plugins\SimpleStatusMsg\src\utils.cpp
[Recent Message]
[Predefined Message]
[Go to URL in Away Message]
[Simple Status Message]
[I've been away since %time%.]
[Give it up, I'm not in!]
[Not right now.]
[Give a guy some peace, would ya?]
[I'm a chatbot!]
[Yep, I'm here.]
[Nope, not here.]
[I'm hiding from the mafia.]
[That'll be the phone.]
[Mmm... food.]
[idleeeeeeee]
|