diff options
author | Debi King (Dessie) <dessie@lindenlab.com> | 2011-05-26 11:40:25 -0400 |
---|---|---|
committer | Debi King (Dessie) <dessie@lindenlab.com> | 2011-05-26 11:40:25 -0400 |
commit | dc9aa56f6617ae1f5eaf46ba7b1596aca07d4f84 (patch) | |
tree | 04b0f030ded7bd9c264d763b7d6124c5954cc4d2 /indra/newview/skins/default/xui/zh/floater_map.xml | |
parent | fda331bb801918aab3eb5b7026f7e868eca248a2 (diff) | |
parent | 163c2c52aa860e40549d3c8deb1449f3f30d8271 (diff) |
STORM-1283 - merge changes for VWR-25039, VWR-25044, VWR-25052, INTL-46
Diffstat (limited to 'indra/newview/skins/default/xui/zh/floater_map.xml')
-rw-r--r-- | indra/newview/skins/default/xui/zh/floater_map.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/zh/floater_map.xml b/indra/newview/skins/default/xui/zh/floater_map.xml new file mode 100644 index 0000000000..b535ef0074 --- /dev/null +++ b/indra/newview/skins/default/xui/zh/floater_map.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="Map" title=""> + <floater.string name="ToolTipMsg"> + [REGION](Double-click to open Map, shift-drag to pan) + </floater.string> + <floater.string name="AltToolTipMsg"> + [REGION](Double-click to teleport, shift-drag to pan) + </floater.string> + <floater.string name="mini_map_caption"> + MINIMAP + </floater.string> + <text label="N" name="floater_map_north"> + N + </text> + <text label="E" name="floater_map_east"> + E + </text> + <text label="W" name="floater_map_west"> + W + </text> + <text label="S" name="floater_map_south"> + S + </text> + <text label="SE" name="floater_map_southeast"> + SE + </text> + <text label="NE" name="floater_map_northeast"> + NE + </text> + <text label="SW" name="floater_map_southwest"> + SW + </text> + <text label="NW" name="floater_map_northwest"> + NW + </text> +</floater> |