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
41
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="landmark_info">
<string name="title_create_landmark" value="Créer un repère"/>
<string name="title_edit_landmark" value="Modifier le repère"/>
<string name="title_landmark" value="Repère"/>
<string name="not_available" value="(s/o)"/>
<string name="unknown" value="(inconnu)"/>
<string name="public" value="(public)"/>
<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>
<string name="acquired_date">
[weekday,datetime,local] [sday,datetime,local] [month,datetime,local] [year,datetime,local] [hour,datetime,local]:[min,datetime,local]:[second,datetime,local]
</string>
<button name="back_btn" tool_tip="Précédent"/>
<text name="title" value="Profil du lieu"/>
<scroll_container name="place_scroll">
<panel name="scrolling_panel">
<text name="region_title" value="SampleRegion"/>
<text name="parcel_title" value="SampleParcel, Name Long (145, 228, 26)"/>
<expandable_text name="description" value="Du waltz die spritz"/>
<text name="maturity_value" value="(inconnu)"/>
<panel name="landmark_info_panel">
<text name="owner_label" value="Propriétaire :"/>
<text name="creator_label" value="Créé par :"/>
<text name="created_label" value="Le :"/>
</panel>
<panel name="landmark_edit_panel">
<text name="title_label" value="Titre :"/>
<text name="notes_label" value="Mes notes :"/>
<text name="folder_label" value="Emplacement du repère :"/>
</panel>
</panel>
</scroll_container>
</panel>
|