1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-08-13 16:53:50 -04:00

Current version of strings.xml

This commit is contained in:
Sebastian Kaspari 2010-09-05 15:57:29 +02:00
parent 5e78c020a1
commit 943b4635dc

View File

@ -37,4 +37,55 @@
<string name="users_label">Users</string> <string name="users_label">Users</string>
<string name="channels_label">Channels</string> <string name="channels_label">Channels</string>
<string name="action_remove">Remove</string>
<string name="negative_button">No</string>
<string name="validation_blank_title">Title cannot be blank</string>
<string name="validation_blank_host">Host cannot be blank</string>
<string name="validation_invalid_port">Enter a numeric port</string>
<string name="validation_unsupported_charset">Charset is not supported by your device</string>
<string name="validation_title_used">There is already a server with this title</string>
<string name="validation_blank_nickname">Nickname cannot be blank</string>
<string name="validation_blank_ident">Ident cannot be blank</string>
<string name="validation_blank_realname">Realname cannot be blank</string>
<string name="validation_invalid_nickname">Invalid nickname</string>
<string name="validation_invalid_ident">Invalid ident</string>
<string name="only_usable_from_channel">Only usable from within a channel</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="command_desc_amsg">Send a message to all channels</string>
<string name="command_desc_away">Sets you away</string>
<string name="command_desc_close">Closes the current window</string>
<string name="command_desc_dcc">Send a file to a user</string>
<string name="command_desc_deop">Remove operator status from a user</string>
<string name="command_desc_devoice">Remove voice status from a user</string>
<string name="command_desc_echo">Print text to window</string>
<string name="command_desc_help">Lists all available commands</string>
<string name="command_desc_join">Join a channel</string>
<string name="command_desc_kick">Kicks a user</string>
<string name="command_desc_me">Perform an action</string>
<string name="command_desc_mode">Change channel modes</string>
<string name="command_desc_msg">Send a message to a channel or user</string>
<string name="command_desc_names">Lists all users in channel</string>
<string name="command_desc_nick">Change own nickname</string>
<string name="command_desc_notice">Send a notice to an other user</string>
<string name="command_desc_op">Give a user operator status</string>
<string name="command_desc_part">Leave the current channel</string>
<string name="command_desc_query">Open a private chat with a user</string>
<string name="command_desc_quit">Disconnect from server</string>
<string name="command_desc_raw">Send a raw line to the server</string>
<string name="command_desc_topic">Show or change the current topic</string>
<string name="command_desc_voice">Give a user voice status</string>
<string name="command_desc_whois">Get information about a user</string>
</resources> </resources>