5 lines
109 B
PHP
5 lines
109 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Close" => "Đóng",
|
|
"No people found" => "Không tìm thấy người nào"
|
|
);
|