/*
+--------------------------------------------------------------------------
|   IP. Board v2.2.0 Simplified Chinese UTF-8 Language Pack
|   ========================================
|   Translated by K
|   (c) 2006 IPBER.ORG
|   http://www.ipber.org
|   ========================================
|   Web: http://www.ipber.org
|   Time: 2006-12-08 20:32 GMT+8
|   Email: techen@188.com
|   You can get the newest language pack from our site.
+---------------------------------------------------------------------------
*/ 

/**
* JS Language File: Chinese
*/

var message_pop_up_lang =
{
	// DEFAULT
	'error'			   : '发生错误',
	'no_permission'	   : '您没有权限进行该操作',
	'cannot_cont'	   : '该请求无法继续',
	'settings_updated' : '设置已更新',
	
	// Custom errors:
	'pp_date_error'     : '日期必须有效',
	'pp_comment_error'  : '您必需说点什么',
	'pp_friend_exist'   : '该会员不存在',
	'pp_friend_already' : '您已经添加了该会员作为您的好友',
	'pp_friend_removed' : '好友已删除',
	'pp_icq_error'      : '您的ICQ帐号必需是数字',
	
	// Friend added:
	'pp_friend_added'     : '您的好友已经添加到列表中!',
	'pp_friend_added_mod' : '您的好友必需同意您的请求',
	'pp_friend_approved'  : '请求已通过',
	
	// Comments update
	'pp_comments_updated'  : '评论已更新',
	'pp_comment_added_mod' : "评论在显示前必需先通过审核",
	
	// POLL MODULE
	'already_voted' : '您已经投过票了',
	
	// ARTICLES MODULE
	'rating_updated' : '您的评分已经更新',
	'rating_added'   : '您的评分已经添加',
	'rating_already' : '您对这篇文章已经投过票了'
};

/**
* Global stuff
*/

var ipb_global_lang =
{
	// ERROR
	'post_upload_not_empty'   : '您还有一个文件没有上传. 点击"上传"按钮上传，或者点击"确定"继续操作',
	// EDITORS
	'editor_enter_url'		  : '请输入完整的URL',
	'editor_enter_title'      : '请输入完整的标题',
	'editor_enter_email'      : '请输入电子邮件地址',
	'editor_enter_image'      : '请输入该图片的份链接地址',
	'editor_enter_list'       : '请输入列表条目',
	// GENERAL
	'general_error'           : '错误',
	'general_ok'              : '确定',
	'image_resized'           : '缩小: <%1>% 原始大小 [ <%2> x <%3> ] - 点击按原始大小查看',
	'image_attach_percent'    : '缩小 <%1>%',
	'image_attach_no_percent' : '图片已缩小',
	'image_attach_dims'       : '<%1> x <%2>',
	'image_attach_size'       : ' (<%1>)',
	'click_to_view'           : '点击按原始大小查看',
	'view_full_size'          : '按原始大小查看',
	'visit_my_website'		  : '访问我的主页'
};