server/apps/files_sharing/l10n/hi.php
2014-06-14 01:55:24 -04:00

6 lines
168 B
PHP

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