diff options
author | Daniel Baumann <daniel@debian.org> | 2024-12-01 21:17:14 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2024-12-12 11:27:45 +0100 |
commit | bf596cbb426bd672a46484bca3bd07cfa6662919 (patch) | |
tree | 41ef466309f3e567f63e8e68ef272b0a4e214138 /plugins/55/mathjax/lang/zh/settings.php | |
parent | Initial commit. (diff) | |
download | dokuwiki-plugins-extra-bf596cbb426bd672a46484bca3bd07cfa6662919.tar.xz dokuwiki-plugins-extra-bf596cbb426bd672a46484bca3bd07cfa6662919.zip |
Adding upstream version 20241201.upstream/20241201upstream
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to 'plugins/55/mathjax/lang/zh/settings.php')
-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),并用分号分隔多个文件。'; + |