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' => 'Prezentare generală',
|
|
],
|
|
],
|
|
'form' => [
|
|
'antivirusModeSubForm' => [
|
|
'legend' => 'Antivirus',
|
|
'description' => 'Serviciul antivirus blochează mesajele de e-mail care conțin viruși și anunță atât expeditorul, cât și destinatarul.',
|
|
'enabled' => [
|
|
'label' => 'Se activează protecția antivirus pentru această adresă de e-mail',
|
|
],
|
|
'mode' => [
|
|
'label' => 'Verificarea antivirus se face',
|
|
'options' => [
|
|
'incoming' => 'numai pentru mesajele primite',
|
|
'outgoing' => 'numai pentru mesajele trimise',
|
|
'any' => 'pentru mesajele primite și trimise',
|
|
],
|
|
],
|
|
'validateError' => [
|
|
'common' => 'Eroare neașteptată.',
|
|
'licenseNotFound' => 'Nu este instalată cheia suplimentară Premium Antivirus necesară.',
|
|
'licenseLimit' => 'Ați atins numărul maxim de căsuțe poștale, definit de cheia de licență Premium Antivirus.',
|
|
],
|
|
'updateWarning' => [
|
|
'common' => 'Imposibil de aplicat setările de antivirus pentru e-mail. Consultați detaliile din jurnal.',
|
|
'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' => 'Imposibil de aplicat setările de antivirus pentru e-mail: ați atins numărul maxim de căsuțe poștale, definit de cheia de licență Premium Antivirus.',
|
|
],
|
|
],
|
|
],
|
|
'systemService' => [
|
|
'name' => 'Plesk Premium Antivirus',
|
|
],
|
|
];
|