mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
23 lines
652 B
PHP
23 lines
652 B
PHP
<?php
|
|
|
|
$lang_uploaders = array
|
|
(
|
|
'text_no_uploaders_yet' => "Nenhum carregador encontrado!",
|
|
'head_uploaders' => "Envios",
|
|
'text_uploaders' => "Envios",
|
|
'col_username' => "Usuário:",
|
|
'col_torrents_size' => "Tamanho dos Torrents",
|
|
'col_torrents_num' => "Número de Torrents",
|
|
'col_last_upload_time' => "Última atualização",
|
|
'col_last_upload' => "Último Torrent atualizado",
|
|
'text_not_available' => "N/D",
|
|
'submit_go' => "OK",
|
|
'text_select_month' => "Selecione o mês: ",
|
|
'text_order_by' => "Ordenar Por",
|
|
'text_username' => "Usuário:",
|
|
'text_torrent_size' => "Tamanho do Torrent",
|
|
'text_torrent_num' => "Número de Torrent",
|
|
);
|
|
|
|
?>
|