summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/hi.php
blob: 71711218b14dad40bfa6fafa6987278cdd1b45e0 (plain)
1
2
3
4
5
6
7
<?php
$TRANSLATIONS = array(
"Error" => "त्रुटि",
"_%n folder_::_%n folders_" => array("",""),
"_%n file_::_%n files_" => array("","")
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";