X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mathjax%2Flang%2Fzh-cn%2Fstrings.php;h=1d0b105599f3b98da5e634ee71c7ae284ce72b71;hb=25ba6023d0ac5d3fed79edeb207f00c0faa132e5;hp=05103a5dbcaaaf6cbc6847a1b2c150e834b9dbf8;hpb=32315922c4f23320d64daa88b4207b080b87e3f5;p=friendica-addons.git diff --git a/mathjax/lang/zh-cn/strings.php b/mathjax/lang/zh-cn/strings.php index 05103a5d..1d0b1055 100644 --- a/mathjax/lang/zh-cn/strings.php +++ b/mathjax/lang/zh-cn/strings.php @@ -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.'] = '设置已更新';