4 lines
123 B
PHP
4 lines
123 B
PHP
<?php $TRANSLATIONS = array(
|
|
"New password" => "नया पासवर्ड",
|
|
"Password" => "पासवर्ड"
|
|
);
|