summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pl/floater_inspect.xml
blob: 2c66f2851dab30953a3cc90dcbf72b5cccf9ea0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="inspect" title="INSPEKCJA OBIEKTÓW">
	<floater.string name="timeStamp">
		[wkday,datetime,local] [mth,datetime,local] [day,datetime,local] [hour,datetime,local]:[min,datetime,local]:[second,datetime,local] [year,datetime,local]
	</floater.string>
	<scroll_list name="object_list" tool_tip="">
		<scroll_list.columns label="Nazwa" name="object_name"/>
		<scroll_list.columns label="Właściciel" name="owner_name"/>
		<scroll_list.columns label="Twórca" name="creator_name"/>
		<scroll_list.columns label="Data kreacji" name="creation_date"/>
	</scroll_list>
	<button label="Profil Właściciela..." label_selected="" name="button owner" tool_tip=""/>
	<button label="Profil Twórcy..." label_selected="" name="button creator" tool_tip=""/>
</floater>