blob: 74a1ab1d7a424f9fd7584f31c2271c8451aa5115 (
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
109
110
111
112
113
114
115
116
117
118
|
<?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 billedet" 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å avatar navne" name="small_avatar_names_checkbox" />
<check_box label="Skjul mit navn på min skærm" name="show_my_name_checkbox" />
<text type="string" length="1" name="group_titles_textbox">
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="Klik for at åbne farvevælger" />
<text type="string" length="1" name="UI Size:">
UI Størrelse:
</text>
<check_box label="Brug opløsnings uafhængig skalering" name="ui_auto_scale" />
<spinner label="Tid før inaktiv:" name="afk_timeout_spinner" />
<check_box label="Rotér mini-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 type="string" length="1" name="start_location_textbox">
Start lokation:
</text>
<text type="string" length="1" name="show_names_textbox">
Vis navne:
</text>
<text type="string" length="1" name="effects_color_textbox">
Farve til mine effekter:
</text>
<text type="string" length="1" name="seconds_textbox">
sekunder
</text>
<text type="string" length="1" name="crash_report_textbox">
Nedbrudsrapporter:
</text>
<text type="string" length="1" name="language_textbox">
Sprog:
</text>
<text type="string" length="1" name="language_textbox2">
(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 type="string" length="1" name="Askbeforesending">
Bed om bekræftigelse
</combo_item>
<combo_item type="string" length="1" name="Alwayssend">
Send altid
</combo_item>
<combo_item type="string" length="1" name="Neversend">
Send aldrig
</combo_item>
</combo_box>
<combo_box name="language_combobox">
<combo_item type="string" length="1" name="System Default Language">
System standard
</combo_item>
<combo_item type="string" length="1" name="English">
English (Engelsk)
</combo_item>
<combo_item type="string" length="1" name="Danish">
Dansk - Beta
</combo_item>
<combo_item type="string" length="1" name="Deutsch(German)">
Deutsch (Tysk) - Beta
</combo_item>
<combo_item type="string" length="1" name="Spanish">
Español (Spansk) - Beta
</combo_item>
<combo_item type="string" length="1" name="French">
Français (Fransk) - Beta
</combo_item>
<combo_item type="string" length="1" name="Hungarian">
Magyar (Ungarsk) - Beta
</combo_item>
<combo_item type="string" length="1" name="Polish">
Polski (Polsk) - Beta
</combo_item>
<combo_item type="string" length="1" name="Portugese">
Portugués (Portugisisk) - Beta
</combo_item>
<combo_item type="string" length="1" name="Chinese">
中文 (简体) (Kinesisk) - Beta
</combo_item>
<combo_item type="string" length="1" name="(Japanese)">
日本語 (Japansk) - Beta
</combo_item>
<combo_item type="string" length="1" name="(Korean)">
한국어 (Koreansk) - Beta
</combo_item>
</combo_box>
<check_box label="Del sprog med objekter" name="language_is_public"
tool_tip="Dette lader objekter i verden vide hvad dit foretrukne sprog er." />
</panel>
|