diff options
author | Adrian Lang <lang@cosmocode.de> | 2010-03-25 15:01:25 +0100 |
---|---|---|
committer | Adrian Lang <lang@cosmocode.de> | 2010-03-26 13:22:54 +0100 |
commit | 26ee1edf9c1750df399baebcb70afb49778b4a92 (patch) | |
tree | febbeb86c3fb7ae3ad52a9e8bd40613fb6bf3af8 /inc/lang/zh-tw/lang.php | |
parent | 2e61e4df6fa5a971de75b3cefdb0912c9fac7c79 (diff) | |
download | rpg-26ee1edf9c1750df399baebcb70afb49778b4a92.tar.gz rpg-26ee1edf9c1750df399baebcb70afb49778b4a92.tar.bz2 |
Rewrite JavaScript change check
Diffstat (limited to 'inc/lang/zh-tw/lang.php')
-rw-r--r-- | inc/lang/zh-tw/lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/lang/zh-tw/lang.php b/inc/lang/zh-tw/lang.php index f936123f4..eca7de4c8 100644 --- a/inc/lang/zh-tw/lang.php +++ b/inc/lang/zh-tw/lang.php @@ -98,7 +98,7 @@ $lang['txt_overwrt'] = '是否要覆蓋原有檔案'; $lang['lockedby'] = '目前已被下列人員鎖定'; $lang['lockexpire'] = '預計解除鎖定於'; $lang['willexpire'] = '您目前編輯這頁的鎖定將會在一分鐘內解除。\若要避免發生意外,請按「預覽」鍵來重新設定鎖定狀態'; -$lang['notsavedyet'] = '有尚未儲存的變更將會遺失。\n真的要繼續嗎?'; +$lang['js']['notsavedyet'] = "有尚未儲存的變更將會遺失。\n真的要繼續嗎?"; $lang['rssfailed'] = '當抓取餵送過來的 RSS 資料時發生錯誤: '; $lang['nothingfound'] = '沒找到任何結果。'; $lang['mediaselect'] = '選擇圖檔'; |