Files
SingularityViewer/indra/newview/skins/default/xui/tr/floater_animation_preview.xml
2010-04-02 02:48:44 -03:00

144 lines
4.0 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Animation Preview" title="">
<text name="name_label">
Ad:
</text>
<text name="description_label">
Tanım:
</text>
<spinner label="Öncelik" name="priority" tool_tip="Bu animasyonun başka hangi animasyonların üzerinden değişebileceğini kontrol eder."/>
<check_box label="Tekrar" name="loop_check" tool_tip="Bu animasyonu tekrarlanabilir yapar."/>
<spinner label="In(%)" name="loop_in_point" tool_tip="Animasyon içinde tekrarlamanın döneceği bir nokta düzenler."/>
<spinner label="Out(%)" name="loop_out_point" tool_tip="Animasyon içinde tekrarlamanın sona ereceği bir nokta düzenler."/>
<text name="hand_label">
El duruşu
</text>
<combo_box label="" name="hand_pose_combo" tool_tip="Animasyon sırasında ellerin ne yaptığını kontrol eder." width="140">
<combo_item name="Spread">
Gergin
</combo_item>
<combo_item name="Relaxed">
Rahat
</combo_item>
<combo_item name="Fist">
Yumruk
</combo_item>
<combo_item name="FistLeft">
Sol yumruk
</combo_item>
<combo_item name="FistRight">
Sağ yumruk
</combo_item>
<combo_item name="SaluteRight">
Sağ ile selamlama
</combo_item>
</combo_box>
<text name="emote_label">
İfade
</text>
<combo_box label="" name="emote_combo" tool_tip="Animasyon sırasında yüzün ne yaptığını kontrol eder." width="140">
<combo_item name="[None]">
[Yok]
</combo_item>
<combo_item name="Aaaaah">
Aaaaah
</combo_item>
<combo_item name="Afraid">
Korkmuş
</combo_item>
<combo_item name="Angry">
Sinirli
</combo_item>
<combo_item name="BigSmile">
Büyük gülümseyen
</combo_item>
<combo_item name="Bored">
Sıkılmış
</combo_item>
<combo_item name="Cry">
Ağlayan
</combo_item>
<combo_item name="Disdain">
Küçümseyen
</combo_item>
<combo_item name="Embarrassed">
Utanmış
</combo_item>
<combo_item name="Frown">
Somurtmuş
</combo_item>
<combo_item name="Kiss">
Öpme
</combo_item>
<combo_item name="Laugh">
Kahkaha atan
</combo_item>
<combo_item name="Plllppt">
Plllppt
</combo_item>
<combo_item name="Repulsed">
Reddeden
</combo_item>
<combo_item name="Sad">
Üzgün
</combo_item>
<combo_item name="Shrug">
Omuz silken
</combo_item>
<combo_item name="Smile">
Gülümseyen
</combo_item>
<combo_item name="Surprise">
Şaşkın
</combo_item>
<combo_item name="Wink">
Göz kırpan
</combo_item>
<combo_item name="Worry">
Endişeli
</combo_item>
</combo_box>
<text name="preview_label">
Önizleme
</text>
<combo_box label="" name="preview_base_anim" tool_tip="Karakteriniz normal hareketleri gerçekleştirirken bunu animasyonunuz davranışını test etmek için kullanınız." width="140">
<combo_item name="Standing">
Dururken
</combo_item>
<combo_item name="Walking">
Yürürken
</combo_item>
<combo_item name="Sitting">
Otururken
</combo_item>
<combo_item name="Flying">
Uçarken
</combo_item>
</combo_box>
<spinner label="Ease In (sec)" name="ease_in_time" tool_tip="Animasyonların iç içe geçeceği toplam zaman (saniye olarak)."/>
<spinner label="Ease Out (sec)" name="ease_out_time" tool_tip="Animasyonların ayrılacağı toplam zaman (saniye olarak)."/>
<button label="" name="play_btn" tool_tip="Animasyonunuzu oynatır/duraklatır."/>
<button label="" name="stop_btn" tool_tip="Animasyonu yeniden oynatmayı durdurur"/>
<text name="bad_animation_text">
Animasyon dosyası okunamıyor.
Poser 4 programından dışarı aktarılmış BVH
dosyalarını tavsiye ediyoruz.
</text>
<button label="İptal" name="cancel_btn"/>
<button label="Yükle ([AMOUNT] L$)" name="ok_btn"/>
<string name="failed_to_initialize">
Hareketi algılama başarısız
</string>
<string name="anim_too_long">
Animasyon dosyası [LENGTH] saniye uzunluğunda.
Maksimum animasyon uzunluğu [MAX_LENGTH] saniyedir.
</string>
<string name="failed_file_read">
Animasyon dosyası okunamıyor.
[STATUS]
</string>
</floater>