diff options
Diffstat (limited to 'linden/indra/newview/skins/xui/pt/menu_inventory.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/pt/menu_inventory.xml | 208 |
1 files changed, 145 insertions, 63 deletions
diff --git a/linden/indra/newview/skins/xui/pt/menu_inventory.xml b/linden/indra/newview/skins/xui/pt/menu_inventory.xml index 41c9e2f..dd40627 100644 --- a/linden/indra/newview/skins/xui/pt/menu_inventory.xml +++ b/linden/indra/newview/skins/xui/pt/menu_inventory.xml | |||
@@ -1,64 +1,146 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> |
2 | <menu name="Popup"> | 2 | <menu bottom="100" color="0, 0, 0, 1" drop_shadow="true" height="101" hidden="false" left="100" mouse_opaque="false" name="Popup" opaque="true" width="128"><menu_item_call bottom_delta="-18" height="18" hidden="false" label="Comprar" left="0" mouse_opaque="true" name="Task Buy" width="128"><on_click filter="" function="Inventory.DoToSelected" userdata="task_buy" /> |
3 | <menu_item_call label="Comprar" name="Task Buy" /> | 3 | </menu_item_call> |
4 | <menu_item_call label="Abrir" name="Task Open" /> | 4 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Abrir" left="0" mouse_opaque="true" name="Task Open" width="128"><on_click filter="" function="Inventory.DoToSelected" userdata="task_open" /> |
5 | <menu_item_call label="Tocar" name="Task Play" /> | 5 | </menu_item_call> |
6 | <menu_item_call label="Propriedades" name="Task Properties" /> | 6 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Executar" left="0" mouse_opaque="true" name="Task Play" width="128"><on_click filter="" function="Inventory.DoToSelected" userdata="task_play" /> |
7 | <menu_item_call label="Renomear" name="Task Rename" /> | 7 | </menu_item_call> |
8 | <menu_item_call label="Apagar" name="Task Remove" /> | 8 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Propriedades" left="0" mouse_opaque="true" name="Task Properties" width="128"><on_click filter="" function="Inventory.DoToSelected" userdata="task_properties" /> |
9 | <menu_item_call label="Esvazia lixeira" name="Empty Trash" /> | 9 | </menu_item_call> |
10 | <menu_item_call label="Nova pasta" name="New Folder" /> | 10 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Renomear" left="0" mouse_opaque="true" name="Task Rename" width="128"><on_click filter="" function="Inventory.DoToSelected" userdata="rename" /> |
11 | <menu_item_call label="Novo script" name="New Script" /> | 11 | </menu_item_call> |
12 | <menu_item_call label="Nova nota" name="New Note" /> | 12 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Apagar" left="0" mouse_opaque="true" name="Task Remove" width="128"><on_click filter="" function="Inventory.DoToSelected" userdata="delete" /> |
13 | <menu_item_call label="Nova postura" name="New Gesture" /> | 13 | </menu_item_call> |
14 | <menu name="New Clothes"> | 14 | |
15 | <menu_item_call label="Nova camisa" name="New Shirt" /> | 15 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Limpar Lixeira" left="0" mouse_opaque="true" name="Empty Trash" width="128"><on_click filter="" function="Inventory.EmptyTrash" userdata="rename" /> |
16 | <menu_item_call label="Novas calças" name="New Pants" /> | 16 | </menu_item_call> |
17 | <menu_item_call label="Novos sapatos" name="New Shoes" /> | 17 | |
18 | <menu_item_call label="Novas meias" name="New Socks" /> | 18 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Limpar Achados e perdidos" |
19 | <menu_item_call label="Novo casaco" name="New Jacket" /> | 19 | left="0" mouse_opaque="true" name="Empty Lost And Found" width="128"> |
20 | <menu_item_call label="Nova saia" name="New Skirt" /> | 20 | <on_click filter="" function="Inventory.EmptyLostAndFound" userdata="rename" /> |
21 | <menu_item_call label="Novas luvas" name="New Gloves" /> | 21 | </menu_item_call> |
22 | <menu_item_call label="Nova camiseta" name="New Undershirt" /> | 22 | |
23 | <menu_item_call label="Novas roupas de baixo" name="New Underpants" /> | 23 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Nova Pasta" left="0" mouse_opaque="true" name="New Folder" width="128"><on_click filter="" function="Inventory.DoCreate" userdata="category" /> |
24 | </menu> | 24 | </menu_item_call> |
25 | <menu name="New Body Parts"> | 25 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Novo Script" left="0" mouse_opaque="true" name="New Script" width="128"><on_click filter="" function="Inventory.DoCreate" userdata="lsl" /> |
26 | <menu_item_call label="Nova forma" name="New Shape" /> | 26 | </menu_item_call> |
27 | <menu_item_call label="Nova pele" name="New Skin" /> | 27 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Nova Nota" left="0" mouse_opaque="true" name="New Note" width="128"><on_click filter="" function="Inventory.DoCreate" userdata="notecard" /> |
28 | <menu_item_call label="Novo cabelo" name="New Hair" /> | 28 | </menu_item_call> |
29 | <menu_item_call label="Novos olhos" name="New Eyes" /> | 29 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Novo Gesto" left="0" mouse_opaque="true" name="New Gesture" width="128"><on_click filter="" function="Inventory.DoCreate" userdata="gesture" /> |
30 | </menu> | 30 | </menu_item_call> |
31 | <menu_item_call label="Abrir" name="Landmark Open" /> | 31 | <menu bottom_delta="0" color="0, 0, 0, 1" drop_shadow="true" height="175" hidden="false" left="0" mouse_opaque="false" name="New Clothes" label="Nova Roupa" opaque="true" tear_off="false" width="125"><menu_item_call bottom_delta="-18" height="18" hidden="false" label="Nova Camisa" left="0" mouse_opaque="true" name="New Shirt" width="128"><on_click filter="" function="Inventory.DoCreate" userdata="shirt" /> |
32 | <menu_item_call label="Abrir" name="Animation Open" /> | 32 | </menu_item_call> |
33 | <menu_item_call label="Abrir" name="Sound Open" /> | 33 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Nova Calça" left="0" mouse_opaque="true" name="New Pants" width="128"><on_click filter="" function="Inventory.DoCreate" userdata="pants" /> |
34 | <menu_item_call label="Limpar item" name="Purge Item" /> | 34 | </menu_item_call> |
35 | <menu_item_call label="Restaurar item" name="Restore Item" /> | 35 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Novos Calçados" left="0" mouse_opaque="true" name="New Shoes" width="128"><on_click filter="" function="Inventory.DoCreate" userdata="shoes" /> |
36 | <menu_item_call label="Abrir" name="Open" /> | 36 | </menu_item_call> |
37 | <menu_item_call label="Propriedades" name="Properties" /> | 37 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Novas Meias" left="0" mouse_opaque="true" name="New Socks" width="128"><on_click filter="" function="Inventory.DoCreate" userdata="socks" /> |
38 | <menu_item_call label="Renomear" name="Rename" /> | 38 | </menu_item_call> |
39 | <menu_item_call label="Copiar UUID" name="Copy Asset UUID" /> | 39 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Nova Jaqueta" left="0" mouse_opaque="true" name="New Jacket" width="128"><on_click filter="" function="Inventory.DoCreate" userdata="jacket" /> |
40 | <menu_item_call label="Copiar" name="Copy" /> | 40 | </menu_item_call> |
41 | <menu_item_call label="Colar" name="Paste" /> | 41 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Nova Saia" left="0" mouse_opaque="true" name="New Skirt" width="128"><on_click filter="" function="Inventory.DoCreate" userdata="skirt" /> |
42 | <menu_item_call label="Apagar" name="Delete" /> | 42 | </menu_item_call> |
43 | <menu_item_call label="Adicionar ao vestuário" name="Add To Outfit" /> | 43 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Novas Luvas" left="0" mouse_opaque="true" name="New Gloves" width="128"><on_click filter="" function="Inventory.DoCreate" userdata="gloves" /> |
44 | <menu_item_call label="Substituir vestuário" name="Replace Outfit" /> | 44 | </menu_item_call> |
45 | <menu_item_call label="Remover itens" name="Take Off Items" /> | 45 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Anágua" left="0" mouse_opaque="true" name="New Undershirt" width="128"><on_click filter="" function="Inventory.DoCreate" userdata="undershirt" /> |
46 | <menu_item_call label="MI para contatos online na pasta" name="IM Online Contacts In Folder" /> | 46 | </menu_item_call> |
47 | <menu_item_call label="MI para todos os contatos na pasta" name="IM All Contacts In Folder" /> | 47 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Roupa de baixo" left="0" mouse_opaque="true" name="New Underpants" width="128"><on_click filter="" function="Inventory.DoCreate" userdata="underpants" /> |
48 | <menu_item_call label="Tocar" name="Sound Play" /> | 48 | </menu_item_call> |
49 | <menu_item_call label="Teletransportar para ponto de referência" name="Teleport To Landmark" /> | 49 | </menu> |
50 | <menu_item_call label="Tocar no mundo" name="Animation Play" /> | 50 | <menu bottom_delta="0" color="0, 0, 0, 1" drop_shadow="true" height="175" hidden="false" left="0" mouse_opaque="false" name="New Body Parts" label="Parte do corpo" opaque="true" tear_off="false" width="125"><menu_item_call bottom_delta="-18" height="18" hidden="false" label="Nova forma" left="0" mouse_opaque="true" name="New Shape" width="128"><on_click filter="" function="Inventory.DoCreate" userdata="shape" /> |
51 | <menu_item_call label="Tocar localmente" name="Animation Audition" /> | 51 | </menu_item_call> |
52 | <menu_item_call label="Enviar Mensagem instantânea" name="Send Instant Message" /> | 52 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Nova pele." left="0" mouse_opaque="true" name="New Skin" width="128"><on_click filter="" function="Inventory.DoCreate" userdata="skin" /> |
53 | <menu_item_call label="Oferecer teletransporte..." name="Offer Teleport..." /> | 53 | </menu_item_call> |
54 | <menu_item_call label="Ativar" name="Activate" /> | 54 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Novo cabelo" left="0" mouse_opaque="true" name="New Hair" width="128"><on_click filter="" function="Inventory.DoCreate" userdata="hair" /> |
55 | <menu_item_call label="Desativar" name="Deactivate" /> | 55 | </menu_item_call> |
56 | <menu_item_call label="Desanexar de você" name="Detach From Yourself" /> | 56 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Novos olhos" left="0" mouse_opaque="true" name="New Eyes" width="128"><on_click filter="" function="Inventory.DoCreate" userdata="eyes" /> |
57 | <menu_item_call label="Vestir" name="Object Wear" /> | 57 | </menu_item_call> |
58 | <menu label="Anexar a" name="Attach To" /> | 58 | </menu> |
59 | <menu label="Anexar a HUD" name="Attach To HUD" /> | 59 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Abrir" left="0" mouse_opaque="true" name="Landmark Open" width="128"><on_click filter="" function="Inventory.DoToSelected" userdata="open" /> |
60 | <menu_item_call label="Vestir" name="Wearable Wear" /> | 60 | </menu_item_call> |
61 | <menu_item_call label="Editar" name="Wearable Edit" /> | 61 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Abrir" left="0" mouse_opaque="true" name="Animation Open" width="128"><on_click filter="" function="Inventory.DoToSelected" userdata="open" /> |
62 | <menu_item_call label="Retirar" name="Take Off" /> | 62 | </menu_item_call> |
63 | <menu_item_call label="--sem opções--" name="--no options--" /> | 63 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Abrir" left="0" mouse_opaque="true" name="Sound Open" width="128"><on_click filter="" function="Inventory.DoToSelected" userdata="open" /> |
64 | </menu_item_call> | ||
65 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Remover item." left="0" mouse_opaque="true" name="Purge Item" width="128"><on_click filter="" function="Inventory.DoToSelected" userdata="purge" /> | ||
66 | </menu_item_call> | ||
67 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Restaurar item" left="0" mouse_opaque="true" name="Restore Item" width="128"><on_click filter="" function="Inventory.DoToSelected" userdata="restore" /> | ||
68 | </menu_item_call> | ||
69 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Abrir" left="0" mouse_opaque="true" name="Open" width="128"><on_click filter="" function="Inventory.DoToSelected" userdata="open" /> | ||
70 | </menu_item_call> | ||
71 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Propriedades" left="0" mouse_opaque="true" name="Properties" width="128"><on_click filter="" function="Inventory.DoToSelected" userdata="properties" /> | ||
72 | </menu_item_call> | ||
73 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Renomear" left="0" mouse_opaque="true" name="Rename" width="128"><on_click filter="" function="Inventory.DoToSelected" userdata="rename" /> | ||
74 | </menu_item_call> | ||
75 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Copy Asset UUID" left="0" mouse_opaque="true" name="Copy Asset UUID" width="128"><on_click filter="" function="Inventory.DoToSelected" userdata="copy_uuid" /> | ||
76 | </menu_item_call> | ||
77 | <menu_item_separator name="Copy Separator" /> | ||
78 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Copiar" left="0" mouse_opaque="true" name="Copy" width="128"><on_click filter="" function="Inventory.DoToSelected" userdata="copy" /> | ||
79 | </menu_item_call> | ||
80 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Colar" left="0" mouse_opaque="true" name="Paste" width="128"><on_click filter="" function="Inventory.DoToSelected" userdata="paste" /> | ||
81 | </menu_item_call> | ||
82 | <menu_item_separator name="Paste Separator" /> | ||
83 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Apagar" left="0" mouse_opaque="true" name="Delete" width="128"><on_click filter="" function="Inventory.DoToSelected" userdata="delete" /> | ||
84 | </menu_item_call> | ||
85 | <menu_item_separator name="Folder Wearables Separator" /> | ||
86 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Adicionar ao equipamento" left="0" mouse_opaque="true" name="Add To Outfit" width="128"><on_click filter="" function="Inventory.DoToSelected" userdata="addtooutfit" /> | ||
87 | </menu_item_call> | ||
88 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Substituir equipamento." left="0" mouse_opaque="true" name="Replace Outfit" width="128"><on_click filter="" function="Inventory.DoToSelected" userdata="replaceoutfit" /> | ||
89 | </menu_item_call> | ||
90 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Remover os itens" left="0" mouse_opaque="true" name="Take Off Items" width="128"><on_click filter="" function="Inventory.DoToSelected" userdata="removefromoutfit" /> | ||
91 | </menu_item_call> | ||
92 | <menu_item_separator name="Calling Card Separator" /> | ||
93 | |||
94 | <menu_item_call bottom_delta="-18" height="18" hidden="false" | ||
95 | label="Iniciar conversa em conferência" left="0" mouse_opaque="true" | ||
96 | name="Conference Chat Folder" width="128"> | ||
97 | <on_click filter="" function="Inventory.BeginIMSession" userdata="everyone" /> | ||
98 | </menu_item_call> | ||
99 | |||
100 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Contatos IM Online na pasta." left="0" mouse_opaque="true" name="IM Online Contacts In Folder" width="128"><on_click filter="" function="Inventory.BeginIMSession" userdata="everyone" /> | ||
101 | </menu_item_call> | ||
102 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Todos contantos MI na pasta." left="0" mouse_opaque="true" name="IM All Contacts In Folder" width="128"><on_click filter="" function="Inventory.BeginIMSession" userdata="online" /> | ||
103 | </menu_item_call> | ||
104 | <menu_item_separator name="Sound Separator" /> | ||
105 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Executar" left="0" mouse_opaque="true" name="Sound Play" width="128"><on_click filter="" function="Inventory.DoToSelected" userdata="open" /> | ||
106 | </menu_item_call> | ||
107 | <menu_item_separator name="Landmark Separator" /> | ||
108 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Teleportar para Landmark" left="0" mouse_opaque="true" name="Teleport To Landmark" width="128"><on_click filter="" function="Inventory.DoToSelected" userdata="teleport" /> | ||
109 | </menu_item_call> | ||
110 | <menu_item_separator name="Animation Separator" /> | ||
111 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Executar in World" left="0" mouse_opaque="true" name="Animation Play" width="128"><on_click filter="" function="Inventory.DoToSelected" userdata="playworld" /> | ||
112 | </menu_item_call> | ||
113 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Executar localmente." left="0" mouse_opaque="true" name="Animation Audition" width="128"><on_click filter="" function="Inventory.DoToSelected" userdata="playlocal" /> | ||
114 | </menu_item_call> | ||
115 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Mandar Mensagem Instantânea" left="0" mouse_opaque="true" name="Send Instant Message" width="128"><on_click filter="" function="Inventory.DoToSelected" userdata="begin_im" /> | ||
116 | </menu_item_call> | ||
117 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Oferecer teleporte..." left="0" mouse_opaque="true" name="Offer Teleport..." width="128"><on_click filter="" function="Inventory.DoToSelected" userdata="lure" /> | ||
118 | </menu_item_call> | ||
119 | |||
120 | <menu_item_call bottom_delta="-18" height="18" hidden="false" | ||
121 | label="Iniciar conversa em conferência" left="0" mouse_opaque="true" | ||
122 | name="Conference Chat" width="128"> | ||
123 | <on_click filter="" function="Inventory.BeginIMSession" userdata="selected" /> | ||
124 | </menu_item_call> | ||
125 | |||
126 | <menu_item_separator name="Gesture Separator" /> | ||
127 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Ativar" left="0" mouse_opaque="true" name="Activate" width="128"><on_click filter="" function="Inventory.DoToSelected" userdata="activate" /> | ||
128 | </menu_item_call> | ||
129 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Desativar" left="0" mouse_opaque="true" name="Deactivate" width="128"><on_click filter="" function="Inventory.DoToSelected" userdata="deactivate" /> | ||
130 | </menu_item_call> | ||
131 | <menu_item_separator name="Attach Separator" /> | ||
132 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Retirar de você" left="0" mouse_opaque="true" name="Detach From Yourself" width="128"><on_click filter="" function="Inventory.DoToSelected" userdata="detach" /> | ||
133 | </menu_item_call> | ||
134 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Vestir" left="0" mouse_opaque="true" name="Object Wear" width="128"><on_click filter="" function="Inventory.DoToSelected" userdata="attach" /> | ||
135 | </menu_item_call> | ||
136 | <menu bottom_delta="-18" height="18" hidden="false" label="Anexo a" left="0" mouse_opaque="true" name="Attach To" opaque="true" tear_off="false" width="128" /> | ||
137 | <menu bottom_delta="-18" height="18" hidden="false" label="Anexo a HUD" left="0" mouse_opaque="true" name="Attach To HUD" opaque="true" tear_off="false" width="128" /> | ||
138 | <menu_item_separator name="Wearable Separator" /> | ||
139 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Vestir" left="0" mouse_opaque="true" name="Wearable Wear" width="128"><on_click filter="" function="Inventory.DoToSelected" userdata="wear" /> | ||
140 | </menu_item_call> | ||
141 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Editar" left="0" mouse_opaque="true" name="Wearable Edit" width="128"><on_click filter="" function="Inventory.DoToSelected" userdata="edit" /> | ||
142 | </menu_item_call> | ||
143 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Retirar" left="0" mouse_opaque="true" name="Take Off" width="128"><on_click filter="" function="Inventory.DoToSelected" userdata="take_off" /> | ||
144 | </menu_item_call> | ||
145 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="--Sem opções--" left="0" mouse_opaque="true" name="--no options--" width="128" /> | ||
64 | </menu> | 146 | </menu> |