mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
add lang fi + fr
This commit is contained in:
18
lang/fi/lang_mailtest.php
Normal file
18
lang/fi/lang_mailtest.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
$lang_mailtest = array
|
||||
(
|
||||
'head_mail_test' => "Sähköpostin Testi",
|
||||
'text_mail_test' => "Sähköpostin Testi",
|
||||
'row_enter_email' => "Syötä sähköposti",
|
||||
'text_enter_email_note' => "Syötä sähköpostiosoite lähettääksesi testiviestin, esim. sinunimi@gmail.com",
|
||||
'submit_send_it' => "Lähetä se!",
|
||||
'text_smtp_testing_mail' => " Smtp Testausviesti",
|
||||
'std_error' => "Virhe",
|
||||
'std_invalid_email_address' => "Virheellinen sähköpostiosoite!",
|
||||
'mail_test_mail_content' => "Moi, Jos näet tämän viestin, SMTP-funktiosi toimii hyvin. On mukava päivä.",
|
||||
'std_success' => "Onnistui",
|
||||
'std_success_note' => "Virhe ei löytynyt. Tämä ei kuitenkaan tarkoita postin saapumista 100%. Tarkista sähköposti."
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user