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

20
lang/fi/lang_users.php Normal file
View File

@@ -0,0 +1,20 @@
<?php
$lang_users = array
(
'head_users' => "Käyttäjät",
'text_users' => "<h1>Käyttäjät</h1>",
'text_search' => "Etsi:",
'select_any_class' => "(mikä tahansa luokka)",
'submit_okay' => "Okei",
'text_prev' => "Edellinen",
'text_next' => "Seuraava",
'col_user_name' => "Käyttäjän nimi",
'col_registered' => "Rekisteröity",
'col_last_access' => "Viimeinen käyttöoikeus",
'col_class' => "Luokka",
'col_country' => "Maa",
'select_any_country'=> "(mikä tahansa maa)",
);
?>