5 lines
104 B
PHP
5 lines
104 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Error" => "ایرر",
|
|
"Password" => "پاسورڈ",
|
|
"Help" => "مدد"
|
|
);
|