diff options
Diffstat (limited to 'plugins/55/mathjax/lang/zh')
-rw-r--r-- | plugins/55/mathjax/lang/zh/settings.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/55/mathjax/lang/zh/settings.php b/plugins/55/mathjax/lang/zh/settings.php new file mode 100644 index 0000000..1bfc619 --- /dev/null +++ b/plugins/55/mathjax/lang/zh/settings.php @@ -0,0 +1,6 @@ +<?php + +$lang['url'] = '载入 MathJax 的网址。'; +$lang['config'] = '(可选的) MathJax 配置; MathJax 载入时执行的 javascript 代码。参见 http://docs.mathjax.org/en/latest/options/'; +$lang['configfile'] = '(可选的) 一个或多个包含 MathJax 配置命令的文件。指定相对于 dokuwiki 安装目录的路径(例如 conf/mathjax.js 或者 data/pages/mathjaxconf.txt),并用分号分隔多个文件。'; + |