LLGroupActions too! (Strengthens RLVa restrictions!)
Cleans up llfloatergroupinfo, makes it an instance tracker... pretty much as nice as llfloateravatarinfo now ^*^ Adds notifications JoinGroupNoCost and JoinedTooManyGroups (added to our existing translations, of course) Cleans up all around, placing groupactions around. Touches up bits for avataractions
This commit is contained in:
@@ -711,6 +711,21 @@ Do you wish to proceed?
|
||||
yestext="Join"/>
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="alertmodal.tga"
|
||||
name="JoinGroupNoCost"
|
||||
type="alertmodal">
|
||||
You are joining group [NAME].
|
||||
Do you wish to proceed?
|
||||
<tag>group</tag>
|
||||
<tag>confirm</tag>
|
||||
<usetemplate
|
||||
name="okcancelbuttons"
|
||||
notext="Cancel"
|
||||
yestext="Join"/>
|
||||
</notification>
|
||||
|
||||
|
||||
<notification
|
||||
icon="alertmodal.tga"
|
||||
name="JoinGroupCannotAfford"
|
||||
@@ -3280,6 +3295,18 @@ To leave a group select the 'Groups...' option from the 'Edit&apo
|
||||
yestext="Join"/>
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="alert.tga"
|
||||
name="JoinedTooManyGroups"
|
||||
type="alert">
|
||||
You have reached your maximum number of groups. Please leave some group before joining or creating a new one.
|
||||
<tag>group</tag>
|
||||
<tag>fail</tag>
|
||||
<usetemplate
|
||||
name="okbutton"
|
||||
yestext="OK"/>
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="alert.tga"
|
||||
name="KickUser"
|
||||
|
||||
@@ -391,6 +391,12 @@ Los demás residentes podrán visitar la URL que hayas elegido cuando vean tu pe
|
||||
<usetemplate name="okcancelbuttons" notext="Cancelar" yestext="Unirse"/>
|
||||
</notification>
|
||||
|
||||
<notification name="JoinGroupNoCost">
|
||||
Vas a entrar al grupo [NAME].
|
||||
¿Quieres seguir?
|
||||
<usetemplate name="okcancelbuttons" notext="Cancelar" yestext="Entrar"/>
|
||||
</notification>
|
||||
|
||||
<notification name="JoinGroupCannotAfford">
|
||||
Unirse a este grupo cuesta [CURRENCY][COST].
|
||||
No tienes suficientes [CURRENCY] para unirte a este grupo.
|
||||
@@ -1879,6 +1885,11 @@ Se ocultará el chat y los mensajes instantáneos. Los mensajes instantáneos re
|
||||
<usetemplate name="okcancelbuttons" notext="Rehusar" yestext="Entrar"/>
|
||||
</notification>
|
||||
|
||||
<notification name="JoinedTooManyGroups">
|
||||
Has superado tu número máximo de grupos. Por favor, sal de al menos uno de ellos antes de crear uno nuevo o entrar en alguno.
|
||||
<usetemplate name="okbutton" yestext="OK"/>
|
||||
</notification>
|
||||
|
||||
<notification name="KickUser">
|
||||
¿Con qué mensaje se expulsará a este usuario?
|
||||
<form name="form">
|
||||
|
||||
@@ -264,6 +264,12 @@ Voulez-vous continuer ?
|
||||
<usetemplate name="okcancelbuttons" notext="Annuler" yestext="Rejoindre"/>
|
||||
</notification>
|
||||
|
||||
<notification name="JoinGroupNoCost">
|
||||
Vous vous apprêtez à rejoindre le groupe [NAME].
|
||||
Voulez-vous continuer ?
|
||||
<usetemplate name="okcancelbuttons" notext="Annuler" yestext="Fusionner"/>
|
||||
</notification>
|
||||
|
||||
<notification name="JoinGroupCannotAfford">
|
||||
Rejoindre ce groupe coûte [COST] [CURRENCY].
|
||||
Vous n'avez pas suffisamment de [CURRENCY] pour rejoindre ce groupe.
|
||||
@@ -1606,6 +1612,11 @@ Pour quitter un groupe, sélectionnez l'option Groupe dans le menu Éditer.
|
||||
<usetemplate name="okcancelbuttons" notext="Refuser" yestext="Rejoindre"/>
|
||||
</notification>
|
||||
|
||||
<notification name="JoinedTooManyGroups">
|
||||
Vous avez atteint le nombre de groupes maximum. Vous devez en quitter un avant d'en rejoindre ou d'en créer un nouveau.
|
||||
<usetemplate name="okbutton" yestext="OK"/>
|
||||
</notification>
|
||||
|
||||
<notification name="KickUser">
|
||||
Éjecter cet utilisateur avec quel message ?
|
||||
<form name="form">
|
||||
|
||||
@@ -274,6 +274,11 @@ Outros residentes podem visitar a URL que você definiu, quando eles olharem seu
|
||||
Deseja prosseguir?
|
||||
<usetemplate name="okcancelbuttons" notext="Cancelar" yestext="Unir-se"/>
|
||||
</notification>
|
||||
<notification name="JoinGroupNoCost">
|
||||
Você está prestes a entrar no grupo [NAME].
|
||||
Deseja continuar?
|
||||
<usetemplate name="okcancelbuttons" notext="Cancelar" yestext="Entrar"/>
|
||||
</notification>
|
||||
<notification name="JoinGroupCannotAfford">
|
||||
Associar-se a este grupo custa [CURRENCY][COST].
|
||||
Você não tem [CURRENCY] suficientes para associar-se a este grupo.
|
||||
@@ -1623,6 +1628,11 @@ Bate-papo e mensagens instantâneas serão escondidas. Mensagens instantâneas i
|
||||
<usetemplate name="okcancelbuttons" notext="Recusar" yestext="Entrar"/>
|
||||
</notification>
|
||||
|
||||
<notification name="JoinedTooManyGroups">
|
||||
Você atingiu o limite máximo de grupos. Sai de um grupo para entrar ou criar outro.
|
||||
<usetemplate name="okbutton" yestext="OK"/>
|
||||
</notification>
|
||||
|
||||
<notification name="KickUser">
|
||||
Expulsar este usuário com qual mensagem?
|
||||
<form name="form">
|
||||
|
||||
Reference in New Issue
Block a user