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

37 lines
920 B
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="Postcard" title="Postakartı Gönderimi">
<text name="to_label">
Gönderilen adres:
</text>
<text name="from_label">
Sizin adresiniz:
</text>
<text name="name_label">
Adınız:
</text>
<text name="subject_label">
Konu:
</text>
<line_editor label="Konuyu buraya giriniz." name="subject_form" />
<text name="msg_label">
Mesaj:
</text>
<text_editor name="msg_form">
Mesajınızı buraya yazınız.
</text_editor>
<text name="fine_print">
Eğer gönderilen kişi SL&apos;e üye olursa,tavsiye bonusu alacaksınız.
</text>
<button label="İptal" name="cancel_btn" />
<button label="Gönder" name="send_btn" />
<string name="default_subject">
Second Life&apos;dan bir postakartı.
</string>
<string name="default_message">
Bakın!
</string>
<string name="upload_message">
Gönderiliyor...
</string>
</floater>