blob: 870c41dd5699f84fb4b3d6389fa6ac61ed7b8379 (
plain)
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
|
;****************
;NewStatusNotify
;****************
;general strings
;----------------------------
[You cannot specify a value lower than %d and higher than %d.]
[<error>]
[Can't open the log file!]
[%s is now %s]
[%s, %s. %s changed to: %s (was: %s).\r\n]
[%s, %s. %s changed %s to: %s.\r\n]
[%s, %s. %s removed %s.\r\n]
[Wave Files (*.wav)\0*.WAV\0All Files (*)\0*\0]
[Status Notify]
[General]
[Notify]
[Popups]
[Status]
[Sounds]
[Events]
[Filtering]
[Extra status]
[Extra status logging]
[From offline]
[Online]
[Offline]
[Invisible]
[Free for chat]
[Away]
[NA]
[Occupied]
[DND]
[Out to lunch]
[On the phone]
[Always when changing from offline]
[User: Online]
[User: Offline]
[User: Invisible]
[User: Free For Chat]
[User: Away]
[User: Not Available]
[User: Occupied]
[User: Do Not Disturb]
[User: Out To Lunch]
[User: On The Phone]
[User: from offline (has priority!)]
[(M) is back online!]
[(F) is back online!]
[(U) is back online!]
[(M) went offline! :(]
[(F) went offline! :(]
[(U) went offline! :(]
[(M) hides in shadows...]
[(F) hides in shadows...]
[(U) hides in shadows...]
[(M) feels talkative!]
[(F) feels talkative!]
[(U) feels talkative!]
[(M) went Away]
[(F) went Away]
[(U) went Away]
[(M) isn't there anymore!]
[(F) isn't there anymore!]
[(U) isn't there anymore!]
[(M) has something else to do.]
[(F) has something else to do.]
[(U) has something else to do.]
[(M) doesn't want to be disturbed!]
[(F) doesn't want to be disturbed!]
[(U) doesn't want to be disturbed!]
[(M) is eating something]
[(F) is eating something]
[(U) is eating something]
[(M) had to answer the phone]
[(F) had to answer the phone]
[(U) had to answer the phone]
;menu item
;----------------------------
[Enable status ¬ification]
[Disable status ¬ification]
;autodisable options
;----------------------------
[Disable notifications]
[Disable globally]
[Disable when my status is:]
[Disable globally]
[Disable only if I change global status]
;IDD_OPT_GENERAL
;----------------------------
[Notify when a contact changes to one of these statuses]
[Plugin activation]
[Automatically turn off PopUps and Sounds on status change]
[Don't warn me for people not in my Contact List]
[Configure]
[Use individual sounds]
[Blink icon in the system tray]
[Use status icon]
[Log to file]
[Enable]
[Open]
[Go to Customize -> Sound to select the sounds]
;IDD_OPT_FILTERS
;----------------------------
[** All contacts **]
[Sounds]
[Popups]
[Extra status notify]
[Extra status logging]
[Disable All]
[Enable all]
;IDD_OPT_XLOG
;----------------------------
[Log to message window]
[Enable logging to message window]
[Prevent identical logs]
[Keep events in history]
[Disable for extra status 'Music']
[Truncate message length to:]
[characters]
[Templates]
[New status:]
[New message:]
[Remove:]
[On opening ML:]
[Title - text delimiter:]
[Variables]
[Show available variables]
[Reset all templates to default]
[Reset templates]
[Do you want to reset all templates to default?]
;IDD_OPT_POPUP
;----------------------------
[Popups on contact status change to:]
[Background]
[Text]
[Colours]
[Use custom colours]
[Use Popup colours]
[Use Windows colours]
[Popup title]
[Show contact group name]
[Use alternative descriptions]
[Show previous status too]
[Read status message]
[Timeout]
[0 = Default]
[-1 = Infinite]
[Click action]
[On left click]
[On right click]
[Open message window]
[Close popup]
[Open contact details window]
[Open contact menu]
[Open contact history]
[Do nothing]
[Preview]
[This is \"from offline\" status message]
;user options page
;----------------------------
[Sound for the status]
[(default sound)]
[Change]
[Preview]
[Delete]
[Enable popups]
[Enable sounds]
[Individual sounds are disabled.\n\nTo enable them, go to Options - Status - Notify, enable \n""Use individual sounds"" checkbox, and then reopen this dialog.]
;default templates
;----------------------------
[changed %N to: %T%D%I]
[changed %N message to:%D%I]
[removed %N]
[changed %N @ %T%D%I]
[changed %N message @ %I]
[has %N @ %T%D%I]
[These variables are available:\r\n\r\n\
%N\textra status name (Xstatus, Mood, Activity)\r\n\
%T\textra status title\r\n\
%I\textra status text\r\n\
%D\tdelimiter\r\n\
%B\tline break (can be used as delimiter)]
|