diff options
author | Monroe Linden <monroe@lindenlab.com> | 2010-02-18 15:22:10 -0800 |
---|---|---|
committer | Monroe Linden <monroe@lindenlab.com> | 2010-02-18 15:22:10 -0800 |
commit | 890ec637d41330a2a91d23b09b6aaaf49738d19a (patch) | |
tree | b093f98112fb0cfdcad5452df1b266f1e0052fc0 /indra/newview/skins/default/xui/da/floater_map.xml | |
parent | 1d1e4c7abe5c46cfafbc351e8cad3197d2befefc (diff) | |
parent | 4ab945c9f0000ead1eca22eefe0829bf3c15d7da (diff) |
Automated merge with ssh://hg.lindenlab.com/q/viewer-hotfix
Diffstat (limited to 'indra/newview/skins/default/xui/da/floater_map.xml')
-rw-r--r-- | indra/newview/skins/default/xui/da/floater_map.xml | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/da/floater_map.xml b/indra/newview/skins/default/xui/da/floater_map.xml new file mode 100644 index 0000000000..f618548908 --- /dev/null +++ b/indra/newview/skins/default/xui/da/floater_map.xml @@ -0,0 +1,51 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="Map"> + <floater.string name="mini_map_north"> + N + </floater.string> + <floater.string name="mini_map_east"> + Ø + </floater.string> + <floater.string name="mini_map_west"> + V + </floater.string> + <floater.string name="mini_map_south"> + S + </floater.string> + <floater.string name="mini_map_southeast"> + SØ + </floater.string> + <floater.string name="mini_map_northeast"> + NØ + </floater.string> + <floater.string name="mini_map_southwest"> + SV + </floater.string> + <floater.string name="mini_map_northwest"> + NV + </floater.string> + <text label="N" name="floater_map_north" text="N"> + N + </text> + <text label="Ø" name="floater_map_east" text="Ø"> + Ø + </text> + <text label="V" name="floater_map_west" text="V"> + V + </text> + <text label="S" name="floater_map_south" text="S"> + S + </text> + <text label="SØ" name="floater_map_southeast" text="SØ"> + SØ + </text> + <text label="NØ" name="floater_map_northeast" text="NØ"> + NØ + </text> + <text label="SV" name="floater_map_southwest" text="SV"> + SV + </text> + <text label="NV" name="floater_map_northwest" text="NV"> + NV + </text> +</floater> |