diff options
author | Monroe Linden <monroe@lindenlab.com> | 2010-02-18 15:48:56 -0800 |
---|---|---|
committer | Monroe Linden <monroe@lindenlab.com> | 2010-02-18 15:48:56 -0800 |
commit | e0efa1dfa236f8a52a88212298b6e5113ef8f07a (patch) | |
tree | 9a94d26d308981d2070129147b9ba751118bdd76 /indra/newview/skins/default/xui/pt/panel_group_land_money.xml | |
parent | ef9b7c5b36c7521c4519e682aa312c4c25c31c2f (diff) | |
parent | 890ec637d41330a2a91d23b09b6aaaf49738d19a (diff) |
Automated merge with ssh://hg.lindenlab.com/q/viewer-hotfix
Diffstat (limited to 'indra/newview/skins/default/xui/pt/panel_group_land_money.xml')
-rw-r--r-- | indra/newview/skins/default/xui/pt/panel_group_land_money.xml | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/pt/panel_group_land_money.xml b/indra/newview/skins/default/xui/pt/panel_group_land_money.xml new file mode 100644 index 0000000000..aa7c7de75f --- /dev/null +++ b/indra/newview/skins/default/xui/pt/panel_group_land_money.xml @@ -0,0 +1,83 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<panel label="Terra & L$" name="land_money_tab"> + <string name="help_text"> + Será exibido um aviso até o Total de terrenos usados for igual ou inferior à contribuição total. + </string> + <button label="?" name="help_button"/> + <string name="cant_view_group_land_text"> + Você não está autorizado a acessar terrenos de grupos + </string> + <string name="cant_view_group_accounting_text"> + Você não está autorizado a acessar os dados de contabilidade do grupo. + </string> + <string name="loading_txt"> + Carregando... + </string> + <text name="group_land_heading" width="250"> + Terra percentente ao grupo + </text> + <scroll_list name="group_parcel_list"> + <column label="Lote" name="name"/> + <column label="Região" name="location"/> + <column label="Tipo" name="type"/> + <column label="Área" name="area"/> + </scroll_list> + <button label="Mapa" label_selected="Mapa" left="282" name="map_button" width="130"/> + <text name="total_contributed_land_label"> + Total contribuído: + </text> + <text name="total_contributed_land_value"> + [AREA] m² + </text> + <text name="total_land_in_use_label"> + Total em uso: + </text> + <text name="total_land_in_use_value"> + [AREA] m² + </text> + <text name="land_available_label"> + Disponíveis: + </text> + <text name="land_available_value"> + [AREA] m² + </text> + <text name="your_contribution_label"> + Sua contribuição: + </text> + <string name="land_contrib_error"> + Não foi possível definir sua contribuição + </string> + <text name="your_contribution_units"> + m² + </text> + <text name="your_contribution_max_value"> + ([AMOUNT] max) + </text> + <text name="group_over_limit_text"> + O terreno em uso requer mais créditos + </text> + <text name="group_money_heading"> + Grupo L$ + </text> + <tab_container name="group_money_tab_container"> + <panel label="PLANEJAMENTO" name="group_money_planning_tab"> + <text_editor name="group_money_planning_text"> + Carregando... + </text_editor> + </panel> + <panel label="DETALHES" name="group_money_details_tab"> + <text_editor name="group_money_details_text"> + Carregando... + </text_editor> + <button label="< Mais Cedo" label_selected="< Cedo" name="earlier_details_button" tool_tip="Atrás"/> + <button label="Mais Tarde >" label_selected="Tarde >" name="later_details_button" tool_tip="Próximo"/> + </panel> + <panel label="VENDAS" name="group_money_sales_tab"> + <text_editor name="group_money_sales_text"> + Carregando... + </text_editor> + <button label="< Mais Cedo" label_selected="< Mais Cedo" name="earlier_sales_button" tool_tip="Atrás"/> + <button label="Mais Tarde >" label_selected="Mais Tarde >" name="later_sales_button" tool_tip="Próximo"/> + </panel> + </tab_container> +</panel> |