5 lines
99 B
PHP
5 lines
99 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Close" => " 關閉",
|
||
|
"No people found" => "沒有找到任何人"
|
||
|
);
|