41 lines
1.7 KiB
PHP
41 lines
1.7 KiB
PHP
<?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',
|
|
],
|
|
];
|