summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pl/menu_participant_list.xml
blob: 9e591027887e7654c2e7c3ea37c6aad2c10f3256 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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="Przeglądaj ikonki" name="View Icons"/>
	<menu_item_check label="Zablokuj głos" name="Block/Unblock"/>
	<menu_item_check label="Zablokuj tekst" name="MuteText"/>
	<context_menu label="Opcje Moderatora" 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="Odblokuj wyciszenie tego uczestnika" name="ModerateVoiceUnMuteSelected"/>
		<menu_item_call label="Wycisz wszystkich" name="ModerateVoiceMute"/>
		<menu_item_call label="Cofnij wyciszenie wszystkim" name="ModerateVoiceUnmute"/>
	</context_menu>
</context_menu>