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
+11
View File
@@ -0,0 +1,11 @@
<?php
$lang_adredir = array
(
'std_error' => "Virhe",
'std_ad_system_disabled' => "Mainosjärjestelmä poistettu käytöstä.",
'std_invalid_ad_id' => "Invalid ad id",
'std_no_redirect_url' => "Ei uudelleenohjaa URL-osoitetta."
);
?>