diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-03-03 02:26:09 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-03-03 02:26:09 +0000 |
commit | 213e75b78a76e55254ba59e15c3e2697cc632dad (patch) | |
tree | c380f6c8e2ba4ebec1a23fa2952bdf0faa952dba /apps/dav/l10n/it.js | |
parent | 0f34bce344e0e639856dcc8f213e436fd0f9744c (diff) | |
download | nextcloud-server-213e75b78a76e55254ba59e15c3e2697cc632dad.tar.gz nextcloud-server-213e75b78a76e55254ba59e15c3e2697cc632dad.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav/l10n/it.js')
-rw-r--r-- | apps/dav/l10n/it.js | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/dav/l10n/it.js b/apps/dav/l10n/it.js index 3da8be25567..94c1447ef08 100644 --- a/apps/dav/l10n/it.js +++ b/apps/dav/l10n/it.js @@ -108,6 +108,20 @@ OC.L10N.register( "{actor} updated contact {card} in address book {addressbook}" : "{actor} ha aggiornato il contatto {card} nella rubrica {addressbook}", "You updated contact {card} in address book {addressbook}" : "Hai aggiornato il contatto {card} nella rubrica {addressbook}", "A <strong>contact</strong> or <strong>address book</strong> was modified" : "Un <strong>contatto</strong> o <strong>rubrica</strong> sono stati modificati ", + "File is not updatable: %1$s" : "Il file non è aggiornabile: %1$s", + "Could not write to final file, canceled by hook" : "Impossibile scrivere nel file finale, annullato da hook", + "Could not write file contents" : "Impossibile scrivere il contenuto del file", + "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], + "Error while copying file to target location (copied: %1$s, expected filesize: %2$s)" : "Errore durante la copia del file nella destinazione (copiato: %1$s, dimensione prevista del file: %2$s)", + "Could not rename part file to final file, canceled by hook" : "Impossibile rinominare il file di parte in file finale, annullato da hook", + "Could not rename part file to final file" : "Impossibile rinominare il file di parte in file finale", + "Failed to check file size: %1$s" : "Verifica della dimensione del file non riuscito: %1$s", + "Could not open file" : "Impossibile aprire il file", + "Encryption not ready: %1$s" : "Crittografia non pronta: %1$s", + "Failed to open file: %1$s" : "Apertura del file non riuscito: %1$s", + "Failed to unlink: %1$s" : "Scollegamento fallito: %1$s", + "Failed to write file contents: %1$s" : "Scrittura del contenuto del file non riuscita: %1$s", + "File not found: %1$s" : "File non trovato: %1$s", "System is in maintenance mode." : "Il sistema è in modalità di manutenzione.", "Upgrade needed" : "Aggiornamento necessario", "Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Il tuo %s deve essere configurato all'uso di HTTPS per poter usare CalDAV e CardDAV con iOS/macOS.", |