archive

- Random tools & helpful resources for IRC
git clone git://git.acid.vegas/archive.git
Log | Files | Refs | Archive

default.theme (27825B)

      1 default_color = "-1";
      2 info_eol = "false";
      3 replaces = { "[]=" = "%K$*%n"; "<>=" = "%K$*%n"; };
      4 abstracts = {
      5   line_start = "";
      6   timestamp = "[$*]";
      7   hilight = "%_$*%_";
      8   error = "%R$*%n";
      9   channel = "%_%b$*%_%w";
     10   nick = "%_$*%_";
     11   nickhost = "[$*]";
     12   server = "%_$*%_";
     13   comment = "[$*]";
     14   reason = "{comment $*}";
     15   mode = "{comment $*}";
     16   channick_hilight = "%b$*%n";
     17   chanhost_hilight = "{nickhost %b$*%n}";
     18   channick = "%_$*%_";
     19   chanhost = "{nickhost $*}";
     20   channelhilight = "%b$*%n";
     21   ban = "%c$*%n";
     22   msgnick = "%K<%n$0$1-%K>%n %|";
     23   ownmsgnick = "{msgnick $0 $1-}";
     24   ownnick = "%_$*%n";
     25   pubmsgnick = "{msgnick $0 $1-}";
     26   pubnick = "%N$*%n";
     27   pubmsgmenick = "{msgnick $0 $1-}";
     28   menick = "%Y$*%n";
     29   pubmsghinick = "{msgnick $0$1$2-%n}";
     30   msgchannel = "%K:%c$*%n";
     31   privmsg = "[%R$0%K(%r$1-%K)%n] ";
     32   ownprivmsg = "[%r$0%K(%R$1-%K)%n] ";
     33   ownprivmsgnick = "{msgnick  $*}";
     34   ownprivnick = "%_$*%n";
     35   privmsgnick = "{msgnick  %R$*%n}";
     36   action_core = "%_ * $*%n";
     37   action = "{action_core $*} ";
     38   ownaction = "{action $*}";
     39   ownaction_target = "{action_core $0}%K:%c$1%n ";
     40   pvtaction = "%_ (*) $*%n ";
     41   pvtaction_query = "{action $*}";
     42   pubaction = "{action $*}";
     43   whois = "%# $[8]0 : $1-";
     44   ownnotice = "[%m$0%K]%n ";
     45   notice = "[%m$*%K]%n ";
     46   pubnotice_channel = "%K:%m$*";
     47   pvtnotice_host = "%K(%m$*%K)";
     48   servernotice = "%g!$*%n ";
     49   ownctcp = "[%r$0%K(%R$1-%K)] ";
     50   ctcp = "%g$*%n";
     51   wallop = "%_$*%n: ";
     52   wallop_nick = "%n$*";
     53   wallop_action = "%_ * $*%n ";
     54   netsplit = "%b$*%n";
     55   netjoin = "%g$*%n";
     56   names_prefix = "";
     57   names_nick = "[%_$0%_$1-] ";
     58   names_nick_op = "{names_nick $*}";
     59   names_nick_halfop = "{names_nick $*}";
     60   names_nick_voice = "{names_nick $*}";
     61   names_users = "[%g$*%n]";
     62   names_channel = "%G$*%n";
     63   dcc = "%g$*%n";
     64   dccfile = "%_$*%_";
     65   dccownmsg = "[%r$0%K($1-%K)%n] ";
     66   dccownnick = "%R$*%n";
     67   dccownquerynick = "%_$*%n";
     68   dccownaction = "{action $*}";
     69   dccownaction_target = "{action_core $0}%K:%c$1%n ";
     70   dccmsg = "[%G$1-%K(%g$0%K)%n] ";
     71   dccquerynick = "%G$*%n";
     72   dccaction = "%_ (*dcc*) $*%n %|";
     73   sb_background = "%n%w";
     74   sb_default_bg = "%n";
     75   sb_prompt_bg = "%n";
     76   sb_info_bg = "%n";
     77   sb_topic_bg = "%n";
     78   sbstart = "";
     79   sbend = " ";
     80   topicsbstart = "%_[IRSSI]%_{sbstart $*}";
     81   topicsbend = "{sbend $*}";
     82   prompt = "[%b$*%w] ";
     83   sb = "%K[%n$*%K]%n";
     84   sbmode = " %c+%n$*";
     85   sbaway = " %GzZzZ%n";
     86   sbservertag = ":$0";
     87   sbnickmode = "$0";
     88   sb_act_sep = "%c$*";
     89   sb_act_text = "%W$*";
     90   sb_act_msg = "%c$*";
     91   sb_act_hilight = "%Y$*";
     92   sb_act_hilight_color = "$0$1-%n";
     93 };
     94 formats = {
     95   "fe-common/irc/dcc" = {
     96     own_dcc = "{dccownmsg dcc {dccownnick $1}}$2";
     97     own_dcc_action = "{dccownaction_target $0 $1}$2";
     98     own_dcc_action_query = "{dccownaction $0}$2";
     99     own_dcc_ctcp = "{ownctcp ctcp $0}$1 $2";
    100     dcc_msg = "{dccmsg dcc $0}$1";
    101     action_dcc = "{dccaction $0}$1";
    102     action_dcc_query = "{dccaction $0}$1";
    103     own_dcc_query = "{ownmsgnick {dccownquerynick $0}}$2";
    104     dcc_msg_query = "{privmsgnick $0}$1";
    105     dcc_ctcp = "{dcc >>> DCC CTCP {hilight $1} received from {hilight $0}: $2}";
    106     dcc_chat = "{dcc DCC CHAT from {nick $0} [$1 port $2]}";
    107     dcc_chat_channel = "{dcc DCC CHAT from {nick $0} [$1 port $2] requested in channel {channel $3}}";
    108     dcc_chat_not_found = "{dcc No DCC CHAT connection open to {nick $0}}";
    109     dcc_chat_connected = "{dcc DCC CHAT connection with {nick $0} [$1 port $2] established}";
    110     dcc_chat_disconnected = "{dcc DCC lost chat to {nick $0}}";
    111     dcc_send = "{dcc DCC SEND from {nick $0} [$1 port $2]: $3 [$4]}";
    112     dcc_send_channel = "{dcc DCC SEND from {nick $0} [$1 port $2]: $3 [$4 bytes] requested in channel {channel $5}}";
    113     dcc_send_exists = "{dcc DCC already sending file {dccfile $0} for {nick $1}}";
    114     dcc_send_no_route = "{dcc DCC route lost to nick {nick $0} when trying to send file {dccfile $1}}";
    115     dcc_send_not_found = "{dcc DCC not sending file {dccfile $1} to {nick $0}}";
    116     dcc_send_file_open_error = "{dcc DCC can't open file {dccfile $0}: $1}";
    117     dcc_send_connected = "{dcc DCC sending file {dccfile $0} for {nick $1} [$2 port $3]}";
    118     dcc_send_complete = "{dcc DCC sent file {dccfile $0} [{hilight $1}] for {nick $2} in {hilight $3} [{hilight $4kB/s}]}";
    119     dcc_send_aborted = "{dcc DCC aborted sending file {dccfile $0} for {nick $1}}";
    120     dcc_get_not_found = "{dcc DCC no file offered by {nick $0}}";
    121     dcc_get_connected = "{dcc DCC receiving file {dccfile $0} from {nick $1} [$2 port $3]}";
    122     dcc_get_complete = "{dcc DCC received file {dccfile $0} [$1] from {nick $2} in {hilight $3} [$4kB/s]}";
    123     dcc_get_aborted = "{dcc DCC aborted receiving file {dccfile $0} from {nick $1}}";
    124     dcc_get_write_error = "{dcc DCC error writing to file {dccfile $0}: {comment $1}";
    125     dcc_unknown_ctcp = "{dcc DCC unknown ctcp {hilight $0} from {nick $1} [$2]}";
    126     dcc_unknown_reply = "{dcc DCC unknown reply {hilight $0} from {nick $1} [$2]}";
    127     dcc_unknown_type = "{dcc DCC unknown type {hilight $0}}";
    128     dcc_invalid_ctcp = "{dcc DCC received CTCP {hilight $0} with invalid parameters from {nick $1}}";
    129     dcc_connect_error = "{dcc DCC can't connect to {hilight $0} port {hilight $1}}";
    130     dcc_cant_create = "{dcc DCC can't create file {dccfile $0}: $1}";
    131     dcc_rejected = "{dcc DCC $0 was rejected by {nick $1} [{hilight $2}]}";
    132     dcc_request_send = "{dcc DCC $0 request sent to {nick $1}: $2";
    133     dcc_close = "{dcc DCC $0 close for {nick $1} [{hilight $2}]}";
    134     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)}";
    135     dcc_list_header = "{dcc DCC connections}";
    136     dcc_list_line_chat = "{dcc  $0 $1}";
    137     dcc_list_line_file = "{dcc  $0 $1: %|$2 of $3 ($4%%) - $5kB/s - ETA $7 - $6}";
    138     dcc_list_line_queued_send = "{dcc   - $0 $2 (queued)}";
    139     dcc_list_footer = "";
    140     dcc_list_line_server = "{dcc  $0: Port($1) - Send($2) - Chat($3) - Fserve($4)}";
    141     dcc_server_started = "{dcc  DCC SERVER started on port {hilight $0}}";
    142     dcc_server_closed = "{dcc  DCC SERVER on port {hilight $0} closed}";
    143   };
    144   "fe-common/irc/notifylist" = {
    145     notify_join = "{nick $0} [$1@$2] [{hilight $3}] has joined to $4";
    146     notify_part = "{nick $0} has left $4";
    147     notify_away = "{nick $0} [$5] [$1@$2] [{hilight $3}] is now away: $4";
    148     notify_unaway = "{nick $0} [$4] [$1@$2] [{hilight $3}] is now unaway";
    149     notify_online = "On $0: {hilight $1}";
    150     notify_offline = "Offline: $0";
    151     notify_list = "$0: $1 $2";
    152     notify_list_empty = "The notify list is empty";
    153   };
    154   "fe-common/core" = {
    155     line_start = "{line_start}";
    156     #line_start_irssi = "{line_start}{hilight Irssi:} ";
    157     line_start_irssi = "";
    158     timestamp = "{timestamp $Z} ";
    159     servertag = "[$0] ";
    160     daychange = "Day changed to %%d %%b %%Y";
    161     talking_with = "You are now talking with {nick $0}";
    162     refnum_too_low = "Window number must be greater than 1";
    163     error_server_sticky = "Window's server is sticky and it cannot be changed without -unsticky option";
    164     set_server_sticky = "Window's server set sticky";
    165     unset_server_sticky = "Window's server isn't sticky anymore";
    166     window_name_not_unique = "Window names must be unique";
    167     window_level = "Window level is now $0";
    168     window_set_immortal = "Window is now immortal";
    169     window_unset_immortal = "Window isn't immortal anymore";
    170     window_immortal_error = "Window is immortal, if you really want to close it, say /WINDOW IMMORTAL OFF";
    171     windowlist_header = "%#Ref Name                 Active item     Server          Level";
    172     windowlist_line = "%#$[3]0 %|$[20]1 $[15]2 $[15]3 $4";
    173     windowlist_footer = "";
    174     windows_layout_saved = "Layout of windows is now remembered";
    175     windows_layout_reset = "Layout of windows reset to defaults";
    176     window_info_header = "";
    177     window_info_footer = "";
    178     window_info_refnum = "%#Window  : {hilight #$0}";
    179     window_info_refnum_sticky = "%#Window  : {hilight #$0 (sticky)}";
    180     window_info_name = "%#Name    : $0";
    181     window_info_history = "%#History : $0";
    182     window_info_immortal = "%#Immortal: yes";
    183     window_info_size = "%#Size    : $0x$1";
    184     window_info_level = "%#Level   : $0";
    185     window_info_server = "%#Server  : $0";
    186     window_info_server_sticky = "%#Server  : $0 (sticky)";
    187     window_info_theme = "%#Theme   : $0$1";
    188     window_info_bound_items_header = "%#Bounds  : {hilight Name                           Server tag}";
    189     window_info_bound_item = "%#        : $[!30]0 $[!15]1 $2";
    190     window_info_bound_items_footer = "";
    191     window_info_items_header = "%#Items   : {hilight Name                           Server tag}";
    192     window_info_item = "%# $[7]0: $[!30]1 $2";
    193     window_info_items_footer = "";
    194     looking_up = "Looking up {server $0}";
    195     connecting = "Connecting to {server $0} [$1] port {hilight $2}";
    196     reconnecting = "Reconnecting to {server $0} [$1] port {hilight $2} - use /RMRECONNS to abort";
    197     connection_established = "Connection to {server $0} established";
    198     cant_connect = "Unable to connect server {server $0} port {hilight $1} {reason $2}";
    199     connection_lost = "Connection lost to {server $0}";
    200     lag_disconnected = "No PONG reply from server {server $0} in $1 seconds, disconnecting";
    201     disconnected = "Disconnected from {server $0} {reason $1}";
    202     server_quit = "Disconnecting from server {server $0}: {reason $1}";
    203     server_changed = "Changed to {hilight $2} server {server $1}";
    204     unknown_server_tag = "Unknown server tag {server $0}";
    205     no_connected_servers = "Not connected to any servers";
    206     server_list = "{server $0}: $1:$2 ($3)";
    207     server_lookup_list = "{server $0}: $1:$2 ($3) (connecting...)";
    208     server_reconnect_list = "{server $0}: $1:$2 ($3) ($5 left before reconnecting)";
    209     server_reconnect_removed = "Removed reconnection to server {server $0} port {hilight $1}";
    210     server_reconnect_not_found = "Reconnection tag {server $0} not found";
    211     setupserver_added = "Server {server $0} saved";
    212     setupserver_removed = "Server {server $0} removed";
    213     setupserver_not_found = "Server {server $0} not found";
    214     your_nick = "Your nickname is {nick $0}";
    215     join = "<%gJoin> {channick $0} {chanhost $1}";
    216     part = "<%rPart> {channick $0} {chanhost $1} {reason $3}";
    217     kick = "<%rKick> {channick $0} was kicked by {nick $2} {reason $3}";
    218     quit = "<%rQuit> {channick $0} {chanhost $1} {reason $2}";
    219     quit_once = "<%rQuit> {channel $3} {channick $0} {chanhost $1} {reason $2}";
    220     invite = "{nick $0} invites you to {channel $1}";
    221     not_invited = "You have not been invited to a channel!";
    222     new_topic = "<%btopic> %b\"$2\"%w set by {nick $0}";
    223     topic_unset = "Topic unset by {nick $0} on {channel $1}";
    224     your_nick_changed = "<%bNick> You are now {nick $1}";
    225     nick_changed = "<%bNick> {channick $0} is now {channick $1}";
    226     talking_in = "You are now talking in {channel $0}";
    227     not_in_channels = "You are not on any channels";
    228     current_channel = "Current channel {channel $0}";
    229     #names = "{names_users Users {names_channel $0}}";
    230     names = "";
    231     names_prefix = "%#{names_prefix $0}";
    232     names_nick_op = "{names_nick_op $0 $1}";
    233     names_nick_halfop = "{names_nick_halfop $0 $1}";
    234     names_nick_voice = "{names_nick_voice $0 $1}";
    235     names_nick = "{names_nick $0 $1}";
    236     endofnames = "{channel $0} - Total of {hilight $1} nicks {comment {hilight $2} ops, {hilight $3} halfops, {hilight $4} voices, {hilight $5} normal}";
    237     chanlist_header = "%#You are on the following channels:";
    238     chanlist_line = "%#{channel $[-10]0} %|+$1 ($2): $3";
    239     chansetup_not_found = "Channel {channel $0} not found";
    240     chansetup_added = "Channel {channel $0} saved";
    241     chansetup_removed = "Channel {channel $0} removed";
    242     chansetup_header = "%#Channel         Network    Password   Settings";
    243     chansetup_line = "%#{channel $[15]0} %|$[10]1 $[10]2 $3";
    244     chansetup_footer = "";
    245     own_msg = "{ownmsgnick $2 {ownnick $0}}$1";
    246     own_msg_channel = "{ownmsgnick $3 {ownnick $0}{msgchannel $1}}$2";
    247     own_msg_private = "{ownprivmsg msg $0}$1";
    248     own_msg_private_query = "{ownprivmsgnick {ownprivnick $2}}$1";
    249     pubmsg_me = "{pubmsgmenick $2 {menick $0}}$1";
    250     pubmsg_me_channel = "{pubmsgmenick $3 {menick $0}{msgchannel $1}}$2";
    251     pubmsg_hilight = "{pubmsghinick $0 $3 $1}$2";
    252     pubmsg_hilight_channel = "{pubmsghinick $0 $4 $1{msgchannel $2}}$3";
    253     pubmsg = "{pubmsgnick $2 {pubnick \00306$0}}$1";
    254     pubmsg_channel = "{pubmsgnick $3 {pubnick $0}{msgchannel $1}}$2";
    255     msg_private = "{privmsg $0 $1}$2";
    256     msg_private_query = "{privmsgnick $0}$2";
    257     no_msgs_got = "You have not received a message from anyone yet";
    258     no_msgs_sent = "You have not sent a message to anyone yet";
    259     query_start = "Starting query in {server $1} with {nick $0}";
    260     query_stop = "Closing query with {nick $0}";
    261     no_query = "No query with {nick $0}";
    262     query_server_changed = "Query with {nick $0} changed to server {server $1}";
    263     hilight_header = "%#Highlights:";
    264     hilight_line = "%#$[-4]0 $1 $2 $3$4";
    265     hilight_footer = "";
    266     hilight_not_found = "Highlight not found: $0";
    267     hilight_removed = "Highlight removed: $0";
    268     alias_added = "Alias $0 added";
    269     alias_removed = "Alias $0 removed";
    270     alias_not_found = "No such alias: $0";
    271     aliaslist_header = "%#Aliases:";
    272     aliaslist_line = "%#$[10]0 $1";
    273     aliaslist_footer = "";
    274     log_opened = "Log file {hilight $0} opened";
    275     log_closed = "Log file {hilight $0} closed";
    276     log_create_failed = "Couldn't create log file {hilight $0}: $1";
    277     log_locked = "Log file {hilight $0} is locked, probably by another running Irssi";
    278     log_not_open = "Log file {hilight $0} not open";
    279     log_started = "Started logging to file {hilight $0}";
    280     log_stopped = "Stopped logging to file {hilight $0}";
    281     log_list_header = "%#Logs:";
    282     log_list = "%#$0 $1: $2 $3$4$5";
    283     log_list_footer = "";
    284     windowlog_file = "Window LOGFILE set to $0";
    285     windowlog_file_logging = "Can't change window's logfile while log is on";
    286     no_away_msgs = "No new messages in awaylog";
    287     away_msgs = "{hilight $1} new messages in awaylog:";
    288     module_header = "%#Module               Type    Submodules";
    289     module_line = "%#$[!20]0 $[7]1 $2";
    290     module_footer = "";
    291     module_already_loaded = "Module {hilight $0/$1} already loaded";
    292     module_not_loaded = "Module {hilight $0/$1} is not loaded";
    293     module_load_error = "Error loading module {hilight $0/$1}: $2";
    294     module_invalid = "{hilight $0/$1} isn't Irssi module";
    295     module_loaded = "Loaded module {hilight $0/$1}";
    296     module_unloaded = "Unloaded module {hilight $0/$1}";
    297     command_unknown = "Unknown command: $0";
    298     command_ambiguous = "Ambiguous command: $0";
    299     option_unknown = "Unknown option: $0";
    300     option_ambiguous = "Ambiguous option: $0";
    301     option_missing_arg = "Missing required argument for: $0";
    302     not_enough_params = "Not enough parameters given";
    303     not_connected = "Not connected to server";
    304     not_joined = "Not joined to any channel";
    305     chan_not_found = "Not joined to such channel";
    306     chan_not_synced = "Channel not fully synchronized yet, try again after a while";
    307     illegal_proto = "Command isn't designed for the chat protocol of the active server";
    308     not_good_idea = "Doing this is not a good idea. Add -YES option to command if you really mean it";
    309     invalid_number = "Invalid number";
    310     invalid_time = "Invalid timestamp";
    311     invalid_level = "Invalid message level";
    312     invalid_size = "Invalid size";
    313     invalid_charset = "Invalid charset: $0";
    314     eval_max_recurse = "/eval hit maximum recursion limit";
    315     program_not_found = "Could not find file or file is not executable";
    316     theme_saved = "Theme saved to $0";
    317     theme_save_failed = "Error saving theme to $0: $1";
    318     theme_not_found = "Theme {hilight $0} not found";
    319     theme_changed = "Now using theme {hilight $0} ($1)";
    320     window_theme = "Using theme {hilight $0} in this window";
    321     window_theme_default = "No theme is set for this window";
    322     window_theme_changed = "Now using theme {hilight $0} ($1) in this window";
    323     window_theme_removed = "Removed theme from this window";
    324     format_title = "%:[{hilight $0}] - [{hilight $1}]%:";
    325     format_subtitle = "[{hilight $0}]";
    326     format_item = "$0 = $1";
    327     ignored = "Ignoring {hilight $1} from {nick $0}";
    328     ignored_options = "Ignoring {hilight $1} from {nick $0} {comment $2}";
    329     unignored = "Unignored {nick $0}";
    330     ignore_not_found = "{nick $0} is not being ignored";
    331     ignore_no_ignores = "There are no ignores";
    332     ignore_header = "%#Ignore List:";
    333     ignore_line = "%#$[-4]0 $1: $2 $3 $4";
    334     ignore_footer = "";
    335     not_channel_or_query = "The current window is not a channel or query window";
    336     conversion_added = "Added {hilight $0}/{hilight $1} to conversion database";
    337     conversion_removed = "Removed {hilight $0} from conversion database";
    338     conversion_not_found = "{hilight $0} not found in conversion database";
    339     conversion_no_translits = "Transliterations not supported in this system";
    340     recode_header = "%#Target                         Character set";
    341     recode_line = "%#%|$[!30]0 $1";
    342     unknown_chat_protocol = "Unknown chat protocol: $0";
    343     unknown_chatnet = "Unknown chat network: $0 (create it with /NETWORK ADD)";
    344     not_toggle = "Value must be either ON, OFF or TOGGLE";
    345     perl_error = "Perl error: $0";
    346     bind_header = "%#Key                  Action";
    347     bind_list = "%#$[!20]0 $1 $2";
    348     bind_command_list = "$[!30]0 $1";
    349     bind_footer = "";
    350     bind_unknown_id = "Unknown bind action: $0";
    351     config_saved = "Saved configuration to file $0";
    352     config_reloaded = "Reloaded configuration";
    353     config_modified = "Configuration file was modified since irssi was last started - do you want to overwrite the possible changes?";
    354     glib_error = "{error $0} $1";
    355     overwrite_config = "Overwrite config (y/N)?";
    356     set_title = "[{hilight $0}]";
    357     set_item = "$0 = $1";
    358     set_unknown = "Unknown setting $0";
    359     set_not_boolean = "Setting {hilight $0} isn't boolean, use /SET";
    360     no_completions = "There's no completions";
    361     completion_removed = "Removed completion $0";
    362     completion_header = "%#Key        Value                                    Auto";
    363     completion_line = "%#$[10]0 $[!40]1 $2";
    364     completion_footer = "";
    365   };
    366   "fe-text" = {
    367     lastlog_too_long = "/LASTLOG would print $0 lines. If you really want to print all these lines use -force option.";
    368     lastlog_count = "{hilight Lastlog}: $0 lines";
    369     lastlog_start = "{hilight Lastlog}:";
    370     lastlog_end = "{hilight End of Lastlog}";
    371     lastlog_separator = "--";
    372     refnum_not_found = "Window number $0 not found";
    373     window_too_small = "Not enough room to resize this window";
    374     cant_hide_last = "You can't hide the last window";
    375     cant_hide_sticky_windows = "You can't hide sticky windows (use /WINDOW STICK OFF)";
    376     cant_show_sticky_windows = "You can't show sticky windows (use /WINDOW STICK OFF)";
    377     window_not_sticky = "Window is not sticky";
    378     window_set_sticky = "Window set sticky";
    379     window_unset_sticky = "Window is not sticky anymore";
    380     window_info_sticky = "%#Sticky  : $0";
    381     window_info_scroll = "%#Scroll  : $0";
    382     window_scroll = "Window scroll mode is now $0";
    383     window_scroll_unknown = "Unknown scroll mode $0, must be ON, OFF or DEFAULT";
    384     statusbar_list_header = "%#Name                           Type   Placement Position Visible";
    385     statusbar_list_footer = "";
    386     statusbar_list = "%#$[30]0 $[6]1 $[9]2 $[8]3 $4";
    387     statusbar_info_name = "%#Statusbar: {hilight $0}";
    388     statusbar_info_type = "%#Type     : $0";
    389     statusbar_info_placement = "%#Placement: $0";
    390     statusbar_info_position = "%#Position : $0";
    391     statusbar_info_visible = "%#Visible  : $0";
    392     statusbar_info_item_header = "%#Items    : Name                                Priority  Alignment";
    393     statusbar_info_item_footer = "";
    394     statusbar_info_item_name = "%#         : $[35]0 $[9]1 $2";
    395     statusbar_not_found = "Statusbar doesn't exist: $0";
    396     statusbar_item_not_found = "Statusbar item doesn't exist: $0";
    397     statusbar_unknown_command = "Unknown statusbar command: $0";
    398     statusbar_unknown_type = "Statusbar type must be 'window' or 'root'";
    399     statusbar_unknown_placement = "Statusbar placement must be 'top' or 'bottom'";
    400     statusbar_unknown_visibility = "Statusbar visibility must be 'always', 'active' or 'inactive'";
    401     paste_warning = "Pasting $0 lines to $1. Press Ctrl-K if you wish to do this or Ctrl-C to cancel.";
    402     paste_prompt = "Hit Ctrl-K to paste, Ctrl-C to abort?";
    403   };
    404   "fe-common/perl" = {
    405     script_not_found = "Script {hilight $0} not found";
    406     script_not_loaded = "Script {hilight $0} is not loaded";
    407     script_loaded = "Loaded script {hilight $0}";
    408     script_unloaded = "Unloaded script {hilight $0}";
    409     no_scripts_loaded = "No scripts are loaded";
    410     script_list_header = "%#Loaded scripts:";
    411     script_list_line = "%#$[!15]0 $1";
    412     script_list_footer = "";
    413     script_error = "{error Error in script {hilight $0}:}";
    414   };
    415   "fe-common/irc" = {
    416     netsplit = "{netsplit Netsplit} {server $0} <-> {server $1} quits: $2";
    417     netsplit_more = "{netsplit Netsplit} {server $0} <-> {server $1} quits: $2 (+$3 more, use /NETSPLIT to show all of them)";
    418     netsplit_join = "{netjoin Netsplit} over, joins: $0";
    419     netsplit_join_more = "{netjoin Netsplit} over, joins: $0 (+$1 more)";
    420     no_netsplits = "There are no net splits";
    421     netsplits_header = "%#Nick      Channel    Server               Split server";
    422     netsplits_line = "%#$[9]0 $[10]1 $[20]2 $3";
    423     netsplits_footer = "";
    424     network_added = "Network $0 saved";
    425     network_removed = "Network $0 removed";
    426     network_not_found = "Network $0 not found";
    427     network_header = "%#Networks:";
    428     network_line = "%#$0: $1";
    429     network_footer = "";
    430     setupserver_header = "%#Server               Port  Network    Settings";
    431     setupserver_line = "%#%|$[!20]0 $[5]1 $[10]2 $3";
    432     setupserver_footer = "";
    433     joinerror_toomany = "Cannot join to channel {channel $0} (You have joined to too many channels)";
    434     joinerror_full = "Cannot join to channel {channel $0} (Channel is full)";
    435     joinerror_invite = "Cannot join to channel {channel $0} (You must be invited)";
    436     joinerror_banned = "Cannot join to channel {channel $0} (You are banned)";
    437     joinerror_bad_key = "Cannot join to channel {channel $0} (Bad channel key)";
    438     joinerror_bad_mask = "Cannot join to channel {channel $0} (Bad channel mask)";
    439     joinerror_unavail = "Cannot join to channel {channel $0} (Channel is temporarily unavailable)";
    440     joinerror_duplicate = "Channel {channel $0} already exists - cannot create it";
    441     channel_rejoin = "Channel {channel $0} is temporarily unavailable, this is normally because of netsplits. Irssi will now automatically try to rejoin back to this channel until the join is successful. Use /RMREJOINS command if you wish to abort this.";
    442     inviting = "Inviting {nick $0} to {channel $1}";
    443     channel_created = "Channel {channelhilight $0} created $1";
    444     url = "Home page for {channelhilight $0}: $1";
    445     topic = "";
    446     no_topic = "";
    447     topic_info = "";
    448     chanmode_change = "<%bMode> {mode $1} by {nick $2}";
    449     server_chanmode_change = "<{netsplit Mode}> {mode $1} by {nick $2}";
    450     channel_mode = "mode/{channelhilight $0} {mode $1}";
    451     bantype = "Ban type changed to {channel $0}";
    452     no_bans = "No bans in channel {channel $0}";
    453     banlist = "$0 - {channel $1}: ban {ban $2}";
    454     banlist_long = "$0 - {channel $1}: ban {ban $2} {comment by {nick $3}, $4 secs ago}";
    455     ebanlist = "{channel $0}: ban exception {ban $1}";
    456     ebanlist_long = "{channel $0}: ban exception {ban $1} {comment by {nick $2}, $3 secs ago}";
    457     no_invitelist = "Invite list is empty in channel {channel $0}";
    458     invitelist = "{channel $0}: invite {ban $1}";
    459     invitelist_long = "{channel $0}: invite {ban $1} {comment by {nick $2}, $3 secs ago}";
    460     no_such_channel = "{channel $0}: No such channel";
    461     channel_synced = "Join to {channel $0} was synced in {hilight $1} secs";
    462     usermode_change = "Mode change {mode $0} for user {nick $1}";
    463     user_mode = "Your user mode is {mode $0}";
    464     away = "You have been marked as being away";
    465     unaway = "You are no longer marked as being away";
    466     nick_away = "{nick $0} is away: $1";
    467     no_such_nick = "{nick $0}: No such nick/channel";
    468     nick_in_use = "Nick {nick $0} is already in use";
    469     nick_unavailable = "Nick {nick $0} is temporarily unavailable";
    470     your_nick_owned = "Your nick is owned by {nick $3} {comment $1@$2}";
    471     whois = "{nick $0} {nickhost $1@$2}%:{whois ircname $3}";
    472     whowas = "{nick $0} {nickhost $1@$2}%:{whois was $3}";
    473     whois_idle = "{whois idle %|$1 days $2 hours $3 mins $4 secs}";
    474     whois_idle_signon = "{whois idle %|$1 days $2 hours $3 mins $4 secs {comment signon: $5}}";
    475     whois_server = "{whois server %|$1 {comment $2}}";
    476     whois_oper = "{whois  {hilight $1}}";
    477     whois_modes = "{whois modes $1}";
    478     whois_realhost = "{whois hostname $1-}";
    479     whois_usermode = "{whois usermode $1}";
    480     whois_channels = "{whois channels %|$1}";
    481     whois_away = "{whois away %|$1}";
    482     whois_special = "{whois  %|$1}";
    483     whois_extra = "{whois account %|$1}";
    484     end_of_whois = "End of WHOIS";
    485     end_of_whowas = "End of WHOWAS";
    486     whois_not_found = "There is no such nick $0";
    487     who = "%#{channelhilight $[-10]0} %|{nick $[!9]1} $[!3]2 $[!2]3 $4@$5 {comment {hilight $6}}";
    488     end_of_who = "End of /WHO list";
    489     own_notice = "{ownnotice notice $0}$1";
    490     own_action = "{ownaction $0}$1";
    491     own_action_target = "{ownaction_target $0 $2}$1";
    492     own_ctcp = "{ownctcp ctcp $0}$1 $2";
    493     notice_server = "{servernotice $0}$1";
    494     notice_public = "{notice $0{pubnotice_channel $1}}$2";
    495     notice_private = "{notice $0{pvtnotice_host $1}}$2";
    496     action_private = "{pvtaction $0}$2";
    497     action_private_query = "{pvtaction_query $0}$2";
    498     action_public = "{pubaction $0}$1";
    499     action_public_channel = "{pubaction $0{msgchannel $1}}$2";
    500     ctcp_reply = "CTCP {hilight $0} reply from {nick $1}: $2";
    501     ctcp_reply_channel = "CTCP {hilight $0} reply from {nick $1} in channel {channel $3}: $2";
    502     ctcp_ping_reply = "CTCP {hilight PING} reply from {nick $0}: $1.$[-3.0]2 seconds";
    503     ctcp_requested = "{ctcp {hilight $0} {comment $1} requested CTCP {hilight $2} from {nick $4}}: $3";
    504     ctcp_requested_unknown = "{ctcp {hilight $0} {comment $1} requested unknown CTCP {hilight $2} from {nick $4}}: $3";
    505     online = "Users online: {hilight $0}";
    506     pong = "PONG received from $0: $1";
    507     wallops = "{wallop WALLOP {wallop_nick $0}} $1";
    508     action_wallops = "{wallop WALLOP {wallop_action $0}} $1";
    509     kill = "You were {error killed} by {nick $0} {nickhost $1} {reason $2} {comment Path: $3}";
    510     kill_server = "You were {error killed} by {server $0} {reason $1} {comment Path: $2}";
    511     error = "{error ERROR} $0";
    512     unknown_mode = "Unknown mode character $0";
    513     default_event = "$1";
    514     default_event_server = "[$0] $1";
    515     silenced = "Silenced {nick $0}";
    516     unsilenced = "Unsilenced {nick $0}";
    517     silence_line = "{nick $0}: silence {ban $1}";
    518     ask_oper_pass = "Operator password:";
    519     accept_list = "Accepted users: {hilight $0}";
    520   };
    521   "Irssi::Script::awl" = {
    522     awl_display_nokey = "$N $H$C$S";
    523     awl_display_key = "$Q $H$C$S";
    524     awl_display_nokey_visible = "%2$N $H$C$";
    525     awl_display_key_visible = "%2$Q $H$C$S";
    526     awl_display_nokey_active = "%1$N $H$C$S";
    527     awl_display_key_active = "%1$Q $H$C$S";
    528     awl_display_header = "%8$C";
    529     awl_separator = "|";
    530     awl_separator2 = "|";
    531     awl_viewer_item_bg = "%0%w";
    532   };
    533 };