Files
Puma_Viewer/indra/newview/skins/puma/xui/es/floater_snapshot.xml
T
2025-05-24 18:09:39 -03:00

81 lines
2.3 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Snapshot" title="FOTO">
<floater.string name="unknown">
desconocido
</floater.string>
<string name="postcard_progress_str">
Enviando el correo electrónico
</string>
<string name="facebook_progress_str">
Publicando en Facebook
</string>
<string name="profile_progress_str">
Publicando
</string>
<string name="inventory_progress_str">
Guardando en el inventario
</string>
<string name="local_progress_str">
Guardando en el equipo
</string>
<string name="facebook_succeeded_str">
Imagen subida
</string>
<string name="profile_succeeded_str">
Imagen subida
</string>
<string name="postcard_succeeded_str">
Correo electrónico enviado
</string>
<string name="inventory_succeeded_str">
¡Guardado en el inventario!
</string>
<string name="local_succeeded_str">
¡Guardado en el equipo!
</string>
<string name="facebook_failed_str">
Error al subir la imagen a tu biografía de Facebook.
</string>
<string name="profile_failed_str">
Error al subir la imagen a los comentarios de tu perfil.
</string>
<string name="postcard_failed_str">
Error al enviar el correo electrónico.
</string>
<string name="inventory_failed_str">
Error al guardar en el inventario.
</string>
<string name="local_failed_str">
Error al guardar en el equipo.
</string>
<button label="ACTUALIZAR" name="new_snapshot_btn"/>
<view name="controls_container">
<panel name="advanced_options_panel">
<text name="layer_type_label">
Captura:
</text>
<combo_box label="Capas de imagen" name="layer_types">
<combo_box.item label="Colores" name="Colors"/>
<combo_box.item label="Profundidad" name="Depth"/>
</combo_box>
<check_box label="Interfaz" name="ui_check"/>
<check_box label="Balance de L$" name="currency_check" />
<check_box label="HUDs" name="hud_check"/>
<check_box label="Congelar la toma (pantalla completa)" name="freeze_frame_check"/>
<check_box label="Actualizar automáticamente" name="auto_snapshot_check"/>
<text name="filter_list_label">
Filtro:
</text>
<combo_box name="filters_combobox" tool_tip="Filtros de imagen">
<combo_box.item label="Sin filtro" name="NoFilter"/>
</combo_box>
</panel>
</view>
<text name="image_res_text">
[WIDTH] px (ancho) × [HEIGHT] px (alto)
</text>
<text name="file_size_label">
[SIZE] kB
</text>
</floater>