mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
17 lines
528 B
PHP
17 lines
528 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
$lang_takecontact = array
|
||
|
|
(
|
||
|
|
'std_error' => "Virhe",
|
||
|
|
'std_method' => "Menetelmä",
|
||
|
|
'std_please_enter_something' => "Syötä jotain!",
|
||
|
|
'std_please_define_subject' => "Sinun täytyy määritellä aihetta!",
|
||
|
|
'std_message_flooding' => "Viestin tulva ei ole sallittu. Odota hetki ",
|
||
|
|
'std_second' => " sekunti",
|
||
|
|
'std_s' => "s",
|
||
|
|
'std_before_sending_pm' => " ennen PM:n lähettämistä STAFF-järjestelmään.",
|
||
|
|
'std_succeeded' => "Onnistui",
|
||
|
|
'std_message_succesfully_sent' => "Viesti lähetettiin onnistuneesti!"
|
||
|
|
);
|
||
|
|
|
||
|
|
?>
|