nextcloud/apps/files_sharing/l10n/hi.php

8 lines
210 B
PHP

<?php
$TRANSLATIONS = array(
"Cancel" => "रद्द करें ",
"Shared by" => "द्वारा साझा",
"Password" => "पासवर्ड"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";