summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/nl/floater_snapshot.xml
blob: 52583f3c5502406ee1ea5d4298b7fabe03cda33e (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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Snapshot" title="Fotovoorbeeld">
	<text name="type_label">
		Fotobestemming
	</text>
	<radio_group label="Fototype" name="snapshot_type_radio">
		<radio_item name="postcard">
			Verzend via e-mail
		</radio_item>
		<radio_item name="texture">
			Opslaan in uw inventaris (L$[AMOUNT])
		</radio_item>
		<radio_item name="local">
			Opslaan op uw harde schijf
		</radio_item>
	</radio_group>
	<text name="file_size_label">
		Bestandsgrootte: [SIZE] KB
	</text>
	<button label="Ververs foto" name="new_snapshot_btn"/>
	<button label="Verzenden" name="send_btn"/>
	<button label="Opslaan (L$[AMOUNT])" name="upload_btn"/>
	<flyout_button label="Opslaan" name="save_btn" tool_tip="Afbeelding in een bestand opslaan">
		<flyout_button_item name="save_item">
			Opslaan
		</flyout_button_item>
		<flyout_button_item name="saveas_item">
			Opslaan als...
		</flyout_button_item>
	</flyout_button>
	<button label="Annuleren" name="discard_btn"/>
	<button label="Meer &gt;&gt;" name="more_btn" tool_tip="Geavanceerde opties"/>
	<button label="&lt;&lt; Minder" name="less_btn" tool_tip="Geavanceerde opties"/>
	<text name="type_label2">
		Grootte
	</text>
	<text name="format_label">
		Formaat
	</text>
	<combo_box label="Resolutie" name="postcard_size_combo">
		<combo_item name="CurrentWindow">
			Huidig venster
		</combo_item>
		<combo_item name="640x480">
			640x480
		</combo_item>
		<combo_item name="800x600">
			800x600
		</combo_item>
		<combo_item name="1024x768">
			1024x768
		</combo_item>
		<combo_item name="Custom">
			Aangepast
		</combo_item>
	</combo_box>
	<combo_box label="Resolutie" name="texture_size_combo">
		<combo_item name="CurrentWindow">
			Huidig venster
		</combo_item>
		<combo_item name="Small(128x128)">
			Klein (128x128)
		</combo_item>
		<combo_item name="Medium(256x256)">
			Middel (256x256)
		</combo_item>
		<combo_item name="Large(512x512)">
			Groot (512x512)
		</combo_item>
		<combo_item name="Custom">
			Aangepast
		</combo_item>
	</combo_box>
	<combo_box label="Resolutie" name="local_size_combo">
		<combo_item name="CurrentWindow">
			Huidig venster
		</combo_item>
		<combo_item name="320x240">
			320x240
		</combo_item>
		<combo_item name="640x480">
			640x480
		</combo_item>
		<combo_item name="800x600">
			800x600
		</combo_item>
		<combo_item name="1024x768">
			1024x768
		</combo_item>
		<combo_item name="1280x1024">
			1280x1024
		</combo_item>
		<combo_item name="1600x1200">
			1600x1200
		</combo_item>
		<combo_item name="Custom">
			Aangepast
		</combo_item>
	</combo_box>
	<combo_box label="Formaat" name="local_format_combo">
		<combo_item name="PNG">
			PNG
		</combo_item>
		<combo_item name="JPEG">
			JPEG
		</combo_item>
		<combo_item name="BMP">
			BMP
		</combo_item>
	</combo_box>
	<spinner label="Breedte" name="snapshot_width" label_width="48" width="100"/>
	<spinner label="Hoogte" name="snapshot_height" label_width="41" width="95" left="114"/>
	<check_box label="Beperk verhoudingen" name="keep_aspect_check"/>
	<slider label="Afbeeldingkwaliteit" name="image_quality_slider"/>
	<text name="layer_type_label" width="100">
		Vastleggen:
	</text>
	<combo_box label="Afbeeldingslagen" name="layer_types" width="130" left="76">
		<combo_item name="Colors">
			Kleuren
		</combo_item>
		<combo_item name="Depth">
			Diepte
		</combo_item>
		<combo_item name="ObjectMattes">
			Object matheid
		</combo_item>
	</combo_box>
	<check_box label="Toon interface in foto" name="ui_check"/>
	<check_box label="Toon HUD objecten in foto" name="hud_check"/>
	<check_box label="Open houden na opslaan" name="keep_open_check"/>
	<check_box label="Frame bevriezen" name="freeze_frame_check"/>
	<check_box label="Automatisch verversen" name="auto_snapshot_check"/>
	<string name="unknown">
		onbekend
	</string>
</floater>