Files
SingularityViewer/indra/newview/skins/default/xui/es/panel_groups.xml
Lirusaito 4ef32a3805 Sync more stuff with upstream! (Mainly updates stuff involving LLFloaterGroupPicker)
Updates llfloatergroups to be a lot similar to upstream
- Adds LLFLoaterGroupPicker::removeNoneOption and changes LLFloaterGroupPicker to use modern style callback
- Switched from using per ui xml string for the none entry in groups to the strings.xml one, updated and cleaned existing translations to use this.
- Changes LLFLoaterGroupPicker into an instance tracker by id, because it was already acting like one.
Updates llpanelpermissions RLVa bits and fixes last owner label never enabled
2013-07-13 17:28:09 -04:00

26 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="groups">
<scroll_list name="group list">
<column label="Nombre" name="name" tool_tip="Nombre"/>
<!--<column label="Active" name="is_active_group"
tool_tip="Group is set as active" width="40" />-->
<column name="is_listed_group" tool_tip="El Grupo es visible en tu perfil"/>
<column name="is_chattable_group" tool_tip="Recibir chat del grupo"/>
<column name="is_notice_group" tool_tip="Recibir avisos del grupo"/>
</scroll_list>
<text name="groupdesc">
Tu grupo activo se muestra en Itálica.
</text>
<text name="groupcount">
Perteneces a [COUNT] grupos (de un máximo de [MAX]).
</text>
<button label="MI/Llamar" name="IM" tool_tip="Abrir sesión de Mensajes Instantáneos"/>
<button label="Info" name="Info"/>
<button label="Activar" name="Activate"/>
<button label="Abandonar" name="Leave"/>
<button label="Crear..." name="Create"/>
<button label="Buscar..." name="Search..."/>
<button label="Invitar..." name="Invite..."/>
<button label="Títulos..." name="Titles..."/>
</panel>