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

23 lines
637 B
PHP

<?php
$lang_uploaders = array
(
'text_no_uploaders_yet' => "Nessun caricatore trovato!",
'head_uploaders' => "Caricatori",
'text_uploaders' => "Caricatori",
'col_username' => "Username",
'col_torrents_size' => "Dimensione Torrent",
'col_torrents_num' => "Num Torrent",
'col_last_upload_time' => "Ultimo Tempo Aggiornato",
'col_last_upload' => "Ultimo Torrent Aggiornato",
'text_not_available' => "N/A",
'submit_go' => "Vai",
'text_select_month' => "Seleziona mese: ",
'text_order_by' => "Ordina Per",
'text_username' => "Username",
'text_torrent_size' => "Dimensione Torrent",
'text_torrent_num' => "Num Torrent",
);
?>