diff options
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 e0c1403491..d1a47535d8 100644 --- a/indra/newview/skins/default/xui/it/notifications.xml +++ b/indra/newview/skins/default/xui/it/notifications.xml @@ -3232,6 +3232,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> @@ -3992,6 +3995,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> @@ -4040,6 +4046,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> |