You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud/files/l10n/it.php

15 lines
615 B
PHP

<?php $TRANSLATIONS = array(
"Files" => "File",
"Maximum upload size" => "Dimensione massima upload",
"Nothing in here. Upload something!" => "Non c'è niente qui. Carica qualcosa!",
"Upload" => "Carica",
"New Folder" => "Nuova Cartella",
"Name" => "Nome",
"Download" => "Scarica",
"Size" => "Dimensione",
"Modified" => "Modificato",
"Delete" => "Cancella",
"Upload too large" => "Il file caricato è troppo grande",
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "I file che stai provando a caricare superano la dimensione massima consentita su questo server."
);