32 lines
1.3 KiB
XML
Executable File
32 lines
1.3 KiB
XML
Executable File
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
|
<panel label="Internet" name="web">
|
|
<radio_group name="use_external_browser">
|
|
<radio_item name="external"
|
|
tool_tip="Use the default system web browser for help, web links, etc. Not recommended if running full screen.">
|
|
Używaj zewnętrznej przeglądarki (Firefox, Safari, Internet Explorer)
|
|
</radio_item>
|
|
<radio_item name="internal"
|
|
tool_tip="Use the built-in web browser for help, web links, etc. This browser opens as a new window inside Second Life.">
|
|
Używaj wbudowanej przeglądarki
|
|
</radio_item>
|
|
</radio_group>
|
|
<text type="string" length="1" name="cache_size_label_l">
|
|
Pamięć Przeglądarki:
|
|
</text>
|
|
<button label="Wyczyść" name="clear_cache" />
|
|
<text type="string" length="1" name="cookie_label">
|
|
Ciasteczka:
|
|
</text>
|
|
<check_box label="Akceptuj Ciasteczka z Internetu" name="cookies_enabled" />
|
|
<text type="string" length="1" name="proxy_label">
|
|
Serwer Proxy:
|
|
</text>
|
|
<check_box label="Używaj Serwera Proxy" name="web_proxy_enabled" />
|
|
<text type="string" length="1" name="proxy_text_label">
|
|
Adres:
|
|
</text>
|
|
<line_editor name="web_proxy_editor"
|
|
tool_tip="Nazwa albo adres IP proxy której chcesz używać" />
|
|
<spinner label="Numer Portu:" name="web_proxy_port" />
|
|
</panel>
|