41 lines
1.8 KiB
PHP
41 lines
1.8 KiB
PHP
<?php
|
|
// Copyright 1999-2024. WebPros International GmbH. All rights reserved.
|
|
|
|
$messages = [
|
|
'app' => [
|
|
'Overview' => [
|
|
'title' => 'Overview',
|
|
],
|
|
],
|
|
'form' => [
|
|
'antivirusModeSubForm' => [
|
|
'legend' => 'Antivirus',
|
|
'description' => 'The Antivirus service blocks email messages that contain viruses and notifies both the sender and the recipient about it.',
|
|
'enabled' => [
|
|
'label' => 'Switch on the Antivirus protection for this email address',
|
|
],
|
|
'mode' => [
|
|
'label' => 'Check for viruses',
|
|
'options' => [
|
|
'incoming' => 'only incoming messages',
|
|
'outgoing' => 'only outgoing messages',
|
|
'any' => 'incoming and outgoing messages',
|
|
],
|
|
],
|
|
'validateError' => [
|
|
'common' => 'Unexpected error.',
|
|
'licenseNotFound' => 'The required additional Premium Antivirus key is not installed.',
|
|
'licenseLimit' => 'You have reached the maximum number of mailboxes defined by your Premium Antivirus license key.',
|
|
],
|
|
'updateWarning' => [
|
|
'common' => 'Unable to apply the Mail Antivirus settings. See log for details.',
|
|
'licenseNotFound2' => 'Unable to apply the Mail Antivirus settings. A valid license is required. To protect the server, <a href="%%link%%">purchase a license</a>.',
|
|
'licenseLimit' => 'Unable to apply the Mail Antivirus settings because you have reached the maximum number of mailboxes defined by your Premium Antivirus license key.',
|
|
],
|
|
],
|
|
],
|
|
'systemService' => [
|
|
'name' => 'Plesk Premium Antivirus',
|
|
],
|
|
];
|