/**
* JS Language File: 正體中文
*/

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'   : '您有檔案上傳，點擊上傳按鈕上傳檔案或是點擊 Ok 不上傳檔案繼續',
	// EDITORS
	'editor_enter_url'		  : '請輸入完整 URL',
	'editor_enter_title'      : '請輸入物件標題',
	'editor_enter_email'      : '請輸入電子郵件',
	'editor_enter_image'      : '請輸入圖片的 URL',
	'editor_enter_list'       : '輸入列表物件',
	// GENERAL
	'general_error'           : '錯誤',
	'general_ok'              : 'OK',
	'image_resized'           : '比例：原尺寸[ <%2> x <%3> ]的 <%1>%',
	'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'		  : '瀏覽我的網站'
};