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_region_texture.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_region_texture.xml')
-rw-r--r-- | indra/newview/skins/default/xui/de/panel_region_texture.xml | 115 |
1 files changed, 58 insertions, 57 deletions
diff --git a/indra/newview/skins/default/xui/de/panel_region_texture.xml b/indra/newview/skins/default/xui/de/panel_region_texture.xml index df936ff643..1194787bb1 100644 --- a/indra/newview/skins/default/xui/de/panel_region_texture.xml +++ b/indra/newview/skins/default/xui/de/panel_region_texture.xml @@ -1,57 +1,58 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes" ?> -<panel label="Bodentexturen" name="Textures"> - <text name="region_text_lbl"> - Region: - </text> - <text name="region_text"> - unbekannt - </text> - <text name="detail_texture_text"> - Terraintexturen (erfordert 512x512, 24-Bit-.tga-Dateien) - </text> - <text name="height_text_lbl"> - 1 (niedrig) - </text> - <text name="height_text_lbl2"> - 2 - </text> - <text name="height_text_lbl3"> - 3 - </text> - <text name="height_text_lbl4"> - 4 (Hoch) - </text> - <text name="height_text_lbl5"> - Texturhöhenbereich - </text> - <text name="height_text_lbl6"> - Südwest - </text> - <text name="height_text_lbl7"> - Nordwest - </text> - <text name="height_text_lbl8"> - Südost - </text> - <text name="height_text_lbl9"> - Nordost - </text> - <spinner label="Niedrig" name="height_start_spin_0" /> - <spinner label="Niedrig" name="height_start_spin_1" /> - <spinner label="Niedrig" name="height_start_spin_2" /> - <spinner label="Niedrig" name="height_start_spin_3" /> - <spinner label="Hoch" name="height_range_spin_0" /> - <spinner label="Hoch" name="height_range_spin_1" /> - <spinner label="Hoch" name="height_range_spin_2" /> - <spinner label="Hoch" name="height_range_spin_3" /> - <text name="height_text_lbl10"> - Diese Werte geben den Mischungsgrad für die obigen Texturen an. - </text> - <text name="height_text_lbl11"> - Der UNTERE Wert gibt die MAXIMALE Höhe von Textur Nr. 1 an - </text> - <text name="height_text_lbl12"> - und der OBERE WERT die MINIMALE Höhe von Textur 4. - </text> - <button label="Übernehmen" name="apply_btn" /> -</panel> +<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<panel label="Bodentexturen" name="Textures">
+ <text name="region_text_lbl">
+ Region:
+ </text>
+ <text name="region_text">
+ unbekannt
+ </text>
+ <text name="detail_texture_text">
+ Terraintexturen (erfordert 512x512, 24-Bit-.tga-Dateien)
+ </text>
+ <text name="height_text_lbl">
+ 1 (niedrig)
+ </text>
+ <text name="height_text_lbl2">
+ 2
+ </text>
+ <text name="height_text_lbl3">
+ 3
+ </text>
+ <text name="height_text_lbl4">
+ 4 (Hoch)
+ </text>
+ <text name="height_text_lbl5">
+ Texturhöhenbereich
+ </text>
+ <text name="height_text_lbl6">
+ Südwest
+ </text>
+ <text name="height_text_lbl7">
+ Nordwest
+ </text>
+ <text name="height_text_lbl8">
+ Südost
+ </text>
+ <text name="height_text_lbl9">
+ Nordost
+ </text>
+ <spinner label="Niedrig" name="height_start_spin_0"/>
+ <spinner label="Niedrig" name="height_start_spin_1"/>
+ <spinner label="Niedrig" name="height_start_spin_2"/>
+ <spinner label="Niedrig" name="height_start_spin_3"/>
+ <spinner label="Hoch" name="height_range_spin_0"/>
+ <spinner label="Hoch" name="height_range_spin_1"/>
+ <spinner label="Hoch" name="height_range_spin_2"/>
+ <spinner label="Hoch" name="height_range_spin_3"/>
+ <text name="height_text_lbl10">
+ Diese Werte geben den Mischungsgrad für die obigen Texturen an.
+ </text>
+ <text name="height_text_lbl11">
+ Der UNTERE Wert gibt die MAXIMALE Höhe von Textur Nr. 1 an
+und der OBERE WERT die MINIMALE Höhe von Textur 4.
+ </text>
+ <text name="height_text_lbl12">
+ und der OBERE WERT die MINIMALE Höhe von Textur 4.
+ </text>
+ <button label="Übernehmen" name="apply_btn"/>
+</panel>
|