diff options
author | Rider Linden <rider@lindenlab.com> | 2018-12-13 15:52:44 -0800 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-12-13 15:52:44 -0800 |
commit | 56d9d204f76978bf1373e15c84649a87d40dd16d (patch) | |
tree | c55324326ee8c8b05419d27b49f0b89aa63cd85a /indra/newview/skins/default/xui/it/notifications.xml | |
parent | 9475a593a170f0c90a8d353de3e1277f844ee913 (diff) | |
parent | a3b3ad727f53aa280ffbcc1b61ccfbb48e988708 (diff) |
Merge
Diffstat (limited to 'indra/newview/skins/default/xui/it/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/it/notifications.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/it/notifications.xml b/indra/newview/skins/default/xui/it/notifications.xml index a6df0f8e1b..c0f7df5227 100644 --- a/indra/newview/skins/default/xui/it/notifications.xml +++ b/indra/newview/skins/default/xui/it/notifications.xml @@ -3236,6 +3236,9 @@ Per sicurezza, verranno bloccati per alcuni secondi. <notification name="PresetNotSaved"> Errore durante il salvataggio del valore predefinito [NAME]. </notification> + <notification name="DefaultPresetNotSaved"> + Impossibile sovrascrivere l’impostazione predefinita. + </notification> <notification name="PresetNotDeleted"> Errore durante l'eliminazione del valore predefinito [NAME]. </notification> @@ -3996,6 +3999,9 @@ Riprova tra un minuto. <notification name="CantCreateObjectRegionFull"> Impossibile creare l'oggetto richiesto. La regione è piena. </notification> + <notification name="CantCreateAnimatedObjectTooLarge"> + Impossibile unire questi oggetti poichè l’oggetto animato che ne risulterebbe sarebbe superiore al limite triangolo con rig. + </notification> <notification name="CantAttackMultipleObjOneSpot"> Non puoi collegare più oggetti a un singolo luogo. </notification> @@ -4044,6 +4050,21 @@ Riprova tra un minuto. <notification name="CantChangeShape"> Non ti è consentito modificare questa forma. </notification> + <notification name="NoPermsTooManyAttachedAnimatedObjects"> + L’operazione farebbe superare il limite consentito al numero di oggetti animati allegati. + </notification> + <notification name="NoPermsLinkAnimatedObjectTooLarge"> + Impossibile unire questi oggetti poichè l’oggetto animato che ne risulterebbe sarebbe superiore al limite triangolo con rig. + </notification> + <notification name="NoPermsSetFlagAnimatedObjectTooLarge"> + Impossibile unire questi oggetti poichè l’oggetto animato che ne risulterebbe sarebbe superiore al limite triangolo con rig. + </notification> + <notification name="CantChangeAnimatedObjectStateInsufficientLand"> + Impossibile cambiare lo stato dell’oggetto animato poichè andrebbe oltre il limite del lotto. + </notification> + <notification name="ErrorNoMeshData"> + Errore del server: impossibile completare l’operazione poichè i dati mesh non sono stati caricati. + </notification> <notification name="NoAccessToClaimObjects"> Le tue autorizzazioni di accesso non ti permettono di richiedere oggetti in questa posizione. </notification> |