Files
nexusphp/lang/fr/lang_viewsnatches.php
2025-04-22 02:55:12 +07:00

34 lines
1.0 KiB
PHP

<?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.",
);
?>