add lang fi + fr

This commit is contained in:
xiaomlove
2025-04-22 02:55:12 +07:00
parent 92530e2c79
commit ca33cbacfe
269 changed files with 13933 additions and 1 deletions
+28
View File
@@ -0,0 +1,28 @@
<?php
$lang_viewpeerlist = array
(
'col_user_ip' => "Utilisateur",
'col_location' => "Localisation",
'col_connectable' => "Connectable",
'col_uploaded' => "Téléchargé",
'col_rate' => "Évaluer",
'col_av_rate' => "Taux moyen",
'col_downloaded' => "Téléchargé",
'col_ratio' => "Ratio",
'col_complete' => "Complete",
'col_connected' => "Connecté",
'col_idle' => "Inactif",
'col_client' => "Client",
'text_anonymous' => "Anonyme",
'text_unknown' => "(inconnu)",
'text_seeders' => "Seeders",
'text_leechers' => "Leechers",
'row_seeders' => "Seeders",
'row_leechers' => "Leechers",
'text_yes' => "Oui",
'text_no' => "Non",
'text_inf' => "Inf"
);
?>