24 lines
1.3 KiB
PHP
24 lines
1.3 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"There is no error, the file uploaded with success" => "Non ci sono errori, file caricato con successo",
|
|
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Il file caricato supera il valore upload_max_filesize in php.ini",
|
|
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Il file caricato supera il valore MAX_FILE_SIZE definito nel form HTML",
|
|
"The uploaded file was only partially uploaded" => "Il file è stato parzialmente caricato",
|
|
"No file was uploaded" => "Nessun file è stato caricato",
|
|
"Missing a temporary folder" => "Cartella temporanea mancante",
|
|
"Files" => "File",
|
|
"Maximum upload size" => "Dimensione massima upload",
|
|
"New" => "Nuovo",
|
|
"Text file" => "File di testo",
|
|
"Folder" => "Cartella",
|
|
"From the web" => "Dal web",
|
|
"Upload" => "Carica",
|
|
"Nothing in here. Upload something!" => "Non c'è niente qui. Carica qualcosa!",
|
|
"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."
|
|
);
|