Files
SingularityViewer/indra/newview/skins/default/xui/fr/floater_land_holdings.xml
Lirusaito 84795863e5 Translations updated
Updated French Translation from Nomade's Zip for MultiWear.
Updated Translations to use basically the same format, and not have some cruft.
Abouts updated to include Spanish translators: Damian Zhaoying, and Franxizco Romano.
2012-07-16 17:07:22 -04:00

41 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="land holdings floater" title="Mes terrains">
<scroll_list name="parcel list">
<column label="Nom de la 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éporter au milieu de ce terrain."/>
<button label="Voir sur la carte" label_selected="Voir sur la 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>