41 lines
1.9 KiB
PHP
41 lines
1.9 KiB
PHP
<?php
|
|
// Copyright 1999-2024. WebPros International GmbH. All rights reserved.
|
|
|
|
$messages = [
|
|
'app' => [
|
|
'Overview' => [
|
|
'title' => 'Overzicht',
|
|
],
|
|
],
|
|
'form' => [
|
|
'antivirusModeSubForm' => [
|
|
'legend' => 'Antivirus',
|
|
'description' => 'Antivirus blokkeert e-mails die virussen bevatten en stelt zowel de verzender als de ontvanger hiervan op de hoogte.',
|
|
'enabled' => [
|
|
'label' => 'Antivirus-bescherming voor dit e-mailadres inschakelen',
|
|
],
|
|
'mode' => [
|
|
'label' => 'Controleren op virussen',
|
|
'options' => [
|
|
'incoming' => 'alleen inkomende berichten',
|
|
'outgoing' => 'alleen uitgaande berichten',
|
|
'any' => 'inkomende en uitgaande berichten',
|
|
],
|
|
],
|
|
'validateError' => [
|
|
'common' => 'Onverwachte foutmelding.',
|
|
'licenseNotFound' => 'De aanvullende Premium Antivirus-licentiesleutel die nodig is, is niet geïnstalleerd.',
|
|
'licenseLimit' => 'U hebt het maximaal aantal postvakken bereikt, zoals bepaald door uw Premium Antivirus-licentiesleutel.',
|
|
],
|
|
'updateWarning' => [
|
|
'common' => 'Kan de instellingen van Mail Antivirus niet toepassen. Zie log voor 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' => 'Kan de instellingen voor Mail Antivirus niet toepassen omdat u het maximaal aantal postvakken hebt bereikt zoals bepaald door uw Premium Antivirus-licentiesleutel.',
|
|
],
|
|
],
|
|
],
|
|
'systemService' => [
|
|
'name' => 'Plesk Premium Antivirus',
|
|
],
|
|
];
|