5 lines
86 B
PHP
5 lines
86 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Close" => "關閉",
|
||
|
"No people found" => "找不到"
|
||
|
);
|