summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/de/floater_map.xml
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-02-18 15:58:48 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-02-18 15:58:48 +0000
commit8ca1ace6510ba33c0b44b228fb5a58935320f2d0 (patch)
tree67fd8ffab4b00deee7934db987210227d78098ad /indra/newview/skins/default/xui/de/floater_map.xml
parente09822153e135e8fc89f6fdb3338bb9e8e5b6132 (diff)
parentb71f451b76ef65c6afc29a9da8c0f5d0b40cd720 (diff)
viewer2 merge.
Diffstat (limited to 'indra/newview/skins/default/xui/de/floater_map.xml')
-rw-r--r--indra/newview/skins/default/xui/de/floater_map.xml54
1 files changed, 54 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/de/floater_map.xml b/indra/newview/skins/default/xui/de/floater_map.xml
new file mode 100644
index 0000000000..a9a3149177
--- /dev/null
+++ b/indra/newview/skins/default/xui/de/floater_map.xml
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<floater name="Map" title="Minikarte">
+ <floater.string name="mini_map_north">
+ N
+ </floater.string>
+ <floater.string name="mini_map_east">
+ O
+ </floater.string>
+ <floater.string name="mini_map_west">
+ W
+ </floater.string>
+ <floater.string name="mini_map_south">
+ S
+ </floater.string>
+ <floater.string name="mini_map_southeast">
+ SO
+ </floater.string>
+ <floater.string name="mini_map_northeast">
+ NO
+ </floater.string>
+ <floater.string name="mini_map_southwest">
+ SW
+ </floater.string>
+ <floater.string name="mini_map_northwest">
+ NW
+ </floater.string>
+ <floater.string name="ToolTipMsg">
+ [AGENT][REGION](Karte mit Doppelklick öffnen)
+ </floater.string>
+ <text label="N" name="floater_map_north" text="N">
+ N
+ </text>
+ <text label="O" name="floater_map_east" text="O">
+ O
+ </text>
+ <text label="W" name="floater_map_west" text="W">
+ W
+ </text>
+ <text label="S" name="floater_map_south" text="S">
+ S
+ </text>
+ <text label="SO" name="floater_map_southeast" text="SO">
+ SO
+ </text>
+ <text label="NO" name="floater_map_northeast" text="NO">
+ NO
+ </text>
+ <text label="SW" name="floater_map_southwest" text="SW">
+ SW
+ </text>
+ <text label="NW" name="floater_map_northwest" text="NW">
+ NW
+ </text>
+</floater>