This commit is contained in:
life
2014-05-07 13:06:24 +08:00
parent fac05a7b6c
commit 476ade10e7
1085 changed files with 259628 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
tinyMCE.addI18n('en.syntaxhl',{
desc : 'Insert code using Syntaxhighlighter'
});

View 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'
});

View File

@@ -0,0 +1,3 @@
tinyMCE.addI18n('zh.syntaxhl',{
desc : '用Syntaxhighlighter插入代码'
});

View File

@@ -0,0 +1,12 @@
tinyMCE.addI18n('zh.syntaxhl_dlg',{
title : '用SyntaxHighlighter插入代码',
highlight_options : '高亮选项',
paste : '粘贴代码',
choose_lang : '选择语言',
nogutter : '无装订线',
light : '精简模式',
collapse : '折叠代码',
fontsize : '字体大小',
first_line : '起始行的值',
highlight : '高亮行'
});