blob: 7a6d63e29e9fc82b8a478ff5c22f1273137c85c5 (
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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
|
;----------------------------oOo----------------------------
;
; IRC Protocol Plugin v 0.5.1.1
;
; Implementation of IRC RFC-1459, RFC-2812 for Miranda IM
;
;
; TRANSLATION TEMPLATE
;
;-----------------------------------------------------------
; clist.cpp
;[CTCP chat request from %s]
; commandmonitor.cpp
;[CTCP ERROR: Malformed CTCP command received from %s!%s@%s. Possible attempt to take control of your irc client registered]
;[CTCP FINGER requested by %s]
;[CTCP VERSION requested by %s]
;[CTCP SOURCE requested by %s]
;[CTCP USERINFO requested by %s]
;[CTCP PING requested by %s]
;[CTCP TIME requested by %s]
;[DCC: Chat request from %s denied]
;[DCC: File transfer request from %s denied]
;[DCC: Reverse file transfer request from %s denied [No local IP]]
;[DCC ERROR: Malformed CTCP request from %s [%s]]
;[DCC: File transfer resume request from %s denied]
;[CTCP %s requested by %s]
;[CTCP PING reply from %s: %u sec(s)]
;[CTCP %s reply from %s: %s]
;[Downloading list (%u%%) - %u channels]
;[Downloading list - %u channels]
;[%s sets mode %s]
;[Done: %u channels]
;[(probably truncated by server)]
;[User information]
;[Change nickname]
;[IRC error]
;[Unknown]
;[Please enter the hostmask (nick!user@host) \nNOTE! Contacts on your contact list are never ignored]
;[Ignore]
;[Please enter the reason]
;[Ban'n Kick]
;[Jerk]
;[Offline]
;[*Disconnected*]
;[The usage of /AWAY in your perform buffer is restricted\n as IRC sends this command automatically.]
; input.cpp
;[Ignore system is enabled]
;[Ignore system is disabled]
;[%s on %s is now ignored (+%s)]
;[%s is not ignored now]
;[%s was not ignored]
;[Outgoing commands are shown]
;[Outgoing commands are not shown]
;[The buddy check function is enabled]
;[The buddy check function is disabled]
;[The time interval for the buddy check function is now at default setting]
;[The time interval for the buddy check function is now %u seconds]
;[Channel Manager]
;[This command is not recommended on a network of this size!\r\nIt will probably cause high CPU usage and/or high bandwidth\r\nusage for around %u to %u minute(s).\r\n\r\nDo you want to continue?]
;[IRC warning]
;[Aborted]
;[CTCP %s request sent to %s]
;[DCC ERROR: Unable to automatically resolve external IP]
;[DCC CHAT request sent to %s]
;[DCC ERROR: Unable to bind port]
;[Input command]
;[Please enter the reply]
; main.cpp
;[The IRC protocol could not be loaded as it is dependant on Miranda IM version %s or later.\n\nDo you want to download an update from the Miranda website now?]
;[Information]
; options.cpp
;[Please complete all fields]
;[<Resolved IP: ]
;[<Automatic>]
;[<Local IP: ]
;[Click to set commands that will be performed for this event]
;[Click to delete the commands for this event]
;[Add a new network]
;[Edit this network]
;[Delete this network]
;[Off]
;[Auto]
;[On]
;[N/A]
;[Do you want to delete\r\n%s]
;[Delete server]
;[Edit server]
;[Network]
;[%s DCC 'n CTCP]
;[%s Advanced]
;[Main]
;[Add]
;[Apply]
;[Edit]
;[Cancel]
;[Channel list]
;[Server window]
;[Show channel]
;[Join channel]
;[Leave Channel]
;[Incoming DCC Chat]
; output.cpp
;[WallOps from %s: ]
;[%s is away]
;[%s invites you to %s]
;[These are online: ]
;[CTCP %s reply sent to %s]
;[CTCP %s reply sent to %s: %s]
;[Notice to %s: ]
; services.cpp
;[&Quick connect]
;[&Join a channel]
;[&Change your nickname]
;[Show the &list of available channels]
;[&Show the server window]
;[&Leave the channel]
;[&User details]
;[&Ignore]
;[DCC ERROR: No valid files specified]
;[DCC reversed file transfer request sent to %s [%s]]
;[DCC file transfer request sent to %s [%s]]
;[DCC ERROR: Unable to bind local port]
;[%s (%s) is requesting a client-to-client chat connection.]
;[Join channel]
;[Please enter a channel to join]
;[Quick connect]
;[Please select IRC network and enter the password if needed]
;[Change nick name]
;[Please enter a unique nickname]
;[Kick]
;[Channel &settings]
;[Show the server &window]
;[&WhoIs info]
;[&Control]
;[&Op]
;[&Deop]
;[&Voice]
;[D&evoice]
;[&Kick]
;[Ki&ck (reason)]
;[&Ban]
;[Ban'&n kick]
;[Ban'n kick (&reason)]
;[&On]
;[O&ff]
;[&Direct Connection]
;[Request &Chat]
;[Send &File]
;[&Add User]
;[&Leave channel]
;[&Show channel]
;[&Show server]
;[&WhoIs info]
;[&Message]
;[Di&sconnect]
;[&Unignore user]
;[Ignore user]
;[Nickname]
;[Connecting to]
;[This protocol is dependent on another plugin named \'Chat\'\nPlease download it from the Miranda IM website!]
;[Please choose an IRC-network to go online. This network will be the default.]
;[Default network]
;[Connection can not be established! You have not completed all necessary fields (Nickname, User ID and Name).]
;[The protocol is not online]
;[The dcc chat connection is not active]
;[%s server connection]
;[%s client-to-client connections]
;[IRC Error]
;[The IRC protocol depends on another plugin called \'Chat\'\n\nDo you want to download it from the Miranda IM web site now?]
;[Reconnecting to]
;[&Add to ignore list]
;[Give &Op]
;[Take O&p]
;[Give &Halfop]
;[Take H&alfop]
;[Give &Voice]
;[Take V&oice]
; windows.cpp
;[Please wait...]
;[Channel]
;[Mode]
;[Topic]
;[The \"Nick\" field must contain at least four characters, and also match the default nickname (incl. wildcards) for this contact.\n\nThe \"Nick\" field is not case-sensitive but \"User\" and \"Address\" are.\r\n\r\nThe default nickname for this contact is]
;[Settings could not be saved!\n\nThe \"Nick\" field must contain at least four characters including wildcards,\n and it must also match the default nickname for this contact.]
;[Add ban/invite/exception]
;[Edit selected ban/invite/exception]
;[Delete selected ban/invite/exception]
;[Set this topic for the channel]
;[Set these modes for the channel]
;[Remove ban?]
;[Remove invite?]
;[Remove exception?]
;[Edit ban]
;[Edit invite?]
;[Edit exception?]
;[Please enter the hostmask (nick!user@host)]
;[Add ban]
;[Add invite]
;[Add exception]
;[You have not applied all changes!\n\nApply before exiting?]
; IRC.rc
;[&Add]
;[&Edit]
;[&Del]
;[Enable]
;[only while connecting]
;[Update online statuses for users]
;[Update statuses in channel nicklist]
;[Don't check if more than (users):]
;[Keep connection alive]
;[Force visible (-i)]
;[Rejoin channel if kicked]
;[Disable tray balloon on error]
;[Rejoin channels on reconnect]
;[Internet address]
;[Use server window]
;[Show server window on startup]
;[Automatically join on invite]
;[Show addresses]
;[&Set]
;[SSL]
;[Bans]
;[Invites]
;[Excepts]
;[(*) blank to set this mask for all networks]
;[Perform on event:]
;[Only Ops set topic]
;[No external messages]
;[Invite only]
;[Moderated]
;[Key:]
;[User limit:]
;[Private]
;[Secret]
;[Hidden]
;[Enable incoming requests]
;[Normal]
;[Send-ahead]
;[Attempt reverse DCC (good if firewalled)]
;[none]
;[everyone on the contact list]
;[everyone]
;[everyone not on the contact list]
;[Disconnect DCC chats when disconnecting from server]
;[Manually set external IP:]
;[Get IP address from server]
;[&Refresh]
;[&Close]
;[&OK]
;[&Join]
;[C&onnect]
;[&Deny]
;[Ping]
;[Version]
;[Time]
;[Userinfo]
;[&Query]
;[&Cancel]
;[&Save]
;[&Clear all]
;[&Accept]
;[Port range]
;[Nick]
;[User ID (Ident)]
;[Full name (e-mail)]
;[Password]
;[Server name]
;[Alternative nick]
;[System]
;[Port]
;[Wait (s)]
;[Retry count]
;[Fear the monkeys!!!]
;[Check every (s):]
;[Name]
;[Address]
;[Channels]
;[Auth]
;[Server]
;[User]
;[Away Info]
;[Other]
;[The server returned the following information. Please note that this information might be misleading and/or falsified]
;[Quit message]
;[Use the options to set modes for this channel. You are usually required to be op. or higher to modify.]
;[for choosing the IRC protocol for Miranda IM. Please enter your nickname and real name]
;[Thank You...]
;[Full name]
;[Send mode:]
;[Packet size (b):]
;[Ident]
;[User info - Required]
;[Reconnect]
;[CTCP information]
;[Perform]
;[Alias]
;[Hostmask]
;[User modes]
;[Channel modes]
;[Client-to-Client File Transfers]
;[Auto-accept from:]
;[Ignore chat requests from...]
;[Client-to-Client Protocol]
;[Client-to-Client Chats]
;[Question]
;[Add server]
;[Channels on server]
;[Miranda IRC]
;[CTCP Chat Request]
;[&Whois]
;[Ki&ck (Reason)]
;[Ban'&n Kick]
;[Ban'n Kick (&Reason)]
;[&Add contact]
;[&Copy]
;[Co&py All]
;[Select &All]
;[Leave channel]
;[Clear log]
;[Show/Hide server]
;[Channel manager]
;[Open in &new window]
;[&Open in existing window]
;[&Copy link]
;[Scripting support]
|