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