Blame view
sources/settings/l10n/hi.php
411 Bytes
|
31b7f2792
|
1 2 3 4 5 |
<?php $TRANSLATIONS = array( "Error" => "त्रुटि", "Update" => "अद्यतन", "Security Warning" => "सुरक्षा चेतावनी ", |
|
03e52840d
|
6 |
"Password" => "पासवर्ड", |
|
31b7f2792
|
7 8 9 |
"New password" => "नया पासवर्ड", "Abort" => "रद्द करना ", "Username" => "प्रयोक्ता का नाम" |
|
03e52840d
|
10 |
); |
|
31b7f2792
|
11 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |