mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
23 lines
679 B
PHP
23 lines
679 B
PHP
<?php
|
|
|
|
$lang_uploaders = array
|
|
(
|
|
'text_no_uploaders_yet' => "Aucun uploader trouvé!",
|
|
'head_uploaders' => "Téléverseurs",
|
|
'text_uploaders' => "Téléverseurs",
|
|
'col_username' => "Nom d'utilisateur",
|
|
'col_torrents_size' => "Taille des torrents",
|
|
'col_torrents_num' => "Nombre de torrents",
|
|
'col_last_upload_time' => "Dernière mise à jour",
|
|
'col_last_upload' => "Dernier torrent supérieur",
|
|
'text_not_available' => "N/A",
|
|
'submit_go' => "Aller",
|
|
'text_select_month' => "Sélectionnez le mois : ",
|
|
'text_order_by' => "Trier par",
|
|
'text_username' => "Nom d'utilisateur",
|
|
'text_torrent_size' => "Taille du torrent",
|
|
'text_torrent_num' => "N° de torrent",
|
|
);
|
|
|
|
?>
|