friendica-addons/mathjax/lang/zh-cn/strings.php

10 lines
776 B
PHP
Raw Normal View History

2013-02-27 15:38:30 +01:00
<?php
$a->strings["Settings"] = "配置";
2013-02-27 16:22:24 +01:00
$a->strings["The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail."] = "MathJax插件表示用LaTeX句法的数学公式围绕$";
2013-02-27 15:38:30 +01:00
$a->strings["Use the MathJax renderer"] = "用MathJax表示器";
$a->strings["Submit"] = "提交";
$a->strings["Settings updated."] = "设置跟新了";
$a->strings["MathJax Base URL"] = "MathJax基础URL";
$a->strings["The URL for the javascript file that should be included to use MathJax. Can be either the MathJax CDN or another installation of MathJax."] = "URL JavaScript文件应该包括为用MathJax。可以MathJax CDN或者别的MathJax安装。";