diff options
Diffstat (limited to 'indra/newview/skins/default/xui/pl/panel_people.xml')
-rw-r--r-- | indra/newview/skins/default/xui/pl/panel_people.xml | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/pl/panel_people.xml b/indra/newview/skins/default/xui/pl/panel_people.xml index ff65cd2abb..b92a37907b 100644 --- a/indra/newview/skins/default/xui/pl/panel_people.xml +++ b/indra/newview/skins/default/xui/pl/panel_people.xml @@ -5,15 +5,16 @@ <string name="no_one_near" value="Nikogo w pobliżu"/> <string name="no_friends_online" value="Brak dostępnych przyjaciół"/> <string name="no_friends" value="Brak przyjaciół"/> - <string name="no_groups" value="Brak grup"/> <string name="people_filter_label" value="Filtruj Ludzi"/> <string name="groups_filter_label" value="Filtruj Grupy"/> + <string name="no_filtered_groups_msg" value="[secondlife:///app/search/groups Try finding the group in search?]"/> + <string name="no_groups_msg" value="[secondlife:///app/search/groups Try searching for some groups to join.]"/> <filter_editor label="Filtr" name="filter_input"/> <tab_container name="tabs"> <panel label="W POBLIŻU" name="nearby_panel"> <panel label="bottom_panel" name="bottom_panel"> <button name="nearby_view_sort_btn" tool_tip="Opcje"/> - <button name="add_friend_btn" tool_tip="Dodaj wybranych Rezydentów do swojej listy znajomych"/> + <button name="add_friend_btn" tool_tip="Dodaj wybranego Rezydenta do Znajomych"/> </panel> </panel> <panel label="ZNAJOMI" name="friends_panel"> @@ -26,6 +27,10 @@ <button name="add_btn" tool_tip="Zaproponuj znajomość"/> <button name="del_btn" tool_tip="Usuń wybraną osobę ze swojej listy znajomych"/> </panel> + <text name="no_friends_msg"> + By dodać nową znajomość skorzystaj ze strony [secondlife:///app/search/people global search] lub kliknij prawym przyciskiem myszki na Rezydenta by wysłać mu zaproszenie. +Jeżeli szukasz ludzi, z którymi można się spotkać, kliknij tutaj [secondlife:///app/worldmap try the Map]. + </text> </panel> <panel label="GRUPY" name="groups_panel"> <panel label="bottom_panel" name="bottom_panel"> @@ -37,17 +42,18 @@ <panel label="OSTATNIE" name="recent_panel"> <panel label="bottom_panel" name="bottom_panel"> <button name="recent_viewsort_btn" tool_tip="Opcje"/> - <button name="add_friend_btn" tool_tip="Zaproponuj znajomość"/> + <button name="add_friend_btn" tool_tip="Dodaj wybranego Rezydenta do Znajomych"/> </panel> </panel> </tab_container> <panel name="button_bar"> - <button label="Profil" name="view_profile_btn" tool_tip="Pokaż grafiki, grupy oraz inne informacje dostępne o Rezydentach"/> + <button label="Profil" name="view_profile_btn" tool_tip="Pokaż zdjęcie, grupy i inne informacje o Rezydencie"/> <button label="IM" name="im_btn" tool_tip="Rozpocznij rozmowę prywatną (IM)"/> <button label="Zadzwoń" name="call_btn" tool_tip="Zadzwoń do tego Rezydenta"/> <button label="Podziel się" name="share_btn"/> <button label="Teleportuj" name="teleport_btn" tool_tip="Zaproponuj teleportację"/> <button label="Profil grupy" name="group_info_btn" tool_tip="Pokaż informacje o grupie"/> <button label="Konferencja Grupowa" name="chat_btn" tool_tip="Rozpocznij konferencę"/> + <button label="Rozmowa Głosowa" name="group_call_btn" tool_tip="Rozmowa Głosowa w tej Grupie"/> </panel> </panel> |