summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pl/menu_participant_list.xml
blob: 079b8558da701859cb4c8022d7a09b5e38b012ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<context_menu name="Participant List Context Menu">
	<menu_item_check label="Sortuj według imienia" name="SortByName"/>
	<menu_item_check label="Sortuj według ostatniego mówcy" name="SortByRecentSpeakers"/>
	<menu_item_call label="Zobacz Profil" name="View Profile"/>
	<menu_item_call label="Dodaj Znajomość" name="Add Friend"/>
	<menu_item_call label="IM" name="IM"/>
	<menu_item_call label="Zadzwoń" name="Call"/>
	<menu_item_call label="Udostępnij" name="Share"/>
	<menu_item_call label="Zapłać" name="Pay"/>
	<menu_item_check label="Zablokuj głos" name="Block/Unblock"/>
	<menu_item_check label="Zablokuj tekst" name="MuteText"/>
	<context_menu label="Opcje Moderatora &gt;" name="Moderator Options">
		<menu_item_check label="Czat/IM dozwolony" name="AllowTextChat"/>
		<menu_item_call label="Wycisz tego uczestnika" name="ModerateVoiceMuteSelected"/>
		<menu_item_call label="Wycisz wszystkich pozostałych" name="ModerateVoiceMuteOthers"/>
		<menu_item_call label="Odblokuj wyciszenie tego uczestnika" name="ModerateVoiceUnMuteSelected"/>
		<menu_item_call label="Odblokuj wyciszenie wszystkich" name="ModerateVoiceUnMuteOthers"/>
	</context_menu>
</context_menu>