138 lines
3.7 KiB
XML
Executable File
138 lines
3.7 KiB
XML
Executable File
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
<floater name="Snapshot" title="Wygląd Zdjęcia">
|
|
<text name="type_label">
|
|
Lokacja zapisu
|
|
</text>
|
|
<radio_group label="Rodzaje zdjęć" name="snapshot_type_radio">
|
|
<radio_item name="postcard">
|
|
Wyślij (email) pocztówkę
|
|
</radio_item>
|
|
<radio_item name="texture">
|
|
Załaduj do szafy ([AMOUNT]L$)
|
|
</radio_item>
|
|
<radio_item name="local">
|
|
Zapisz na dysk
|
|
</radio_item>
|
|
</radio_group>
|
|
<text name="file_size_label">
|
|
Rozmiar pliku: [SIZE] KB
|
|
</text>
|
|
<button label="Odśwież Zdjęcie" name="new_snapshot_btn"/>
|
|
<button label="Wyślij" name="send_btn"/>
|
|
<button label="Załaduj (L$[AMOUNT])" name="upload_btn"/>
|
|
<flyout_button label="Zapisz" name="save_btn" tool_tip="Zapisz zdjęcie na dysk">
|
|
<flyout_button_item name="save_item">
|
|
Zapisz
|
|
</flyout_button_item>
|
|
<flyout_button_item name="saveas_item">
|
|
Zapisz Jako...
|
|
</flyout_button_item>
|
|
</flyout_button>
|
|
<button label="Anuluj" name="discard_btn"/>
|
|
<button label="Więcej >>" name="more_btn" tool_tip="Ustawienia Zaawansowane"/>
|
|
<button label="<< Mniej" name="less_btn" tool_tip="Ustawienia Zaawansowane"/>
|
|
<text name="type_label2">
|
|
Wymiar
|
|
</text>
|
|
<text name="format_label">
|
|
Format
|
|
</text>
|
|
<combo_box label="Rozdzielczość" name="postcard_size_combo">
|
|
<combo_item name="CurrentWindow">
|
|
Obecne Okno
|
|
</combo_item>
|
|
<combo_item name="640x480">
|
|
640x480
|
|
</combo_item>
|
|
<combo_item name="800x600">
|
|
800x600
|
|
</combo_item>
|
|
<combo_item name="1024x768">
|
|
1024x768
|
|
</combo_item>
|
|
<combo_item name="Custom">
|
|
Wybierz
|
|
</combo_item>
|
|
</combo_box>
|
|
<combo_box label="Rozdzielczość" name="texture_size_combo">
|
|
<combo_item name="CurrentWindow">
|
|
Obecne Okno
|
|
</combo_item>
|
|
<combo_item name="Small(128x128)">
|
|
Mały (128x128)
|
|
</combo_item>
|
|
<combo_item name="Medium(256x256)">
|
|
Średni (256x256)
|
|
</combo_item>
|
|
<combo_item name="Large(512x512)">
|
|
Duży (512x512)
|
|
</combo_item>
|
|
<combo_item name="Custom">
|
|
Wybierz
|
|
</combo_item>
|
|
</combo_box>
|
|
<combo_box label="Rozdzielczość" name="local_size_combo">
|
|
<combo_item name="CurrentWindow">
|
|
Obecne Okno
|
|
</combo_item>
|
|
<combo_item name="320x240">
|
|
320x240
|
|
</combo_item>
|
|
<combo_item name="640x480">
|
|
640x480
|
|
</combo_item>
|
|
<combo_item name="800x600">
|
|
800x600
|
|
</combo_item>
|
|
<combo_item name="1024x768">
|
|
1024x768
|
|
</combo_item>
|
|
<combo_item name="1280x1024">
|
|
1280x1024
|
|
</combo_item>
|
|
<combo_item name="1600x1200">
|
|
1600x1200
|
|
</combo_item>
|
|
<combo_item name="Custom">
|
|
Wybierz
|
|
</combo_item>
|
|
</combo_box>
|
|
<combo_box label="Format" name="local_format_combo">
|
|
<combo_item name="PNG">
|
|
PNG
|
|
</combo_item>
|
|
<combo_item name="JPEG">
|
|
JPEG
|
|
</combo_item>
|
|
<combo_item name="BMP">
|
|
BMP
|
|
</combo_item>
|
|
</combo_box>
|
|
<spinner label="Szer." name="snapshot_width"/>
|
|
<spinner label="Wys." name="snapshot_height"/>
|
|
<check_box label="Ograniczone Proporcje" name="keep_aspect_check"/>
|
|
<slider label="Jakość Zdjęcia" name="image_quality_slider"/>
|
|
<text name="layer_type_label">
|
|
Zapisz:
|
|
</text>
|
|
<combo_box label="Warstwy Obrazu" name="layer_types">
|
|
<combo_item name="Colors">
|
|
Kolory
|
|
</combo_item>
|
|
<combo_item name="Depth">
|
|
Głębokość
|
|
</combo_item>
|
|
<combo_item name="ObjectMattes">
|
|
Obiekty Ślepe
|
|
</combo_item>
|
|
</combo_box>
|
|
<check_box label="Pokaż interfejs na zdjęciu" name="ui_check"/>
|
|
<check_box label="Pokaż obiekty HUD na zdjęciu" name="hud_check"/>
|
|
<check_box label="Pozostaw otwarte po zapisaniu" name="keep_open_check"/>
|
|
<check_box label="Widok pełnego ekranu" name="freeze_frame_check"/>
|
|
<check_box label="Automatyczne odświeżenie" name="auto_snapshot_check"/>
|
|
<string name="unknown">
|
|
nieznany
|
|
</string>
|
|
</floater>
|