diff options
Diffstat (limited to 'apps/files/l10n/it.js')
-rw-r--r-- | apps/files/l10n/it.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js index 08bb843b02b..53d75ecbf05 100644 --- a/apps/files/l10n/it.js +++ b/apps/files/l10n/it.js @@ -22,6 +22,8 @@ OC.L10N.register( "An unknown error has occurred" : "Si è verificato un errore sconosciuto", "File could not be uploaded" : "Il file non può essere caricato", "Uploading …" : "Caricamento in corso...", + "{remainingTime} ({currentNumber}/{total})" : "{remainingTime} ({currentNumber}/{total})", + "Uploading … ({currentNumber}/{total})" : "Caricamento … ({currentNumber}/{total})", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} di {totalSize} ({bitrate})", "Uploading that item is not supported" : "Il caricamento di tale elemento non è supportato", "Target folder does not exist any more" : "La cartella di destinazione non esiste più", @@ -173,10 +175,11 @@ OC.L10N.register( "Go to the \"{dir}\" directory" : "Vai alla cartella \"{dir}\"", "Select the row for {displayName}" : "Seleziona la riga per {displayName}", "Rename file" : "Rinomina file", - "File name" : "Nome file", "A long time ago" : "Molto tempo fa", "This node is unavailable" : "Questa nodo non è disponibile", "Download file {name}" : "Scarica il file {name}", + "File name" : "Nome file", + "Folder name" : "Nome della cartella", "\"{displayName}\" action executed successfully" : "L'azione \"{displayName}\" è stata eseguita correttamente", "\"{displayName}\" action failed" : "L'azione \"{displayName}\" è fallita", "\"{name}\" is not an allowed filetype." : "\"{name}\" non è un tipo di file consentito.", |