blob: ffcdf2f3c080f67b4b5b6b96a69c8a954eeac3ee (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="landmark_info">
<string name="title_create_landmark" value="Zapamiętaj miejsce (LM)" />
<string name="title_edit_landmark" value="Edytuj landmark" />
<string name="title_landmark" value="Landmark (LM)" />
<string name="unknown" value="(nieznane)" />
<string name="public" value="(publiczne)" />
<string name="server_update_text">
Informacje o miejscu nie są dostępne bez aktualizacji serwera.
</string>
<string name="server_error_text">
Informacje o miejscu nie są dostępne w tej chwili. Prosimy sprobować później.
</string>
<string name="server_forbidden_text">
Informacje o miejscu są niedostępne z powodu braku dostępu. Prosimy sprawdzić swoje prawa z właścicielem działki.
</string>
<button name="back_btn" tool_tip="Cofnij" />
<text name="title" value="Profil miejsca" />
<scroll_container name="place_scroll">
<panel name="scrolling_panel">
<text name="maturity_value" value="nieznany" />
<panel name="landmark_info_panel">
<text name="owner_label" value="Właściciel:" />
<text name="creator_label" value="Twórca:" />
<text name="created_label" value="Data:" />
</panel>
<panel name="landmark_edit_panel">
<text name="title_label" value="Tytuł:" />
<text name="notes_label" value="Moje notatki:" />
<text name="folder_label" value="Lokalizacja:" />
</panel>
</panel>
</scroll_container>
</panel>
|