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