blob: dd1a2b67d73693bac6fe7d4fe25ecf9a04ba6043 (
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="mute by name" title="BLOCCA OGGETTO IN BASE AL NOME">
<text name="message">
Blocca un oggetto:
</text>
<line_editor name="object_name">
Nome dell'oggetto
</line_editor>
<text name="note">
* Blocca solo il testo dell'oggetto, non i suoni
</text>
<button label="OK" name="OK"/>
<button label="Annulla" name="Cancel"/>
</floater>
|