5 lines
92 B
PHP
5 lines
92 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Close" => "关闭",
|
|
"No people found" => "未找到此人"
|
|
);
|