blob: bfa215011e0fea6c501a9bb7302634198187add7 (
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Generelt" name="general_panel">
<radio_group name="default_start_location">
<radio_item name="MyHome" tool_tip="Log ind til min hjemme lokation som standard.">
Mit Hjem
</radio_item>
<radio_item name="MyLastLocation" tool_tip="Log ind til min sidste lokation som standard.">
Min sidste lokation
</radio_item>
</radio_group>
<check_box label="Vis start lokation på login skærmen" name="show_location_checkbox"/>
<combo_box name="fade_out_combobox">
<combo_item name="Never">
Aldrig
</combo_item>
<combo_item name="Show Temporarily">
Vis midlertidigt
</combo_item>
<combo_item name="Always">
Altid
</combo_item>
</combo_box>
<check_box label="Små figur navne" name="small_avatar_names_checkbox"/>
<check_box label="Skjul mit navn på min skærm" name="show_my_name_checkbox"/>
<text length="1" name="group_titles_textbox" type="string">
Gruppe titler:
</text>
<check_box label="Skjul alle gruppe titler" name="show_all_title_checkbox"/>
<check_box label="Gem min gruppe titel" name="show_my_title_checkbox"/>
<color_swatch label="" name="effect_color_swatch" tool_tip="Click to open Color Picker"/>
<text length="1" name="UI Size:" type="string">
UI Størrelse:
</text>
<check_box label="Brug opløsnings uafhængig skala" name="ui_auto_scale"/>
<spinner label="Away Timeout:" name="afk_timeout_spinner"/>
<check_box label="Roter det Lokale Kort" name="rotate_mini_map_checkbox"/>
<check_box label="Giv besked når Linden dollars (L$) bliver brugt eller modtaget" name="notify_money_change_checkbox"/>
<check_box label="Brug standard farve vælger" name="use_system_color_picker_checkbox" tool_tip="Brug dit systems standard farve vælger i stedet for den der er indbygget i Second Life."/>
<check_box label="Vis Søg i øverste højre hjørne" name="show_search_panel" tool_tip="Vis indbygget søgepanel."/>
<text length="1" name="start_location_textbox" type="string">
Start Lokation:
</text>
<text length="1" name="show_names_textbox" type="string">
Vis navne:
</text>
<text length="1" name="effects_color_textbox" type="string">
Farve til mine effekter:
</text>
<text length="1" name="seconds_textbox" type="string">
sekunder
</text>
<text length="1" name="crash_report_textbox" type="string">
Nedbrugsrapporter:
</text>
<text length="1" name="language_textbox" type="string">
Sprog:
</text>
<text length="1" name="language_textbox2" type="string">
(Kræver genstart for at virke optimalt)
</text>
<string name="region_name_prompt">
<Skriv regions navn>
</string>
<combo_box name="crash_behavior_combobox">
<combo_item length="1" name="Askbeforesending" type="string">
Bed om bekræftigelse
</combo_item>
<combo_item length="1" name="Alwayssend" type="string">
Send Altid
</combo_item>
<combo_item length="1" name="Neversend" type="string">
Send Aldrig
</combo_item>
</combo_box>
<combo_box name="language_combobox">
<combo_item length="1" name="System Default Language" type="string">
System Standard
</combo_item>
<combo_item length="1" name="English" type="string">
English (Engelsk)
</combo_item>
<combo_item length="1" name="Chinese" type="string">
中文 (简体) (Kinesisk) - Beta
</combo_item>
<combo_item length="1" name="Deutsch(German)" type="string">
Deutsch (Tysk) - Beta
</combo_item>
<combo_item length="1" name="French" type="string">
Français (Fransk) - Beta
</combo_item>
<combo_item length="1" name="(Japanese)" type="string">
日本語 (Japansk) - Beta
</combo_item>
<combo_item length="1" name="(Korean)" type="string">
한국어 (Koreansk) - Beta
</combo_item>
<combo_item length="1" name="Danish" type="string">
Dansk - Beta
</combo_item>
<combo_item length="1" name="Portugese" type="string">
Portugués (Portugesisk) - Beta
</combo_item>
<combo_item length="1" name="Spanish" type="string">
Español (Spansk) - Beta
</combo_item>
</combo_box>
<check_box label="Del sprog med objekter" name="language_is_public" tool_tip="Dette lader objekter i verden vise hvad dit foretrukne sprog er."/>
</panel>
|