diff options
author | Monroe Linden <monroe@lindenlab.com> | 2010-02-18 15:22:10 -0800 |
---|---|---|
committer | Monroe Linden <monroe@lindenlab.com> | 2010-02-18 15:22:10 -0800 |
commit | 890ec637d41330a2a91d23b09b6aaaf49738d19a (patch) | |
tree | b093f98112fb0cfdcad5452df1b266f1e0052fc0 /indra/newview/skins/default/xui/it/floater_bulk_perms.xml | |
parent | 1d1e4c7abe5c46cfafbc351e8cad3197d2befefc (diff) | |
parent | 4ab945c9f0000ead1eca22eefe0829bf3c15d7da (diff) |
Automated merge with ssh://hg.lindenlab.com/q/viewer-hotfix
Diffstat (limited to 'indra/newview/skins/default/xui/it/floater_bulk_perms.xml')
-rw-r--r-- | indra/newview/skins/default/xui/it/floater_bulk_perms.xml | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/it/floater_bulk_perms.xml b/indra/newview/skins/default/xui/it/floater_bulk_perms.xml new file mode 100644 index 0000000000..26890dc209 --- /dev/null +++ b/indra/newview/skins/default/xui/it/floater_bulk_perms.xml @@ -0,0 +1,54 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="floaterbulkperms" title="MODIFICA PERMESSI DEL CONTENUTO"> + <floater.string name="nothing_to_modify_text"> + La selezione non contiene nessun contenuto modificabile. + </floater.string> + <floater.string name="status_text"> + Impostazione permessi su [NAME] + </floater.string> + <floater.string name="start_text"> + Avvio richiesta di modifica dei permessi... + </floater.string> + <floater.string name="done_text"> + Conclusa richiesta di modifica dei permessi. + </floater.string> + <check_box label="Animazioni" name="check_animation"/> + <icon name="icon_animation" tool_tip="Animazioni"/> + <check_box label="Parti del corpo" name="check_bodypart"/> + <icon name="icon_bodypart" tool_tip="Parti del Corpo"/> + <check_box label="Abiti" name="check_clothing"/> + <icon name="icon_clothing" tool_tip="Vestiario"/> + <check_box label="Gesture" name="check_gesture"/> + <icon name="icon_gesture" tool_tip="Gestures"/> + <check_box label="Notecard" name="check_notecard"/> + <icon name="icon_notecard" tool_tip="Notecards"/> + <check_box label="Oggetti" name="check_object"/> + <icon name="icon_object" tool_tip="Oggetti"/> + <check_box label="Script" name="check_script"/> + <icon name="icon_script" tool_tip="Scripts"/> + <check_box label="Suoni" name="check_sound"/> + <icon name="icon_sound" tool_tip="Suoni"/> + <check_box label="Texture" name="check_texture"/> + <icon name="icon_texture" tool_tip="Textures"/> + <button label="√ Tutto" label_selected="Tutti" name="check_all"/> + <button label="Pulisci" label_selected="Nessuno" name="check_none"/> + <text name="newperms"> + Nuovo Permessi del Contenuto + </text> + <text name="GroupLabel"> + Gruppo: + </text> + <check_box label="Condividi" name="share_with_group"/> + <text name="AnyoneLabel"> + Chiunque: + </text> + <check_box label="Copia" name="everyone_copy"/> + <text name="NextOwnerLabel"> + Prossimo proprietario: + </text> + <check_box label="Modificare" name="next_owner_modify"/> + <check_box label="Copiare" name="next_owner_copy"/> + <check_box initial_value="true" label="Transfer" name="next_owner_transfer" tool_tip="Prossimo proprietario può donare o rivendere questo oggetto"/> + <button label="Ok" name="apply"/> + <button label="Cancella" name="close"/> +</floater> |