diff options
Diffstat (limited to 'apps/files/l10n/hi.php')
-rw-r--r-- | apps/files/l10n/hi.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files/l10n/hi.php b/apps/files/l10n/hi.php index 13fded26719..d38129dd9a2 100644 --- a/apps/files/l10n/hi.php +++ b/apps/files/l10n/hi.php @@ -1,10 +1,12 @@ <?php $TRANSLATIONS = array( +"Files" => "फाइलें ", "Share" => "साझा करें", "Error" => "त्रुटि", "_%n folder_::_%n folders_" => array("",""), "_%n file_::_%n files_" => array("",""), "_Uploading %n file_::_Uploading %n files_" => array("",""), -"Save" => "सहेजें" +"Save" => "सहेजें", +"New folder" => "नया फ़ोल्डर" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |