?? zh-cn.js
字號:
// I18N constants -- Chinese GB
// LANG: "zh-cn", ENCODING: GB2312
// Translator: phppp http://xoops.org.cn
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "zh-cn",
tooltips: {
bold: "粗體(CTRL+B)",
italic: "斜體(CTRL+I)",
underline: "下劃線(CTRL+U)",
strikethrough: "刪除線(CTRL+S)",
subscript: "下腳標",
superscript: "上腳標",
justifyleft: "左對齊(CTRL+L)",
justifycenter: "居中(CTRL+E)",
justifyright: "右對齊(CTRL+R)",
justifyfull: "兩端對齊",
insertorderedlist: "有序列表",
insertunorderedlist: "無序列表",
outdent: "減小縮進",
indent: "增大縮進",
forecolor: "設置字體顏色",
hilitecolor: "設置背景顏色",
inserthorizontalrule: "水平線",
createlink: "插入鏈接",
insertimage: "插入圖片",
inserttable: "插入表格",
htmlmode: "切換HTML源碼",
popupeditor: "放大",
about: "關于Hoodong",
showhelp: "使用幫助",
textindicator: "當前風格",
undo: "取消上一操作(CTRL+Z)",
redo: "重復上一操作(CTRL+Y)",
cut: "剪切(CTRL+X)",
copy: "拷貝(CTRL+C)",
paste: "粘貼(CTRL+V)",
lefttoright: "從左至右",
righttoleft: "從右至左",
innerlink: "插入條目關聯(ALT+Q或者CTRL+Q)",
outerlink: "插入外部關聯",
createsection: "插入段標記(ALT+P或者CTRL+P)"
},
buttons: {
"ok": "確定",
"cancel": "取消"
},
msg: {
"Path": "路徑",
"TEXT_MODE": "當前為文本模式. 點擊[<>]按鈕切換至所見即所得模式.",
"IE-sucks-full-screen" :
// translate here
"The full screen mode is known to cause problems with Internet Explorer, " +
"due to browser bugs that we weren't able to workaround. You might experience garbage " +
"display, lack of editor functions and/or random browser crashes. If your system is Windows 9x " +
"it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" +
"You have been warned. Please press OK if you still want to try the full screen editor."
},
dialogs: {
"Cancel" : "取消",
"Insert/Modify Link" : "插入/修改鏈接",
"New window (_blank)" : "新窗口(_blank)",
"None (use implicit)" : "無(隱藏)",
"OK" : "確定",
"Other" : "其他",
"Same frame (_self)" : "當前框架(_self)",
"Target:" : "目標框架:",
"Title (tooltip):" : "標題(tooltip):",
"Top frame (_top)" : "最上層框架(_top)",
"URL:" : "URL:",
"You must enter the URL where this link points to" : "請輸入超鏈接指向的網址"
}
};
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -