Files
nexusphp/lang/it/lang_attachment.php
2025-05-05 21:27:48 +07:00

21 lines
816 B
PHP

<?php
$lang_attachment = array
(
'text_nothing_received' => "Fallito! Niente ricevuto!",
'text_file_number_limit_reached' => "Fallito! Non è possibile caricare più file per il momento. Si prega di attendere un po '.",
'text_file_size_too_big' => "Fallito! La dimensione del file è troppo grande.",
'text_file_extension_not_allowed' => "Fallito! L'estensione del file non è consentita.",
'text_invalid_image_file' => "Fallito! File immagine non valido.",
'text_cannot_move_file' => "Fallito! Impossibile spostare il file caricato.",
'submit_upload' => "Carica",
'text_left' => "Oggi Rimanente: ",
'text_of' => " di ",
'text_size_limit' => "Dimensione: ",
'text_file_extensions' => "Estensioni Del File: ",
'text_mouse_over_here' => "mouse qui",
'text_small_thumbnail' => "miniatura piccola",
);
?>