mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
add lang fi + fr
This commit is contained in:
22
lang/fr/lang_uploaders.php
Normal file
22
lang/fr/lang_uploaders.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?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",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user