diff options
Diffstat (limited to 'lib/l10n/it.js')
-rw-r--r-- | lib/l10n/it.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/l10n/it.js b/lib/l10n/it.js index 5c611b750f4..1be68c0d847 100644 --- a/lib/l10n/it.js +++ b/lib/l10n/it.js @@ -112,6 +112,9 @@ OC.L10N.register( "Sharing %s failed, because resharing is not allowed" : "Condivisione di %s non riuscita, poiché la ri-condivisione non è consentita", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Condivisione di %s non riuscita, poiché il motore di condivisione per %s non riesce a trovare la sua fonte", "Sharing %s failed, because the file could not be found in the file cache" : "Condivisione di %s non riuscita, poiché il file non è stato trovato nella cache", + "Cannot increase permissions of %s" : "Impossibile aumentare i permessi di %s", + "Expiration date is in the past" : "La data di scadenza è nel passato", + "Cannot set expiration date more than %s days in the future" : "Impossibile impostare la data di scadenza a più di %s giorni nel futuro", "Could not find category \"%s\"" : "Impossibile trovare la categoria \"%s\"", "Apps" : "Applicazioni", "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Solo i seguenti caratteri sono ammessi in un nome utente: \"a-z\", \"A-Z\", \"0-9\", e \"_.@-\"", |