]> git.mxchange.org Git - friendica-addons.git/blobdiff - mathjax/lang/zh-cn/strings.php
regenerated all the strings
[friendica-addons.git] / mathjax / lang / zh-cn / strings.php
index 05103a5dbcaaaf6cbc6847a1b2c150e834b9dbf8..1d0b105599f3b98da5e634ee71c7ae284ce72b71 100644 (file)
@@ -2,13 +2,10 @@
 
 if(! function_exists("string_plural_select_zh_cn")) {
 function string_plural_select_zh_cn($n){
-       return 0;;
+       $n = intval($n);
+       return intval(0);
 }}
-;
-$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."] = "";
-$a->strings["Use the MathJax renderer"] = "使用 MathJax 渲染";
-$a->strings["Submit"] = "提交";
-$a->strings["Settings updated."] = "设置已更新";
-$a->strings["MathJax Base 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."] = "";
+$a->strings['Settings'] = '设置';
+$a->strings['Use the MathJax renderer'] = '使用 MathJax 渲染';
+$a->strings['Submit'] = '提交';
+$a->strings['Settings updated.'] = '设置已更新';