Files
server/opt/psa/admin/plib/modules/premium-av/resources/locales/ru-RU.php
cutemeli 0bfc6c8425 Initial
2025-12-22 10:32:59 +00:00

41 lines
2.5 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
// Copyright 1999-2024. WebPros International GmbH. All rights reserved.
$messages = [
'app' => [
'Overview' => [
'title' => 'Обзор',
],
],
'form' => [
'antivirusModeSubForm' => [
'legend' => 'Антивирус',
'description' => 'Антивирус блокирует почтовые сообщения, содержащие вирусы, и уведомляет об этом отправителя и получателя.',
'enabled' => [
'label' => 'Включить защиту от вирусов для этого адреса электронной почты',
],
'mode' => [
'label' => 'Проверять на вирусы',
'options' => [
'incoming' => 'только входящие сообщения',
'outgoing' => 'только исходящие сообщения',
'any' => 'входящие и исходящие сообщения',
],
],
'validateError' => [
'common' => 'Непредвиденная ошибка.',
'licenseNotFound' => 'Требуемый дополнительный лицензионный ключ Premium Antivirus не установлен.',
'licenseLimit' => 'Вы достигли максимального количества почтовых ящиков, определенного вашим лицензионным ключом Premium Antivirus.',
],
'updateWarning' => [
'common' => 'Не удается применить настройки почтового антивируса. Подробности смотрите в журнале.',
'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' => 'Не удается применить настройки почтового антивируса, потому что вы достигли максимального количества почтовых ящиков, определенного вашим лицензионным ключом Premium Antivirus.',
],
],
],
'systemService' => [
'name' => 'Plesk Premium Antivirus',
],
];