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

13 lines
477 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' => " ユーザーが削除されます。"
);
?>