Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / chat / 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 0001 [INTERPRETOR_NOT_ON_CHANNEL] Not on a channel
24 0002 [INTERPRETOR_UNKNOWN_DCC] %1 : unknown dcc subcommand
25 0003 [INTERPRETOR_INSUFFICIENT_PARAMETERS] %1 : insufficient parameters
26 0004 [INTERPRETOR_BAD_CONTEXT] %1 : unable to perform in current context
27 0005 [INTERPRETOR_CANNOT_CTCP_IN_DCCCHAT] Cannot send CTCP codes via DCC Chat
28 0006 [INTERPRETOR_UNKNOWN_CONFIG] %1 : unknown config subcommand
29 0007 [INTERPRETOR_TIMESTAMP_ON] Timestamp enabled
30 0008 [INTERPRETOR_TIMESTAMP_OFF] Timestamp disabled
31 0009 [INTERPRETOR_SMILEYS_ON] Graphical smileys enabled
32 000a [INTERPRETOR_SMILEYS_OFF] Graphical smileys disabled
33 000b [INTERPRETOR_IGNORE_ON] Now ignoring %1
34 000c [INTERPRETOR_IGNORE_OFF] Not ignoring %1 anymore
35 000d [INTERPRETOR_MULTISERVER_DISABLED] Multiserver support is disabled
36
37 0101 [DCC_WAITING_INCOMING] Waiting for incoming connection...
38 0102 [DCC_UNABLE_TO_OPEN_CONNECTION] Unable to open connection : %1
39 0103 [DCC_CONNECTION_ESTABLISHED] DCC Connection established
40 0104 [DCC_CONNECTION_CLOSED] Connection closed
41 0105 [DCC_ERROR] Error : %1
42 0106 [DCC_UNABLE_TO_SEND_TO] %1 : unable to send to %2
43 0107 [DCC_BAD_CONTEXT] Unable to execute command from current context
44 0108 [DCC_NOT_CONNECTED] Not connected
45 0109 [DCC_UNABLE_PASSIVE_MODE] Unable to initialize passive mode
46 010a [CTCP_PING_REPLY] [%1 PING reply] : %2 seconds
47 010b [DCC_STREAM_CLOSED] Stream closed
48
49 0201 [IDENT_FAILED_LAUNCH] Failed to launch Ident server : %1
50 0202 [IDENT_REQUEST] Ident request from %1
51 0203 [IDENT_ERROR] Error occurred
52 0204 [IDENT_REPLIED] Replied %1
53 0205 [IDENT_DEFAULT_USER] default user
54 0206 [IDENT_NO_USER] No user for request
55 0207 [IDENT_RUNNING_ON_PORT] Ident server running on port %1
56 0208 [IDENT_LEAVING] Ident server leaving : %1
57 0209 [IDENT_NONE] none
58 020a [IDENT_UNKNOWN] unknown
59 020b [IDENT_UNDEFINED] Undefined result
60
61 0301 [FILE_SAVEAS] Save file as
62
63 0401 [ABOUT_ABOUT] About
64 0402 [ABOUT_PROGRAMMING] Programming
65 0403 [ABOUT_DESIGN] Design
66 0404 [ABOUT_THANKS] Thanks to
67 0405 [ABOUT_SUPPORT] for support, ideas and testing
68 0406 [ABOUT_GPL] This software is licensed under the GPL license
69
70 0501 [SERVER_UNABLE_TO_CONNECT] Unable to connect : %1
71 0502 [SERVER_UNABLE_TO_CONNECT_STILL] Unable to connect to %1 : currently trying to connect to %2
72 0503 [SERVER_DISCONNECTING] Disconnecting from %1
73 0504 [SERVER_CONNECTING] Connecting...
74 0505 [SERVER_NOT_CONNECTED] Not connected
75 0506 [SERVER_LOGIN] Logging in...
76 0507 [SERVER_DISCONNECTED] Disconnected from %1
77 0508 [SERVER_ERROR] Error : %1
78
79
80 071a [GUI_CHANGE_NICK] Change nick to
81 071b [GUI_COPY_WINDOW] Copy text
82 071c [GUI_DCC_CHAT_WARNING_TITLE] Warning
83 071d [GUI_DCC_CHAT_WARNING_TEXT] Do you want to accept DCC chat from %1?
84
85 0801 [ASL_MALE] Boy, %1 years old, %2
86 0802 [ASL_FEMALE] Girl, %1 years old, %2
87 0803 [ASL_UNKNOWN] %1 years old from %2
88
89 0901 [REPLY_IDLE] %1 has been idle for %2
90 0902 [REPLY_SIGNON] %1 connected on %2
91
92 ffff [ERROR_NOT_DEFINED] Undefined string
This page took 0.299284 seconds and 4 git commands to generate.