summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pl/panel_preferences_chat.xml
blob: 67252f6fd28ee52d155c4130376ed24d419e1b47 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Czat/IM" name="chat">
  <text type="string" length="1" name="text_box">
		Rozmiar Czcionki Czatu:
	</text>
  <radio_group name="chat_font_size">
    <radio_item type="string" length="1" name="radio" label="Mała" />
    <radio_item type="string" length="1" name="radio2" label="Średnia" />
    <radio_item type="string" length="1" name="radio3" label="Duża" />
  </radio_group>
  <text type="string" length="1" name="text_box2">
		Kolor Czatu:
	</text>
  <color_swatch label="Ty" name="user" />
  <color_swatch label="Inni" name="agent" />
  <color_swatch label="IM" name="im" />
  <color_swatch label="System" name="system" />
  <color_swatch label="Błędy" name="script_error" />
  <color_swatch label="Obiekty" name="objects" />
  <color_swatch label="Właściciel" name="owner" />
  <color_swatch label="Chmurka" name="background" />
  <color_swatch label="Linki" name="links" />
  <text type="string" length="1" name="text_box8">
		Błędy Skryptu:
	</text>
  <check_box label="Pokazuj ostrzeżenia i błędy skryptu w czacie" name="script_errors_as_chat" />
  <text type="string" length="1" name="text_box3">
		Konsola Czatu:
	</text>
  <spinner label="Zamykaj czat w" name="fade_chat_time" />
  <text type="string" length="1" name="text_box4">
		(sekund)
	</text>
  <text type="string" length="1" name="text_box5">
		(linii)
	</text>
  <slider label="Przeźroczystość" name="console_opacity" />
  <check_box label="Używaj pełnej szerokość ekranu (restart wymagany)" name="chat_full_width_check" />
  <text type="string" length="1" name="text_box6">
		Ustawienia Czatu:
	</text>
  <check_box label="Zamknij panel czatu po naciśnięciu Wróć" name="close_chat_on_return_check" />
  <check_box label="Strzałki sterują awatarem podczas czatu" name="arrow_keys_move_avatar_check" />
  <check_box label="Pokazuj czas w czacie" name="show_timestamps_check" />
  <check_box label="Używaj animacji podczas pisania" name="play_typing_animation" />
  <text type="string" length="1" name="text_box7">
		Czat z Chmurkami:
	</text>
  <check_box label="Pokazuj chmurki w czacie" name="bubble_text_chat" />
  <slider label="Przeźroczystość" name="bubble_chat_opacity" />
</panel>