Yaaic/application/res/values/strings.xml

249 lines
15 KiB
XML
Raw Normal View History

2009-05-15 11:32:49 -04:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="add_server_menu">Add server</string>
<string name="add_server_list">Add server</string>
<string name="settings_menu">Settings</string>
<string name="about_menu">About</string>
<string name="disconnect_menu">Disconnect all</string>
<string name="about_label">About</string>
<string name="settings_label">Settings</string>
<string name="join_label">Join channel</string>
<string name="users_label">Users</string>
<string name="channels_label">Channels</string>
<string name="add_server_label">Add new server</string>
<string name="edit_server_label">Edit server</string>
<string name="server_title">Title</string>
<string name="server_host">Host</string>
<string name="server_port">Port</string>
<string name="server_password">Password</string>
<string name="server_useSSL">Use SSL</string>
<string name="server_autoconnect">Auto connect on startup</string>
<string name="server_channels">Channels</string>
<string name="server_save">Save</string>
<string name="select_charset">Select a charset</string>
<string name="nickname">Nickname</string>
<string name="aliases">Aliases</string>
<string name="ident">Ident</string>
<string name="realname">Real Name</string>
<string name="server">Server</string>
<string name="authentication">Authentication</string>
<string name="channel">Channel</string>
<string name="channels">Channels</string>
<string name="commands">Commands</string>
<string name="user">User</string>
<string name="join">Join</string>
<string name="join_channel">Join Channel</string>
<string name="close">Close</string>
<string name="users">Users</string>
<string name="connect">Connect</string>
<string name="disconnect">Disconnect</string>
<string name="edit">Edit</string>
<string name="delete">Delete</string>
<string name="on_connect">On connect</string>
<string name="preferences">Preferences</string>
<string name="charset">Charset</string>
<string name="action_remove">Remove</string>
<string name="action_add">Add</string>
<string name="action_ok">Ok</string>
<string name="action_cancel">Cancel</string>
<string name="negative_button">No</string>
<string name="alias_add_description">These aliases will be used if the main nickname is unavailable.</string>
<string name="channel_add_description">These channels will be automatically joined after connect.</string>
<string name="command_add_description">These commands will be executed after connect.</string>
<string name="auth_description">Yaaic will authenticate you with these services after connect.</string>
<string name="auth_nickserv">Authenticate with Nickserv</string>
<string name="auth_nickserv_password">Nickserv password</string>
<string name="auth_sasl">Authenticate via SASL</string>
<string name="auth_sasl_username">SASL username</string>
<string name="auth_sasl_password">SASL password</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="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">Query already exists</string>
<string name="line_missing">Line is missing</string>
2010-10-05 12:31:07 -04:00
<string name="nickname_in_use">Nickname %1$s already in use</string>
2010-11-16 19:32:09 -05:00
<string name="irc_login_error">Could not log into the IRC server %1$s:%2$d</string>
<string name="could_not_connect">Could not connect to %1$s:%2$d</string>
2010-09-05 09:57:29 -04:00
<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_back">Turn off the away status</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>
<string name="notification_running">Yaaic is running</string>
<string name="notification_not_connected">Not connected</string>
<string name="notification_connected">Connected to %1$s</string>
<string name="notification_disconnected">Disconnected from %1$s</string>
<string name="notification_mentions">New messages in: %1$s</string>
2010-09-05 16:27:56 -04:00
<string name="message_connected">Connected to %1$s</string>
<string name="message_now_login">Now logging in...</string>
<string name="message_login_done">Server login done.</string>
<string name="message_motd_suppressed">MOTD suppressed. To see it, use the /motd command.</string>
<string name="message_deop">%1$s deops %2$s</string>
<string name="message_devoice">%1$s devoices %2$s</string>
<string name="message_invite_you">%1$s invites you into %2$s</string>
<string name="message_invite_someone">%1$s invites %2$s into %3$s</string>
2011-01-12 17:14:10 -05:00
<string name="message_join">%1$s joins</string>
<string name="message_kick">%1$s kicks %2$s</string>
<string name="message_rename">%1$s is now known as %2$s</string>
<string name="message_self_rename">You are now known as %1$s</string>
<string name="message_op">%1$s ops %2$s</string>
<string name="message_part">%1$s parts</string>
<string name="message_quit">%1$s quits (%2$s)</string>
<string name="message_topic">Topic: %1$s</string>
<string name="message_topic_set">%1$s sets topic: %2$s</string>
<string name="message_voice">%1$s voices %2$s</string>
<string name="message_remove_channel_key">%1$s removes channel key</string>
<string name="message_set_channel_key">%1$s sets channel key: %2$s</string>
<string name="message_set_channel_secret">%1$s sets channel secret</string>
<string name="message_set_channel_public">%1$s sets channel public</string>
<string name="message_set_channel_private">%1$s sets channel private</string>
<string name="message_set_channel_limit">%1$s sets limit: %2$s</string>
<string name="message_remove_channel_limit">%1$s removes limit</string>
<string name="message_set_ban">%1$s sets ban: %2$s</string>
<string name="message_remove_ban">%1$s removes ban: %2$s</string>
<string name="message_set_topic_protection">%1$s sets topic protection</string>
<string name="message_remove_topic_protection">%1$s removes topic protection</string>
<string name="message_disable_external">%1$s disables external messages</string>
<string name="message_enable_external">%1$s enables external messages</string>
<string name="message_set_invite_only">%1$s sets invite only</string>
<string name="message_remove_invite_only">%1$s removes invite only</string>
<string name="message_set_moderated">%1$s sets moderated</string>
<string name="message_remove_moderated">%1$s removes moderated</string>
<string name="message_disconnected">Disconnected</string>
2010-10-05 12:31:07 -04:00
<string name="message_not_connected">Not connected</string>
<string name="message_users_on_chan">Users on %1$s:</string>
2010-09-05 16:27:56 -04:00
<string name="user_action_reply">Reply</string>
<string name="user_action_query">Query</string>
<string name="user_action_op">Op</string>
<string name="user_action_deop">DeOp</string>
<string name="user_action_voice">Voice</string>
<string name="user_action_devoice">DeVoice</string>
<string name="user_action_kick">Kick</string>
<string name="user_action_ban">Ban</string>
<string name="settings_connection">Connection</string>
<string name="settings_reconnect_title">Reconnect</string>
<string name="settings_reconnect_desc">Automatically reconnect on disconnect</string>
2011-06-15 20:14:09 -04:00
<string name="settings_reconnect_interval_title">Reconnect interval</string>
<string name="settings_reconnect_interval_desc">Number of minutes between reconnection tries</string>
<string name="settings_reconnect_interval_dialog_title">Reconnect interval</string>
2011-06-15 20:14:09 -04:00
<string name="settings_ignore_motd_title">Ignore MOTD</string>
<string name="settings_ignore_motd_desc">Don\'t show the automatic Message of the Day sent by the server</string>
<string name="settings_chat">Chat</string>
2010-09-05 16:36:25 -04:00
<string name="settings_icons_title">Show icons</string>
<string name="settings_icons_desc">Show icons to highlight special events</string>
<string name="settings_colors_title">Show colors</string>
<string name="settings_colors_desc">Show colors to highlight special events</string>
<string name="settings_colors_nick_title">Colorize nicknames</string>
<string name="settings_colors_nick_desc">Show nicknames in different colors</string>
<string name="settings_timestamp_title">Show timestamp</string>
<string name="settings_timestamp_desc">Prefix all messages with a timestamp</string>
<string name="settings_24h_title">24 hour format</string>
<string name="settings_24h_desc">Use 24 hour format for timestamps</string>
<string name="settings_include_seconds_title">Show seconds</string>
<string name="settings_include_seconds_desc">Include seconds in timestamps</string>
<string name="settings_highlight">Highlight</string>
<string name="settings_sound_highlight_title">Play sound on highlight</string>
<string name="settings_sound_highlight_desc">Play sound when your nick is mentioned</string>
<string name="settings_vibrate_highlight_title">Vibrate on highlight</string>
<string name="settings_vibrate_highlight_desc">Vibrate when your nick is mentioned</string>
<string name="settings_led_highlight_title">Flash LED on highlight</string>
<string name="settings_led_highlight_desc">Flash LED light when your nick is mentioned</string>
<string name="settings_misc">Misc</string>
<string name="settings_quitmessage_title">Quit message</string>
<string name="settings_quitmessage_desc">Message to show when you disconnect</string>
<string name="settings_quitmessage_dialog_title">Quit message</string>
<string name="settings_quitmessage_dialog_desc">Message to show when you disconnect:</string>
<string name="settings_fontsize_title">Font size</string>
<string name="settings_fontsize_desc">Set the global font size</string>
<string name="settings_fontsize_dialog_title">Font size</string>
<string name="settings_voice_recognition_title">Voice recognition</string>
<string name="settings_voice_recognition_desc">Show button for voice recognition</string>
<string name="settings_joinpartquit_title">Show join, part and quit</string>
<string name="settings_joinpartquit_desc">Show join, part and quit messages in channels</string>
<string name="settings_noticeserverwindow_title">Notices server window</string>
<string name="settings_noticeserverwindow_desc">Show notices in server window</string>
2011-03-17 20:34:46 -04:00
<string name="settings_mirc_colors_title">Show message colors</string>
<string name="settings_mirc_colors_desc">Show mIRC colors in messages</string>
<string name="settings_graphical_smilies_title">Show graphical smilies</string>
<string name="settings_graphical_smilies_desc">Text smilies will be displayed as images in chat</string>
<string name="settings_autocorrect_text_title">Autocorrect input</string>
<string name="settings_autocorrect_text_desc">Use dictionary to autocorrect typed text in chat</string>
<string name="settings_autocap_sentences_title">Auto-capitalize sentences</string>
<string name="settings_autocap_sentences_desc">Automatically capitalize the first word of sentences</string>
<string name="settings_ime_extract_title">Fullscreen input in landscape</string>
<string name="settings_ime_extract_desc">Use fullscreen keyboard when in landscape mode</string>
<string name="settings_history_size_title">History size</string>
<string name="settings_history_size_desc">Number of lines of conversation history to keep</string>
<string name="settings_debug_traffic_title">Debug IRC traffic</string>
<string name="settings_debug_traffic_desc">Log IRC traffic to the verbose log. This may be a security risk!</string>
<string name="minute_1">1 minute</string>
<string name="minutes_5">5 minutes</string>
<string name="minutes_10">10 minutes</string>
<string name="minutes_15">15 minutes</string>
<string name="minutes_20">20 minutes</string>
<string name="minutes_30">30 minutes</string>
2010-09-10 02:26:08 -04:00
</resources>