blob: 538ce567604faecd959987c95a0e8d2c34f2bd66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="url_entry" title="">
<text name="media_label">
URL para media:
</text>
<button label="OK" name="ok_btn"/>
<button label="Cancelar" name="cancel_btn"/>
<button label="Limpiar" name="clear_btn"/>
<text name="loading_label">
Cargando...
</text>
</floater>
|