Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / chat / english.lng
CommitLineData
b42b2bf9
H
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
230001 [INTERPRETOR_NOT_ON_CHANNEL] Not on a channel
240002 [INTERPRETOR_UNKNOWN_DCC] %1 : unknown dcc subcommand
250003 [INTERPRETOR_INSUFFICIENT_PARAMETERS] %1 : insufficient parameters
260004 [INTERPRETOR_BAD_CONTEXT] %1 : unable to perform in current context
270005 [INTERPRETOR_CANNOT_CTCP_IN_DCCCHAT] Cannot send CTCP codes via DCC Chat
280006 [INTERPRETOR_UNKNOWN_CONFIG] %1 : unknown config subcommand
290007 [INTERPRETOR_TIMESTAMP_ON] Timestamp enabled
300008 [INTERPRETOR_TIMESTAMP_OFF] Timestamp disabled
310009 [INTERPRETOR_SMILEYS_ON] Graphical smileys enabled
32000a [INTERPRETOR_SMILEYS_OFF] Graphical smileys disabled
33000b [INTERPRETOR_IGNORE_ON] Now ignoring %1
34000c [INTERPRETOR_IGNORE_OFF] Not ignoring %1 anymore
35000d [INTERPRETOR_MULTISERVER_DISABLED] Multiserver support is disabled
36
370101 [DCC_WAITING_INCOMING] Waiting for incoming connection...
380102 [DCC_UNABLE_TO_OPEN_CONNECTION] Unable to open connection : %1
390103 [DCC_CONNECTION_ESTABLISHED] DCC Connection established
400104 [DCC_CONNECTION_CLOSED] Connection closed
410105 [DCC_ERROR] Error : %1
420106 [DCC_UNABLE_TO_SEND_TO] %1 : unable to send to %2
430107 [DCC_BAD_CONTEXT] Unable to execute command from current context
440108 [DCC_NOT_CONNECTED] Not connected
450109 [DCC_UNABLE_PASSIVE_MODE] Unable to initialize passive mode
46010a [CTCP_PING_REPLY] [%1 PING reply] : %2 seconds
47010b [DCC_STREAM_CLOSED] Stream closed
48
490201 [IDENT_FAILED_LAUNCH] Failed to launch Ident server : %1
500202 [IDENT_REQUEST] Ident request from %1
510203 [IDENT_ERROR] Error occurred
520204 [IDENT_REPLIED] Replied %1
530205 [IDENT_DEFAULT_USER] default user
540206 [IDENT_NO_USER] No user for request
550207 [IDENT_RUNNING_ON_PORT] Ident server running on port %1
560208 [IDENT_LEAVING] Ident server leaving : %1
570209 [IDENT_NONE] none
58020a [IDENT_UNKNOWN] unknown
59020b [IDENT_UNDEFINED] Undefined result
60
610301 [FILE_SAVEAS] Save file as
62
630401 [ABOUT_ABOUT] About
640402 [ABOUT_PROGRAMMING] Programming
650403 [ABOUT_DESIGN] Design
660404 [ABOUT_THANKS] Thanks to
670405 [ABOUT_SUPPORT] for support, ideas and testing
680406 [ABOUT_GPL] This software is licensed under the GPL license
69
700501 [SERVER_UNABLE_TO_CONNECT] Unable to connect : %1
710502 [SERVER_UNABLE_TO_CONNECT_STILL] Unable to connect to %1 : currently trying to connect to %2
720503 [SERVER_DISCONNECTING] Disconnecting from %1
730504 [SERVER_CONNECTING] Connecting...
740505 [SERVER_NOT_CONNECTED] Not connected
750506 [SERVER_LOGIN] Logging in...
760507 [SERVER_DISCONNECTED] Disconnected from %1
770508 [SERVER_ERROR] Error : %1
78
79
80071a [GUI_CHANGE_NICK] Change nick to
81071b [GUI_COPY_WINDOW] Copy text
82071c [GUI_DCC_CHAT_WARNING_TITLE] Warning
83071d [GUI_DCC_CHAT_WARNING_TEXT] Do you want to accept DCC chat from %1?
84
850801 [ASL_MALE] Boy, %1 years old, %2
860802 [ASL_FEMALE] Girl, %1 years old, %2
870803 [ASL_UNKNOWN] %1 years old from %2
88
890901 [REPLY_IDLE] %1 has been idle for %2
900902 [REPLY_SIGNON] %1 connected on %2
91
92ffff [ERROR_NOT_DEFINED] Undefined string
This page took 0.270937 seconds and 4 git commands to generate.