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

10 lines
776 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
$a->strings["Settings"] = "配置";
$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句法的数学公式围绕$";
$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安装。";