6 lines
97 B
PHP
6 lines
97 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Close" => "Tutup",
|
|
"Share" => "Kongsi",
|
|
"Upload" => "Muat naik"
|
|
);
|