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.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/it/floater_gesture.xml b/indra/newview/skins/default/xui/it/floater_gesture.xml
new file mode 100644
index 0000000000..eefa3bb392
--- /dev/null
+++ b/indra/newview/skins/default/xui/it/floater_gesture.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<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">
+ <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>
+ <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"/>
+</floater>