var comment_i18nval={
	"zh-cn":{
		i18n_spancomment:"发表评论",
		i18n_title:"标题：",
		i18n_content:"内容：",
		i18n_inputcomment:"发表评论",
		
		i18n_comment_goto:"到第",
		i18n_comment_gotopage:"页",
		i18n_comment_sure:"确定",
		i18n_comment_startpage:"首页",
		i18n_comment_endpage:"尾页",
		i18n_comment_nextpage:"下一页",
		i18n_comment_prepage:"上一页",
		i18n_comment_count:"共",
		i18n_comment_countpage:"页",
		i18n_comment_cur:"第",
		i18n_comment_curpage:"页",
        i18n_comment_explan: "您对网站的意见和文章的评论。"
	},
	"en":{
		i18n_spancomment:"Post a Comment",
		i18n_title:"Comment Title",
		i18n_content:"Content",
		i18n_inputcomment:"Post",
		
		i18n_comment_goto:"Page",
		i18n_comment_gotopage:"",
		i18n_comment_sure:"GO",
		i18n_comment_startpage:"First Page",
		i18n_comment_endpage:"Last Page",
		i18n_comment_nextpage:"Next Page",
		i18n_comment_prepage:"Previous Page",
		i18n_comment_count:"",
		i18n_comment_countpage:"",
		i18n_comment_cur:"",
		i18n_comment_curpage:"",
        i18n_comment_explan: "Your comments on articles of the Web pages are recorded here."
 	}
};
var comment_langval={
	"zh-cn": {
        lang_relogin:"没有用户信息！您是否要重新登录？",
        lang_noArticleId:"没有文章ID!",
        lang_historycom:"的历史评论",
        lang_nocomment:"没有评论信息！",
        lang_top:"置顶",
        lang_to:"对",
        lang_tocomment:"的评论",
        lang_waiting:"您的评论正在审核中，请等待....",
        lang_allreply:"所有回复",
        
        lang_anouser:"匿名用户",
        lang_reply:"回复",
        lang_commenton:"评论于",
        lang_registerinfo:"只有注册用户才能发表评论！您是否要注册或者登录？",
        lang_nouser:"用户验证失败， 请重新登录！",
        lang_noano:"不允许匿名评论，请登录！",
        lang_commentsucc:"评论成功，等待审核。您的留言将会在审核通过后在页面上出现。感谢您的留言。",
        lang_quote:"引用",
        lang_title:"标题",
        lang_content:"内容",
        lang_inputcomment:"发表评论",
        lang_cancel:"取消",
        lang_titlenull:"评论标题不能为空！",
        lang_titlelength:"标题长度不能大于120！",
        lang_commentnull:"评论内容不能为空！",
        lang_commentlength:"评论内容不能大于500！",
        
        lang_type:"类别",
        lang_count:"评论数"
    },
    "en": {
    	lang_relogin:"Username not found, would you like to log in again?",
    	lang_noArticleId:"Article ID not found",
    	lang_historycom:"Previous Comments",
    	lang_nocomment:"Comment not found",
    	lang_top:"Pin the Comment",
    	lang_to:"Replying to",
    	lang_tocomment:"",
    	lang_waiting:"Your comment will be reviewed by the webmaster before it is posted, please be patient",
    	lang_allreply:"See All Replies",
    	
    	lang_anouser:"Anonymous User",
    	lang_reply:"Reply",
    	lang_commenton:"Replied on",
    	lang_registerinfo:"Please register or sign in to post a comment",
    	lang_nouser:"Username verification failed, please sign in again",
    	lang_noano:"Please sign in to post a comment",
    	lang_commentsucc:"Comment posted, please be patient for webmaster review",
    	lang_quote:"Quote",
    	lang_title:"Title",
        lang_content:"Content",
        lang_inputcomment:"Post a Comment",
        lang_cancel:"Cancel",
        lang_titlenull:"You can not post a comment without a title",        
        lang_titlelength:"Title cannot exceed 120 letters",        
        lang_commentnull:"Content cannot be left blank",        
        lang_commentlength:"Content length cannot exceed 500 letters", 
        
        lang_type:"Object Type",
        lang_count:"Replies"
    }
}
var comlangfunc = new dpmInfo();
function commentI18n()
{
	var i18nfunc = new dpm_i18n();
	i18nfunc.addTextObj(comment_i18nval);
	i18nfunc.fillText();
	//js里面的
	comlangfunc.newInfo(comment_langval);
}


