Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / chat / pixx-english.lng
1 #
2 # This java file is a part of the
3 #
4 # - Plouf's Java IRC Client -
5 #
6 # Copyright (C) 2004 Philippe Detournay
7 #
8 # This file is licensed under the GPL license
9 #
10 # All contacts : theplouf@yahoo.com
11 #
12 #
13 # Syntax :
14 # Comments begin with the # character. This character must be the first character of the line.
15 # A data line has three parts : the data id, the data id description, the data string.
16 # - Data id : An hexadecimal figure identifying the string.
17 # - Data description : Begins by [ and ends by ]. The description is not parsed and
18 # can be any string.
19 # - Data string : The string itself. Parameters are specified using the %i syntax.
20 #
21 # Trailing spaces can be added using the \s escape character.
22
23 8601 [SOURCE_YOU_KICKED] You've been kicked out of %1 by %2
24 8602 [SOURCE_STATUS] Status
25 8603 [SOURCE_CHANLIST] Channels for %1
26 8604 [SOURCE_CHANLIST_RETREIVING] Retrieving channels...
27 8605 [SOURCE_HAS_JOINED] %1 has joined %2
28 8606 [SOURCE_HAS_LEFT] %1 has left %2
29 8607 [SOURCE_HAS_BEEN_KICKED_BY] %1 has been kicked by %2
30 8608 [SOURCE_HAS_QUIT] %1 has quit
31 8609 [SOURCE_TOPIC_IS] Topic is %1
32 860a [SOURCE_CHANGED_TOPIC] %1 changed topic to %2
33 860b [SOURCE_CHANNEL_MODE] %1 sets channel mode to %2
34 860c [SOURCE_CHANNEL_MODE_IS] Channel mode is %1
35 860d [SOURCE_USER_MODE] %1 sets mode %2 on %3
36 860e [SOURCE_KNOWN_AS] %1 is now known as %2
37 860f [SOURCE_YOUR_MODE] Mode changed to %1
38 8610 [SOURCE_YOUR_NICK] Your nick is now %1
39 8611 [SOURCE_INFO] Infos
40 8612 [SOURCE_AWAY] %1 is away
41 8613 [SOURCE_YOU_INVITED] %1 invites you to join %2
42 8614 [SOURCE_YOU_JOINED_AS] You're talking in %1 as %2
43
44 8701 [GUI_WHOIS] Whois
45 8702 [GUI_QUERY] Query
46 8703 [GUI_KICK] Kick
47 8704 [GUI_BAN] Ban
48 8705 [GUI_KICKBAN] Kick + Ban
49 8706 [GUI_OP] Op
50 8707 [GUI_DEOP] DeOp
51 8708 [GUI_VOICE] Voice
52 8709 [GUI_DEVOICE] DeVoice
53 870a [GUI_PING] Ping
54 870b [GUI_VERSION] Version
55 870c [GUI_TIME] Time
56 870d [GUI_FINGER] Finger
57 870e [GUI_RETREIVING_FILE] Receiving file (%1 bytes)
58 870f [GUI_SENDING_FILE] Sending file (%1 bytes)
59 8710 [GUI_TERMINATED] %1 terminated
60 8711 [GUI_FAILED] %1 failed
61 8712 [GUI_CLOSE] Close
62 8713 [GUI_DISCONNECT] Disconnect
63 8714 [GUI_CHANNELS] Channels
64 8715 [GUI_HELP] Help
65 8716 [GUI_PRIVATE] private
66 8717 [GUI_PUBLIC] public
67 8718 [GUI_CONNECT] Connect
68 8719 [GUI_ABOUT] About
69 871a [GUI_CHANGE_NICK] Change nick to
70 871c [GUI_FONT] Font
71 871d [GUI_FONT_WINDOW] Select font
72 871e [GUI_FONT_WINDOW_OK] Ok
73 871f [GUI_ENTER_TEXT_HERE] Enter text here...
74
75 ffff [ERROR_NOT_DEFINED] Undefined string
This page took 0.275916 seconds and 4 git commands to generate.