diff options
author | Jacek Antonelli | 2008-08-15 23:44:58 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:58 -0500 |
commit | 089fc07d207c71ce1401e72f09c31ad8c45872e2 (patch) | |
tree | 0028955add042c6f45b47a7b774adeeac9c592cb /linden/indra/newview/skins/xui/ko/floater_inspect.xml | |
parent | Second Life viewer sources 1.16.0.5 (diff) | |
download | meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.zip meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.gz meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.bz2 meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.xz |
Second Life viewer sources 1.17.0.12
Diffstat (limited to 'linden/indra/newview/skins/xui/ko/floater_inspect.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/ko/floater_inspect.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/xui/ko/floater_inspect.xml b/linden/indra/newview/skins/xui/ko/floater_inspect.xml new file mode 100644 index 0000000..064dee7 --- /dev/null +++ b/linden/indra/newview/skins/xui/ko/floater_inspect.xml | |||
@@ -0,0 +1,14 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater name="inspect" title="오브젝트 검사"> | ||
3 | <scroll_list name="object_list" | ||
4 | tool_tip="Select an object from this list to highlight it in-world"> | ||
5 | <column label="Object Name" name="object_name" /> | ||
6 | <column label="Owner Name" name="owner_name" /> | ||
7 | <column label="Creator Name" name="creator_name" /> | ||
8 | <column label="Creation Date" name="creation_date" /> | ||
9 | </scroll_list> | ||
10 | <button label="소유자 프로필 참조…" label_selected="" name="button owner" | ||
11 | tool_tip="강조 표시된 오브젝트의 소유자 프로필 참조" /> | ||
12 | <button label="작성자 프로필 참조…" label_selected="" name="button creator" | ||
13 | tool_tip="강조 표시된 오브젝트의 최초 작성자 프로필 참조" /> | ||
14 | </floater> | ||