summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pl/menu_participant_list.xml
blob: cc9e9b731131f2e0956641b5f45f8ac580044b2b (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="Nowy znajomy" name="Add Friend" />
	<menu_item_call label="Wiadomość 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="Pokazuj 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 tekstowy dozwolony" name="AllowTextChat" />
		<menu_item_call label="Wycisz tego uczestnika" name="ModerateVoiceMuteSelected" />
		<menu_item_call label="Cofnij wyciszenie tego uczestnika" name="ModerateVoiceUnMuteSelected" />
		<menu_item_call label="Wycisz wszystkich" name="ModerateVoiceMute" />
		<menu_item_call label="Cofnij wyciszenie wszystkich" name="ModerateVoiceUnmute" />
	</context_menu>
</context_menu>