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

41 lines
2.3 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. 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',
],
];