From 913a442a2aad8f359462d2dbaa8f29a69ed3ebd6 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 2 Jul 2016 12:18:38 +0200 Subject: [PATCH] Fix compound nouns for mail service feature Signed-off-by: Michael Tremer --- langs/en/cgi-bin/en.pl | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index 23f63102bf..57f93eab31 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -868,25 +868,25 @@ 'eg' => 'e.g.:', 'email config' => 'Configuration', 'email empty field' => 'Empty field', -'email error' => 'ERROR: Testmail could not be sent', +'email error' => 'ERROR: Test mail could not be sent', 'email invalid' => 'Invalid field', -'email invalid mailfqdn' => 'Invalid mailserver fqdn', -'email invalid mailip' => 'Invalid mailserver IP address', -'email invalid mailport' => 'Invalid mailserver port', -'email mailaddr' => 'Mailserver address', +'email invalid mailfqdn' => 'Invalid mail server fqdn', +'email invalid mailip' => 'Invalid mail server IP address', +'email invalid mailport' => 'Invalid mail server port', +'email mailaddr' => 'Mail Server Address', 'email mailpass' => 'Password', -'email mailport' => 'Mailserver port', -'email mailrcpt' => 'Mail recipient', -'email mailsender' => 'Mail sender', +'email mailport' => 'Mail Server Port', +'email mailrcpt' => 'Mail Recipient', +'email mailsender' => 'Mail Sender', 'email mailuser' => 'Username', 'email server can not be empty' => 'E-mail server can not be empty', -'email settings' => 'Mailservice', -'email subject' => 'IPFire Testmail', -'email success' => 'Testmail successfully sent', -'email testmail' => 'Send testmail', -'email text' => 'Testmail from IPFire Mailservice.', +'email settings' => 'Mail Service', +'email subject' => 'IPFire Test Mail', +'email success' => 'Test message successfully sent', +'email testmail' => 'Send test mail', +'email text' => 'Test mail from IPFire Mail Service', 'email tls' => 'Use TLS', -'email usemail' => 'Activate Mailservice', +'email usemail' => 'Activate Mail Service', 'emailreportlevel' => 'E-mailreportlevel', 'emerging rules' => 'Emergingthreats.net Community Rules', 'empty' => 'This field may be left blank', -- 2.39.2