blob: 4a64fa3320fb55ee970e0c4bc918001b5c97e125 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Lugares" name="places panel">
<string name="landmarks_tab_title" value="MIS HITOS"/>
<string name="teleport_history_tab_title" value="HISTORIAL DE TELEPORTES"/>
<filter_editor label="Filtrar los lugares" name="Filter"/>
<panel name="button_panel">
<button label="Teleporte" name="teleport_btn"/>
<button label="Mapa" name="map_btn"/>
<button label="Editar" name="edit_btn"/>
<button label="Cerrar" name="close_btn"/>
<button label="Cancelar" name="cancel_btn"/>
<button label="Guardar" name="save_btn"/>
</panel>
</panel>
|