4 lines
86 B
PHP
4 lines
86 B
PHP
<?php $TRANSLATIONS = array(
|
|
"History" => "تاریخچه",
|
|
"Enable" => "فعال"
|
|
);
|