diff options
author | Jacek Antonelli | 2008-08-15 23:45:48 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:48 -0500 |
commit | 32b59b5609706d574e2e3b9ff6162d35f6d7781c (patch) | |
tree | 340ae6f090700b109f2ced1c41b8fb274a215bd3 /linden/indra/newview/skins/xui/pt/floater_snapshot.xml | |
parent | Second Life viewer sources 1.20.4 (diff) | |
download | meta-impy-32b59b5609706d574e2e3b9ff6162d35f6d7781c.zip meta-impy-32b59b5609706d574e2e3b9ff6162d35f6d7781c.tar.gz meta-impy-32b59b5609706d574e2e3b9ff6162d35f6d7781c.tar.bz2 meta-impy-32b59b5609706d574e2e3b9ff6162d35f6d7781c.tar.xz |
Second Life viewer sources 1.20.5
Diffstat (limited to 'linden/indra/newview/skins/xui/pt/floater_snapshot.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/pt/floater_snapshot.xml | 111 |
1 files changed, 111 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/xui/pt/floater_snapshot.xml b/linden/indra/newview/skins/xui/pt/floater_snapshot.xml new file mode 100644 index 0000000..4d30377 --- /dev/null +++ b/linden/indra/newview/skins/xui/pt/floater_snapshot.xml | |||
@@ -0,0 +1,111 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater name="Snapshot" title="Visualizar foto"> | ||
3 | <text name="type_label"> | ||
4 | O que você gostaria de fazer? | ||
5 | </text> | ||
6 | <radio_group label="Tipo de Foto" name="snapshot_type_radio"> | ||
7 | <radio_item name="postcard"> | ||
8 | Enviar um postcard | ||
9 | </radio_item> | ||
10 | <radio_item name="texture"> | ||
11 | Upload de uma foto | ||
12 | </radio_item> | ||
13 | <radio_item name="local"> | ||
14 | Salvar foto no seu HD | ||
15 | </radio_item> | ||
16 | </radio_group> | ||
17 | <text name="type_label2"> | ||
18 | Que tamanho de imagem você precisa? | ||
19 | </text> | ||
20 | <combo_box label="Resolução" name="postcard_size_combo"> | ||
21 | <combo_item name="640x480"> | ||
22 | 640x480 | ||
23 | </combo_item> | ||
24 | <combo_item name="800x600"> | ||
25 | 800x600 | ||
26 | </combo_item> | ||
27 | <combo_item name="1024x768"> | ||
28 | 1024x768 | ||
29 | </combo_item> | ||
30 | <combo_item name="CurrentWindow"> | ||
31 | Janela Atual | ||
32 | </combo_item> | ||
33 | <combo_item name="Custom"> | ||
34 | Customizado | ||
35 | </combo_item> | ||
36 | </combo_box> | ||
37 | <combo_box label="Resolução" name="texture_size_combo"> | ||
38 | <combo_item name="CurrentWindow"> | ||
39 | Janela Atual | ||
40 | </combo_item> | ||
41 | <combo_item name="Small(128x128)"> | ||
42 | Pequeno (128x128) | ||
43 | </combo_item> | ||
44 | <combo_item name="Medium(256x256)"> | ||
45 | Médio (256x256) | ||
46 | </combo_item> | ||
47 | <combo_item name="Large(512x512)"> | ||
48 | Grande (512x512) | ||
49 | </combo_item> | ||
50 | <combo_item name="Custom"> | ||
51 | Customizado | ||
52 | </combo_item> | ||
53 | </combo_box> | ||
54 | <combo_box label="Resolução" name="local_size_combo"> | ||
55 | <combo_item name="CurrentWindow"> | ||
56 | Janela Atual | ||
57 | </combo_item> | ||
58 | <combo_item name="320x240"> | ||
59 | 320x240 | ||
60 | </combo_item> | ||
61 | <combo_item name="640x480"> | ||
62 | 640x480 | ||
63 | </combo_item> | ||
64 | <combo_item name="800x600"> | ||
65 | 800x600 | ||
66 | </combo_item> | ||
67 | <combo_item name="1024x768"> | ||
68 | 1024x768 | ||
69 | </combo_item> | ||
70 | <combo_item name="1280x1024"> | ||
71 | 1280x1024 | ||
72 | </combo_item> | ||
73 | <combo_item name="1600x1200"> | ||
74 | 1600x1200 | ||
75 | </combo_item> | ||
76 | <combo_item name="Custom"> | ||
77 | Customizado | ||
78 | </combo_item> | ||
79 | </combo_box> | ||
80 | <spinner label="Largura" name="snapshot_width" /> | ||
81 | <spinner label="Altura" name="snapshot_height" /> | ||
82 | <slider label="Qualidade da Imagem" name="image_quality_slider" /> | ||
83 | <text name="layer_type_label"> | ||
84 | Capturar: | ||
85 | </text> | ||
86 | <combo_box label="Camadas da Imagem" name="layer_types"> | ||
87 | <combo_item name="Colors"> | ||
88 | Cores | ||
89 | </combo_item> | ||
90 | <combo_item name="Depth"> | ||
91 | Formato | ||
92 | </combo_item> | ||
93 | <combo_item name="ObjectMattes"> | ||
94 | Decoração do Objeto | ||
95 | </combo_item> | ||
96 | </combo_box> | ||
97 | <text name="file_size_label"> | ||
98 | Tamanho do Arquivo: [SIZE] | ||
99 | </text> | ||
100 | <check_box label="Mostrar interface na Foto" name="ui_check" /> | ||
101 | <check_box label="Mostrar Objetos HUD na Foto" name="hud_check" /> | ||
102 | <check_box label="Manter aberto após salvar" name="keep_open_check" /> | ||
103 | <check_box label="Manter aparência selecionada" name="keep_aspect_check" /> | ||
104 | <check_box label="Quadro Congelado" name="freeze_frame_check" /> | ||
105 | <button label="Nova foto" name="new_snapshot_btn" /> | ||
106 | <check_box label="Auto-snapshot" name="auto_snapshot_check" /> | ||
107 | <button label="Upload (L$10)" name="upload_btn" /> | ||
108 | <button label="Enviar" name="send_btn" /> | ||
109 | <button label="Salvar" name="save_btn" /> | ||
110 | <button label="Descartar" name="discard_btn" /> | ||
111 | </floater> | ||