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

15 lines
757 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="inspect" title="Obje Araştırma">
<scroll_list name="object_list"
tool_tip="İç dünyada parlatmak için bu listeden bir obje seçiniz">
<column label="Obje adı" name="object_name" />
<column label="Sahibi" name="owner_name" />
<column label="Yaratıcısı" name="creator_name" />
<column label="Yaratım tarihi" name="creation_date" />
</scroll_list>
<button label="Sahip profili..." label_selected="" name="button owner"
tool_tip="Parlatılan objenin sahibinin profilini görün" />
<button label="Yaratıcı profili..." label_selected="" name="button creator"
tool_tip="Parlatılan objenin orjinal yaratıcısının profilini görün" />
</floater>