diff options
author | Christian Goetze (CG) <cg@lindenlab.com> | 2010-08-12 12:42:25 -0700 |
---|---|---|
committer | Christian Goetze (CG) <cg@lindenlab.com> | 2010-08-12 12:42:25 -0700 |
commit | cde71ddc88293a752787b710f6d03aba1ec0b15e (patch) | |
tree | a5d6b8869ada45c5a2c328b7938fa4c53e70eab5 /indra/newview/skins/default/xui/pl/floater_world_map.xml | |
parent | 3678a3e6e5f1c2d134d2d9c8c0a3cbc1a8ee11a0 (diff) | |
parent | e6842244f8ad350f0c54a01d9e5821690f1c0abd (diff) |
Pulled "viewer-hotfix" into "viewer-release".
Diffstat (limited to 'indra/newview/skins/default/xui/pl/floater_world_map.xml')
-rw-r--r-- | indra/newview/skins/default/xui/pl/floater_world_map.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/pl/floater_world_map.xml b/indra/newview/skins/default/xui/pl/floater_world_map.xml index 3e62393e7a..5bf394f45a 100644 --- a/indra/newview/skins/default/xui/pl/floater_world_map.xml +++ b/indra/newview/skins/default/xui/pl/floater_world_map.xml @@ -19,12 +19,12 @@ <text name="land_sale_label"> Sprzedaż Posiadłości </text> - <text name="by_owner_label"> - przez Właściciela - </text> <text name="auction_label"> aukcja Posiadłości </text> + <text name="by_owner_label"> + przez Właściciela + </text> <button name="Go Home" tool_tip="Teleportuj do mojego Miejsca Startowego"/> <text name="Home_label"> Miejsce Startu @@ -35,7 +35,7 @@ <text name="pg_label"> Ogólne </text> - <check_box name="events_mature_chk"/> + <check_box initial_value="true" name="events_mature_chk"/> <text name="events_mature_label"> Moderuj </text> @@ -58,6 +58,9 @@ <search_editor label="Regiony Według Nazwy" name="location" tool_tip="Wpisz nazwę regionu"/> <button label="Znajdź" name="DoSearch" tool_tip="Szukaj regionu"/> <button name="Clear" tool_tip="Wyczyść zapamiętane linie oraz zresetuj mapę"/> + <text name="events_label"> + Lokalizacja: + </text> <button label="Teleportuj" name="Teleport" tool_tip="Teleportuj do wybranego miejsca"/> <button label="Kopiuj SLurl" name="copy_slurl" tool_tip="Kopie obecnego miejsca jako SLurl mogą zostać użyte na stronie internetowej."/> <button label="Pokaż wybrane" name="Show Destination" tool_tip="Wyśrodkuj mapę w wybranym miejscu"/> |