diff options
Diffstat (limited to 'indra/newview/skins/default/xui/pl/panel_landmark_info.xml')
-rwxr-xr-x | indra/newview/skins/default/xui/pl/panel_landmark_info.xml | 36 |
1 files changed, 16 insertions, 20 deletions
diff --git a/indra/newview/skins/default/xui/pl/panel_landmark_info.xml b/indra/newview/skins/default/xui/pl/panel_landmark_info.xml index 3370f6f58e..ffcdf2f3c0 100755 --- a/indra/newview/skins/default/xui/pl/panel_landmark_info.xml +++ b/indra/newview/skins/default/xui/pl/panel_landmark_info.xml @@ -1,11 +1,10 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<?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 landmarki"/> - <string name="title_landmark" value="Landmarki (LM)"/> - <string name="not_available" value="(N\A)"/> - <string name="unknown" value="(nieznane)"/> - <string name="public" value="(publiczne)"/> + <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> @@ -13,25 +12,22 @@ 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 posiadłości. + Informacje o miejscu są niedostępne z powodu braku dostępu. Prosimy sprawdzić swoje prawa z właścicielem działki. </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> - <button name="back_btn" tool_tip="Cofnij"/> - <text name="title" value="Profil miejsca"/> + <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"/> + <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="Stworzone:"/> + <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 zapisanego miejsca:"/> + <text name="title_label" value="Tytuł:" /> + <text name="notes_label" value="Moje notatki:" /> + <text name="folder_label" value="Lokalizacja:" /> </panel> </panel> </scroll_container> |