5 lines
90 B
PHP
5 lines
90 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Error" => "Ralat",
|
|
"Name" => "Nama",
|
|
"Delete" => "Padam"
|
|
);
|