Files
SingularityViewer/indra/newview/skins/default/xui/fr/panel_classified.xml
2012-03-05 19:17:07 +01:00

32 lines
1.2 KiB
XML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="Classified" title="Annonces">
<line_editor name="given_name_editor" tool_tip="Le nom doit commencer par une lettre ou un chiffre, et non un signe de ponctuation."/>
<line_editor name="location_editor" tool_tip="Définir votre position actuelle comme emplacement pour cette annonce."/>
<button label="Définir" name="set_location_btn"/>
<button label="Téléporter" name="classified_teleport_btn"/>
<button label="Voir sur la carte" name="classified_map_btn" width="115"/>
<button label="Profil" left="245" name="classified_profile_btn"/>
<combo_box name="classified_mature_check" width="190">
<combo_item name="select_mature">
- Type de public -
</combo_item>
<combo_item name="mature">
Contenu Mature
</combo_item>
<combo_item name="pg">
Contenu PG
</combo_item>
</combo_box>
<combo_box label="" name="classified_category_combo"/>
<button label="Mise à jour" name="classified_update_btn" width="80"/>
<string name="ad_placed_paid">
Annonce passée le : [DATE]. Prix : [AMT] L$.
</string>
<string name="update_txt">
Mise à jour
</string>
<string name="publish_txt">
Publier...
</string>
</panel>