init
This commit is contained in:
14
public/tinymce/plugins/codesyntax/langs/en_dlg.js
Normal file
14
public/tinymce/plugins/codesyntax/langs/en_dlg.js
Normal file
@ -0,0 +1,14 @@
|
||||
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',
|
||||
html_script: 'HTML Script',
|
||||
hide_toolbar: 'Hide Toolbar'
|
||||
});
|
Reference in New Issue
Block a user