register.php
来自「一款基于PHP的网络日记程序。WikyBlog支持:多用户的 BLOG」· PHP 代码 · 共 20 行
PHP
20 行
<?php$lang['OWN_SITE'] = 'Your Own Web Site';$lang['REG_A_USER_PAGE'] = '/UserName/Your_Pages';$lang['REG_A_MAP_PAGE'] = '/Map/Username/Your_Maps';$lang['ILLEGAL_USERNAME'] = 'The Username includes illegal characters.';$lang['LONG_USERNAME'] = 'Username was too long.'; $lang['SHORT_USERNAME'] = 'Username was too short.';$lang['USER_TAKEN'] = 'Please select a different Username. <tt>%s</tt> is taken. ';$lang['USERNAME_ALL_DIGITS'] = 'The Username cannot be all digits.';$lang['PASSWORDS_DIFFERENT'] = 'Passwords did not match.';$lang['SHORT_PASSWORD'] = 'Password was too short.';$lang['REGISTERED'] = 'Registration was successful! %sGo directly to your account%s ...'; //%s are replaced with html tags <a..> and </a>$lang['register'] = '鐧婚尣';$lang['welcome_to'] = 'Welcome to ';$lang['REG_USERNAME'] = 'A unique ID with 3-20 characters: alphanumeric, space, underscore and dash.';$lang['REG_PASSWORD'] = 'Must be at least 5 characters long.';$lang['confirm_password'] = '銉戙偣銉
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?