mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
10 lines
115 B
PHP
10 lines
115 B
PHP
<?php
|
|
|
|
$lang_moresmilies = array
|
|
(
|
|
'head_more_smilies' => "更多可点表情",
|
|
'text_close' => "关闭",
|
|
);
|
|
|
|
?>
|