📄 register.php
字号:
<?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'] = '纰鸿獚瀵嗙⒓';$lang['REG_CONFIRM_PASS'] = 'The same as the above.';$lang['REG_EMAIL'] = 'Optional but useful if you forget your password.';$lang['REQUIRED_FIELD'] = 'Indicates a required field.';$lang['REGISTRATION_TEXT'] = 'Registration is fast, free and has many benefits...';$lang['REG_CREATING_PAGES'] = 'Create and edit pages under your user directory. ex: %s.';$lang['REG_CREATING_PAGES2'] = 'Edit pages from your browser by clicking on the "Edit" link at the top of each page.';$lang['MAPS_SUPPORT'] = 'Support for Google Maps';$lang['REG_CREATING_MAPS'] = 'Create custom maps: %s.';$lang['REG_CREATING_MAPS2'] = 'Edit maps just like pages by clicking the "Edit" link.';$lang['REG_IMAGE_SUPPORT'] = 'Upload pictures to your account';$lang['REG_IMAGE_SUPPORT2'] = 'Every account is allocated an amount of storage space for pictures. You can upload and manage your pictures with the %s.';$lang['REG_MORE'] = 'And more...';$lang['REG_MORE2'] = 'Let others edit your pages in wiki style or limit editing to a group of trusted users.';$lang['REG_MORE3'] = 'Edit your page template and style to create a personalized look.';$lang['REG_BLOG_DISABLED'] = 'The administrator has disabled user blogging for this site. ';//login$lang['LOGGED_IN'] = 'You are logged in as <tt>%s</tt>.';$lang['WRONG_USERNAME'] = 'The supplied username does not exist. Would you like to register %s.';$lang['GO_DIRECTLY'] = 'Go directly to your account';$lang['SAVE_CHANGES_FIRST'] = 'Save changes in any open tabs first!';$lang['CLOSE_TAB'] = 'Close the Log In tab';
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -