summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/it/floater_gesture.xml
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/skins/default/xui/it/floater_gesture.xml')
-rw-r--r--indra/newview/skins/default/xui/it/floater_gesture.xml28
1 files changed, 19 insertions, 9 deletions
diff --git a/indra/newview/skins/default/xui/it/floater_gesture.xml b/indra/newview/skins/default/xui/it/floater_gesture.xml
index 91b7381d13..eefa3bb392 100644
--- a/indra/newview/skins/default/xui/it/floater_gesture.xml
+++ b/indra/newview/skins/default/xui/it/floater_gesture.xml
@@ -1,15 +1,25 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
-<floater name="gestures" title="GESTURE ATTIVE">
- <text name="help_label">
- Fai doppio click su una gesture per azionare animazioni
-e suoni.
- </text>
+<floater label="Posti" name="gestures" title="GESTURES">
+ <floater.string name="loading">
+ Caricando...
+ </floater.string>
+ <floater.string name="playing">
+ (Riproducendo)
+ </floater.string>
+ <floater.string name="copy_name">
+ Copia di [COPY_NAME]
+ </floater.string>
<scroll_list bottom_delta="-385" height="360" name="gesture_list">
- <column label="Frase scatenante" name="trigger" width="106"/>
- <column label="Pulsante" name="shortcut" width="65"/>
- <column label="Nome" name="name" width="129"/>
+ <scroll_list.columns label="Nome" name="name" width="129"/>
+ <scroll_list.columns label="Chat" name="trigger" width="106"/>
+ <scroll_list.columns label="Pulsante" name="shortcut" width="65"/>
</scroll_list>
- <button label="Nuova" name="new_gesture_btn"/>
+ <panel label="bottom_panel" name="bottom_panel">
+ <menu_button name="gear_btn" tool_tip="PiĆ¹ opzioni"/>
+ <button name="new_gesture_btn" tool_tip="Crea nuova gesture"/>
+ <button name="activate_btn" tool_tip="Attiva/Disattiva la gesture selezionata"/>
+ <button name="del_btn" tool_tip="Cancella questa gesture"/>
+ </panel>
<button label="Modifica" name="edit_btn"/>
<button label="Play" name="play_btn"/>
<button label="Stop" name="stop_btn"/>