diff options
Diffstat (limited to 'indra/newview/skins/default/xui/fr/panel_region_covenant.xml')
-rw-r--r-- | indra/newview/skins/default/xui/fr/panel_region_covenant.xml | 95 |
1 files changed, 63 insertions, 32 deletions
diff --git a/indra/newview/skins/default/xui/fr/panel_region_covenant.xml b/indra/newview/skins/default/xui/fr/panel_region_covenant.xml index 557e88267d..f2ba297fd2 100644 --- a/indra/newview/skins/default/xui/fr/panel_region_covenant.xml +++ b/indra/newview/skins/default/xui/fr/panel_region_covenant.xml @@ -1,51 +1,82 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<?xml version="1.0" encoding="utf-8" standalone="yes"?> <panel label="Règlement" name="Covenant"> - <text name="covenant_help_text" bottom="-25"> - Les changements apportés au règlement apparaîtront sur toutes les -parcelles du domaine. + <text name="estate_section_lbl"> + Domaine : + </text> + <text bottom_delta="-19" name="estate_name_lbl"> + Nom : + </text> + <text name="estate_name_text"> + continent + </text> + <text bottom_delta="-19" name="estate_owner_lbl"> + Propriétaire : + </text> + <text name="estate_owner_text"> + (aucun) + </text> + <text name="estate_cov_lbl"> + Règlement : + </text> + <text name="covenant_timestamp_text"> + Dernière modification le mercredi 31 décembre 1969 16:00:00 + </text> + <button label="?" name="covenant_help"/> + <text_editor bottom="-263" height="178" name="covenant_editor"> + Il n'y a aucun règlement pour ce domaine. + </text_editor> + <button label="Réinitialiser" name="reset_covenant"/> + <text name="covenant_help_text"> + Les changements apportés au règlement apparaîtront sur toutes + les parcelles du domaine. </text> - <text name="region_name_lbl" bottom_delta="-31"> + <text bottom_delta="-31" name="covenant_instructions"> + Faire glisser une note pour changer le règlement de ce domaine. + </text> + <text name="region_section_lbl"> Région : </text> + <text name="region_name_lbl"> + Nom : + </text> <text name="region_name_text"> - (inconnue) + leyla </text> - <text name="estate_name_lbl" bottom_delta="-19"> - Domaine : + <text name="region_landtype_lbl"> + Type : </text> - <text name="estate_name_text"> - (inconnu) + <text name="region_landtype_text"> + Continent / Homestead </text> - <text name="covenent_instructions"> - Pour modifier le règlement de ce domaine, glissez-déposez une note. + <text name="region_maturity_lbl"> + Catégorie : </text> - <button label="?" name="covenant_help" /> - <button label="Redéfinir" name="reset_covenant" /> - <text name="estate_owner_lbl" bottom_delta="-19"> - Propriétaire : + <text name="region_maturity_text"> + Adult </text> - <text name="estate_owner_text"> - (inconnu) + <text name="resellable_lbl"> + Revendre : </text> <text name="resellable_clause"> - Le terrain acheté dans cette région peut être revendu ou pas. + Le terrain dans cette région ne peut être revendu. + </text> + <text name="changeable_lbl"> + Sous-diviser : </text> <text name="changeable_clause"> - Le terrain acheté dans cette région peut être fusionné/divisé ou pas. + Le terrain dans cette région ne peut être fusionné/divisé. </text> - <text_editor name="covenant_editor"> - Chargement... - </text_editor> - <text name="can_resell"> + <string name="can_resell"> Le terrain acheté dans cette région peut être revendu. - </text> - <text name="can_not_resell"> + </string> + <string name="can_not_resell"> Le terrain acheté dans cette région ne peut pas être revendu. - </text> - <text name="can_change"> + </string> + <string name="can_change"> Le terrain acheté dans cette région peut être fusionné ou divisé. - </text> - <text name="can_not_change"> - Le terrain acheté dans cette région ne peut pas être fusionné ou divisé. - </text> + </string> + <string name="can_not_change"> + Le terrain acheté dans cette région ne peut pas être fusionné ou +divisé. + </string> </panel> |