Project

General

Profile

1
/*
2
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3
 * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4
 *
5
 * == BEGIN LICENSE ==
6
 *
7
 * Licensed under the terms of any of the following licenses at your
8
 * choice:
9
 *
10
 *  - GNU General Public License Version 2 or later (the "GPL")
11
 *    http://www.gnu.org/licenses/gpl.html
12
 *
13
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14
 *    http://www.gnu.org/licenses/lgpl.html
15
 *
16
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
17
 *    http://www.mozilla.org/MPL/MPL-1.1.html
18
 *
19
 * == END LICENSE ==
20
 *
21
 * Placholder English language file.
22
 */
23

    
24
FCKLang.SyntaxhighlightBtn      = 'Insert/Edit Syntax highlighted code';
25
FCKLang.DlgSyntaxhighlightTitle = 'Syntax Highlighter 2';
26
FCKLang.SyntaxHightlightTab1 = 'Source code';
27
FCKLang.SyntaxHightlightTab2 = 'Advanced';
28

    
29
// source code tab
30
FCKLang.SyntaxHightlightLang = 'Select language';
31
FCKLang.SyntaxHightlightEnterCode = 'Enter source code';
32

    
33
// advanced tab
34
FCKLang.SyntaxHightlightGutter = 'Hide gutter';
35
FCKLang.SyntaxHightlightGutterDetail = 'Hide gutter & line numbers';
36
FCKLang.SyntaxHightlightNoControls = 'Hide Controls';
37
FCKLang.SyntaxHightlightNoControlsDetail = 'Hide code controls at the top of the code block.';
38
FCKLang.SyntaxHightlightCollapse = 'Collapse';
39
FCKLang.SyntaxHightlightCollapseDetail = 'Collapse the code block by default. (controls need to be turned on)';
40
FCKLang.SyntaxHightlightLineCount = 'Default line count';
41
FCKLang.SyntaxHightlightLineCountDetail = 'Will begin line count at specified value. Default value is 1.';
42

    
43
FCKLang.SyntaxHightlightShowcolumns = 'Show columns';
44
FCKLang.SyntaxHightlightShowcolumnsDetail = 'Show row columns in the first line.';
45

    
46
FCKLang.SyntaxHightlightLines = 'Highlight lines';
47
FCKLang.SyntaxHightlightLinesDetail = 'Enter a comma seperated lines of lines you want to highlight, eg <em>3,10,15</em>.';
48

    
49

    
50
FCKLang.SyntaxHightlightInformation = '<strong>NOTE:</strong><br>This plugin makes use of the <strong>Java Script SyntaxHighlighter v2.0.x</strong> available from <a href="http://alexgorbatchev.com/wiki/SyntaxHighlighter" target="_blank">alexgorbatchev.com</a>. Without configuring your website to use the SyntaxHighlighter this plugin will not have much effect!';
(1-1/2)