Files
SingularityViewer/indra/newview/skins/default/xui/tr/panel_voice_options.xml
2010-04-02 02:48:44 -03:00

24 lines
991 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="content_panel">
<text_editor type="string" length="1" name="voice_intro_text1">
Sesli sohbet deneyiminizi düzenlemek için aşağıdaki seçenekleri kullanınız.
</text_editor>
<radio_group name="ear_location">
<radio_item type="string" length="1" name="0">
Sesli sohbeti kamera pozisyonundan dinle.
</radio_item>
<radio_item type="string" length="1" name="1">
Sesli sohbeti karakter pozisyonundan dinle.
</radio_item>
</radio_group>
<check_box
label="Sadece arkadaşlarımın benimle sesli konuşma yapabilmelerine izin ver"
name="friends_only_check" />
<check_box label="Bas konuşu geçici modda kullan" name="push_to_talk_toggle_check" />
<text type="string" length="1" name="push_to_talk_label">
Bas konuş kısayolu:
</text>
<button label="Kısayol düzenle" name="set_voice_hotkey_button" />
<button label="Fare orta tuşu" name="set_voice_middlemouse_button" />
</panel>