Skip to content

Commit 883ab6d

Browse files
committed
Added missing error messages for fetchmail form.
1 parent 8fb5dde commit 883ab6d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

interface/web/mail/lib/lang/en_mail_get.lng

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ $wb["source_delete_txt"] = 'Delete emails after retrieval';
88
$wb["destination_txt"] = 'Destination';
99
$wb["active_txt"] = 'Active';
1010
$wb["limit_fetchmail_txt"] = 'The max. number of Fetchmail records for your account is reached.';
11+
$wb["source_server_error_isempty"] = 'Server is empty.';
12+
$wb["source_username_error_isempty"] = 'Username is empty.';
13+
$wb["source_password_error_isempty"] = 'Password is empty.';
14+
$wb["destination_error_isemail"] = 'No destination selcted.';
1115
?>

0 commit comments

Comments
 (0)