Merge branch '3.6-rc'
[friendica-addons.git] / mathjax / lang / zh-cn / strings.php
index 24ac6e990fe7b7f2f51cff05ca80d690a4f2f48e..05103a5dbcaaaf6cbc6847a1b2c150e834b9dbf8 100644 (file)
@@ -1,9 +1,14 @@
-<?php\r
-\r
-$a->strings["Settings"] = "配置";\r
-$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句法的数学公式,围绕$";\r
-$a->strings["Use the MathJax renderer"] = "用MathJax表示器";\r
-$a->strings["Submit"] = "提交";\r
-$a->strings["Settings updated."] = "设置跟新了";\r
-$a->strings["MathJax Base URL"] = "MathJax基础URL";\r
-$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安装。";\r
+<?php
+
+if(! function_exists("string_plural_select_zh_cn")) {
+function string_plural_select_zh_cn($n){
+       return 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."] = "";