summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/es/panel_group_land_money.xml
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/skins/default/xui/es/panel_group_land_money.xml')
-rw-r--r--indra/newview/skins/default/xui/es/panel_group_land_money.xml84
1 files changed, 84 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/es/panel_group_land_money.xml b/indra/newview/skins/default/xui/es/panel_group_land_money.xml
new file mode 100644
index 0000000000..2ad290b49f
--- /dev/null
+++ b/indra/newview/skins/default/xui/es/panel_group_land_money.xml
@@ -0,0 +1,84 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<panel label="Terreno y L$" name="land_money_tab">
+ <string name="help_text">
+ Aparece una advertencia si el Terreno total en uso es menor que o igual a la Contribución total.
+ </string>
+ <button label="?" name="help_button"/>
+ <string name="cant_view_group_land_text">
+ No tienes permiso para ver el terreno propiedad del grupo
+ </string>
+ <string name="cant_view_group_accounting_text">
+ No tienes permiso para ver la información de la cuenta del grupo.
+ </string>
+ <string name="loading_txt">
+ Cargando...
+ </string>
+ <text name="group_land_heading" width="250">
+ Terreno propiedad del grupo
+ </text>
+ <scroll_list name="group_parcel_list">
+ <column label="Parcela" name="name" width="100"/>
+ <column label="Región" name="location" width="100"/>
+ <column label="Tipo" name="type" width="100"/>
+ <column label="Superficie" name="area" width="81"/>
+ <column label="" name="hidden"/>
+ </scroll_list>
+ <button label="Mapa" label_selected="Mapa" left="282" name="map_button" width="130"/>
+ <text name="total_contributed_land_label">
+ Contribución total:
+ </text>
+ <text name="total_contributed_land_value">
+ [AREA] m²
+ </text>
+ <text name="total_land_in_use_label">
+ Terreno total en uso:
+ </text>
+ <text name="total_land_in_use_value">
+ [AREA] m²
+ </text>
+ <text name="land_available_label">
+ Terreno disponible:
+ </text>
+ <text name="land_available_value">
+ [AREA] m²
+ </text>
+ <text name="your_contribution_label">
+ Tu contribución:
+ </text>
+ <string name="land_contrib_error">
+ No se ha podido definir tu contribución de terreno
+ </string>
+ <text name="your_contribution_units">
+ m²
+ </text>
+ <text name="your_contribution_max_value">
+ ([AMOUNT] máx.)
+ </text>
+ <text name="group_over_limit_text">
+ Se necesitan más créditos de terreno para mantener el terreno en uso
+ </text>
+ <text name="group_money_heading">
+ L$ del grupo
+ </text>
+ <tab_container name="group_money_tab_container">
+ <panel label="RESUMEN" name="group_money_planning_tab">
+ <text_editor name="group_money_planning_text">
+ Cargando...
+ </text_editor>
+ </panel>
+ <panel label="DETALLES" name="group_money_details_tab">
+ <text_editor name="group_money_details_text">
+ Cargando...
+ </text_editor>
+ <button label="&lt; Antes" label_selected="&lt; Antes" name="earlier_details_button" tool_tip="Anterior"/>
+ <button label="Después &gt;" label_selected="Después &gt;" name="later_details_button" tool_tip="Siguiente"/>
+ </panel>
+ <panel label="VENTAS" name="group_money_sales_tab">
+ <text_editor name="group_money_sales_text">
+ Cargando...
+ </text_editor>
+ <button label="&lt; Antes" label_selected="&lt; Antes" name="earlier_sales_button" tool_tip="Anterior"/>
+ <button label="Después &gt;" label_selected="Después &gt;" name="later_sales_button" tool_tip="Siguiente"/>
+ </panel>
+ </tab_container>
+</panel>