diff options
Diffstat (limited to 'apps/files/l10n/it.js')
-rw-r--r-- | apps/files/l10n/it.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js index 10c23b74189..3c5e40717c4 100644 --- a/apps/files/l10n/it.js +++ b/apps/files/l10n/it.js @@ -88,6 +88,7 @@ OC.L10N.register( "Another entry with the same name already exists." : "Esiste già un'altra voce con lo stesso nome.", "Invalid filename." : "Nome di file non valido.", "Renamed \"{oldName}\" to \"{newName}\"" : "Rinominato \"{oldName}\" in \"{newName}\"", + "Unknown date" : "Data sconosciuta", "Pending" : "In corso", "Clear filter" : "Pulisci il filtro", "Modified" : "Modificato", @@ -202,6 +203,8 @@ OC.L10N.register( "Confirm deletion" : "Conferma l'eliminazione", "Cancel" : "Annulla", "Edit file locally" : "Modifica il file localmente", + "The file should now open on your device. If it doesn't, please check that you have the desktop app installed." : "Il file dovrebbe ora aprirsi sul tuo dispositivo. In caso contrario, controlla di aver installato l'app desktop.", + "Retry and close" : "Riprova e chiudi", "Edit online" : "Modifica online", "Failed to redirect to client" : "Reindirizzamento al client non riuscito", "Edit locally" : "Modifica localmente", @@ -262,9 +265,17 @@ OC.L10N.register( "Files moved successfully" : "File spostati correttamente", "Conflicts resolution skipped" : "Risoluzione dei conflitti saltata", "Upload cancelled" : "Caricamento annullato", + "Adding the file extension \"{new}\" may render the file unreadable." : "Aggiungere l'estensione del file \"{new}\" potrebbe rendere il file illeggibile.", + "Removing the file extension \"{old}\" may render the file unreadable." : "Rimuovendo dell'estensione del file \"{old}\" potrebbe rendere il file illeggibile.", + "Changing the file extension from \"{old}\" to \"{new}\" may render the file unreadable." : "Modificando l'estensione del file da \"{old}\" a\"{new}\" potrebbe rendere il file illeggibile.", + "Change file extension" : "Cambia estensione file", + "Keep {oldextension}" : "Tieni {oldextension}", + "Use {newextension}" : "Usa {newextension}", + "Remove extension" : "Rimuovi estensione", "This operation is forbidden" : "Questa operazione è vietata", "This directory is unavailable, please check the logs or contact the administrator" : "Questa cartella non è disponibile, controlla i log o contatta l'amministratore", "Storage is temporarily not available" : "L'archiviazione è temporaneamente non disponibile", + "Unexpected error: {error}" : "Errore imprevisto: {error}", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} cartella","{folderCount} cartelle","{folderCount} cartelle"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} file","{fileCount} file","{fileCount} file"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 file e {folderCount} cartella","1 file e {folderCount} cartelle","1 file e {folderCount} cartelle"], |