diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-08-05 18:18:31 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-08-06 00:36:37 +0200 |
commit | 709964e156f52a28416f2c7350dacbbe665af9c9 (patch) | |
tree | fbd9acc78e7773baf4bfe26c45490ec9d7c96c36 /Translations/Language.it.xml | |
parent | 388e44c8095c04eac53ca6500363ebfb0d8f14bb (diff) | |
download | VeraCrypt-709964e156f52a28416f2c7350dacbbe665af9c9.tar.gz VeraCrypt-709964e156f52a28416f2c7350dacbbe665af9c9.zip |
Windows: Display warning message with correct maximum length value when password is truncated
Diffstat (limited to 'Translations/Language.it.xml')
-rw-r--r-- | Translations/Language.it.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Translations/Language.it.xml b/Translations/Language.it.xml index 2f788a0f..6b4dc156 100644 --- a/Translations/Language.it.xml +++ b/Translations/Language.it.xml @@ -1378,7 +1378,7 @@ <entry lang="it" key="IDC_BOOT_LOADER_CACHE_PIM">Includi &PIM durante il caching della password di autenticazione pre-boot</entry> <entry lang="it" key="IDC_PREF_CACHE_PIM">Include PIM quando memorizza una password</entry> <entry lang="it" key="IDC_SHOW_DISCONNECTED_NETWORK_DRIVES">Rendere disponibili le unità di rete disconnesse per il montaggio</entry> - <entry lang="it" key="PASSWORD_UTF8_TOO_LONG">La password inserita è troppo lunga: la sua rappresentazione in UTF-8 supera i 128 bytes.</entry> + <entry lang="it" key="PASSWORD_UTF8_TOO_LONG">La password inserita è troppo lunga: la sua rappresentazione in UTF-8 supera i %d bytes.</entry> <entry lang="it" key="PASSWORD_UTF8_INVALID">La password inserita contiene caratteri Unicode che non possono essere convertiti nella rappresentazione UTF-8.</entry> <entry lang="it" key="INIT_DLL">Errore: Caricamento di una libreria di sistema non riuscita.</entry> <entry lang="it" key="ERR_EXFAT_INVALID_VOLUME_SIZE">La dimensione del volume specificata nella linea di comando non è compatibile con il filesystem exFAT selezionato.</entry> @@ -1421,8 +1421,8 @@ <entry lang="it" key="IDC_BLOCK_SYSENC_TRIM">Blocca comandi TRIM sulla partizione/disco di sistema</entry> <entry lang="it" key="WINDOWS_EFI_BOOT_LOADER_MISSING">ERRORE: Windows EFI system loader non localizzato sul disco. L'operazione sarà annullata.</entry> <entry lang="it" key="SYSENC_EFI_UNSUPPORTED_SECUREBOOT">Attualmente non è possibile cifrare un sistema se BootSecuro è abilitato e se le chiavi personalizzate VeraCrypt non sono caricate nel firmware della macchina. BootSicuro necessita d'essere disabilitato nella configurazione BIOS al fine di permettere alla cifratura di sistema di procedere.</entry> - <entry lang="it" key="PASSWORD_PASTED_TRUNCATED">Troncato testo incollato a causa della massima lunghezza password di 128 caratteri</entry> - <entry lang="it" key="PASSWORD_MAXLENGTH_REACHED">La password ha già raggiunto la lunghezza massima di 128 caratteri.\nNessun ulteriore carattere è ammesso.</entry> + <entry lang="it" key="PASSWORD_PASTED_TRUNCATED">Troncato testo incollato a causa della massima lunghezza password di %d caratteri</entry> + <entry lang="it" key="PASSWORD_MAXLENGTH_REACHED">La password ha già raggiunto la lunghezza massima di %d caratteri.\nNessun ulteriore carattere è ammesso.</entry> <entry lang="it" key="IDC_SELECT_LANGUAGE_LABEL">Seleziona la lingua da utilizzare per l'installazione:</entry> <entry lang="it" key="VOLUME_TOO_LARGE_FOR_HOST">ERRORE: La dimensione del contenitore file è maggiore dello spazio disponibile su disco.</entry> <entry lang="it" key="IDC_ALLOW_WINDOWS_DEFRAG">Permetti Windows Frammentazione Disco per deframmentare una partizione/disco non di sistema.</entry> |