function D_MSG_Plural(n) { return (n==1) ? '' : ''; }

function D_MSG_NReplies(n) { return (n==1) ? '1 回复' : (n + ' 条回复'); }
function D_MSG_NCommens(n) { return (n==1) ? '1 评论' : (n + ' 条评论'); }
function D_MSG_NHiddenCommens(n) { return (n==1) ? '1 隐藏评论' : (n + ' hidden comments'); }

function D_MSG_NTimeAgo(n, i)
{
	switch (i)
	{
		case 0: return n + ' 秒' + D_MSG_Plural(n) + '前';
		case 1: return n + ' 分钟' + D_MSG_Plural(n) + ' 前';
		case 2: return n + ' 小时'   + D_MSG_Plural(n) + '前';
		case 3: return n + ' 天'    + D_MSG_Plural(n) + '前';
		case 4: return n + ' 周'   + D_MSG_Plural(n) + '前';
		case 5: return n + ' 月'  + D_MSG_Plural(n) + '前';
		case 6: return n + ' 年'   + D_MSG_Plural(n) + '前';
	}
}

function D_MSG_NDate(d, m)
{
	switch (m)
	{
		case 0:  return d + ' 1月';
		case 1:  return d + ' 2月';
		case 2:  return d + ' 3月';
		case 3:  return d + ' 4月';
		case 4:  return d + ' 5月';
		case 5:  return d + ' 6月';
		case 6:  return d + ' 7月';
		case 7:  return d + ' 8月';
		case 8:  return d + ' 9月';
		case 9:  return d + ' 10月';
		case 10: return d + ' 11月';
		case 11: return d + ' 12月';
	}
}

var D_MSG_AdminActionHide = '隐藏';
var D_MSG_AdminActionBlock = '屏蔽';
var D_MSG_AdminActionApprove = '核准';
var D_MSG_Reply = '回复';
var D_MSG_PleaseSignIn = '请注册后发布';
var D_MSG_CommentWillAppearAsBlocked = '这个评论将被屏蔽';
var D_MSG_Remove = '删除';
var D_MSG_ThisCommentHasBeenBlocked = '这个评论已被屏蔽';
var D_MSG_RemovedByAuthor = '这条评论已被作者删除';
var D_MSG_loading = '正在加载中...';
var D_MSG_NumberOfCommentsPerPage = '每页评论的条数:';
var D_MSG_TimeFormat = '时间格式:';
var D_MSG_relative = '相对时间';
var D_MSG_absolute = '绝对时间';
var D_MSG_close = '关闭';
var D_MSG_about = '关于';
var D_MSG_show = '显示';
var D_MSG_hide = '隐藏';
var D_MSG_Options = '操作';
var D_MSG_PostComment = '发布评论';
var D_MSG_ShowAll = '显示所有';
var D_MSG_Previous = '前一页';
var D_MSG_Next = '下一页';
var D_MSG_currentTime = '当前时间';
var D_MSG_Submit = '提交';
var D_MSG_Preview = '预览';
var D_MSG_Quote = '引用';
var D_MSG_Cancel = '取消';
var D_MSG_PleaseEnterYourName = '请输入你的用户名';
var D_MSG_ConfirmRemove = '你想删除这条评论吗？';
var D_MSG_Name = '您的帐号:';
var D_MSG_CharactersLeft = 'Characters left:';



