This commit is contained in:
cutemeli
2025-12-22 10:35:30 +00:00
parent 0bfc6c8425
commit 5ce7ca2c5d
38927 changed files with 0 additions and 4594700 deletions

View File

@@ -1,40 +0,0 @@
<?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',
],
];