5 lines
140 B
PHP
5 lines
140 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Close" => "ปิด",
|
|
"No people found" => "ไม่พบบุคคลที่ต้องการ"
|
|
);
|