mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
add lang fi + fr
This commit is contained in:
17
lang/fi/lang_checkuser.php
Normal file
17
lang/fi/lang_checkuser.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
$lang_checkuser = array
|
||||
(
|
||||
'std_error' => "Virhe",
|
||||
'std_no_user_id' => "Ei käyttäjää tällä ID:llä!",
|
||||
'std_no_permission' => "Sinulla ei ole oikeuksia",
|
||||
'head_detail_for' => "Yksityiskohdat kohteelle ",
|
||||
'text_account_disabled' => "<p><b>Tämä tili on poistettu käytöstä!</b></p>",
|
||||
'row_join_date' => "Join date",
|
||||
'row_gender' => "Sukupuoli",
|
||||
'row_email' => "Sähköposti",
|
||||
'row_ip' => "IP",
|
||||
'submit_confirm_this_user' => "Vahvista tämä käyttäjä"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user