mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 04:20:49 +08:00
add lang: nl + deprecate lang/_target
This commit is contained in:
18
lang/da/lang_mailtest.php
Normal file
18
lang/da/lang_mailtest.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?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."
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user