summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/tr/floater_ban_duration.xml
blob: 22788a161a2a09a4f60379f06dd769b3898d5603 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="ban_duration" title="Engelleme süresi">
	<text name="duration_textbox">
		Engelleme süresi:
	</text>
	<radio_group name="ban_duration_radio">
		<radio_item label="Her zaman" name="always_radio">
			Her zaman
		</radio_item>
		<radio_item label="Geçici" name="temporary_radio">
			Geçici
		</radio_item>
	</radio_group>
	<text name="hours_textbox">
		saat
	</text>
	<button label="Tamam" name="ok_btn"/>
	<button label="İptal Et" name="cancel_btn"/>
</floater>