blob: 1d1b637cb8bcc0bd9977cdea90d53983a052e506 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="Place" title="Lugar">
<text name="name_label">
Nombre:
</text>
<text left="70" name="name_editor" width="351" />
<text name="description_label">
Descripción:
</text>
<text name="information_label">
Información:
</text>
<text name="location_label">
Localización:
</text>
<button label="Teleportar" name="teleport_btn"/>
<button label="Mostrar en el mapa" name="map_btn" width="125"/>
<button label="Pujas..." name="auction_btn"/>
<string name="traffic_text">
Tráfico: [TRAFFIC]
</string>
<string name="area_text">
Área: [AREA] m².
</string>
<string name="forsale_text">
En venta por [PRICE] L$
</string>
<string name="auction_text">
ID de la subasta: [ID].
</string>
<string name="server_update_text">
No está disponible la información del lugar sin una actualización del servidor.
</string>
<string name="server_error_text">
En estos momentos no está disponible la información sobre esta localización. Por favor, reinténtelo más tarde..
</string>
<string name="server_forbidden_text">
Por restricciones en el acceso a esta localización, su información no está disponible. Por favor, compruebe sus permisos con el propietario de la parcela..
</string>
</panel>
|