templates.lang.php
来自「速度很快的PHP论坛源程序」· PHP 代码 · 共 728 行 · 第 1/3 页
PHP
728 行
'require' => '所需',
'post_subject_and_message_isnull' => '请完成标题或内容栏。',
'post_subject_or_message_isnull' => '请完成标题和内容栏。',
'post_message_length_invalid' => '您的帖子长度不符合要求',
'post_currlength' => '当前长度',
'post_fastpost' => '快速发新话题',
'post_fastreply' => '快速回复主题',
'post_parseurl' => 'URL 识别',
'post_html' => 'Html 代码',
'post_smilies' => 'Smilies',
'post_smilies_more' => '更多 Smilies',
'post_discuzcode' => 'Discuz! 代码',
'post_discuzcode_normal_mode' => '提示插入',
'post_discuzcode_normal_mode_comment' => '点击代码按钮后出现向导窗口帮助您完成代码插入',
'post_discuzcode_help_mode' => '帮助信息',
'post_discuzcode_help_mode_comment' => '点击相应的代码按钮即可获得相应的说明和提示',
'post_discuzcode_adv_mode' => '直接插入',
'post_discuzcode_adv_mode_comment' => '点击代码按钮后不出现提示即直接插入相应代码',
'post_discuzcode_extra_font' => '<option value="宋体">宋体</option><option value="黑体">黑体</option>',
'post_discuzcode_fontsize' => '设置字号',
'post_discuzcode_fontsize_comment' => '将标签所包围的文字设置成指定字号。\n例如:[size=3]文字大小为 3[/size]',
'post_discuzcode_fontsize_normal' => '请输入要设置为指定字号的文字。',
'post_discuzcode_font' => '设定字体',
'post_discuzcode_font_comment' => '将标签所包围的文字设置成指定字体。\n例如:[font=仿宋]字体为仿宋[/font]',
'post_discuzcode_font_normal' => '请输入要设置成指定字体的文字。',
'post_discuzcode_color' => '定义文本颜色',
'post_discuzcode_color_comment' => '将标签所包围的文本变为制定颜色。\n例如:[color=red]红颜色[/color]',
'post_discuzcode_color_normal' => '请输入要设置成指定颜色的文字。',
'post_discuzcode_bold' => '插入粗体文本',
'post_discuzcode_bold_comment' => '将标签所包围的文本变成粗体。\n例如:[b]粗体文字[/b]',
'post_discuzcode_bold_normal' => '请输入要设置成粗体的文字。',
'post_discuzcode_italicize' => '插入斜体文本',
'post_discuzcode_italicize_comment' => '将标签所包围的文本变成斜体。\n例如:[i]斜体文字[/i]',
'post_discuzcode_italicize_normal' => '请输入要设置成斜体的文字。',
'post_discuzcode_underline' => '插入下划线',
'post_discuzcode_underline_comment' => '给标签所包围的文本加上下划线。\n例如:[u]下划线文字[/u]',
'post_discuzcode_underline_normal' => '请输入要加下划线的文字。',
'post_discuzcode_center' => '居中对齐',
'post_discuzcode_center_comment' => '将标签所包围的文本居中对齐显示。\n例如:[align=center]内容居中[/align]',
'post_discuzcode_center_normal' => '请输入要居中对齐的文字。',
'post_discuzcode_hyperlink' => '插入超级链接',
'post_discuzcode_hyperlink_comment' => '插入一个超级连接。\n例如:\n[url]http://www.mydomain.com[/url]\n[url=http://www.mydomain.com]我的网站[/url]',
'post_discuzcode_hyperlink_normal' => '请输入链接显示的文字,如果留空则直接显示链接。',
'post_discuzcode_hyperlink_normal_input' => '请输入 URL。',
'post_discuzcode_email' => '插入邮件地址',
'post_discuzcode_email_comment' => '插入邮件地址连接。\n例如:\n[email]myname@mydomain.com[/email]\n[email=myname@mydomain.com]我的名字[/email]',
'post_discuzcode_email_normal' => '请输入链接显示的文字,如果留空则直接显示邮件地址。',
'post_discuzcode_email_normal_input' => '请输入邮件地址。',
'post_discuzcode_image' => '插入图像',
'post_discuzcode_image_comment' => '在文本中插入一幅图像。\n例如:[img]{$boardurl}images/logo.gif[/img]',
'post_discuzcode_image_normal' => '请输入图像的 URL。',
'post_discuzcode_flash' => '插入 flash',
'post_discuzcode_flash_comment' => '在文本中插入 flash 动画。\n例如:[swf]{$boardurl}images/banner.swf[/swf]',
'post_discuzcode_flash_normal' => '请输入 flash 动画的 URL。',
'post_discuzcode_code' => '插入代码',
'post_discuzcode_code_comment' => '插入程序或脚本原始代码。\n例如:[code]echo \"这里是我们的论坛\";[/code]',
'post_discuzcode_code_normal' => '请输入要插入的代码。',
'post_discuzcode_quote' => '插入引用',
'post_discuzcode_quote_comment' => '将标签所包围的文本作为引用特殊显示。\n例如:[quote]Discuz! 是由北京康盛世纪科技有限公司开发的论坛软件[/quote]',
'post_discuzcode_quote_normal' => '请输入要作为引用显示的文字。',
'post_discuzcode_list' => '插入列表',
'post_discuzcode_list_comment' => '插入可由浏览器显示来的规则列表项。\n例如:\n[list]\n[*];列表项 #1\n[*];列表项 #2\n[*];列表项 #3\n[/list]',
'post_discuzcode_list_normal' => '请选择列表格式:字母式列表输入 \"A\";数字式列表输入 \"1\"。此处也可留空。',
'post_discuzcode_list_normal_error' => '错误:列表格式只能选择输入 \\"A\\" 或 \\"1\\"。',
'post_discuzcode_list_normal_input' => '请输入列表项目内容,如果留空表示项目结束。',
'post_discuzcode_insert_font' => '- 字体 -',
'post_discuzcode_insert_size' => '- 字号 -',
'post_discuzcode_insert_color' => '- 颜色 -',
'post_imgcode' => '[img] 代码',
'post_show_sig' => '使用个人签名',
'post_email_notify' => '接收新回复邮件通知',
'post_topicsubmit' => '发表帖子',
'post_previewpost' => '预览帖子',
'post_topicreset' => '清空内容',
'post_thread_review' => '主题回顾',
'post_replies_toolong' => '本主题回复较多,请 <a href="viewthread.php?fid=$fid&tid=$tid">点击这里</a> 查看。',
'post_submit_hotkey' => '[完成后可按 Ctrl+Enter 发布]',
'post_newthread' => '发新话题',
'post_newreply' => '发表回复',
'post_editpost' => '编辑帖子',
'post_poll_options' => '投票选项',
'post_poll_comment' => '每一行为一个选项<br>最大选项数:',
'post_poll_allowmultiple' => '多选投票',
'post_check_length' => '字数检查',
'post_delpost' => '!删除本帖',
'post_stick_thread' => '主题置顶',
'post_digest_thread' => '精华帖子',
'post_blog_thread' => '加入 Blog',
'getpassword' => '重置密码',
'lostpassword' => '忘记密码',
'index_your' => '您的',
'index_status' => '头衔',
'index_threads' => '篇主题',
'index_posts' => '篇帖子',
'index_activeusers' => '在线用户',
'index_members' => '位会员',
'index_invisibles' => '隐身',
'index_guests' => '位游客',
'index_mostonlines' => '最高纪录是',
'index_users' => '人',
'show_newthreads' => '查看新帖',
'show_mytopics' => '我的话题',
'mark_read' => '标记已读',
'welcome_newmember' => '欢迎新会员',
'index_announcements' => '公告',
'index_noannouncement' => '到目前为止没有论坛公告。',
'forum_name' => '论坛',
'forum_threads' => '主题',
'forum_posts' => '帖数',
'forum_lastpost' => '最后发表',
'forum_lastpost_in' => '标题',
'forum_lastpost_by' => '作者',
'forum_moderators' => '版主',
'forum_newposts' => '有新帖的论坛',
'forum_nonewpost' => '无新帖的论坛',
'forum_subforums' => '子论坛',
'board_links' => '联盟论坛',
'private_forum' => '私密论坛',
'member_login' => '会员登录',
'member_logout' => '退出登录',
'one_year' => '一年',
'one_month' => '一个月',
'one_day' => '一天',
'one_hour' => '一小时',
'this_task' => '浏览器进程',
'related_faq' => '相关帮助',
'login_invisible' => '隐身登录',
'login_normal_mode' => '正常模式',
'login_invisible_mode' => '隐身模式',
'login_cookie_time' => 'Cookie 有效期',
'login_secques' => '您设置了安全提问,请输入正确的提问和回答后才能登录。',
'login_secques_comment' => '如果您设置了安全提问,请在此输入正确的问题和回答',
'login_timeoffset' => '注意:\n\n您本地计算机的时间设定与论坛时间相差超过 24 个小时,\n这可能会影响您的正常登录,请调整本地计算机设置。\n\n当前论坛时间是: $thetimenow\n如果您认为论坛时间不准确,请与论坛管理员联系。',
'security_question' => '安全提问',
'security_answer' => '回答',
'security_question_0' => '无安全提问',
'security_question_1' => '母亲的名字',
'security_question_2' => '爷爷的名字',
'security_question_3' => '父亲出生的城市',
'security_question_4' => '您其中一位老师的名字',
'security_question_5' => '您个人计算机的型号',
'security_question_6' => '您最喜欢的餐馆名称',
'security_question_7' => '驾驶执照的最后四位数字',
'member_list' => '会员列表',
'memcp_welcome' => '您好 $discuz_userss ,欢迎进入控制面板,这里提供相关的资料设定与论坛快捷功能等。',
'memcp_home' => '控制面板首页',
'memcp_info' => '账号信息',
'memcp_email_reverify' => '重新验证 Email 有效性',
'memcp_validating' => '账户审核',
'memcp_validating_info' => '管理员设置了新注册用户需要人工验证,您的账号已提交过 <span class="bold">$validating[submittimes]</span> 次验证请求,目前尚未通过验证。',
'memcp_validating_status' => '当前状态',
'memcp_validating_status_0' => '等待管理人员进行审核',
'memcp_validating_status_1' => '审核被拒绝,您可以修改注册原因后再次提交',
'memcp_validating_admin' => '审核管理员',
'memcp_validating_time' => '审核时间',
'memcp_validating_remark' => '管理员给您的留言',
'memcp_buddylist' => '好友列表',
'memcp_buddylist_add' => '添加',
'memcp_buddylist_remove' => '删除该好友',
'memcp_last_5_pm' => '最近的五条短消息',
'memcp_nopm' => '目前收件箱中没有消息。',
'memcp_last_5_subs' => '最近被回复的五个订阅主题',
'memcp_nosubs' => '目前没有被订阅的主题。',
'memcp_nofavs' => '目前没有被收藏的主题。',
'memcp_avatar_list' => '论坛头像列表',
'memcp_profile' => '编辑个人资料',
'memcp_profile_passwd_comment' => '如不需要更改密码,此处请留空',
'memcp_profile_email_comment' => '!如更改地址,系统将修改您的密码并重新验证其有效性,请慎用',
'memcp_profile_security_keep' => '保持原有的安全提问和答案',
'memcp_profile_security_comment' => '如果您启用安全提问,登录时需填入相应的项目才能登录',
'memcp_profile_security_answer_comment' => '如您设置新的安全提问,请在此输入答案',
'memcp_subscriptions' => '订阅列表',
'memcp_favorites' => '收藏夹',
'reportpost' => '报告帖子',
'reportpost_to' => '报告给',
'reportpost_suggestion' => '我的意见',
'reportpost_reason' => '我对这个帖子有异议,特向您报告',
'search_keywords' => '关键字',
'search_keywords_comment' => '关键字中可使用通配符 "*"<br><br>匹配多个关键字全部,可用空格或 "AND" 连接。如 win32 AND unix<br>匹配多个关键字其中部分,可用 "|" 或 "OR" 连接。如 win32 OR unix',
'search_username_comment' => '用户名中可使用通配符 "*",如 *user*',
'search_range' => '搜索范围',
'search_orderby' => '排序类型',
'search_all_forums' => '搜索所有开放的论坛',
'search_titleonly' => '标题搜索',
'search_fulltext' => '全文搜索',
'search_blog' => '只搜索 Blog 文章',
'search_any_date' => '全部时间',
'1_days_ago' => '1 天前',
'2_days_ago' => '2 天前',
'7_days_ago' => '1 周前',
'30_days_ago' => '1 个月前',
'90_days_ago' => '3 个月前',
'180_days_ago' => '6 个月前',
'356_days_ago' => '1 年前',
'search_newer' => '之后',
'search_older' => '之前',
'search_nomatch' => '对不起,没有找到匹配结果。',
'message_forward' => '如果您的浏览器没有自动跳转,请点击这里',
'message_go_back' => '[ 点击这里返回上一页 ]',
'stats' => '论坛统计',
'stats_rank' => '排行榜',
'stats_main' => '基本概况',
'stats_week' => '星期流量',
'stats_hour' => '时段流量',
'stats_agent' => '客户软件',
'stats_posthist' => '发帖量记录',
'stats_forums' => '论坛排行',
'stats_threads' => '主题排行',
'stats_members' => '会员排行',
'stats_onlinetime' => '在线时间',
'stats_team' => '管理团队',
'stats_main_member' => '会员统计',
'stats_main_board' => '论坛统计',
'stats_main_members' => '注册会员',
'stats_main_admins' => '管理成员',
'stats_main_new' => '新会员',
'stats_main_topposter' => '今日论坛之星',
'stats_main_total_posted' => '发帖数',
'stats_main_posters' => '发帖会员',
'stats_main_nonposters' => '未发帖会员',
'stats_main_posters_percent' => '发帖会员占总数',
'stats_main_posts_avg' => '平均每人发帖数',
'stats_main_members_count' => '会员数',
'stats_main_forums_count' => '论坛数',
'stats_main_threads_count' => '主题数',
'stats_main_posts_count' => '帖子数',
'stats_main_rpt' => '平均每个主题被回复次数',
'stats_main_nppd' => '平均每日新增帖子数',
'stats_main_todays_newposts' => '最近 24 小时新增帖子数',
'stats_main_hot_forum' => '最热门的论坛',
'stats_main_board_activity' => '论坛活跃指数',
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?