5 lines
101 B
PHP
5 lines
101 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Close" => "بستن",
|
||
|
"No people found" => "کسی یافت نشد"
|
||
|
);
|