summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pl/panel_preferences_chat.xml
blob: e980d71ce44423cc18a7fef49822285f5e24b385 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Czat/IM" name="chat">
	<text name="font_size">
		Rozmiar czcionki:
	</text>
	<radio_group name="chat_font_size">
		<radio_item label="Mała" name="radio" value="0"/>
		<radio_item label="Średnia" name="radio2" value="1"/>
		<radio_item label="Duża" name="radio3" value="2"/>
	</radio_group>
	<text name="font_colors">
		Kolor czcionki:
	</text>
	<color_swatch label="Ty" name="user"/>
	<text name="text_box1">
		Ja
	</text>
	<color_swatch label="Inni" name="agent"/>
	<text name="text_box2">
		Inni
	</text>
	<color_swatch label="IM" name="im"/>
	<text name="text_box3">
		IM
	</text>
	<color_swatch label="System" name="system"/>
	<text name="text_box4">
		System
	</text>
	<color_swatch label="Błędy" name="script_error"/>
	<text name="text_box5">
		Błędy
	</text>
	<color_swatch label="Obiekty" name="objects"/>
	<text name="text_box6">
		Obiekty
	</text>
	<color_swatch label="Właściciel" name="owner"/>
	<text name="text_box7">
		Właściciel
	</text>
	<color_swatch label="Linki" name="links"/>
	<text name="text_box9">
		Linki
	</text>
	<check_box initial_value="true" label="Używaj animacji podczas pisania" name="play_typing_animation"/>
	<check_box label="Wysyłaj wszystkie wiadomości (IM) na moją skrzynkę pocztową kiedy jestem niedostępny" name="send_im_to_email"/>
	<check_box label="Zwykły tekst IM i historia czatu" name="plain_text_chat_history"/>
	<text name="show_ims_in_label">
		Pokaż wiadomości (IM) w:
	</text>
	<text name="requires_restart_label">
		(restart wymagany)
	</text>
	<radio_group name="chat_window" tool_tip="Pokaż wiadomości IM osobno lub razem (restart wymagany)">
		<radio_item label="Osobne okna" name="radio" value="0"/>
		<radio_item label="Etykiety" name="radio2" value="1"/>
	</radio_group>
	<check_box label="Przetłumacz Czat" name="translate_chat_checkbox" />
	<text name="translate_language_text">
		Czat Język:
	</text>
	<combo_box name="translate_language_combobox">
		<combo_box.item name="System Default Language" label="Domyślny" />
		<combo_box.item name="English" label="English (Angielski)" />
		<combo_box.item name="Danish" label="Dansk (Duński)" />
		<combo_box.item name="German" label="Deutsch (Niemiecki)" />
		<combo_box.item name="Spanish" label="Español (Hiszpański)" />
		<combo_box.item name="French" label="Français (Francuski)" />
		<combo_box.item name="Italian" label="Italiano (Włoski)" />
		<combo_box.item name="Hungarian" label="Magyar (Węgierski)" />
		<combo_box.item name="Dutch" label="Nederlands (Niderlandzki)" />
		<combo_box.item name="Polish" label="Polski" />
		<combo_box.item name="Portugese" label="Português (Portugalski)" />
		<combo_box.item name="Russian" label="Русский (Rosyjski)" />
		<combo_box.item name="Turkish" label="Türkçe (Turecki)" />
		<combo_box.item name="Ukrainian" label="Українська (Ukraiński)" />
		<combo_box.item name="Chinese" label="中文 (简体) (Chiński)" />
		<combo_box.item name="Japanese" label="日本語 (Japoński)" />
		<combo_box.item name="Korean" label="한국어 (Koreański)" />
	</combo_box>
</panel>