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

ur_PK.php « l10n « files_sharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 428feb5fbb946f7b1c6e20e7cbb5dced7a141995 (plain)
1
2
3
4
5
6
7
8
9
<?php
$TRANSLATIONS = array(
"Cancel" => "منسوخ کریں",
"Shared by" => "سے اشتراک شدہ",
"Password" => "پاسورڈ",
"Name" => "اسم",
"Download" => "ڈاؤن لوڈ،"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";