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 2efb27b7e8d..b1ae315c76b 100644 --- a/apps/files/l10n/it.js +++ b/apps/files/l10n/it.js @@ -235,6 +235,8 @@ OC.L10N.register( "Failed to convert files: {message}" : "Impossibile convertire i file: {message}", "All files failed to be converted" : "Non è stato possibile convertire tutti i file", "One file could not be converted: {message}" : "Un file non può essere convertito: {message}", + "_One file could not be converted_::_%n files could not be converted_" : ["Un file non è stato convertito","%nfile non possono essere convertiti","%n file non possono essere convertiti"], + "_One file successfully converted_::_%n files successfully converted_" : ["Un file convertito correttamente","%nfile convertiti con successo","%n file convertiti con successo"], "Files successfully converted" : "File convertiti con successo", "Failed to convert files" : "Impossibile convertire i file", "Converting file …" : "Conversione del file …", @@ -326,6 +328,7 @@ OC.L10N.register( "Unexpected error: {error}" : "Errore imprevisto: {error}", "_%n file_::_%n files_" : ["%n file","%n file","%n file"], "_%n folder_::_%n folders_" : ["%n cartella","%n cartelle","%n cartelle"], + "_%n hidden_::_%n hidden_" : ["%n nascosto","%n nascosti","%n nascosti"], "Filename must not be empty." : "Il nome del file non può essere vuoto.", "\"{char}\" is not allowed inside a filename." : "\"{char}\" non è consentito in un nome di file.", "\"{segment}\" is a reserved name and not allowed for filenames." : "\"{segment}\" è un nome riservato e non consentito per i nomi di file.", |