blob: 4d074532fe046649fc22678f8d40287b69f4c889 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="Place" title="Emplacement">
<text name="name_label">
Nom :
</text>
<text name="description_label">
Description :
</text>
<text name="information_label"/>
<text left="20" name="info_editor" width="420"/>
<text name="location_label">
Emplacement :
</text>
<text left="103" name="location_editor" width="338"/>
<button label="Téléporter" name="teleport_btn"/>
<button label="Voir sur la carte" name="map_btn"/>
<button label="Enchères..." name="auction_btn"/>
<string name="traffic_text">
Trafic : [TRAFFIC].
</string>
<string name="area_text">
Surface : [AREA] m².
</string>
<string name="forsale_text">
En vente pour [PRICE] L$.
</string>
<string name="auction_text">
Enchère : [ID]
</string>
<string name="server_update_text">
Les informations sur le lieu ne sont pas disponibles sans mise à jour du serveur.
</string>
<string name="server_error_text">
Aucune information sur ce lieu n'est disponible actuellement, veuillez réessayer ultérieurement.
</string>
<string name="server_forbidden_text">
Les informations sur ce lieu ne sont pas disponibles car l'accès y est restreint. Veuillez vérifier vos droits avec le propriétaire de la parcelle.
</string>
</panel>
|