4 lines
51 B
PHP
4 lines
51 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Close" => "Tutup"
|
||
|
);
|