diff options
author | Monty Brandenberg <monty@lindenlab.com> | 2012-09-07 12:53:07 -0400 |
---|---|---|
committer | Monty Brandenberg <monty@lindenlab.com> | 2012-09-07 12:53:07 -0400 |
commit | 04e8d074b2f21438b3f9c463a387c964cd5b6961 (patch) | |
tree | c95b5bee3fd31fc66b0055c9635f5d8369cbd5e6 /indra/newview/skins/default/xui/zh/floater_map.xml | |
parent | 7bee4b58ff1e36ca39abc090991833c43c8903cc (diff) | |
parent | e3b4b3875a6d8c7857ba948a662ace4731913ecf (diff) |
DRTVWR-209 Merge of viewer-development with SH-3316 drano-http code.
This was yet another refresh from v-d because of significant changes
to lltexturefetch that would not have been resolvable by casual
application of any merge tool. There are still a few questions
outstanding but this is the initial, optimistic merge.
Diffstat (limited to 'indra/newview/skins/default/xui/zh/floater_map.xml')
-rw-r--r-- | indra/newview/skins/default/xui/zh/floater_map.xml | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/indra/newview/skins/default/xui/zh/floater_map.xml b/indra/newview/skins/default/xui/zh/floater_map.xml index b535ef0074..de39fc635d 100644 --- a/indra/newview/skins/default/xui/zh/floater_map.xml +++ b/indra/newview/skins/default/xui/zh/floater_map.xml @@ -1,36 +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) + [REGION](雙擊以開啟地圖,按下 shift 鍵拖曳來平移) </floater.string> <floater.string name="AltToolTipMsg"> - [REGION](Double-click to teleport, shift-drag to pan) + [REGION](雙擊以瞬間傳送,按下 shift 鍵拖曳來平移) </floater.string> <floater.string name="mini_map_caption"> - MINIMAP + 迷你地圖 </floater.string> - <text label="N" name="floater_map_north"> - N + <text label="北" name="floater_map_north"> + 北 </text> <text label="E" name="floater_map_east"> E </text> - <text label="W" name="floater_map_west"> - W + <text label="西" name="floater_map_west"> + 西 </text> - <text label="S" name="floater_map_south"> - S + <text label="南" name="floater_map_south"> + 南 </text> - <text label="SE" name="floater_map_southeast"> - SE + <text label="東南" name="floater_map_southeast"> + 東南 </text> - <text label="NE" name="floater_map_northeast"> - NE + <text label="東北" name="floater_map_northeast"> + 東北 </text> - <text label="SW" name="floater_map_southwest"> - SW + <text label="西南" name="floater_map_southwest"> + 西南 </text> - <text label="NW" name="floater_map_northwest"> - NW + <text label="西北" name="floater_map_northwest"> + 西北 </text> </floater> |