4 lines
56 B
PHP
4 lines
56 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Users" => "یوزرز"
|
||
|
);
|