diff options
author | Ramzi Linden <ramzi@lindenlab.com> | 2010-01-13 12:25:53 -0800 |
---|---|---|
committer | Ramzi Linden <ramzi@lindenlab.com> | 2010-01-13 12:25:53 -0800 |
commit | 0a984f1920d12373ef31e9e7e62d8ad6024a36b4 (patch) | |
tree | fc48e27f1997969ebb480fe8bb9afdb923b0af39 /indra/newview/skins/default/xui/de/panel_edit_gloves.xml | |
parent | f3bd6481a554ade34b133b2ae805838e27598639 (diff) |
DEV-43688 commit new translations - DE, FR, JA cycle2
This adds new, raw translations to the viewer; they will not yet be formatted to fit cleanly to the user.
Diffstat (limited to 'indra/newview/skins/default/xui/de/panel_edit_gloves.xml')
-rw-r--r-- | indra/newview/skins/default/xui/de/panel_edit_gloves.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/de/panel_edit_gloves.xml b/indra/newview/skins/default/xui/de/panel_edit_gloves.xml new file mode 100644 index 0000000000..96db3de135 --- /dev/null +++ b/indra/newview/skins/default/xui/de/panel_edit_gloves.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<panel name="edit_gloves_panel">
+ <panel name="avatar_gloves_color_panel">
+ <texture_picker label="Stoff" name="Fabric" tool_tip="Zum Auswählen eines Bildes hier klicken"/>
+ <color_swatch label="Farbe/Ton" name="Color/Tint" tool_tip="Klicken Sie hier, um die Farbauswahl zu öffnen"/>
+ </panel>
+ <accordion name="wearable_accordion">
+ <accordion_tab name="gloves_main_tab" title="Handschuhe"/>
+ </accordion>
+</panel>
|