diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-14 00:25:59 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-14 00:25:59 +0000 |
commit | dfbc0d8572395c459aa80df5e503b8688e2b7f6f (patch) | |
tree | e9f4e8342840c78bd5c24d8f7f418d9f28d52a36 /lib/l10n/it.js | |
parent | b7d0c6031f5a7f744d73da1446663a6f0e4cd94c (diff) | |
download | nextcloud-server-dfbc0d8572395c459aa80df5e503b8688e2b7f6f.tar.gz nextcloud-server-dfbc0d8572395c459aa80df5e503b8688e2b7f6f.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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/l10n/it.js b/lib/l10n/it.js index f850c2ff13f..14ccc7af01f 100644 --- a/lib/l10n/it.js +++ b/lib/l10n/it.js @@ -244,8 +244,6 @@ OC.L10N.register( "Please ask your server administrator to restart the web server." : "Chiedi all'amministratore di riavviare il server web.", "The required %s config variable is not configured in the config.php file." : "La variabile %s necessaria non è configurata nel file config.php .", "Please ask your server administrator to check the Nextcloud configuration." : "Chiedi all'amministratore del server di controllare la configurazione di Nextcloud.", - "PostgreSQL >= 9 required." : "Richiesto PostgreSQL >= 9.", - "Please upgrade your database version." : "Aggiorna la versione del tuo database.", "Your data directory is readable by other users." : "La cartella dei dati è leggibile dagli altri utenti.", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Modifica i permessi in 0770 in modo tale che la cartella non sia leggibile dagli altri utenti.", "Your data directory must be an absolute path." : "La cartella dei dati deve essere un percorso assoluto.", @@ -276,6 +274,8 @@ OC.L10N.register( "The user limit has been reached and the user was not created. Check your notifications to learn more." : "È stato raggiunto il limite di utenti e l'utente non è stato creato. Controlla le notifiche per maggiori informazioni.", "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "Solo i seguenti caratteri sono consentiti in un nome utente: \"a-z\", \"A-Z\", \"0-9\", e \"_.@-'\"", "libxml2 2.7.0 is at least required. Currently %s is installed." : "È richiesta almeno la versione 2.7.0 di libxml2. Quella attualmente installata è la %s.", - "To fix this issue update your libxml2 version and restart your web server." : "Per risolvere questo problema, aggiorna la tua versione di libxml2 e riavvia il server web." + "To fix this issue update your libxml2 version and restart your web server." : "Per risolvere questo problema, aggiorna la tua versione di libxml2 e riavvia il server web.", + "PostgreSQL >= 9 required." : "Richiesto PostgreSQL >= 9.", + "Please upgrade your database version." : "Aggiorna la versione del tuo database." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |