update lang

This commit is contained in:
xiaomlove
2025-05-05 21:27:48 +07:00
parent fb88455323
commit 6814e3ca4d
664 changed files with 28724 additions and 6738 deletions
+22
View File
@@ -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",
);
?>