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

hi.php « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1b42f563d5e827a339b9007b94383ba5366f0170 (plain)
1
2
3
4
5
6
7
8
9
<?php
$TRANSLATIONS = array(
"Pictures" => "तस्वीरें",
"Picture view" => "तस्वीर देखें",
"Error loading slideshow template" => "स्लाइड शो टेम्पलेट लोड करने में त्रुटि है",
"Share" => "साझा करें",
"File list" => "फाइल सूची"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";