Files
nexusphp/lang/ro/lang_deletedisabled.php

13 lines
485 B
PHP
Raw Permalink Normal View History

2025-04-22 19:35:05 +07:00
<?php
$lang_deletedisabled = array
(
'head_delete_diasabled' => "Ștergere dezactivată",
'text_delete_diasabled' => "Ștergere dezactivată",
'submit_delete_all_disabled_users' => "Șterge toți utilizatorii dezactivați",
'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' => " utilizatorii sunt șterși."
);
?>