5 lines
88 B
PHP
5 lines
88 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Close" => "داخستن",
|
|
"Upload" => "بارکردن"
|
|
);
|