mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
13 lines
558 B
PHP
13 lines
558 B
PHP
<?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' => " пользователи удалены."
|
|
);
|
|
|
|
?>
|