diff options
author | Kent Quirk <q@lindenlab.com> | 2010-02-18 20:37:37 -0500 |
---|---|---|
committer | Kent Quirk <q@lindenlab.com> | 2010-02-18 20:37:37 -0500 |
commit | 9dbe107f4e547d1aec0a234eaa0e6f83dd987898 (patch) | |
tree | 1638f20fa91e19043e91e303360c98f4676939e4 /indra/newview/skins/default/xui/pt/panel_group_land_money.xml | |
parent | 6b48a59c9994b746a5f1ba2c7d74688ddc6d5215 (diff) |
move base back to default because doing it as a backout was causing merge errors
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 | 84 |
1 files changed, 84 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..5b09363e3c --- /dev/null +++ b/indra/newview/skins/default/xui/pt/panel_group_land_money.xml @@ -0,0 +1,84 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<panel label="Terra & L$" name="land_money_tab"> + <string name="help_text"> + Lotes pertencentes ao grupo são listados adiante, com os detalhes de contribuição. Um aviso aparece até que o Total de Terra em Uso seja menor ou igual à Contribuição Total. As abas de Planejamento, Detalhes e Vendas fornecem informações sobre as finanças do grupo. + </string> + <button label="?" name="help_button"/> + <string name="cant_view_group_land_text"> + Você não tem permissão para ver as terras pertencentes ao grupo. + </string> + <string name="cant_view_group_accounting_text"> + Você não tem permissão para ver as informações sobre as contas 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="Nome do Lote" name="name"/> + <column label="Região" name="location"/> + <column label="Tipo" name="type"/> + <column label="Área" name="area"/> + </scroll_list> + <button label="Mostrar no Mapa" label_selected="Mostrar no Mapa" name="map_button" left="282" width="130"/> + <text name="total_contributed_land_label"> + Contribuição Total: + </text> + <text name="total_contributed_land_value"> + [AREA] m² + </text> + <text name="total_land_in_use_label"> + Total de Terra em Uso: + </text> + <text name="total_land_in_use_value"> + [AREA] m² + </text> + <text name="land_available_label"> + Terra Disponível: + </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 é possível definir sua contribuição para o terreno. + </string> + <text name="your_contribution_units"> + ( m² ) + </text> + <text name="your_contribution_max_value"> + ([AMOUNT] máxima) + </text> + <text name="group_over_limit_text"> + Membros do grupo precisam contribuir com mais créditos de Terra para +garantir a terra em uso. + </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"> + Computando.. + </text_editor> + </panel> + <panel label="Detalhes" name="group_money_details_tab"> + <text_editor name="group_money_details_text"> + Computando... + </text_editor> + <button label="< Mais Cedo" label_selected="< Cedo" name="earlier_details_button" tool_tip="Voltar no Tempo"/> + <button label="Mais Tarde >" label_selected="Tarde >" name="later_details_button" tool_tip="Adiantar o Tempo"/> + </panel> + <panel label="Vendas" name="group_money_sales_tab"> + <text_editor name="group_money_sales_text"> + Computando... + </text_editor> + <button label="< Mais Cedo" label_selected="< Mais Cedo" name="earlier_sales_button" tool_tip="Voltar no Tempo"/> + <button label="Mais Tarde >" label_selected="Mais Tarde >" name="later_sales_button" tool_tip="Adiantar o Tempo"/> + </panel> + </tab_container> +</panel> |