Files
SingularityViewer/indra/newview/skins/default/xui/es/panel_preferences_chat.xml
2012-07-13 06:23:37 -03:00

81 lines
4.1 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel label="Chat de Texto" name="chat">
<text name="text_box">
Tamaño Fuente de Chat:
</text>
<radio_group name="chat_font_size">
<radio_item name="radio">
Pequeño
</radio_item>
<radio_item name="radio2">
Medio
</radio_item>
<radio_item name="radio3">
Grande
</radio_item>
</radio_group>
<text name="text_box2">
Color de Chat:
</text>
<color_swatch label="Tu" name="user"/>
<color_swatch label="Otros" name="agent"/>
<color_swatch label="MI" left_delta="54" name="im" width="44"/>
<color_swatch label="Sistema" name="system"/>
<color_swatch label="Errores" name="script_error"/>
<color_swatch label="Objetos" name="objects"/>
<color_swatch label="Propietario" name="owner"/>
<color_swatch label="Burbuja" name="background"/>
<color_swatch label="URLs" name="links"/>
<text name="text_box3">
Consola de Chat:
</text>
<spinner label="Desvanecer Chat tras" name="fade_chat_time" label_width="107" width="160"/>
<text name="text_box4" left="312" >
(segundos)
</text>
<spinner left="370" name="max_chat_count"/>
<text left="435" name="text_box5">
(# líneas)
</text>
<slider label="Opacidad" name="console_opacity"/>
<check_box label="Usar Ancho completo de pantalla (Requeire reinicio)" name="chat_full_width_check"/>
<text name="text_box6" >
Opciones de Chat:
</text>
<check_box label="Cerrar barra de chat al presionar Intro" name="close_chat_on_return_check"/>
<check_box label="Las teclas de cursor siempre mueven al avatar al chatear" name="arrow_keys_move_avatar_check"/>
<check_box label="Mostrar horario en el chat local" name="show_timestamps_check"/>
<check_box label="Mostrar errores de scripts y avisos como chat regular" name="script_errors_as_chat"/>
<check_box label="Ejecutar animación de escribir al chatear" name="play_typing_animation"/>
<text name="text_box7">
Burbuja de Chat:
</text>
<check_box label="Mostrar Burbuja de chat" name="bubble_text_chat"/>
<slider label="Opacidad" name="bubble_chat_opacity"/>
<!--
<text bottom="-410" height="10" left="12" name="text_translate_chat">Translate Chat:</text>
<check_box bottom="-417" control_name="TranslateChat" height="16" initial_value="false" label="Use machine translation while chatting (powered by Google)" left="148" name="translate_chat"/>
<text bottom="-432" height="10" left="149" name="text_translate_chat">Translate into this language:</text>
<combo_box allow_text_entry="true" bottom="-438" follows="top" height="16" left_delta="183" max_chars="135" name="translate_language_combobox" width="146">
<combo_item name="System Default Language" value="default">System Default</combo_item>
<combo_item name="English" value="en">English</combo_item>
<!- After "System Default" and "English", please keep the rest of these combo_items in alphabetical order by the first character in the string. ->
<combo_item name="Danish" value="da">Dansk (Danish)</combo_item>
<combo_item name="Deutsch(German)" value="de">Deutsch (German)</combo_item>
<combo_item name="Spanish" value="es">Español (Spanish)</combo_item>
<combo_item name="French" value="fr">Français (French)</combo_item>
<combo_item name="Italian" value="it">Italiano (Italian)</combo_item>
<combo_item name="Hungarian" value="hu">Magyar (Hungarian)</combo_item>
<combo_item name="Dutch" value="nl">Nederlands (Dutch)</combo_item>
<combo_item name="Polish" value="pl">Polski (Polish)</combo_item>
<combo_item name="Portugese" value="pt">Portugués (Portuguese)</combo_item>
<combo_item name="Russian" value="ru">Русский (Russian)</combo_item>
<combo_item name="Turkish" value="tr">Türkçe (Turkish)</combo_item>
<combo_item name="Ukrainian" value="uk">Українська (Ukrainian)</combo_item>
<combo_item name="Chinese" value="zh">中文 (简体) (Chinese)</combo_item>
<combo_item name="(Japanese)" value="ja">日本語 (Japanese)</combo_item>
<combo_item name="(Korean)" value="ko">한국어 (Korean)</combo_item>
</combo_box>-->
</panel>