diff options
Diffstat (limited to 'indra/newview/skins/default/xui/fr/floater_bulk_perms.xml')
-rw-r--r-- | indra/newview/skins/default/xui/fr/floater_bulk_perms.xml | 84 |
1 files changed, 44 insertions, 40 deletions
diff --git a/indra/newview/skins/default/xui/fr/floater_bulk_perms.xml b/indra/newview/skins/default/xui/fr/floater_bulk_perms.xml index 34588c78eb..b868aa33ad 100644 --- a/indra/newview/skins/default/xui/fr/floater_bulk_perms.xml +++ b/indra/newview/skins/default/xui/fr/floater_bulk_perms.xml @@ -1,40 +1,44 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?>
-<floater name="floaterbulkperms" title="Changement des permissions relatives 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"/>
- <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="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 permissions lancée...
- </string>
- <string name="done_text">
- Demande de changement des permissions finie.
- </string>
-</floater>
+<?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> |