X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=client%2Fassets%2Ftext_themes%2Fdefault.json;h=0f6f658abedb08f3e51e3480a200df6fefca673f;hb=6d6213afd99b40c56108d7de99fc96bc143a8f26;hp=4efa452ed35bf14b8d78e61b5d3e384f585cd25c;hpb=4563dfc0a9f99732d678020ed216080f666bf1ce;p=KiwiIRC.git diff --git a/client/assets/text_themes/default.json b/client/assets/text_themes/default.json index 4efa452..0f6f658 100644 --- a/client/assets/text_themes/default.json +++ b/client/assets/text_themes/default.json @@ -1,55 +1,56 @@ { - "client_models_channel_join": "== %N %T", - "client_models_channel_part": "== %N %T", - "client_models_channel_quit": "== %N %T", - "client_models_channel_kicked": "== %N %T", - "client_models_channel_selfkick": "== %T", - "client_models_network_badpassword": "== %T", - "client_views_channel_topic": "== %T", - "client_models_network_mode": "== %N %T", - "client_models_network_selfmode": "== %N %T", - "client_models_network_banned": "== %T", - "client_models_network_channel_badkey": "== %T", - "client_models_network_channel_inviteonly": "== %C %T", - "client_models_network_channel_alreadyin": "== %N %T", - "client_models_network_channel_limitreached": "== %C %T", - "client_models_network_nickname_alreadyinuse": "== %T", - "client_models_network_channel_invalid_name": "== %C %T", - "client_models_network_disconnected": "%T", - "client_models_network_topic": "%T", - "client_models_network_channels": "%T", - "client_models_network_idle_and_signon": "%T", - "client_models_network_away": "%T", - "client_models_network_server": "%T", - "client_models_network_idle": "%T", - "client_models_network_nickname_notfound": "%T", - "client_models_network_nickname_changed": "== %N %T", - "client_models_application_applet_notfound": "%T", - "client_models_application_has_been_invited": "== %N %T", - "client_models_application_encoding_changed": "%T", - "client_models_application_encoding_invalid": "%T", - "client_models_application_settings_saved": "%T", - "client_models_application_ignore_title": "%T:", - "client_models_application_ignore_none": "%T", - "client_models_application_ignore_nick": "%T", - "client_models_application_ignore_stop_notice": "%T", - "client_models_application_ignore_stopped": "%T", - "chanop_privs_needed": "== %T", - "no_such_nick": "== %N: %T", - "unknown_command": "%T", - "motd": "%T", - "privmsg": "%T", - "ctcp": "CTCP: %T", - "notice": "%T", - "action": "* %N %T", - "whois_ident": "%N [%N!%J@%H] * %T", - "whois": "%T", - "who": "%N [%N!%J@%H] * %R", - "quit": "%T", - "rejoin": "%T", - "set_setting": "%T", - "list_aliases": "%T", - "ignored_pattern": "%T", - "query": "%T", - "msg": "%T" + "channel_join": "→ %nick %text", + "channel_part": "← %nick %text", + "channel_quit": "← %nick %text", + "channel_kicked": "← %nick %text", + "channel_selfkick": "× %text", + "channel_badpassword": "× %text", + "channel_topic": "ⓘ %text", + "channel_banned": "× %text", + "channel_badkey": "⚠ %text", + "channel_inviteonly": "⚠ %channel %text", + "channel_alreadyin": "⚠ %nick %text", + "channel_limitreached": "⚠ %channel %text", + "channel_invalid_name": "⚠ %channel %text", + "channel_topic_setby": "ⓘ %text", + "channel_has_been_invited": "ⓘ %nick %text", + "server_connecting": "%text", + "server_connecting_error": "%text", + "mode": "ⓘ %nick %text", + "selfmode": "ⓘ %nick %text", + "nickname_alreadyinuse": "⚠ %text", + "network_disconnected": "⚠ %text", + "whois_channels": "%text", + "whois_idle_and_signon": "%text", + "whois_away": "%text", + "whois_server": "%text", + "whois_idle": "%text", + "whois_notfound": "ⓘ %text", + "nick_changed": "ⓘ %nick %text", + "applet_notfound": "⚠ %text", + "encoding_changed": "ⓘ %text", + "encoding_invalid": "⚠ %text", + "settings_saved": "ⓘ %text", + "ignore_title": "%text:", + "ignore_none": "%text", + "ignore_nick": "%text", + "ignore_stop_notice": "%text", + "ignore_stopped": "%text", + "chanop_privs_needed": "⚠ %text", + "no_such_nick": "ⓘ %nick: %text", + "unknown_command": "ⓘ %text", + "motd": "%text", + "ctcp": "[CTCP] %text", + "privmsg": "%text", + "notice": "%text", + "action": "* %nick %text", + "whois_ident": "%nick [%nick!%ident@%host] * %text", + "whois": "%text", + "who": "%nick [%nick!%ident@%host] * %realname", + "quit": "%text", + "rejoin": "%text", + "set_setting": "ⓘ %text", + "list_aliases": "ⓘ %text", + "ignored_pattern": "ⓘ %text", + "wallops": "[WALLOPS] %text" } \ No newline at end of file