RichGuk / syntaxhl

SyntaxHL is a plugin for Tinymce that allows you to use SyntaxHighlighter to insert highlighted code

This URL has Read+Write access

syntaxhl / langs / en_dlg.js
100755 13 lines (12 sloc) 0.346 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
tinyMCE.addI18n('en.syntaxhl_dlg',{
title : 'Insert code using SyntaxHighlighter',
highlight_options : 'Highlighter Options',
paste : 'Paste Code',
choose_lang : 'Choose Language',
nogutter : 'No Gutter',
light : 'Light',
collapse : 'Collapse',
fontsize : 'Font size',
first_line : 'First line',
highlight : 'Highlight'
});