24 lines
905 B
XML
Executable File
24 lines
905 B
XML
Executable File
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
|
<panel name="content_panel">
|
|
<text_editor type="string" length="1" name="voice_intro_text1">
|
|
Ustawienia Rozmów.
|
|
</text_editor>
|
|
<radio_group name="ear_location">
|
|
<radio_item type="string" length="1" name="0">
|
|
Odtwarzaj głos z pozycji kamery.
|
|
</radio_item>
|
|
<radio_item type="string" length="1" name="1">
|
|
Odtwarzaj głos z pozycji awatara.
|
|
</radio_item>
|
|
</radio_group>
|
|
<check_box label="Pozwalaj tylko Znajomym na zaczynanie rozmowy ze mną"
|
|
name="friends_only_check" />
|
|
<check_box label="Przełączany tryb Naciśnij-by-Mówić"
|
|
name="push_to_talk_toggle_check" />
|
|
<text type="string" length="1" name="push_to_talk_label">
|
|
Naciśnij-by-Mówić:
|
|
</text>
|
|
<button label="Wybierz Klawisz" name="set_voice_hotkey_button" />
|
|
<button label="Środkowy Klawisz Myszki" name="set_voice_middlemouse_button" />
|
|
</panel>
|