I18N: Added new string ressources for handlers to strings.xml

This commit is contained in:
Sebastian Kaspari 2010-09-05 16:25:41 +02:00
parent 5ea7d49c34
commit 1f206371bd
1 changed files with 11 additions and 1 deletions

View File

@ -53,13 +53,23 @@
<string name="validation_invalid_ident">Invalid ident</string>
<string name="only_usable_from_channel">Only usable from within a channel</string>
<string name="only_usable_from_channel_or_query">Only usable from within a channel or a query</string>
<string name="chat_only_form_channel">You can only chat from within a channel or a query</string>
<string name="reconnect_after_disconnect">You disconnected from %1$s. Do you want to reconnect?</string>
<string name="disconnect_before_editing">Disconnect from server before editing</string>
<string name="unknown_command">Unknown command: %1$s</string>
<string name="command_syntax">Syntax: %1$s</string>
<string name="invalid_number_of_params">Invalid number of params</string>
<string name="close_server_window">You can\'t close the server window</string>
<string name="dcc_only_send">Currently only SEND is allowed</string>
<string name="dcc_file_not_found">File does not exist: %1$s</string>
<string name="dcc_waiting_accept">Waiting for %1$s to accept the file transfer</string>
<string name="text_missing">Text is missing</string>
<string name="available_commands">Available commands:</string>
<string name="logical_or">or</string>
<string name="query_to_channel">You cannot open queries to channels</string>
<string name="query_exists"></string>
<string name="line_missing">Line is missing</string>
<string name="command_desc_amsg">Send a message to all channels</string>
<string name="command_desc_away">Sets you away</string>