4 lines
70 B
PHP
4 lines
70 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Password" => "पासवर्ड"
|
||
|
);
|