Files
server/opt/psa/admin/plib/modules/premium-av/resources/locales/tr-TR.php
2026-01-07 20:52:11 +01:00

41 lines
1.8 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' => 'Özet',
],
],
'form' => [
'antivirusModeSubForm' => [
'legend' => 'Antivirüs',
'description' => 'Antivirüs hizmeti, virüs içeren e-posta mesajlarını engelleyerek gönderene de alıcıya da bildirim gönderir.',
'enabled' => [
'label' => 'Bu e-posta adresi için antivirüs korumasınıın',
],
'mode' => [
'label' => 'Virüsleri kontrol edin',
'options' => [
'incoming' => 'sadece gelen mesajlar',
'outgoing' => 'sadece giden mesajlar',
'any' => 'gelen ve giden mesajlar',
],
],
'validateError' => [
'common' => 'Beklenmeyen hata.',
'licenseNotFound' => 'Gerekli ek Premium Antivirus anahtarı kurulu değil.',
'licenseLimit' => 'Premium Antivirus lisans anahtarınıza tanımlanan maksimum posta kutusu sayısına ulaştınız.',
],
'updateWarning' => [
'common' => 'Posta Antivirüs ayarları uygulanamıyor. Ayrıntılar için günlüğe bakınız.',
'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' => 'Posta Antivirüs ayarları uygulanamıyor çünkü Premium Antivirus lisans anahtarınıza tanımlanan maksimum posta kutusu sayısına ulaştınız.',
],
],
],
'systemService' => [
'name' => 'Plesk Premium Antivirus',
],
];