blob: 1d4d168a473a5cc6351e8f66b46f6c6cc350c309 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="utf-8"?>
<floater name="Delete Pref Preset" title="EXCLUIR PREDEFINIÇÃO PREF">
<string name="title_graphic">
Excluir predefinição de gráficos
</string>
<string name="title_camera">
Excluir predefinição de câmera
</string>
<text name="Preset">
Selecionar uma predefinição
</text>
<button label="Excluir" name="delete"/>
<button label="Cancelar" name="cancel"/>
</floater>
|