5 lines
108 B
PHP
5 lines
108 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Close" => "වසන්න",
|
|
"Upload" => "උඩුගත කරන්න"
|
|
);
|