15 lines
714 B
PHP
15 lines
714 B
PHP
<?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."] = "";
|