forked from siana/SingularityViewer
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/singularity-viewer/Singul…
- Loading branch information
Showing
50 changed files
with
903 additions
and
200 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.8.7 | ||
1.8.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
indra/newview/skins/default/xui/es/floater_active_speakers.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
indra/newview/skins/default/xui/es/floater_experience_search.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
<floater name="experiencepicker" title="Seleccionar Experiencia"> | ||
</floater> |
113 changes: 113 additions & 0 deletions
113
indra/newview/skins/default/xui/es/floater_experienceprofile.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
|
||
<floater title="Perfil de la Experiencia"> | ||
<floater.string name="empty_slurl"> | ||
(ninguno) | ||
</floater.string> | ||
<floater.string name="maturity_icon_general"> | ||
map_event.tga | ||
</floater.string> | ||
<floater.string name="maturity_icon_moderate"> | ||
map_event_mature.tga | ||
</floater.string> | ||
<floater.string name="maturity_icon_adult"> | ||
map_event_adult.tga | ||
</floater.string> | ||
<name_box name="experience_title"/> | ||
<tab_container name="tab_container"> | ||
<panel name="panel_experience_info"> | ||
<scroll_container name="xp_scroll"> | ||
<panel name="scrolling_panel"> | ||
<layout_stack name="Experience_profile"> | ||
<layout_panel name="top panel"> | ||
<text name="grid_wide"/> | ||
<button label="Editar" name="edit_btn"/> | ||
</layout_panel> | ||
<layout_panel name="image_panel"> | ||
<texture_picker name="logo"/> | ||
</layout_panel> | ||
<layout_panel name="description panel"> | ||
<text_editor name="experience_description"/> | ||
</layout_panel> | ||
<layout_panel name="maturity panel"> | ||
<text name="ContentRating" width="75"> | ||
Contenido: | ||
</text> | ||
<text name="ContentRatingText"/> | ||
</layout_panel> | ||
<layout_panel name="location panel"> | ||
<text name="Location" width="290"> | ||
Ubicación: | ||
</text> | ||
<text_editor name="LocationTextText"/> | ||
</layout_panel> | ||
<layout_panel name="marketplace panel"> | ||
<text name="marketplace store"> | ||
Tienda del Mercado: | ||
</text> | ||
<text_editor name="marketplace"/> | ||
</layout_panel> | ||
<layout_panel name ="owner panel"> | ||
<text name="Owner"> | ||
Propietario: | ||
</text> | ||
<name_box name="OwnerText"/> | ||
</layout_panel> | ||
<layout_panel name="group_panel"> | ||
<text name="Group"> | ||
Grupo: | ||
</text> | ||
<name_box name="GroupText"/> | ||
</layout_panel> | ||
<layout_panel name="perm panel"> | ||
<button label="Permitir" name="allow_btn"/> | ||
<button label="Olvidar" name="forget_btn"/> | ||
<button label="Bloquear" name="block_btn"/> | ||
<text name="privileged"> | ||
Esta experiencia está habilitada para todos los residentes. | ||
</text> | ||
<button label="Denunciar Infracción" name="report_btn" left="84" width="134"/> | ||
</layout_panel> | ||
</layout_stack> | ||
</panel> | ||
</scroll_container> | ||
</panel> | ||
<panel name="edit_panel_experience_info"> | ||
<scroll_container name="edit_xp_scroll" > | ||
<panel name="edit_scrolling_panel"> | ||
<texture_picker name="edit_logo"/> | ||
<text name="edit_experience_title_label" value="Nombre:"/> | ||
<line_editor name="edit_experience_title"/> | ||
<text name="edit_experience_desc_label" value="Descripción:"/> | ||
<text_editor name="edit_experience_description"/> | ||
<button name="Group_btn" label="Definir Grupo"/> | ||
<name_box name="edit_GroupText"/> | ||
<text name="edit_ContentRating"> | ||
Contenido: | ||
</text> | ||
<combo_box label="Moderado" tool_tip="Increasing the maturity rating on an experience will reset permission for all residents which have allowed the experience." name="edit_ContentRatingText"> | ||
<combo_item label="Adulto" name="Adult"/> | ||
<combo_item label="Moderado" name="Mature"/> | ||
<combo_item label="General" name="PG"/> | ||
</combo_box> | ||
<text name="edit_Location"> | ||
Ubicación: | ||
</text> | ||
<text_editor name="edit_LocationTextText"/> | ||
<button name="location_btn" label="Definir aquí"/> | ||
<button name="clear_btn" label="Limpiar Ubicación"/> | ||
<text name="Marketplace Store text"> | ||
Tienda del Mercado: | ||
</text> | ||
<line_editor name="edit_marketplace"/> | ||
<check_box tool_tip="" label="Habilitar Experiencia" name="edit_enable_btn"/> | ||
<check_box label="Ocultar en Búsqueda" name="edit_private_btn"/> | ||
<text name="changes" value="Los cambios de una experiencia pueden tardar varios minutos en mostrarse en todas las regiones."/> | ||
<button label="Volver" name="cancel_btn"/> | ||
<button label="Guardar" name="save_btn"/> | ||
</panel> | ||
</scroll_container> | ||
</panel> | ||
</tab_container> | ||
</floater> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> | ||
|
||
<floater name="floater_experiences" title="Experiencias"> | ||
</floater> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
<menu name="Avatar Menu"> | ||
<menu_item_call label="Perfil" name="Profile"/> | ||
<menu_item_call label="Permitir" name="Allow"/> | ||
<menu_item_call label="Olvidar" name="Forget"/> | ||
<menu_item_call label="Bloquear" name="Block"/> | ||
<menu_item_call label="Denunciar" name="Report"/> | ||
<menu_item_call label="Copiar SLURL al portapapeles" name="url_copy"/> | ||
<menu_item_call label="Copiar UUID al portapapeles" name="key_copy"/> | ||
<menu_item_call label="Copiar Nombre al portapapeles" name="name_copy"/> | ||
</menu> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
<menu label="Grupos" name="groups_menu"> | ||
<menu_item_call label="Mostrar Información del Grupo" name="show_group"/> | ||
<menu_item_call label="Abrir chat del grupo" name="im_group"/> | ||
<menu_item_call label="Abrir chat del Grupo" name="call_group"/> | ||
<menu_item_call label="Activar Grupo" name="activate_group"/> | ||
<menu_item_call label="Historial de chat" name="Chat History"/> | ||
<menu_item_call label="Unirse al Grupo" name="join_group"/> | ||
<menu_item_call label="Abandonar el Grupo" name="leave_group"/> | ||
<menu_item_call label="Copiar Nombre" name="copy_name"/> | ||
<menu_item_call label="Copiar SLURL" name="copy_url"/> | ||
<menu_item_call label="Copiar UUID" name="copy_key"/> | ||
</menu> |
Oops, something went wrong.