mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang fi + fr
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
$lang_viewsnatches = array
|
||||
(
|
||||
'head_snatch_detail' => "Détails de Snatch",
|
||||
'text_snatch_detail_for' => "Détails de Snatch pour ",
|
||||
'text_users_top_finished_recently' => "Les utilisateurs en haut ont terminé le téléchargement le plus récemment",
|
||||
'col_username' => "Nom d'utilisateur",
|
||||
'col_uploaded' => "Téléchargé",
|
||||
'col_downloaded' => "Téléchargé",
|
||||
'col_se_time' => "Heure de Se.",
|
||||
'col_le_time' => "Le temps",
|
||||
'col_ratio' => "Ratio",
|
||||
'col_when_completed' => "Terminé à",
|
||||
'col_last_action' => "Dernière action",
|
||||
'col_seeding' => "Sources",
|
||||
'col_pm_user' => "Utilisateur PM",
|
||||
'col_report_user' => "Signaler un utilisateur",
|
||||
'col_on_or_off' => "Marche/Arrêt",
|
||||
'text_global' => "Globale",
|
||||
'text_torrent' => "Torrent",
|
||||
'text_yes' => "Oui",
|
||||
'text_no'=> "Non",
|
||||
'title_report' => "Rapporter",
|
||||
'col_ip' => "IP",
|
||||
'text_per_second' => "/s",
|
||||
'text_anonymous' => "anonyme",
|
||||
'text_inf' => "Inf",
|
||||
'std_sorry' => "Désolé",
|
||||
'std_no_snatched_users' => "Aucun utilisateur n'a encore récupéré ce torrent.",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user