/indra/newview/skins/default/xui/fr/floater_land_holdings.xml
XML | 40 lines | 40 code | 0 blank | 0 comment | 0 complexity | 65ffd2f9cacea8745d3ed35f45e61860 MD5 | raw file
Possible License(s): LGPL-2.1
- <?xml version="1.0" encoding="utf-8" standalone="yes"?>
- <floater name="land holdings floater" title="MES TERRAINS">
- <scroll_list name="parcel list">
- <column label="Parcelle" name="name"/>
- <column label="Région" name="location"/>
- <column label="Type" name="type"/>
- <column label="Surface" name="area"/>
- <column label="" name="hidden"/>
- </scroll_list>
- <button label="Téléporter" label_selected="Téléporter" name="Teleport" tool_tip="Téléportez-vous au milieu de ce terrain."/>
- <button label="Carte" label_selected="Carte" name="Show on Map" tool_tip="Afficher ce terrain sur la carte du monde"/>
- <text name="contrib_label">
- Vos contributions :
- </text>
- <scroll_list name="grant list">
- <column label="Groupe" name="group"/>
- <column label="Surface" name="area"/>
- </scroll_list>
- <text name="allowed_label">
- Surface de terrain autorisée avec votre compte :
- </text>
- <text name="allowed_text">
- [AREA] m˛
- </text>
- <text name="current_label">
- Surface occupée actuellement :
- </text>
- <text name="current_text">
- [AREA] m˛
- </text>
- <text name="available_label">
- Disponible ŕ l'achat :
- </text>
- <text name="available_text">
- [AREA] m˛
- </text>
- <string name="area_string">
- [AREA] m˛
- </string>
- </floater>