/*
+--------------------------------------------------------------------------
|   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_video'      : '請輸入該影音鏈接地址',									
	'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'		  : '訪問我的主頁'
};