| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 | <?php/*Language Format:Add a new file(.lang.php) with your module name at /phpcms/languages/translation save at the array:$LANG*/$LANG['announce']						=	'公告';$LANG['announce_manage']				=	'公告管理';$LANG['announce_list']					=	'公告列表';$LANG['announce_add']					=	'添加公告';$LANG['announce_title']					=	'公告标题:';$LANG['title_cannot_empty']				=	'公告标题不能为空';$LANG['announcements_cannot_be_empty']	=	'公告内容不能为空';$LANG['announcement_successful_added']	=	'公告添加成功';$LANG['announced_a']					=	'公告修改成功';$LANG['announce_passed']				=	'公告批量通过完成!';$LANG['announce_deleted']				=	'公告批量删除完成!';$LANG['startdate']						=	'起始日期';$LANG['enddate']						=	'截止日期';$LANG['announce_content']				=	'公告内容:';$LANG['announce_status']				=	'公告状态:';$LANG['edit_announce']					=	'编辑公告';$LANG['inputer']						=	'录入者';$LANG['check_annonuce']					=	'审核公告';$LANG['preview']						=	'前台预览';$LANG['index']							=	'前台';$LANG['cancel_all_selected']			=	'取消批准选定的公告';$LANG['pass_all_selected']				=	'通过选定的公告';$LANG['remove_all_selected']			=	'删除选定的公告';$LANG['overdue_announce']				=	'过期公告';$LANG['no_pass_announce']				=	'未审核公告';$LANG['no_exists']						=	'此公告不存在或已删除!';$LANG['affirm_delete']					=	'您确定要删除吗?';$LANG['input_announce_title']			=	'请输入公告标题!';$LANG['title_min_3_chars']				=	'公告标题至少3个汉字以上';$LANG['right']							=	'输入正确!';$LANG['server_no_data']					=	'服务器没有返回数据,可能服务器忙,请重试';$LANG['announce_exist']					=	'该公告已存在';$LANG['checking']						=	'正进行合法性校验...';$LANG['select_stardate']				=	'请选择开始时间!';$LANG['right_all']						=	'正确!';$LANG['select_downdate']				=	'请选择下线时间!';$LANG['select_style']					=	'请选择风格!';$LANG['available_style']				=	'可用风格';$LANG['lists']							=	'列表';$LANG['sitename']						=	'站点';?>
 |