blob: 20771a980b6ea8e6d3d99801dff57102da6ab7cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Allgemein" name="Media Settings General">
<text name="home_label">
Start URL:
</text>
<line_editor name="home_url" tool_tip="Die Start-URL für diese Medienquelle"/>
<text name="preview_label">
Vorschau
</text>
<text name="current_url_label">
Aktuelle URL:
</text>
<line_editor name="current_url" tool_tip="Die aktuelle URL für diese Medienquelle" value=""/>
<button label="Zurücksetzen" name="current_url_reset_btn"/>
<text name="controls_label">
Steuerung:
</text>
<combo_box name="controls">
<combo_item name="Standard">
Standard
</combo_item>
<combo_item name="Mini">
Mini
</combo_item>
</combo_box>
<check_box initial_value="false" label="Auto-Loop" name="auto_loop"/>
<check_box initial_value="false" label="Interaktion bei erstem Anklicken" name="first_click_interact"/>
<check_box initial_value="false" label="Auto-Zoom" name="auto_zoom"/>
<check_box initial_value="false" label="Medien automatisch wiedergeben" name="auto_play"/>
<text name="media_setting_note">
Hinweis: Einwohner können diese Einstellung ausschalten
</text>
<check_box initial_value="false" label="Medien auf Objektoberfläche automatisch skalieren" name="auto_scale"/>
<text name="size_label">
Größe:
</text>
<text name="X_label">
X
</text>
</panel>
|