summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pl/panel_preferences_chat.xml
diff options
context:
space:
mode:
authorRamzi Ramey <ramzi@lindenlab.com>2009-09-15 20:21:05 +0000
committerRamzi Ramey <ramzi@lindenlab.com>2009-09-15 20:21:05 +0000
commit9bcace0608c79ae881a33b0bcc6d6ea701021147 (patch)
tree8febb1ee80d4c369926eff828e77448eff8ba353 /indra/newview/skins/default/xui/pl/panel_preferences_chat.xml
parenta4486b258cbd5e560cf7bec05e515e1ed56179fb (diff)
Merging revisions 132612-133369 of svn+ssh://svn.lindenlab.com/svn/linden/branches/skinning/skinning-22
DEV-38453 Conversion to 2.0: Modernize and rearrange the nodes of the localized XUI; NO CHANGES TO ENGLISH. - match the new structures/widget language of the post-skinning work - restore some strings.xml entries from the former ui_strings.xml file - copy the Low/Mid/High translations into strings.xml - strip out all superfluous length= and type= parameters; these default to the EN value anyway I intentionally did not yet rearrange menu_viewer.xml, since it is still in flux in English
Diffstat (limited to 'indra/newview/skins/default/xui/pl/panel_preferences_chat.xml')
-rwxr-xr-xindra/newview/skins/default/xui/pl/panel_preferences_chat.xml70
1 files changed, 38 insertions, 32 deletions
diff --git a/indra/newview/skins/default/xui/pl/panel_preferences_chat.xml b/indra/newview/skins/default/xui/pl/panel_preferences_chat.xml
index 67252f6fd2..13b66ed242 100755
--- a/indra/newview/skins/default/xui/pl/panel_preferences_chat.xml
+++ b/indra/newview/skins/default/xui/pl/panel_preferences_chat.xml
@@ -1,51 +1,57 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Czat/IM" name="chat">
- <text type="string" length="1" name="text_box">
+ <text 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_item name="radio" label="Mała" />
+ <radio_item name="radio2" label="Średnia" />
+ <radio_item 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:
+ <color_swatch label="Ty" name="user"/>
+ <text name="text_box1">
+ Ty
</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:
+ <color_swatch label="Inni" name="agent"/>
+ <text name="text_box2">
+ Inni
</text>
- <spinner label="Zamykaj czat w" name="fade_chat_time" />
- <text type="string" length="1" name="text_box4">
- (sekund)
+ <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>
- <text type="string" length="1" name="text_box5">
- (linii)
+ <color_swatch label="Chmurka" name="background"/>
+ <text name="text_box8">
+ Chmurka
</text>
+ <color_swatch label="Linki" name="links"/>
+ <text name="text_box9">
+ Linki
+ </text>
+ <check_box label="Pokazuj ostrzeżenia i błędy skryptu w czacie" name="script_errors_as_chat" />
+ <spinner label="Zamykaj czat w" name="fade_chat_time" />
<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>