Welcome to mirror list, hosted at ThFree Co, Russian Federation.

hi.php « l10n « files_sharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e713e5b022fdc0c4f0594170f3cde3dc0ec7e023 (plain)
1
2
3
4
5
6
7
<?php
$TRANSLATIONS = array(
"Cancel" => "रद्द करें ",
"Shared by" => "द्वारा साझा",
"Password" => "पासवर्ड"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";