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

45 lines
1.7 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"?>
<floater name="floaterbulkperms" title="Changement des droits relatifs au contenu">
<text name="applyto">
Types de contenu
</text>
<check_box label="Animation" name="check_animation"/>
<check_box label="Parties du corps" name="check_bodypart"/>
<check_box label="Habits" name="check_clothing"/>
<check_box label="Gestes" name="check_gesture"/>
<check_box label="Repères" name="check_landmark"/>
<check_box label="Notes" name="check_notecard"/>
<check_box label="Objets" name="check_object"/>
<check_box label="Scripts" name="check_script"/>
<check_box label="Sons" name="check_sound"/>
<check_box label="Textures" name="check_texture"/>
<button label="Tout cocher" label_selected="Tout" name="check_all"/>
<button label="Tout décocher" label_selected="Aucun" name="check_none"/>
<text name="newperms">
Nouveaux droits
</text>
<check_box label="Partager avec le groupe" name="share_with_group"/>
<check_box label="Autoriser tout le monde à copier" name="everyone_copy"/>
<text name="NextOwnerLabel">
Le prochain propriétaire pourra :
</text>
<check_box label="Modifier" name="next_owner_modify"/>
<check_box label="Copier" name="next_owner_copy"/>
<check_box label="Revendre/Donner" name="next_owner_transfer"/>
<button label="Aide" name="help"/>
<button label="Appliquer" name="apply"/>
<button label="Fermer" name="close"/>
<string name="nothing_to_modify_text">
La sélection contient des contenus non modifiables.
</string>
<string name="status_text">
Permissions paramétrées sur [NAME]
</string>
<string name="start_text">
Demande de changement des droits lancée...
</string>
<string name="done_text">
Demande de changement des droits finie.
</string>
</floater>