4 lines
70 B
PHP
4 lines
70 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Close" => "మూసివేయి"
|
||
|
);
|