mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
23 lines
644 B
PHP
23 lines
644 B
PHP
<?php
|
|
|
|
$lang_uploaders = array
|
|
(
|
|
'text_no_uploaders_yet' => "Nici un uploader găsit!",
|
|
'head_uploaders' => "Încărcători",
|
|
'text_uploaders' => "Încărcători",
|
|
'col_username' => "Nume",
|
|
'col_torrents_size' => "Dimensiune Torente",
|
|
'col_torrents_num' => "Num Torente",
|
|
'col_last_upload_time' => "Ultima actualizare",
|
|
'col_last_upload' => "Torent actualizat ultima dată",
|
|
'text_not_available' => "N/A",
|
|
'submit_go' => "Mergi",
|
|
'text_select_month' => "Selectați luna: ",
|
|
'text_order_by' => "Ordonare după",
|
|
'text_username' => "Nume",
|
|
'text_torrent_size' => "Mărimea Torentului",
|
|
'text_torrent_num' => "Numar Torent",
|
|
);
|
|
|
|
?>
|