4 lines
70 B
PHP
4 lines
70 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Name" => "Nama",
|
|
"Delete" => "Padam"
|
|
);
|