server/apps/user_ldap/l10n/hi.php

8 lines
180 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2013-07-07 00:06:06 +00:00
"Error" => "त्रुटि",
2013-04-27 00:24:29 +00:00
"Password" => "पासवर्ड",
2013-02-12 14:12:46 +00:00
"Help" => "सहयोग"
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";