summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/es/floater_fast_timers.xml
blob: 6a01ee6613286036210335c143e5e87ef1e16acc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="fast_timers">
	<string name="pause">
		Pausa
	</string>
	<string name="run">
		Correr
	</string>
	<combo_box name="time_scale_combo">
		<item label="Valor medio × 2" name="2x Average"/>
		<item label="Máx." name="Max"/>
		<item label="Máx. reciente" name="Recent Max"/>
		<item label="100 ms" name="100ms"/>
	</combo_box>
	<combo_box name="metric_combo">
		<item label="Hora" name="Time"/>
		<item label="Cantidad de visitas" name="Number of Calls"/>
		<item label="Hz" name="Hz"/>
	</combo_box>
	<button label="Pausa" name="pause_btn"/>
</floater>