diff options
Diffstat (limited to 'apps/files/l10n/it.js')
-rw-r--r-- | apps/files/l10n/it.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js index f1f1b00e079..1df6693d214 100644 --- a/apps/files/l10n/it.js +++ b/apps/files/l10n/it.js @@ -161,6 +161,8 @@ OC.L10N.register( "Reject" : "Rifiuta", "Incoming ownership transfer from {user}" : "Trasferimento di proprietà in ingresso da {user}", "Do you want to accept {path}?\n\nNote: The transfer process after accepting may take up to 1 hour." : "Vuoi accettare {path}?\n\nNota: il processo di trasferimento dopo l'accettazione potrebbe richiedere fino a un'ora.", + "Ownership transfer denied" : "Trasferimento di proprietà negato", + "Your ownership transfer of {path} was denied by {user}." : "Il tuo trasferimento di proprietà di {path} è stato negato da {user}.", "Ownership transfer failed" : "Trasferimento di proprietà non riuscito", "Your ownership transfer of {path} to {user} failed." : "Il tuo trasferimento di proprietà di {path} a {user} non è riuscito.", "The ownership transfer of {path} from {user} failed." : "Il trasferimento di proprietà di {path} da {user} non è riuscito.", @@ -235,6 +237,7 @@ OC.L10N.register( "Shared" : "Condiviso", "Switch to list view" : "Passa alla vista elenco", "Switch to grid view" : "Passa alla vista griglia", + "Upload was cancelled by user" : "Caricamento annullato dall'utente", "Error during upload: {message}" : "Errore durante il caricamento: {message}", "Error during upload, status code {status}" : "Errore durante il caricamento, codice di stato {status}", "Unknown error during upload" : "Errore sconosciuto durante il caricamento", |