en.js

来自「对fckeditor做的插件支持」· JavaScript 代码 · 共 24 行

JS
24
字号
/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2004 Frederico Caldeira Knabben
 * 
 * Licensed under the terms of the GNU Lesser General Public License:
 * 		http://www.opensource.org/licenses/lgpl-license.php
 * 
 * For further information visit:
 * 		http://www.fckeditor.net/
 * 
 * File Name: en.js
 * 	Dutch language file for the OpenWord plugin.
 * 
 * Version:  2.0
 * Modified: 2004-11-22 11:20:42
 * 
 * File Authors:
 * 		Koen Willems (kwillems@zonnet.nl)
 */
FCKLang.OpenWord = 'Open a Word-document' ;
FCKLang.OpenWordDlgTitle = 'Open a Word-document' ;
FCKLang.OpenWordAlert = 'The file you\'ve selected is not a Word-document.\nIt should end with the extension \'.doc\'';
FCKLang.OpenWordClean = 'Clean the Word-document' ;

⌨️ 快捷键说明

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