6 lines
108 B
PHP
6 lines
108 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Close" => "關閉",
|
|
"No people found" => "找不到",
|
|
"Upload" => "上傳"
|
|
);
|