server/settings/l10n/hi.php

12 lines
443 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2014-03-12 05:57:17 +00:00
"Email sent" => "ईमेल भेज दिया गया है ",
2013-07-07 00:06:06 +00:00
"Error" => "त्रुटि",
"Update" => "अद्यतन",
2013-09-18 15:50:02 +00:00
"Security Warning" => "सुरक्षा चेतावनी ",
2012-12-19 23:13:09 +00:00
"Password" => "पासवर्ड",
2013-06-21 06:53:57 +00:00
"New password" => "नया पासवर्ड",
"Username" => "प्रयोक्ता का नाम"
2012-11-09 09:07:45 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";