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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="landmark_info">
<string name="title_create_landmark" value="Crea Landmark"/>
<string name="title_edit_landmark" value="Modifica Landmark"/>
<string name="title_landmark" value="Landmark"/>
<string name="not_available" value="(N\A)"/>
<string name="unknown" value="(sconosciuto)"/>
<string name="public" value="(pubblico)"/>
<string name="server_update_text">
Info sul luogo non disponibili senza l'aggiornamento del server.
</string>
<string name="server_error_text">
Info su questo luogo non disponibili ora, prova più tardi.
</string>
<string name="server_forbidden_text">
Info su questo luogo non disponibili a causa delle restrizioni di accesso. Controlla i tuoi permessi con il proprietario del terreno .
</string>
<string name="acquired_date">
[wkday,datetime,local] [mth,datetime,local] [day,datetime,local] [hour,datetime,local]:[min,datetime,local]:[second,datetime,local] [year,datetime,local]
</string>
<text name="title" value="Colloca Profilo"/>
<scroll_container name="place_scroll">
<panel name="scrolling_panel">
<text name="maturity_value" value="sconosciuto"/>
<panel name="landmark_info_panel">
<text name="owner_label" value="Proprietario:"/>
<text name="creator_label" value="Creatore:"/>
<text name="created_label" value="Creato:"/>
</panel>
<panel name="landmark_edit_panel">
<text name="title_label" value="Titolo:"/>
<text name="notes_label" value="Mie note:"/>
<text name="folder_label" value="Landmark del luogo:"/>
</panel>
</panel>
</scroll_container>
</panel>
|