mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
23 lines
637 B
PHP
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",
|
|
);
|
|
|
|
?>
|