mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
update lang
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<?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",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user