5 lines
132 B
PHP
5 lines
132 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Error" => "त्रुटि",
|
|
"Password" => "पासवर्ड",
|
|
"Help" => "सहयोग"
|
|
);
|