diff options
author | eli <eli@lindenlab.com> | 2019-07-18 15:56:45 -0700 |
---|---|---|
committer | eli <eli@lindenlab.com> | 2019-07-18 15:56:45 -0700 |
commit | a990805bb3634a30198856c6ceae16c7ae97f90a (patch) | |
tree | 4befa2ce42c238f9534f993fa0bc8b6f15fe095f /indra/newview/skins/default/xui/es/panel_profile_interests.xml | |
parent | 139c66b684a463cea0d0d9420b3ba40a9ffb65a6 (diff) |
FIX INTL-355 translation of Set58 for 9 languages, for project repo 483-legacy_profiles
Diffstat (limited to 'indra/newview/skins/default/xui/es/panel_profile_interests.xml')
-rw-r--r-- | indra/newview/skins/default/xui/es/panel_profile_interests.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/es/panel_profile_interests.xml b/indra/newview/skins/default/xui/es/panel_profile_interests.xml new file mode 100644 index 0000000000..86dd63390c --- /dev/null +++ b/indra/newview/skins/default/xui/es/panel_profile_interests.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<panel label="Intereses" name="panel_profile_interests"> + <text name="I Want To:"> + Quiero: + </text> + <check_box label="Construye" name="chk0"/> + <check_box label="Explora" name="chk1"/> + <check_box label="Conoce" name="chk2"/> + <check_box label="Encuentra empleo" name="chk6"/> + <check_box label="Agrupa" name="chk3"/> + <check_box label="Compra" name="chk4"/> + <check_box label="Vende" name="chk5"/> + <check_box label="Contrata" name="chk7"/> + <line_editor name="want_to_edit"> + (cargando...) + </line_editor> + <text name="Skills:"> + Habilidades: + </text> + <check_box label="Texturas" name="schk0"/> + <check_box label="Arquitectura" name="schk1"/> + <check_box label="Modelo" name="schk3"/> + <check_box label="Planificación de eventos" name="schk2"/> + <check_box label="Preparación de scripts" name="schk4"/> + <check_box label="Personajes personalizados" name="schk5"/> + <line_editor name="skills_edit"> + (cargando...) + </line_editor> + <text name="Languages:"> + Idiomas: + </text> + <line_editor name="languages_edit"> + (cargando...) + </line_editor> +</panel> |