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

View File

@@ -0,0 +1,11 @@
<?php
$lang_takeflush = array
(
'std_failed' => "Epäonnistui",
'std_success' => "Onnistui",
'std_ghost_torrents_cleaned' => "aaveet puhdistettiin onnistuneesti.",
'std_cannot_flush_others' => "Voit puhdistaa vain omat haamutorrentit"
);
?>