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

27 lines
1.2 KiB
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">
Используйте опции ниже, чтобы настроить Ваш Голосовой Чат.
</text_editor>
<radio_group name="ear_location">
<radio_item type="string" length="1" name="0">
Слышать Голосовой Чат с позиции камеры
</radio_item>
<radio_item type="string" length="1" name="1">
Слышать Голосовой Чат с позиции аватара
</radio_item>
</radio_group>
<check_box
label="Разрешить начинать Голосовой Чат со мной только Друзьям"
name="friends_only_check" />
<check_box
label="Использовать Нажми для Разговора во включенном режиме"
name="push_to_talk_toggle_check" />
<text type="string" length="1" name="push_to_talk_label">
Клавиша Нажми для Разговора:
</text>
<button label="Уст. клавишу" name="set_voice_hotkey_button" />
<button label="Средняя кнопка мыши"
name="set_voice_middlemouse_button" />
</panel>