5 lines
107 B
PHP
5 lines
107 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Close" => "மூடுக",
|
|
"Upload" => "பதிவேற்றுக"
|
|
);
|