Files
nexusphp/lang/el/lang_deletedisabled.php
2025-05-05 21:27:48 +07:00

13 lines
604 B
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
$lang_deletedisabled = array
(
'head_delete_diasabled' => "Διαγραφή Απενεργοποιημένου",
'text_delete_diasabled' => "Διαγραφή Απενεργοποιημένου",
'submit_delete_all_disabled_users' => "Διαγραφή όλων των απενεργοποιημένων χρηστών",
'text_delete_disabled_note' => "If you click the following button, all disabled users at your site will be <b>DELETED</b>. <b>NEVER</b> click the button unless you are <b>VERY SURE</b>.",
'text_users_are_disabled' => " οι χρήστες διαγράφονται."
);
?>