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

41 lines
2.6 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' => 'Δεν είναι δυνατή η εφαρμογή των ρυθμίσεων Mail Antivirus. Δείτε το αρχείο καταγραφής για λεπτομέρειες.',
'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' => 'Δεν είναι δυνατή η εφαρμογή των ρυθμίσεων Mail Antivirus, επειδή συμπληρώσατε τον μέγιστο αριθμό γραμματοκιβωτίων που ορίζεται από το κλειδί άδειας χρήσης του Premium Antivirus.',
],
],
],
'systemService' => [
'name' => 'Plesk Premium Antivirus',
],
];