mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-16 05:50:55 +08:00
add lang fi + fr
This commit is contained in:
20
lang/fi/lang_users.php
Normal file
20
lang/fi/lang_users.php
Normal 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)",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user