4 lines
102 B
PHP
4 lines
102 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Password" => "پاسورڈ",
|
|
"New password" => "نیا پاسورڈ"
|
|
);
|