diff options
Diffstat (limited to 'apps/files_trashbin/l10n/hi.php')
-rw-r--r-- | apps/files_trashbin/l10n/hi.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/files_trashbin/l10n/hi.php b/apps/files_trashbin/l10n/hi.php index 71711218b14..d4a26011b58 100644 --- a/apps/files_trashbin/l10n/hi.php +++ b/apps/files_trashbin/l10n/hi.php @@ -1,7 +1,5 @@ <?php $TRANSLATIONS = array( -"Error" => "त्रुटि", -"_%n folder_::_%n folders_" => array("",""), -"_%n file_::_%n files_" => array("","") +"Error" => "त्रुटि" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |