diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-05-10 02:31:27 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-05-10 02:31:27 +0000 |
commit | 46bb952ba51411f27d92f06ea1cc9bd8e7158e34 (patch) | |
tree | 24c81c5300bd6bcae72aca3ea6a8dc619bc2a5d0 /lib/l10n/it.js | |
parent | fc076271c791998272856b640be4b63cfe3263a2 (diff) | |
download | nextcloud-server-46bb952ba51411f27d92f06ea1cc9bd8e7158e34.tar.gz nextcloud-server-46bb952ba51411f27d92f06ea1cc9bd8e7158e34.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/it.js')
-rw-r--r-- | lib/l10n/it.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/l10n/it.js b/lib/l10n/it.js index 4e989f4c76b..5f0579dd454 100644 --- a/lib/l10n/it.js +++ b/lib/l10n/it.js @@ -5,7 +5,6 @@ OC.L10N.register( "This can usually be fixed by giving the web server write access to the config directory." : "Ciò può essere corretto di solito fornendo al server web accesso in scrittura alla cartella config.", "But, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "Ma, se preferisci mantenere il file config.php in sola lettura, imposta l'opzione \"config_is_read_only\" a true.", "See %s" : "Vedi %s", - "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "I file dell'applicazione %1$s non sono stati sostituiti correttamente. Assicurati che sia una versione compatibile con il server.", "Sample configuration detected" : "Configurazione di esempio rilevata", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "È stato rilevato che la configurazione di esempio è stata copiata. Ciò può compromettere la tua installazione e non è supportato. Leggi la documentazione prima di modificare il file config.php", "404" : "404", @@ -252,6 +251,7 @@ OC.L10N.register( "Storage connection error. %s" : "Errore di connessione all'archiviazione. %s", "Storage is temporarily not available" : "L'archiviazione è temporaneamente non disponibile", "Storage connection timeout. %s" : "Timeout di connessione all'archiviazione. %s", + "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "I file dell'applicazione %1$s non sono stati sostituiti correttamente. Assicurati che sia una versione compatibile con il server.", "Full name" : "Nome completo", "%s enter the database username and name." : "%s digita il nome utente e il nome del database.", "%s enter the database username." : "%s digita il nome utente del database.", |