init
This commit is contained in:
3
public/tinymce/plugins/codesyntax/langs/en.js
Normal file
3
public/tinymce/plugins/codesyntax/langs/en.js
Normal file
@@ -0,0 +1,3 @@
|
||||
tinyMCE.addI18n('en.syntaxhl',{
|
||||
desc : 'Insert code using Syntaxhighlighter'
|
||||
});
|
||||
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'
|
||||
});
|
||||
3
public/tinymce/plugins/codesyntax/langs/zh_CN.js
Normal file
3
public/tinymce/plugins/codesyntax/langs/zh_CN.js
Normal file
@@ -0,0 +1,3 @@
|
||||
tinyMCE.addI18n('zh.syntaxhl',{
|
||||
desc : '用Syntaxhighlighter插入代码'
|
||||
});
|
||||
12
public/tinymce/plugins/codesyntax/langs/zh_dlg.js
Normal file
12
public/tinymce/plugins/codesyntax/langs/zh_dlg.js
Normal file
@@ -0,0 +1,12 @@
|
||||
tinyMCE.addI18n('zh.syntaxhl_dlg',{
|
||||
title : '用SyntaxHighlighter插入代码',
|
||||
highlight_options : '高亮选项',
|
||||
paste : '粘贴代码',
|
||||
choose_lang : '选择语言',
|
||||
nogutter : '无装订线',
|
||||
light : '精简模式',
|
||||
collapse : '折叠代码',
|
||||
fontsize : '字体大小',
|
||||
first_line : '起始行的值',
|
||||
highlight : '高亮行'
|
||||
});
|
||||
Reference in New Issue
Block a user