· 8 years ago · Jun 15, 2018, 03:16 PM
1
2
3replaces = { };
4
5abstracts = {
6 line_start = " ";
7 timestamp = "%K$0-%n";
8 hilight = "%_$0-%_";
9 error = "%R$0-%n";
10 channel = "%_$0-%_";
11 nick = "%_$0-%_";
12 nickhost = "%K[%n$0-%K]%n";
13 server = "%_$0-%_";
14 comment = "%K[%n$0-%K]%n";
15 reason = "{comment $0-}";
16 mode = "{comment $0-}";
17 channick_hilight = "%g$0-%n";
18 chanhost_hilight = "{nickhost $0-}";
19 channick = "%r$0-%n";
20 chanhost = "{nickhost $0-}";
21 channelhilight = "%g$0-%n";
22 ban = "%r$0-%n";
23 msgnick = "$0$1- %w:%n %|";
24 ownmsgnick = "{msgnick $0 $1-}";
25 ownnick = "%W$0-%n";
26 pubmsgnick = "{msgnick $0 $1-}";
27 pubnick = "%N$0-%n";
28 pubmsgmenick = "{msgnick $0 $1-}";
29 menick = "%Y$0-%n";
30 pubmsghinick = "{msgnick $1 $0$2-}";
31 msgchannel = "%K:%c$0-%n";
32 privmsg = "[%R$0%K(%r$1-%K)%n] ";
33 ownprivmsg = "[%r$0%K(%R$1-%K)%n] ";
34 ownprivmsgnick = "{msgnick $0-}";
35 ownprivnick = "%W$0-%n";
36 privmsgnick = "{msgnick %Y$0-%n}";
37 action_core = "%W$[-9]0- * %n";
38 action = "{action_core $0-} ";
39 ownaction = "{action $0-}";
40 ownaction_target = "{action_core $0}%K:%c$1%n ";
41 pvtaction = "%W (*) $0-%n ";
42 pvtaction_query = "{action $0-}";
43 pubaction = "{action $0-}";
44 ownnotice = "[%r$0%K(%R$1-%K)]%n ";
45 notice = "%K-%M$0-%K-%n ";
46 pubnotice_channel = "%K:%m$0-";
47 pvtnotice_host = "%K(%m$0-%K)";
48 servernotice = "%g!$0-%n ";
49 ownctcp = "[%r$0%K(%R$1-%K)] ";
50 ctcp = "%g$0-%n";
51 wallop = "%W$0-%n: ";
52 wallop_nick = "%n$0-";
53 wallop_action = "%W * $0-%n ";
54 netsplit = "%R$0-%n";
55 netjoin = "%G$0-%n";
56 names_nick = " %K|%n %_$0%_$1-";
57 names_users = "%K[%g$0-%K]%n";
58 names_channel = "%G$0-%n";
59 dcc = "%g$0-%n";
60 dccfile = "%_$0-%_";
61 dccownmsg = "[%r$0%K($1-%K)%n] ";
62 dccownnick = "%R$0-%n";
63 dccownaction = "{action $0-}";
64 dccownaction_target = "{action_core $0}%K:%c$1%n ";
65 dccmsg = "[%G$1-%K(%g$0%K)%n] ";
66 dccquerynick = "%G$0-%n";
67 dccaction = "%W (*dcc*) $0-%n %|";
68
69 ##
70 ## statusbar
71 ##
72
73 # default backround for "default" statusbar group
74 sb_default_bg = "%0";
75 # background for prompt / input line
76 sb_prompt_bg = "%n";
77 # background for info statusbar
78 sb_info_bg = "%n";
79 sb = "%K[%n$0-%K]%n ";
80 sbmode = "(%W+%n$0-)%n";
81 sbaway = " (%rzZzZ%n)%n";
82 sbservertag = ":$0 %W(%nchange with ^X%W)%n";
83
84
85 ## dccstats.pl
86 sb_dccstat = "{sb $0-}";
87 sb_ds_short = "$0%G:%n$1%Y@%n$2kB/s%G:%n$4%G:%n$3";
88 sb_ds_short_waiting = "$0%G:%n$1 $2 $3 waiting";
89 sb_ds_normal = "$0 $1: '$2' $3 of $4 ($5) $6kB/s ETA: $7 [$8]";
90 sb_ds_normal_waiting = "$0 $1: '$2' $3 $4 $5 waiting";
91 sb_ds_separator = ", ";
92
93 sb_act_sep = "%w$*";
94 # normal text
95 sb_act_text = "%n$*";
96 # public message
97 sb_act_msg = "%g$*";
98 # hilight
99 sb_act_hilight = "%Y$*";
100 # hilight with specified color, $0 = color, $1 = text
101 sb_act_hilight_color = "$0$1-%n";
102
103
104};
105formats = {
106 "fe-common/core" = {
107 query_start = "Starting query in {server $1} with {nick $0}";
108 join = " {channick_hilight $[-9]0} %W>>%n";
109 part = " {channick $[-9]0} %W<%n";
110 quit = " {channick $[-9]0} %W<<%n {reason $2}";
111 quit_once = "{channel $3} {channick $0} {chanhost $1} quit {reason $2}";
112 nick_changed = "{channick $[-9]0} %W|%n changes nick to {channick_hilight $1}";
113 own_msg = "{ownmsgnick {ownnick $[-12]0$2}}$1";
114 own_msg_channel = "{ownmsgnick {ownnick $[-12]0$3}{msgchannel $1}}$2";
115 pubmsg_me = "{pubmsgmenick {menick $[-12]0}$2}$1";
116 pubmsg_me_channel = "{pubmsgmenick {menick $[-12]0$3}{msgchannel $1}}$2";
117 pubmsg_hilight = "{pubmsghinick $0 $0 $[-12]1$3%n}$2";
118 pubmsg_hilight_channel = "{pubmsghinick $0 $[-12]1$4{msgchannel $2}}$3";
119 pubmsg = "{pubmsgnick {pubnick %m$[-12]0}$2}$1";
120 pubmsg_channel = "{pubmsgnick {pubnick %m$[-12]0}$2}$1";
121 line_start = "{line_start}";
122 line_start_irssi = "{line_start}{hilight Irssi} %W|%n ";
123 timestamp = "{timestamp $Z} ";
124 servertag = "$[-10]0 %W|%n ";
125 daychange = "Day changed to %%d %%b %%Y";
126 talking_with = "You are now talking with {nick $0}";
127 refnum_too_low = "Window number must be greater than 1";
128 error_server_sticky = "Window's server is sticky and it cannot be changed without -unsticky option";
129 set_server_sticky = "Window's server set sticky";
130 unset_server_sticky = "Window's server isn't sticky anymore";
131 window_name_not_unique = "Window names must be unique";
132 window_level = "Window level is now $0";
133 windowlist_header = "Ref Name Active item Server Level";
134 windowlist_line = "$[3]0 %|$[20]1 $[15]2 $[15]3 $4";
135 windowlist_footer = "";
136 windows_layout_saved = "Layout of windows is now remembered next time you start irssi";
137 windows_layout_reset = "Layout of windows reset to defaults";
138 window_info_header = "";
139 window_info_footer = "";
140 window_info_refnum = "Window : {hilight #$0}";
141 window_info_refnum_sticky = "Window : {hilight #$0 (sticky)}";
142 window_info_name = "Name : $0";
143 window_info_history = "History : $0";
144 window_info_size = "Size : $0x$1";
145 window_info_level = "Level : $0";
146 window_info_server = "Server : $0";
147 window_info_server_sticky = "Server : $0 (sticky)";
148 window_info_theme = "Theme : $0$1";
149 window_info_bound_items_header = "Bounds : {hilight Name Server tag}";
150 window_info_bound_item = " : $[!30]0 $[!15]1 $2";
151 window_info_bound_items_footer = "";
152 window_info_items_header = "Items : {hilight Name Server tag}";
153 window_info_item = " $[7]0: $[!30]1 $2";
154 window_info_items_footer = "";
155 looking_up = "Looking up {server $0}";
156 connecting = "Connecting to {server $0} [$1] port {hilight $2}";
157 connection_established = "Connection to {server $0} established";
158 cant_connect = "Unable to connect server {server $0} port {hilight $1} {reason $2}";
159 connection_lost = "Connection lost to {server $0}";
160 lag_disconnected = "No PONG reply from server {server $0} in $1 seconds, disconnecting";
161 disconnected = "Disconnected from {server $0} {reason $1}";
162 server_quit = "Disconnecting from server {server $0}: {reason $1}";
163 server_changed = "Changed to {hilight $2} server {server $1}";
164 unknown_server_tag = "Unknown server tag {server $0}";
165 no_connected_servers = "Not connected to any servers";
166 server_list = "{server $0}: $1:$2 ($3)";
167 server_lookup_list = "{server $0}: $1:$2 ($3) (connecting...)";
168 server_reconnect_list = "{server $0}: $1:$2 ($3) ($5 left before reconnecting)";
169 server_reconnect_removed = "Removed reconnection to server {server $0} port {hilight $1}";
170 server_reconnect_not_found = "Reconnection tag {server $0} not found";
171 setupserver_added = "Server {server $0} saved";
172 setupserver_removed = "Server {server $0} removed";
173 setupserver_not_found = "Server {server $0} not found";
174 your_nick = "Your nickname is {nick $0}";
175 kick = "{channick $[-9]0} %W<%n kicked from {channel $1} by {nick $2} {reason $3}";
176 invite = "{nick $0} invites you to {channel $1}";
177 not_invited = "You have not been invited to a channel!";
178 new_topic = "{nick $[-9]0} %W|%n changes topic of {channel $1} to: $2";
179 topic_unset = "{nick $[-9]0} %W|%n unsets topic on {channel $1}";
180 your_nick_changed = "You're now known as {nick $1}";
181 talking_in = "You are now talking in {channel $0}";
182 not_in_channels = "You are not on any channels";
183 current_channel = "Current channel {channel $0}";
184 names = "{names_users Users {names_channel $0}} {comment $1 total}";
185 names_prefix = "{names_prefix $0}";
186 names_nick_op = "{names_nick_op $0 $1}";
187 names_nick_halfop = "{names_nick_halfop $0 $1}";
188 names_nick_voice = "{names_nick_voice $0 $1}";
189 names_nick = "{names_nick $0 $1}";
190 endofnames = "{channel $0}: Total of {hilight $1} nicks {comment {hilight $2} ops, {hilight $3} halfops, {hilight $4} voices, {hilight $5} normal}";
191 chanlist_header = "You are on the following channels:";
192 chanlist_line = "{channel $[-10]0} %|+$1 ($2): $3";
193 chansetup_not_found = "Channel {channel $0} not found";
194 chansetup_added = "Channel {channel $0} saved";
195 chansetup_removed = "Channel {channel $0} removed";
196 chansetup_header = "Channel Network Password Settings";
197 chansetup_line = "{channel $[15]0} %|$[10]1 $[10]2 $3";
198 chansetup_footer = "";
199 channel_move_notify = "{channel $0} is already joined in window $1, use \"/WINDOW ITEM MOVE $0\" to move it to this window";
200 own_msg_private = "{ownprivmsg msg $0}$1";
201 own_msg_private_query = "{ownprivmsgnick {ownprivnick $[-12]2}}$1";
202 msg_private = "{privmsg $0 $1}$2";
203 msg_private_query = "{privmsgnick $[-12]0}$2";
204 no_msgs_got = "You have not received a message from anyone yet";
205 no_msgs_sent = "You have not sent a message to anyone yet";
206 query_stop = "Closing query with {nick $0}";
207 no_query = "No query with {nick $0}";
208 query_server_changed = "Query with {nick $0} changed to server {server $1}";
209 query_move_notify = "Query with {nick $0} is already created to window $1, use \"/WINDOW ITEM MOVE $0\" to move it to this window";
210 hilight_header = "Highlights:";
211 hilight_line = "$[-4]0 $1 $2 $3$4$5";
212 hilight_footer = "";
213 hilight_not_found = "Highlight not found: $0";
214 hilight_removed = "Highlight removed: $0";
215 alias_added = "Alias $0 added";
216 alias_removed = "Alias $0 removed";
217 alias_not_found = "No such alias: $0";
218 aliaslist_header = "Aliases:";
219 aliaslist_line = "$[10]0 $1";
220 aliaslist_footer = "";
221 log_opened = "Log file {hilight $0} opened";
222 log_closed = "Log file {hilight $0} closed";
223 log_create_failed = "Couldn't create log file {hilight $0}: $1";
224 log_locked = "Log file {hilight $0} is locked, probably by another running Irssi";
225 log_not_open = "Log file {hilight $0} not open";
226 log_started = "Started logging to file {hilight $0}";
227 log_stopped = "Stopped logging to file {hilight $0}";
228 log_list_header = "Logs:";
229 log_list = "$0 $1: $2 $3$4";
230 log_list_footer = "";
231 windowlog_file = "Window LOGFILE set to $0";
232 windowlog_file_logging = "Can't change window's logfile while log is on";
233 no_away_msgs = "No new messages in awaylog";
234 away_msgs = "{hilight $1} new messages in awaylog:";
235 module_header = "Module Type Submodules";
236 module_line = "$[!20]0 $[7]1 $2";
237 module_footer = "";
238 module_already_loaded = "Module {hilight $0/$1} already loaded";
239 module_not_loaded = "Module {hilight $0/$1} is not loaded";
240 module_load_error = "Error loading module {hilight $0/$1}: $2";
241 module_invalid = "{hilight $0/$1} isn't Irssi module";
242 module_loaded = "Loaded module {hilight $0/$1}";
243 module_unloaded = "Unloaded module {hilight $0/$1}";
244 command_unknown = "Unknown command: $0";
245 command_ambiguous = "Ambiguous command: $0";
246 option_unknown = "Unknown option: $0";
247 option_ambiguous = "Ambiguous option: $0";
248 option_missing_arg = "Missing required argument for: $0";
249 not_enough_params = "Not enough parameters given";
250 not_connected = "Not connected to server";
251 not_joined = "Not joined to any channel";
252 chan_not_found = "Not joined to such channel";
253 chan_not_synced = "Channel not fully synchronized yet, try again after a while";
254 illegal_proto = "Command isn't designed for the chat protocol of the active server";
255 not_good_idea = "Doing this is not a good idea. Add -YES if you really mean it";
256 theme_saved = "Theme saved to $0";
257 theme_save_failed = "Error saving theme to $0: $1";
258 theme_not_found = "Theme {hilight $0} not found";
259 theme_changed = "Using now theme {hilight $0} ($1)";
260 window_theme = "Using theme {hilight $0} in this window";
261 window_theme_default = "No theme is set for this window";
262 window_theme_changed = "Using now theme {hilight $0} ($1) in this window";
263 window_theme_removed = "Removed theme from this window";
264 format_title = "%:[{hilight $0}] - [{hilight $1}]%:";
265 format_subtitle = "[{hilight $0}]";
266 format_item = "$0 = $1";
267 ignored = "Ignoring {hilight $1} from {nick $0}";
268 unignored = "Unignored {nick $0}";
269 ignore_not_found = "{nick $0} is not being ignored";
270 ignore_no_ignores = "There are no ignores";
271 ignore_header = "Ignorance List:";
272 ignore_line = "$[-4]0 $1: $2 $3 $4";
273 ignore_footer = "";
274 unknown_chat_protocol = "Unknown chat protocol: $0";
275 unknown_chatnet = "Unknown chat network: $0 (create it with /IRCNET ADD)";
276 not_toggle = "Value must be either ON, OFF or TOGGLE";
277 perl_error = "Perl error: $0";
278 bind_key = "$[!20]0 $1 $2";
279 bind_unknown_id = "Unknown bind action: $0";
280 config_saved = "Saved configuration to file $0";
281 config_reloaded = "Reloaded configuration";
282 config_modified = "Configuration file was modified since irssi was last started - do you want to overwrite the possible changes?";
283 glib_error = "{error GLib $0} $1";
284 overwrite_config = "Overwrite config (y/N)?";
285 set_title = "[{hilight $0}]";
286 set_item = "$0 = $1";
287 set_unknown = "Unknown setting $0";
288 set_not_boolean = "Setting {hilight $0} isn't boolean, use /SET";
289 translation_not_found = "Error opening translation table file $0: $1";
290 translation_file_error = "Error parsing translation table file $0";
291 };
292 "fe-common/irc/dcc" = {
293 dcc_list_header = "{line_start_irssi}{dcc DCC connections:}";
294 dcc_list_footer = "{line_start_irssi}{dcc ];}";
295 own_dcc = "{dccownmsg dcc {dccownnick $1}}$2";
296 own_dcc_action = "{dccownaction_target $0 $1}$2";
297 own_dcc_action_query = "{dccownaction $0}$2";
298 own_dcc_ctcp = "{ownctcp ctcp $0}$1 $2";
299 dcc_msg = "{dccmsg dcc $0}$1";
300 action_dcc = "{dccaction $0}$1";
301 action_dcc_query = "{dccaction $0}$1";
302 own_dcc_query = "{ownmsgnick {dccownquerynick $0}}$2";
303 dcc_msg_query = "{privmsgnick $0}$1";
304 dcc_ctcp = "{dcc >>> DCC CTCP {hilight $1} received from {hilight $0}: $2}";
305 dcc_chat = "{dcc DCC CHAT from {nick $0} [$1 port $2]}";
306 dcc_chat_channel = "{dcc DCC CHAT from {nick $0} [$1 port $2] requested in channel {channel $3}}";
307 dcc_chat_not_found = "{dcc No DCC CHAT connection open to {nick $0}}";
308 dcc_chat_connected = "{dcc DCC CHAT connection with {nick $0} [$1 port $2] established}";
309 dcc_chat_disconnected = "{dcc DCC lost chat to {nick $0}}";
310 dcc_send = "{dcc DCC SEND from {nick $0} [$1 port $2]: $3 [$4 bytes]}";
311 dcc_send_channel = "{dcc DCC SEND from {nick $0} [$1 port $2]: $3 [$4 bytes] requested in channel {channel $5}}";
312 dcc_send_exists = "{dcc DCC already sending file {dccfile $0} for {nick $1}}";
313 dcc_send_not_found = "{dcc DCC not sending file {dccfile $1} to {nick $0}}";
314 dcc_send_file_open_error = "{dcc DCC can't open file {dccfile $0}: $1}";
315 dcc_send_connected = "{dcc DCC sending file {dccfile $0} for {nick $1} [$2 port $3]}";
316 dcc_send_complete = "{dcc DCC sent file {dccfile $0} [{hilight $1}kB] for {nick $2} in {hilight $3} secs [{hilight $4kB/s}]}";
317 dcc_send_aborted = "{dcc DCC aborted sending file {dccfile $0} for {nick $1}}";
318 dcc_get_not_found = "{dcc DCC no file offered by {nick $0}}";
319 dcc_get_connected = "{dcc DCC receiving file {dccfile $0} from {nick $1} [$2 port $3]}";
320 dcc_get_complete = "{dcc DCC received file {dccfile $0} [$1kB] from {nick $2} in {hilight $3} secs [$4kB/s]}";
321 dcc_get_aborted = "{dcc DCC aborted receiving file {dccfile $0} from {nick $1}}";
322 dcc_unknown_ctcp = "{dcc DCC unknown ctcp {hilight $0} from {nick $1} [$2]}";
323 dcc_unknown_reply = "{dcc DCC unknown reply {hilight $0} from {nick $1} [$2]}";
324 dcc_unknown_type = "{dcc DCC unknown type {hilight $0}}";
325 dcc_invalid_ctcp = "{dcc DCC received CTCP {hilight $0} with invalid parameters from {nick $1}}";
326 dcc_connect_error = "{dcc DCC can't connect to {hilight $0} port {hilight $1}}";
327 dcc_cant_create = "{dcc DCC can't create file {dccfile $0}}";
328 dcc_rejected = "{dcc DCC $0 was rejected by {nick $1} [{hilight $2}]}";
329 dcc_request_send = "{dcc DCC $0 request sent to {nick $1}: $2";
330 dcc_close = "{dcc DCC $0 close for {nick $1} [{hilight $2}]}";
331 dcc_lowport = "{dcc Warning: Port sent with DCC request is a lowport ({hilight $0, $1}) - this isn't normal. It is possible the address/port is faked (or maybe someone is just trying to bypass firewall)}";
332 dcc_list_line_chat = "%WChat ->%n {dcc $0 $1}";
333 dcc_list_line_file = "%WFile ->%n {dcc $0 $1 : $2k of $3k ($4%%) - $5kB/s - $6}";
334 };
335 "fe-text" = {
336 lastlog_too_long = "/LASTLOG would print $0 lines. If you really want to print all these lines use -force option.";
337 lastlog_count = "{hilight Lastlog}: $0 lines";
338 lastlog_start = "{hilight Lastlog}:";
339 lastlog_end = "{hilight End of Lastlog}";
340 refnum_not_found = "Window number $0 not found";
341 window_too_small = "Not enough room to resize this window";
342 cant_hide_last = "You can't hide the last window";
343 cant_hide_sticky_windows = "You can't hide sticky windows (use /WINDOW STICK OFF)";
344 cant_show_sticky_windows = "You can't show sticky windows (use /WINDOW STICK OFF)";
345 window_not_sticky = "Window is not sticky";
346 window_set_sticky = "Window set sticky";
347 window_unset_sticky = "Window is not sticky anymore";
348 window_info_sticky = "Sticky : $0";
349 window_scroll = "Window scroll mode is now $0";
350 window_scroll_unknown = "Unknown scroll mode $0, must be ON, OFF or DEFAULT";
351 };
352 "fe-common/irc" = {
353 netsplit = "{netsplit Netsplit} %W<%n {server $0} %W<%n-%W>%n {server $1} quits: $2";
354 netsplit_more = "{netsplit Netsplit} %W<%n {server $0} %W<%n-%W>%n {server $1} quits: $2 (%K+$3 more%n)";
355 netsplit_join = "{netjoin Netsplit} %W>%n $0";
356 netsplit_join_more = "{netjoin Netsplit} %W>%n $0 (%K+$1 more%n)";
357 no_netsplits = "There are no net splits";
358 netsplits_header = "Nick Channel Server Splitted server";
359 netsplits_line = "$[9]0 $[10]1 $[20]2 $3";
360 netsplits_footer = "";
361 ircnet_added = "Ircnet $0 saved";
362 ircnet_removed = "Ircnet $0 removed";
363 ircnet_not_found = "Ircnet $0 not found";
364 ircnet_header = "Ircnets:";
365 ircnet_line = "$0: $1";
366 ircnet_footer = "";
367 setupserver_header = "Server Port Network Settings";
368 setupserver_line = "%|$[!20]0 $[5]1 $[10]2 $3";
369 setupserver_footer = "";
370 joinerror_toomany = "Join fails: {channel $0} (You have joined to too many channels)";
371 joinerror_full = "Join fails: {channel $0} (Channel is full)";
372 joinerror_invite = "Join fails: {channel $0} (You must be invited)";
373 joinerror_banned = "Join fails: {channel $0} (You are banned)";
374 joinerror_bad_key = "Join fails: {channel $0} (Wrong channel key)";
375 joinerror_bad_mask = "Join fails: {channel $0} (Bad channel mask)";
376 joinerror_unavail = "Join fails: {channel $0} (Channel is temporarily unavailable)";
377 joinerror_duplicate = "Channel {channel $0} already exists - cannot create it";
378 channel_rejoin = "Channel {channel $0} is temporarily unavailable. Setting up a rejoin, to not rejoin, use /rmrejoins.";
379 inviting = "Inviting {nick $0} to {channel $1}";
380 channel_created = "Channel {channelhilight $0} created $1";
381 url = "Home page for {channelhilight $0}: $1";
382 topic = "Topic for {channelhilight $0}: $1";
383 no_topic = "No topic set for {channelhilight $0}";
384 topic_info = "Topic set by {nick $0} {comment $1}";
385 chanmode_change = "{hilight (mode)} %W|%n {nick $2}: {mode $1} on {channelhilight $0}";
386 server_chanmode_change = "{netsplit ServerMode}/{channelhilight $0} {mode $1} by {nick $2}";
387 channel_mode = "mode/{channelhilight $0} {mode $1}";
388 bantype = "Ban type changed to {channel $0}";
389 no_bans = "No bans in channel {channel $0}";
390 banlist = "$0 - {channel $1}: ban {ban $2}";
391 banlist_long = "$0 - {channel $1}: ban {ban $2} {comment by {nick $3}, $4 secs ago}";
392 ebanlist = "{channel $0}: ban exception {ban $1}";
393 ebanlist_long = "{channel $0}: ban exception {ban $1} {comment by {nick $2}, $3 secs ago}";
394 no_invitelist = "Invite list is empty in channel {channel $0}";
395 invitelist = "{channel $0}: invite {ban $1}";
396 no_such_channel = "{channel $0}: No such channel";
397 channel_synced = "Join to {channel $0} was synced in {hilight $1} secs";
398 usermode_change = "Mode change {mode $0} for user {nick $1}";
399 user_mode = "Your user mode is {mode $0}";
400 away = "You have been marked as being away";
401 unaway = "You are no longer marked as being away";
402 nick_away = "{nick $0} is away: $1";
403 no_such_nick = "{nick $0}: No such nick/channel";
404 nick_in_use = "Nick {nick $0} is already in use";
405 nick_unavailable = "Nick {nick $0} is temporarily unavailable";
406 your_nick_owned = "Your nick is owned by {nick $3} {comment $1@$2}";
407 whois = "{nick $0} {nickhost $1@$2}%:{whois ircname $3}";
408 whowas = "{nick $0} {nickhost $1@$2}%:{whois ircname $3}";
409 whois_idle = "{whois idle %|$1 days $2 hours $3 mins $4 secs}";
410 whois_idle_signon = "{whois idle %|$1 days $2 hours $3 mins $4 secs {comment signon: $5}}";
411 whois_server = "{whois server %|$1 {comment $2}}";
412 whois_oper = "{whois {hilight $1}}";
413 whois_registered = "{whois has registered this nick}";
414 whois_help = "{whois is available for help}";
415 whois_modes = " {whois modes $1}";
416 whois_realhost = "{whois hostname $1-}";
417 whois_usermode = "{whois usermode $1}";
418 whois_channels = "{whois channels %|$1}";
419 whois_away = "{whois away %|$1}";
420 whois_special = "{whois %|{hilight $1}}";
421 end_of_whois = "End of WHOIS";
422 end_of_whowas = "End of WHOWAS";
423 whois_not_found = "There is no such nick $0";
424 who = "{channelhilight $[-10]0} %|{nick $[!9]1} $[!3]2 $[!2]3 $4@$5 {comment {hilight $6}}";
425 end_of_who = "End of /WHO list";
426 own_notice = "{ownnotice notice $0}$1";
427 own_action = "{ownaction $[-10]0} $1";
428 own_action_target = "{ownaction_target $0 $2}$1";
429 own_ctcp = "{ownctcp ctcp $0}$1 $2";
430 notice_server = "{servernotice $0}$1";
431 notice_public = "{notice $0{pubnotice_channel $1}}$2";
432 notice_private = "{notice $0{pvtnotice_host $1}}$2";
433 action_private = "{pvtaction $0}$2";
434 action_private_query = "{pvtaction_query $0}$2";
435 action_public = "{pubaction $[-10]0}$1";
436 action_public_channel = "{pubaction $0{msgchannel $1}}$2";
437 ctcp_reply = "CTCP {hilight $0} reply from {nick $1}: $2";
438 ctcp_reply_channel = "CTCP {hilight $0} reply from {nick $1} in channel {channel $3}: $2";
439 ctcp_ping_reply = "CTCP {hilight PING} reply from {nick $0}: $1.$[-3.0]2 seconds";
440 ctcp_requested = "{ctcp {hilight $0} {comment $1} requested {hilight $2} from {nick $3}}";
441 online = "Users online: {hilight $0}";
442 pong = "PONG received from $0: $1";
443 wallops = "{wallop WALLOP {wallop_nick $0}} $1";
444 action_wallops = "{wallop WALLOP {wallop_action $0}} $1";
445 kill = "You were {error killed} by {nick $0} {nickhost $1} {reason $2} {comment Path: $3}";
446 kill_server = "You were {error killed} by {server $0} {reason $1} {comment Path: $2}";
447 error = "{error ERROR} $0";
448 unknown_mode = "Unknown mode character $0";
449 not_chanop = "You're not channel operator in {channel $0}";
450 silenced = "Silenced {nick $0}";
451 unsilenced = "Unsilenced {nick $0}";
452 silence_line = "{nick $0}: silence {ban $1}";
453 ask_oper_pass = "Operator password:";
454 };
455 "fe-common/perl" = {
456 script_not_found = "Script {hilight $0} not found";
457 script_not_loaded = "Script {hilight $0} is not loaded";
458 script_loaded = "Loaded script {hilight $0}";
459 script_unloaded = "Unloaded script {hilight $0}";
460 no_scripts_loaded = "No scripts are loaded";
461 script_list_header = "Loaded scripts:";
462 script_list_line = "$[!15]0 $1";
463 script_list_footer = "";
464 script_error = "{error Error in script {hilight $0}:}";
465 };
466 "fe-common/irc/notifylist" = {
467 notify_join = "{nick $0} [$1@$2] [{hilight $3}] has joined to $4";
468 notify_part = "{nick $0} has left $4";
469 notify_away = "{nick $0} [$5] [$1@$2] [{hilight $3}] is now away: $4";
470 notify_unaway = "{nick $0} [$4] [$1@$2] [{hilight $3}] is now unaway";
471 notify_unidle = "{nick $0} [$5] [$1@$2] [{hilight $3}] just stopped idling";
472 notify_online = "On $0: {hilight $1}";
473 notify_offline = "Offline: $0";
474 notify_list = "$0: $1 $2 $3";
475 notify_list_empty = "The notify list is empty";
476 };
477 "Irssi::Script::foo" = {
478 foo_pubmsg = "{msgnick %W*%n$[-9]0}$1";
479 foo_privmsg = "{privmsgnick %W*%n$[-9]0}$1";
480 };
481 "Irssi::Script::users_decadix" = {
482 users_nick = "{hilight $0}$[9]1 {nickhost $[60]2}";
483 };
484 "Irssi::Script::twirssi" = { twirssi_tweet = "%G$1%n$2 | $3"; };
485};