1 頁 (共 1 頁)

Please Wait(請稍候)

發表於 : 2011-07-27 12:26
阿維
外掛名稱:Please Wait(請稍候)
外掛作者:Stoker 4.0
外掛描述:Please Wait is adding an onclick event to the posting buttons so the button text will change. Both Private messages, Quickreply, posting page and upload button is affected.
外掛版本:1.0.0
外掛下載:Please_Wait.zip
資料來源:Please Wait

中文化分享:
打開:language/zh_cmn_hant/posting.php
尋找

代碼: 選擇全部

?>
上面加入

代碼: 選擇全部

// Posting , draft , preview , cancel message... [Please Wait]
$lang = array_merge($lang, array(
	'POST_SENDING'					=> '正在傳送文章 - 請稍候…',
	'DRAFT_SENDING'					=> '正在儲存文章 - 請稍候…',
	'LOAD_SENDING'					=> '正在載入文章 - 請稍候…',
	'PREVIEW_SENDING'				=> '正在載入預覽 - 請稍候…',
	'PM_POST_SENDING'				=> '正在傳送私訊 - 請稍候…',
	'PM_DRAFT_SENDING'				=> '正在儲存私訊 - 請稍候…',
	'PM_LOAD_SENDING'				=> '正在載入私訊 - 請稍候…',
	'PM_PREVIEW_SENDING'				=> '正在載入預覽 - 請稍候…',
	'AT_FILE_UPLOADING'				=> '正在上傳檔案 - 請稍候…',
));
打開:language/zh_cmn_hant/viewtopic.php
尋找

代碼: 選擇全部

?>
上面加入

代碼: 選擇全部

// Posting , draft , preview , cancel message... [Please Wait]
$lang = array_merge($lang, array(
	'POST_SENDING'					=> '正在傳送文章 - 請稍候…',
	'PREVIEW_SENDING'				=> '正在載入預覽 - 請稍候…',
	'FULLED_SENDING'				=> '正在載入完整編輯器 - 請稍候…',
));
存檔上傳