summaryrefslogtreecommitdiffstats
path: root/settings/l10n/hi.php
blob: ae32b56262c3d629b8e7dfa88b02ee580c17e47b (plain)
1
2
3
4
5
6
7
8
9
10
<?php
$TRANSLATIONS = array(
"Error" => "त्रुटि",
"Update" => "अद्यतन",
"Security Warning" => "सुरक्षा चेतावनी ",
"Password" => "पासवर्ड",
"New password" => "नया पासवर्ड",
"Username" => "प्रयोक्ता का नाम"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";