2 # This java file is a part of the
\r
4 # - Plouf's Java IRC Client -
\r
6 # Copyright (C) 2004 Philippe Detournay
\r
8 # This file is licensed under the GPL license
\r
10 # All contacts : theplouf@yahoo.com
\r
14 # Comments begin with the # character. This character must be the first character of the line.
\r
15 # A data line has three parts : the data id, the data id description, the data string.
\r
16 # - Data id : An hexadecimal figure identifying the string.
\r
17 # - Data description : Begins by [ and ends by ]. The description is not parsed and
\r
18 # can be any string.
\r
19 # - Data string : The string itself. Parameters are specified using the %i syntax.
\r
21 # Trailing spaces can be added using the \s escape character.
\r
23 0001 [INTERPRETOR_NOT_ON_CHANNEL] Not on a channel
\r
24 0002 [INTERPRETOR_UNKNOWN_DCC] %1 : unknown dcc subcommand
\r
25 0003 [INTERPRETOR_INSUFFICIENT_PARAMETERS] %1 : insufficient parameters
\r
26 0004 [INTERPRETOR_BAD_CONTEXT] %1 : unable to perform in current context
\r
27 0005 [INTERPRETOR_CANNOT_CTCP_IN_DCCCHAT] Cannot send CTCP codes via DCC Chat
\r
28 0006 [INTERPRETOR_UNKNOWN_CONFIG] %1 : unknown config subcommand
\r
29 0007 [INTERPRETOR_TIMESTAMP_ON] Timestamp enabled
\r
30 0008 [INTERPRETOR_TIMESTAMP_OFF] Timestamp disabled
\r
31 0009 [INTERPRETOR_SMILEYS_ON] Graphical smileys enabled
\r
32 000a [INTERPRETOR_SMILEYS_OFF] Graphical smileys disabled
\r
33 000b [INTERPRETOR_IGNORE_ON] Now ignoring %1
\r
34 000c [INTERPRETOR_IGNORE_OFF] Not ignoring %1 anymore
\r
35 000d [INTERPRETOR_MULTISERVER_DISABLED] Multiserver support is disabled
\r
37 0101 [DCC_WAITING_INCOMING] Waiting for incoming connection...
\r
38 0102 [DCC_UNABLE_TO_OPEN_CONNECTION] Unable to open connection : %1
\r
39 0103 [DCC_CONNECTION_ESTABLISHED] DCC Connection established
\r
40 0104 [DCC_CONNECTION_CLOSED] Connection closed
\r
41 0105 [DCC_ERROR] Error : %1
\r
42 0106 [DCC_UNABLE_TO_SEND_TO] %1 : unable to send to %2
\r
43 0107 [DCC_BAD_CONTEXT] Unable to execute command from current context
\r
44 0108 [DCC_NOT_CONNECTED] Not connected
\r
45 0109 [DCC_UNABLE_PASSIVE_MODE] Unable to initialize passive mode
\r
46 010a [CTCP_PING_REPLY] [%1 PING reply] : %2 seconds
\r
47 010b [DCC_STREAM_CLOSED] Stream closed
\r
49 0201 [IDENT_FAILED_LAUNCH] Failed to launch Ident server : %1
\r
50 0202 [IDENT_REQUEST] Ident request from %1
\r
51 0203 [IDENT_ERROR] Error occurred
\r
52 0204 [IDENT_REPLIED] Replied %1
\r
53 0205 [IDENT_DEFAULT_USER] default user
\r
54 0206 [IDENT_NO_USER] No user for request
\r
55 0207 [IDENT_RUNNING_ON_PORT] Ident server running on port %1
\r
56 0208 [IDENT_LEAVING] Ident server leaving : %1
\r
57 0209 [IDENT_NONE] none
\r
58 020a [IDENT_UNKNOWN] unknown
\r
59 020b [IDENT_UNDEFINED] Undefined result
\r
61 0301 [FILE_SAVEAS] Save file as
\r
63 0401 [ABOUT_ABOUT] About
\r
64 0402 [ABOUT_PROGRAMMING] Programming
\r
65 0403 [ABOUT_DESIGN] Design
\r
66 0404 [ABOUT_THANKS] Thanks to
\r
67 0405 [ABOUT_SUPPORT] for support, ideas and testing
\r
68 0406 [ABOUT_GPL] This software is licensed under the GPL license
\r
70 0501 [SERVER_UNABLE_TO_CONNECT] Unable to connect : %1
\r
71 0502 [SERVER_UNABLE_TO_CONNECT_STILL] Unable to connect to %1 : currently trying to connect to %2
\r
72 0503 [SERVER_DISCONNECTING] Disconnecting from %1
\r
73 0504 [SERVER_CONNECTING] Connecting...
\r
74 0505 [SERVER_NOT_CONNECTED] Not connected
\r
75 0506 [SERVER_LOGIN] Logging in...
\r
76 0507 [SERVER_DISCONNECTED] Disconnected from %1
\r
77 0508 [SERVER_ERROR] Error : %1
\r
78 0509 [SERVER_AUTOREJOIN_ATTEMPT] Attempting to rejoin channel %1...
\r
79 050a [SERVER_AUTOREJOIN_FAILED] Unable to rejoin channel %1
\r
81 071a [GUI_CHANGE_NICK] Change nick to
\r
82 071b [GUI_COPY_WINDOW] Copy text
\r
83 071c [GUI_DCC_CHAT_WARNING_TITLE] Warning
\r
84 071d [GUI_DCC_CHAT_WARNING_TEXT] Do you want to accept DCC chat from %1?
\r
86 0801 [ASL_MALE] Boy, %1 years old, %2
\r
87 0802 [ASL_FEMALE] Girl, %1 years old, %2
\r
88 0803 [ASL_UNKNOWN] %1 years old from %2
\r
90 0901 [REPLY_IDLE] %1 has been idle for %2
\r
91 0902 [REPLY_SIGNON] %1 connected on %2
\r
93 ffff [ERROR_NOT_DEFINED] Undefined string
\r