Minahito
minah****@users*****
2006年 8月 26日 (土) 13:58:42 JST
Index: xoops2jp/html/modules/user/language/english/main.php diff -u xoops2jp/html/modules/user/language/english/main.php:1.1.2.20 xoops2jp/html/modules/user/language/english/main.php:1.1.2.21 --- xoops2jp/html/modules/user/language/english/main.php:1.1.2.20 Thu Aug 24 20:22:35 2006 +++ xoops2jp/html/modules/user/language/english/main.php Sat Aug 26 13:58:42 2006 @@ -107,6 +107,7 @@ define('_MD_USER_MESSAGE_OLDDELETED', "Your old avatar will be deleted!"); define('_MD_USER_MESSAGE_SEND_PASSWORD', "Send password"); define('_MD_USER_MESSAGE_SURETODEL', "Are you sure you want to delete your account?"); +define('_MD_USER_MESSAGE_USER_DELETE_SUCCESS', "Your account has been deleted."); define('_MD_USER_MESSAGE_YOURREGISTERED', "You are now registered. An email containing an user activation key has been sent to the email account you provided. Please follow the instructions in the mail to activate your account. "); define('_MD_USER_MESSAGE_YOURREGISTERED2', "You are now registered. Please wait for your account to be activated by the adminstrators. You will receive an email once you are activated. This could take a while so please be patient."); Index: xoops2jp/html/modules/user/language/english/modinfo.php diff -u xoops2jp/html/modules/user/language/english/modinfo.php:1.1.2.15 xoops2jp/html/modules/user/language/english/modinfo.php:1.1.2.16 --- xoops2jp/html/modules/user/language/english/modinfo.php:1.1.2.15 Sat Aug 19 17:05:00 2006 +++ xoops2jp/html/modules/user/language/english/modinfo.php Sat Aug 26 13:58:42 2006 @@ -44,7 +44,9 @@ define('_MI_USER_CONF_MINUNAME', "Minimum length of username required"); define('_MI_USER_CONF_NEW_NTF_GROUP', "Select a group to which new user notification mail will be sent"); define('_MI_USER_CONF_NEW_USER_NOTIFY', "Notify by mail when a new user is registered?"); -define('_MI_USER_CONF_SELF_DELETE', "Allow users to delete own account?"); +define('_MI_USER_CONF_SELF_DELETE', "Execution confirmation message"); +define('_MI_USER_CONF_SELF_DELETE_CONF', "Are you sure you want to delete your account?\nThis will remove all your info from our database."); +define('_MI_USER_CONF_SELF_DELETE_CONFIRM_DEFAULT', "Are you sure you want to delete your account?\nThis will remove all your info from our database."); define('_MI_USER_CONF_SSLLOGINLINK', "URL where SSL login page is located"); define('_MI_USER_CONF_SSLPOST_NAME', "SSL Post variable name"); define('_MI_USER_CONF_UNAME_TEST_LEVEL', "Select the level of strictness for username filtering");