diff options
Diffstat (limited to 'indra/newview/skins/default/xui/es/floater_map.xml')
-rw-r--r-- | indra/newview/skins/default/xui/es/floater_map.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/es/floater_map.xml b/indra/newview/skins/default/xui/es/floater_map.xml new file mode 100644 index 0000000000..fa01a4a635 --- /dev/null +++ b/indra/newview/skins/default/xui/es/floater_map.xml @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="Map" title=""> + <floater.string name="ToolTipMsg"> + [REGIÓN](Haz doble clic para abrir el mapa y pulsa la tecla Mayús y arrastra para obtener una vista panorámica) + </floater.string> + <floater.string name="mini_map_caption"> + MINIMAPA + </floater.string> + <text label="N" name="floater_map_north" text="N"> + N + </text> + <text label="E" name="floater_map_east" text="E"> + E + </text> + <text label="O" name="floater_map_west" text="O"> + O + </text> + <text label="S" name="floater_map_south" text="S"> + S + </text> + <text label="SE" name="floater_map_southeast" text="SE"> + SE + </text> + <text label="NE" name="floater_map_northeast" text="NE"> + NE + </text> + <text label="SO" name="floater_map_southwest" text="SO"> + SO + </text> + <text label="NW" name="floater_map_northwest" text="NO"> + NO + </text> +</floater> |