1/*
2 * FCKeditor - The text editor for internet
3 * Copyright (C) 2003-2005 Frederico Caldeira Knabben
4 *
5 * Licensed under the terms of the GNU Lesser General Public License:
6 *    http://www.opensource.org/licenses/lgpl-license.php
7 *
8 * For further information visit:
9 *    http://www.fckeditor.net/
10 *
11 * File Name: en.js
12 *   English language file.
13 *
14 */
15FCKLang.Abbr	      		= 'Plugin' ;
16FCKLang.AbbrBtn      		= 'Insert Syntax Plugin' ;
17FCKLang.AbbrDlgTitle 		= 'Insert Syntax Plugin Name' ;
18FCKLang.AbbrDlgName  		= 'Enter Plugin Name--try to be exact' ;
19FCKLang.AbbrDlgRemove		= 'Remove plugin-tag (content remains)';
20FCKLang.AbbrDlgSelectFirst	= 'You have to select the plugin syntax first!';
21FCKLang.AbbrDlgHLCreate		="<b>Create a Plugin</b>";
22FCKLang.AbbrDlgHLStet		="<b>Stet Plugin</b>";
23FCKLang.AbbrDlgHLEdit		="<b>Edit Dokuwiki Plugin</b>";
24FCKLang.AbbrDlgClick		="<b>Click OK when done. Or Cancel.</b>";
25FCKLang.AbbrDlgStet 	        ="Create a string literal from text containing HTML and/or DokuWiki Markup characters";
26FCKLang.AbbrDlgEditPlugin	="Edit a Syntax Plugin.";
27FCKLang.ImmutableEditorHeader = "Immutable Plugin Editor";
28FCKLang.AbbrDlgImmRevise = "Revise raw plugin syntax";
29
30