We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb5dde commit 883ab6dCopy full SHA for 883ab6d
interface/web/mail/lib/lang/en_mail_get.lng
@@ -8,4 +8,8 @@ $wb["source_delete_txt"] = 'Delete emails after retrieval';
8
$wb["destination_txt"] = 'Destination';
9
$wb["active_txt"] = 'Active';
10
$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.';
15
?>
0 commit comments