Merge pull request #23 from prawnsalad/CoryChaplin-text_themes
[KiwiIRC.git] / client / assets / text_themes / default.json
1 {
2 "channel_join": "== %nick %text",
3 "channel_part": "== %nick %text",
4 "channel_quit": "== %nick %text",
5 "channel_kicked": "== %nick %text",
6 "channel_selfkick": "== %text",
7 "channel_badpassword": "== %text",
8 "channel_topic": "== %text",
9 "mode": "== %nick %text",
10 "selfmode": "== %nick %text",
11 "channel_banned": "== %text",
12 "channel_badkey": "== %text",
13 "channel_inviteonly": "== %channel %text",
14 "channel_alreadyin": "== %nick %text",
15 "channel_limitreached": "== %channel %text",
16 "nickname_alreadyinuse": "== %text",
17 "channel_invalid_name": "== %channel %text",
18 "network_disconnected": "%text",
19 "channel_topic_setby": "%text",
20 "whois_channels": "%text",
21 "whois_idle_and_signon": "%text",
22 "whois_away": "%text",
23 "whois_server": "%text",
24 "whois_idle": "%text",
25 "whois_notfound": "%text",
26 "nick_changed": "== %nick %text",
27 "applet_notfound": "%text",
28 "channel_has_been_invited": "== %nick %text",
29 "encoding_changed": "%text",
30 "encoding_invalid": "%text",
31 "settings_saved": "%text",
32 "ignore_title": "%text:",
33 "ignore_none": "%text",
34 "ignore_nick": "%text",
35 "ignore_stop_notice": "%text",
36 "ignore_stopped": "%text",
37 "chanop_privs_needed": "== %text",
38 "no_such_nick": "== %nick: %text",
39 "unknown_command": "%text",
40 "motd": "%text",
41 "privmsg": "%text",
42 "ctcp": "CTCP: %text",
43 "notice": "%text",
44 "action": "* %nick %text",
45 "whois_ident": "%nick [%nick!%ident@%host] * %text",
46 "whois": "%text",
47 "who": "%nick [%nick!%ident@%host] * %realname",
48 "quit": "%text",
49 "rejoin": "%text",
50 "set_setting": "%text",
51 "list_aliases": "%text",
52 "ignored_pattern": "%text",
53 "query": "%text",
54 "msg": "%text"
55 }