mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-06 07:50:56 +08:00
19 lines
678 B
PHP
19 lines
678 B
PHP
<?php
|
|
|
|
$lang_mailtest = array
|
|
(
|
|
'head_mail_test' => "Mail Test",
|
|
'text_mail_test' => "Mail Test",
|
|
'row_enter_email' => "Indtast e-mail",
|
|
'text_enter_email_note' => "Indtast en e-mail adresse for at sende en test mail, f.eks. dinnavn@gmail.com",
|
|
'submit_send_it' => "Send det!",
|
|
'text_smtp_testing_mail' => " Smtp Testing Mail",
|
|
'std_error' => "Fejl",
|
|
'std_invalid_email_address' => "Ugyldig e-mailadresse!",
|
|
'mail_test_mail_content' => "Hej, Hvis du ser denne besked, din SMTP funktion fungerer godt. Hav en dejlig dag.",
|
|
'std_success' => "Succes",
|
|
'std_success_note' => "Ingen fejl fundet. Dette betyder dog ikke, at mailen ankom 100%. Tjek venligst mailen."
|
|
);
|
|
|
|
?>
|