en.js

来自「完美的在线教育系统」· JavaScript 代码 · 共 33 行

JS
33
字号
/*
FCKLang["DlgVideoTitle"] = "Video Dialog";
FCKLang["DlgVideoURL"] = "URL" ;
FCKLang["DlgVideoBtnBrowse"]    = "Browse Server" ;
FCKLang["DlgVideoWidth"]                        = "Width" ;
FCKLang["DlgVideoHeight"]               = "Height" ;
FCKLang["DlgVideoAutoplay"]     = "Autoplay" ;
FCKLang["DlgVideoLoop"]                 = "Loop" ;
FCKLang["DlgVideoAlign"]                        = "Align" ;
FCKLang["DlgVideoAlignLeft"]    = "Left" ;
FCKLang["DlgVideoAlignAbsBottom"]       = "Abs Bottom" ;
FCKLang["DlgVideoAlignAbsMiddle"]       = "Abs Middle" ;
FCKLang["DlgVideoAlignBaseline"]        = "Baseline" ;
FCKLang["DlgVideoAlignBottom"]  = "Bottom" ;
FCKLang["DlgVideoAlignMiddle"]  = "Middle" ;
FCKLang["DlgVideoAlignRight"]   = "Right" ;
FCKLang["DlgVideoAlignTextTop"] = "Text Top" ;
FCKLang["DlgVideoAlignTop"]     = "Top" ;
FCKLang["DlgVideoHSpace"]       = "HSpace" ;
FCKLang["DlgVideoVSpace"]       = "VSpace" ;
FCKLang["DlgVideoQuality"]      = "Quality" ;
FCKLang["DlgVideoQualityLow"]   = "Low" ;
FCKLang["DlgVideoQualityAutoLow"]       = "Auto Low" ;
FCKLang["DlgVideoQualityAutoHigh"]      = "Auto High" ;
FCKLang["DlgVideoQualityHigh"]  = "High" ;
FCKLang["DlgVideoScale"]        = "Scale" ;
FCKLang["DlgVideoScaleShowAll"] = "Show all" ;
FCKLang["DlgVideoScaleNoBorder"]        = "No border" ;
FCKLang["DlgVideoScaleExactFit"]        = "Exact fit" ;
FCKLang["DlgVideoBgColor"]      = "Bg Color";
FCKLang["DlgVideoUpload"]      = "From my computer";
FCKLang["DlgVideoTab"]      = "From the course";
*/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?