diff options
Diffstat (limited to 'indra/newview/skins/default/xui/pl/floater_map.xml')
-rwxr-xr-x | indra/newview/skins/default/xui/pl/floater_map.xml | 34 |
1 files changed, 5 insertions, 29 deletions
diff --git a/indra/newview/skins/default/xui/pl/floater_map.xml b/indra/newview/skins/default/xui/pl/floater_map.xml index e01c4c8a82..f061a4a8a5 100755 --- a/indra/newview/skins/default/xui/pl/floater_map.xml +++ b/indra/newview/skins/default/xui/pl/floater_map.xml @@ -1,36 +1,12 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<floater name="Map" title=""> +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<floater name="Map" title="MINIMAPA"> <floater.string name="ToolTipMsg"> - [REGION](Podwójne kliknięcie otwiera Mapę, Shift i przeciągnięcie kursorem zmienia skalę) + [REGION](Kliknij dwa razy by otworzyć Mapę, przeciągaj z shiftem by zmienić skalę) </floater.string> <floater.string name="AltToolTipMsg"> - [REGION](Podwójne kliknięcie aktywuje teleportację, wciśnij Shift i przeciągnij aby przesunąć) + [REGION](Kliknij dwa razy by teleportować, przeciągaj z shiftem by przesunąć) </floater.string> <floater.string name="mini_map_caption"> - MINIMAPA + 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="W" name="floater_map_west" text="W"> - W - </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="SW" name="floater_map_southwest" text="SW"> - SW - </text> - <text label="NW" name="floater_map_northwest" text="NW"> - NW - </text> </floater> |