⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wap.lang.php

📁 Discuz! 论坛软件系统
💻 PHP
字号:
<?php

// Message Pack for Discuz! WAP Version 1.0.0
// Created by Crossday

$lang = array
(

	'username' => '用户名/UID',
	'password' => '密码',
	'submit' => '提交',
	'page' => '页号',
	'reply' => '回复',
	'delete' => '删除',
	'forum' => '论坛',
	'thread' => '主题',
	'type' => '分类',
	'subject' => '标题',
	'message' => '内容',
	'next_page' => '下页',
	'next_thread' => '下一主题',
	'end' => '结束',
	'unread' => '未读',
	'sub_forums' => '子论坛',

	'not_loggedin' => '请登录后使用本功能',
	'wap_disabled' => 'WAP 功能未启用',
	'board_closed' => '论坛目前临时关闭',
	'undefined_action' => '未定义操作',

	'home' => '首页',
	'home_online' => '在线',
	'home_members' => '会员',
	'home_newpm' => '条新短消息',
	'home_forums' => '=论坛分类=',
	'home_tools' => '==工具箱==',

	'login' => '登录',
	'login_succeed' => '{$discuz_user}成功登录',
	'login_strike' => '累计5次密码错误,15分钟内不能登录',
	'login_invalid' => '用户名或密码有误,您共有5次尝试机会.如果尚未注册,请通过PC访问{$boardurl}register.php,注册后再登录',
	'logout' => '退出',
	'logout_succeed' => '成功退出登录',

	'forum_thread_sticky' => '置顶&gt;',
	'forum_thread_digest' => '精华&gt;',
	'forum_nopermission' => '无权访问本论坛',
	'forum_nonexistence' => '指定论坛不存在',

	'thread_nopermission' => '无权查看本主题',
	'thread_nonexistence' => '指定主题不存在',

	'post_reply' => '回复本帖',
	'post_new' => '发新话题',
	'post_sm_isnull' => '未填写标题或内容',
	'post_subject_toolang' => '标题超过80字节',
	'post_message_toolang' => '内容超过{$minpostsize}字节限制',
	'post_message_tooshort' => '内容少于{$maxpostsize}字节限制',
	'post_type_isnull' => '未选择主题分类',
	'post_flood_ctrl' => '两次发表少于{$floodctrl}秒',
	'post_mod_succeed' => '成功提交人工审核',
	'post_mod_forward' => '回到当前论坛',
	'post_thread_closed' => '本主题已关闭',
	'post_thread_closed_by_dateline' => '本主题发布于$forum[autoclose]天前<br />已被自动关闭',
	'post_thread_closed_by_lastpost' => '本主题最后回复于$forum[autoclose]天前<br />已被自动关闭',
	'post_newbie_span' => '注册{$newbiespan}小时后才可发帖',
	'post_hide_nopermission' => '无权使用[hide]代码',
	'post_newthread_nopermission' => '无权在本论坛发新话题',
	'post_newthread_succeed' => '主题发表成功<br /><a href=\"index.php?action=forum&amp;fid=$fid\">返回论坛</a>',
	'post_newthread_forward' => '查看主题',
	'post_newreply_nopermission' => '无权在本论坛发表回复',
	'post_newreply_succeed' => '主题回复成功<br /><a href=\"index.php?action=forum&amp;fid=$fid\">返回论坛</a>',
	'post_newreply_forward' => '查看回复',

	'pm' => '短消息',
	'pm_home' => '短消息首页',
	'pm_unread' => '未读消息',
	'pm_all' => '全部消息',
	'pm_send' => '发送短消息',
	'pm_to' => '收信人',
	'pm_flood_ctrl' => '两次发表少于{$floodctrl}秒',

	'pm_sm_isnull' => '未填写标题或内容',
	'pm_nonexistence' => '短消息不存在',
	'pm_send_nonexistence' => '收信人不存在',
	'pm_send_ignore' => '收件人拒收短消息',
	'pm_send_succeed' => '短消息成功发送',
	'pm_delete_succeed' => '短消息成功删除',

	'stats' => '论坛统计',
	'stats_threads' => '主题数',
	'stats_posts' => '帖子数',
	'stats_members' => '会员数',

	'myphone' => '我的手机',
	'goto' => 'WAP跳转',


);

?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -