diff options
author | Jacek Antonelli | 2008-08-15 23:45:13 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:13 -0500 |
commit | c206147ceffd6836bf0f6fe50d0ae4de77c7dcba (patch) | |
tree | d8c59df84d01578baea97fb84899a547218f2c8d /linden/indra/newview/skins/xui/pt/panel_avatar_classified.xml | |
parent | Second Life viewer sources 1.18.4.0-RC (diff) | |
download | meta-impy-c206147ceffd6836bf0f6fe50d0ae4de77c7dcba.zip meta-impy-c206147ceffd6836bf0f6fe50d0ae4de77c7dcba.tar.gz meta-impy-c206147ceffd6836bf0f6fe50d0ae4de77c7dcba.tar.bz2 meta-impy-c206147ceffd6836bf0f6fe50d0ae4de77c7dcba.tar.xz |
Second Life viewer sources 1.18.4.1-RC
Diffstat (limited to 'linden/indra/newview/skins/xui/pt/panel_avatar_classified.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/pt/panel_avatar_classified.xml | 39 |
1 files changed, 15 insertions, 24 deletions
diff --git a/linden/indra/newview/skins/xui/pt/panel_avatar_classified.xml b/linden/indra/newview/skins/xui/pt/panel_avatar_classified.xml index fa9b982..dd13e45 100644 --- a/linden/indra/newview/skins/xui/pt/panel_avatar_classified.xml +++ b/linden/indra/newview/skins/xui/pt/panel_avatar_classified.xml | |||
@@ -1,25 +1,16 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> |
2 | <panel name="Classified" title="Classificado"> | 2 | <panel border="true" bottom="0" follows="top|left" height="332" left="0" name="Classified" title="Classificados" width="350"><texture_picker bottom="-165" follows="left|top" height="155" left="10" name="snapshot_ctrl" width="207" /> |
3 | <line_editor name="given_name_editor" | 3 | <line_editor bg_readonly_color="clear" bottom_delta="-8" enabled="false" follows="left|top" font="SansSerif" height="20" left="10" name="given_name_editor" text_readonly_color="white" tool_tip="O Nome precisa começar com uma letra ou número, não pontuação." width="280" /> |
4 | tool_tip="O nome deve começar com uma letra ou número, mas não pode ser uma pontuação." /> | 4 | <text_editor bg_readonly_color="clear" enabled="false" follows="left|top" font="SansSerifSmall" height="70" left="10" max_length="1023" name="desc_editor" text_readonly_color="white" width="280" word_wrap="true" /> |
5 | <line_editor name="location_editor" | 5 | <line_editor bg_readonly_color="clear" enabled="false" follows="left|top" font="SansSerifSmall" height="20" left="10" name="location_editor" text_readonly_color="white" tool_tip="Defina a posição para este classificado para sua posição atual." width="280" /> |
6 | tool_tip="Ajuste o local para este classificado para sua posição atual." /> | 6 | <button bottom_delta="-27" follows="left|top" height="20" label="Definir Posição" left="10" name="set_location_btn" width="110" /> |
7 | <button label="Definir local" name="set_location_btn" /> | 7 | <button bottom_delta="0" follows="left|top" height="20" label="Teleporte" left_delta="120" name="classified_teleport_btn" width="80" /> |
8 | <button label="Teletransportar" name="classified_teleport_btn" /> | 8 | <button bottom_delta="0" follows="left|top" height="20" label="Mapa" left_delta="90" name="classified_map_btn" width="80" /> |
9 | <button label="Mapa" name="classified_map_btn" /> | 9 | <combo_box bottom_delta="-27" follows="left|top" height="18" label="" left="10" name="classified_category_combo" right="150" /> |
10 | <combo_box label="" name="classified_category_combo" /> | 10 | <check_box bottom_delta="-1" follows="left|top" height="20" label="Adulto" left="160" name="classified_mature_check" width="80" /> |
11 | <check_box label="Adulto" name="classified_mature_check" /> | 11 | <text bg_readonly_color="clear" bottom_delta="-25" follows="left|top" font="SansSerifSmall" height="18" left="10" name="classified_info_text" text_readonly_color="white" tool_tip="Quando mais você escolhe pagar pelo seu anúncio, melhor será sua visualizaçã na lista." width="300">Lugar do Anúncio: Ainda não publicado</text> |
12 | <text name="classified_info_text" | 12 | <text bg_readonly_color="clear" bottom_delta="-18" follows="left|top" font="SansSerifSmall" height="18" left="10" name="click_through_text" text_readonly_color="white" tool_tip="Número total de cliques em cada botão desde que este classificado foi posicionado." width="300">Cliques:</text> |
13 | tool_tip="Quanto mais você pagar por seu anúncio, mais alto ele aparecerá na lista."> | 13 | <button bottom_delta="-16" follows="left|top" height="18" label="Publicar..." left="160" name="classified_update_btn" width="110" /> |
14 | Anúncio colocado: Nada publicado ainda | 14 | <check_box bottom_delta="0" enabled="true" follows="left|top" font="SansSerifSmall" height="20" label="Auto-Renovar a cada Semana" left="10" name="auto_renew_check" width="120" /> |
15 | </text> | 15 | <text hidden="true" name="ad_placed_paid">Anúncio publicado em: [DATE], Pago L$[AMT] para listar.</text> |
16 | <text name="click_through_text" | ||
17 | tool_tip="Número total de cliques em cada botão desde que este classificado foi colocado."> | ||
18 | Cliques: | ||
19 | </text> | ||
20 | <button label="Publicar..." name="classified_update_btn" /> | ||
21 | <check_box label="Autorenovar a cada semana" name="auto_renew_check" /> | ||
22 | <text name="ad_placed_paid"> | ||
23 | Anúncio colocado: [DATE], pagod L$[AMT] pela listagem. | ||
24 | </text> | ||
25 | </panel> | 16 | </panel> |