5 lines
96 B
PHP
5 lines
96 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Cancel" => "منسوخ کریں",
|
|
"Password" => "پاسورڈ"
|
|
);
|