2018-08-17 05:32:24 -04:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_zh_cn")) {
|
|
|
|
function string_plural_select_zh_cn($n){
|
|
|
|
$n = intval($n);
|
2021-02-01 12:47:38 -05:00
|
|
|
return intval(0);
|
2018-08-17 05:32:24 -04:00
|
|
|
}}
|
2021-10-10 02:27:53 -04:00
|
|
|
$a->strings['Smileybutton settings'] = '表情按钮设置';
|
|
|
|
$a->strings['You can hide the button and show the smilies directly.'] = '您可以隐藏按钮并直接显示表情符号。';
|
|
|
|
$a->strings['Hide the button'] = '隐藏按钮';
|
|
|
|
$a->strings['Save Settings'] = '保存设置';
|