diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-01 00:18:33 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-01 00:18:33 +0000 |
commit | f49550db979bdc1de23ef6df993ec29f938de1d7 (patch) | |
tree | d3701ef31c4c2e8bc982b4687d7c20ad8b6526f8 /apps/files_external/l10n/it.js | |
parent | 254914a7358a8dbdfe18580cf876c126383cb4ef (diff) | |
download | nextcloud-server-f49550db979bdc1de23ef6df993ec29f938de1d7.tar.gz nextcloud-server-f49550db979bdc1de23ef6df993ec29f938de1d7.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_external/l10n/it.js')
-rw-r--r-- | apps/files_external/l10n/it.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files_external/l10n/it.js b/apps/files_external/l10n/it.js index 9918357842e..bc00e7e9484 100644 --- a/apps/files_external/l10n/it.js +++ b/apps/files_external/l10n/it.js @@ -89,6 +89,8 @@ OC.L10N.register( "SMB/CIFS" : "SMB/CIFS", "Share" : "Condividi", "Show hidden files" : "Mostra i file nascosti", + "Case sensitive file system" : "File system case sensitive", + "Disabling it will allow to use a case insensitive file system, but comes with a performance penalty" : "Disattivandolo, sarĂ possibile usare un file system non sensibile alle maiuscole, ma comporta una riduzione di prestazioni", "Verify ACL access when listing files" : "Verifica le ACL di accesso quando elenchi i file", "Check the ACL's of each file or folder inside a directory to filter out items where the user has no read permissions, comes with a performance penalty" : "Controlla le ACL di ogni file o cartella all'interno di una cartella per filtrare elementi dove l'utente non ha permessi di lettura, implica una riduzione di prestazioni", "Timeout" : "Tempo scaduto", @@ -152,6 +154,7 @@ OC.L10N.register( "Credentials saved" : "Credenziali salvate", "Credentials saving failed" : "Salvataggio delle credenziali non riuscito", "Credentials required" : "Credenziali richieste", + "Disabling it will allow to use a case insentive file system, but comes with a performance penalty" : "Disattivandolo, sarĂ possibile usare un file system non sensibile alle maiuscole, ma comporta una riduzione di prestazioni", "Name" : "Nome" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |