Added turkish translation (Thanks to Hasan Kiran)

This commit is contained in:
Sebastian Kaspari 2011-03-27 18:21:22 +02:00
parent 9b776aef15
commit bd19398d65
2 changed files with 190 additions and 0 deletions

View File

@ -29,4 +29,5 @@ Translations
Frensh Remi Rampin https://github.com/remram44
Japanese Nobuhiro Ito https://github.com/iseebi
Chinese Leekie (江珑)
Turkish Hasan Kiran

View File

@ -0,0 +1,189 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="add_server_menu">Sunucu ekle</string>
<string name="add_server_list">Sunucu ekle</string>
<string name="settings_menu">Ayarlar</string>
<string name="about_menu">Hakkında</string>
<string name="exit_menu">Çıkış</string>
<string name="about_label">Hakkında</string>
<string name="settings_label">Ayarlar</string>
<string name="join_label">Kanala katıl</string>
<string name="users_label">Kullanıcılar</string>
<string name="channels_label">Kanallar</string>
<string name="add_server_label">Yeni sunucu ekle</string>
<string name="server_title">Başlık</string>
<string name="server_host">Host</string>
<string name="server_port">Port</string>
<string name="server_password">Parola</string>
<string name="server_useSSL">SSL kullan</string>
<string name="server_autoconnect">Auto connect on startup</string>
<string name="server_channels">Kanallar</string>
<string name="server_save">Kaydet</string>
<string name="select_charset">Select a charset</string>
<string name="nickname">Rumuz</string>
<string name="aliases">Aliases</string>
<string name="ident">Ident</string>
<string name="realname">Gerçek isim</string>
<string name="server">Sunucu</string>
<string name="channel">Kanal</string>
<string name="channels">Kanallar</string>
<string name="commands">Komutlar</string>
<string name="user">Kullanıcı</string>
<string name="join">Katıl</string>
<string name="join_channel">Kanala katıl</string>
<string name="close">Kapat</string>
<string name="users">Kullanıcılar</string>
<string name="connect">Bağlan</string>
<string name="disconnect">Bağlantı kes</string>
<string name="edit">Düzenle</string>
<string name="delete">Sil</string>
<string name="on_connect">On connect</string>
<string name="preferences">Tercihler</string>
<string name="charset">Charset</string>
<string name="action_remove">Kaldır</string>
<string name="action_add">Ekle</string>
<string name="action_ok">Tamam</string>
<string name="action_cancel">İptal</string>
<string name="negative_button">Hayır</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="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">veya</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>
<string name="nickname_in_use">Nickname %1$s already in use</string>
<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>
<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>
<string name="notification_connected">%1$s bağlandı</string>
<string name="notification_disconnected">%1$s bağlantısı kesildi</string>
<string name="message_connected">%1$s bağlandı</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>
<string name="message_join">%1$s joines</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_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">Konu: %1$s</string>
<string name="message_topic_set">%1$s sets topic: %2$s</string>
<string name="message_voice">%1$s sesler %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 moderatör ayarladı</string>
<string name="message_remove_moderated">%1$s moderatör kaldırdı</string>
<string name="message_disconnected">Bağlantı kesik</string>
<string name="message_not_connected">Bağlantı yok</string>
<string name="message_users_on_chan">Users on %1$s:</string>
<string name="button_op">Op</string>
<string name="button_deop">Op al</string>
<string name="button_voice">Ses ver</string>
<string name="button_devoice">Ses al</string>
<string name="button_kick">Tekmele</string>
<string name="button_ban">Yasakla</string>
<string name="settings_connection">Bağlantı</string>
<string name="settings_reconnect_title">Tekrar bağlanma</string>
<string name="settings_reconnect_desc">Kesilen bağlantıda otomatik tekrar bağlan</string>
<string name="settings_chat">Sohbet</string>
<string name="settings_icons_title">Simgeleri göster</string>
<string name="settings_icons_desc">Show icons to highlight special events</string>
<string name="settings_colors_title">Renkleri göster</string>
<string name="settings_colors_desc">Özel etkinlikleri göstermek için renkli göster</string>
<string name="settings_colors_nick_title">Rumuzları renklendir</string>
<string name="settings_colors_nick_desc">Rumuzları farklı renklerde göster</string>
<string name="settings_timestamp_title">Zaman damgasını göster</string>
<string name="settings_timestamp_desc">Prefix all messages with a timestamp</string>
<string name="settings_24h_title">24 saat biçimi</string>
<string name="settings_24h_desc">Zaman damngası için 24 saat biçimini kullan</string>
<string name="settings_misc">Misc</string>
<string name="settings_quitmessage_title">Çıkış mesajı</string>
<string name="settings_quitmessage_desc">Bağlantı kesildiğinde gösterilecek mesaj</string>
<string name="settings_quitmessage_dialog_title">Çıkış mesajı</string>
<string name="settings_quitmessage_dialog_desc">Bağlantı kesildiğinde gösterilecek mesaj:</string>
<string name="settings_fontsize_title">Yazı boyutu</string>
<string name="settings_fontsize_desc">Evrensel yazı boyutunu ayarla</string>
<string name="settings_fontsize_dialog_title">Yazı boyutu</string>
<string name="settings_voice_recognition_title">Ses kabulü</string>
<string name="settings_voice_recognition_desc">Ses kabulu için düğme göster</string>
<string name="settings_vibrate_highlight_title">Vurgulamada titreşim</string>
<string name="settings_vibrate_highlight_desc">Rumuzunuzdan bahsedildiğinde titreşim</string>
<string name="settings_joinpartquit_title">Katılma ve ayrılma göster</string>
<string name="settings_joinpartquit_desc">Kanalda katılma ve ayrılma mesajlarını göster</string>
</resources>