5 lines
100 B
PHP
5 lines
100 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Close" => "닫기",
|
||
|
"No people found" => "발견된 사람 없음"
|
||
|
);
|