138 lines
3.7 KiB
XML
138 lines
3.7 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||
<floater name="Snapshot" title="Resim Önizleme">
|
||
<text name="type_label">
|
||
Resim hedefi
|
||
</text>
|
||
<radio_group label="Snapshot type" name="snapshot_type_radio">
|
||
<radio_item name="postcard">
|
||
E-posta ile gönderin
|
||
</radio_item>
|
||
<radio_item name="texture">
|
||
Envanterinize kaydedin ([AMOUNT] L$)
|
||
</radio_item>
|
||
<radio_item name="local">
|
||
Sabit diskinize kaydedin
|
||
</radio_item>
|
||
</radio_group>
|
||
<text name="file_size_label">
|
||
Dosya boyutu: [SIZE] KB
|
||
</text>
|
||
<button label="Resmi yenile" name="new_snapshot_btn"/>
|
||
<button label="Gönder" name="send_btn"/>
|
||
<button label="Kaydet ([AMOUNT] L$)" name="upload_btn"/>
|
||
<flyout_button label="Kaydet" name="save_btn" tool_tip="Resmi dosyaya kaydet">
|
||
<flyout_button_item name="save_item">
|
||
Kaydet
|
||
</flyout_button_item>
|
||
<flyout_button_item name="saveas_item">
|
||
Farklı kaydet...
|
||
</flyout_button_item>
|
||
</flyout_button>
|
||
<button label="İptal" name="discard_btn"/>
|
||
<button label="İleri >>" name="more_btn" tool_tip="Gelişmiş seçenekler"/>
|
||
<button label="<< Geri" name="less_btn" tool_tip="Gelişmiş seçenekler"/>
|
||
<text name="type_label2">
|
||
Boyut
|
||
</text>
|
||
<text name="format_label">
|
||
Tür
|
||
</text>
|
||
<combo_box label="Resolution" name="postcard_size_combo">
|
||
<combo_item name="CurrentWindow">
|
||
Mevcut pencere
|
||
</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">
|
||
Özel
|
||
</combo_item>
|
||
</combo_box>
|
||
<combo_box label="Resolution" name="texture_size_combo">
|
||
<combo_item name="CurrentWindow">
|
||
Mevcut pencere
|
||
</combo_item>
|
||
<combo_item name="Small(128x128)">
|
||
Küçük (128x128)
|
||
</combo_item>
|
||
<combo_item name="Medium(256x256)">
|
||
Orta (256x256)
|
||
</combo_item>
|
||
<combo_item name="Large(512x512)">
|
||
Büyük (512x512)
|
||
</combo_item>
|
||
<combo_item name="Custom">
|
||
Özel
|
||
</combo_item>
|
||
</combo_box>
|
||
<combo_box label="Resolution" name="local_size_combo">
|
||
<combo_item name="CurrentWindow">
|
||
Mevcut pencere
|
||
</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">
|
||
Özel
|
||
</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="En" name="snapshot_width"/>
|
||
<spinner label="Boy" name="snapshot_height"/>
|
||
<check_box label="Oranları kısıtla" name="keep_aspect_check"/>
|
||
<slider label="Resim kalitesi" name="image_quality_slider"/>
|
||
<text name="layer_type_label">
|
||
Yakala:
|
||
</text>
|
||
<combo_box label="Resim tabakaları" name="layer_types">
|
||
<combo_item name="Colors">
|
||
Renkler
|
||
</combo_item>
|
||
<combo_item name="Depth">
|
||
Derinlik
|
||
</combo_item>
|
||
<combo_item name="ObjectMattes">
|
||
Obje matlıkları
|
||
</combo_item>
|
||
</combo_box>
|
||
<check_box label="Resimde arabirimi göster" name="ui_check"/>
|
||
<check_box label="Resimde HUD objelerini göster" name="hud_check"/>
|
||
<check_box label="Kayıttan sonra açık tut" name="keep_open_check"/>
|
||
<check_box label="Donuk şekil(tam ekran önizleme)" name="freeze_frame_check"/>
|
||
<check_box label="Otomatik olarak yenile" name="auto_snapshot_check"/>
|
||
<string name="unknown">
|
||
bilinmeyen
|
||
</string>
|
||
</floater>
|