4 lines
61 B
PHP
4 lines
61 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Close" => "වසන්න"
|
||
|
);
|