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

ur_PK.php « l10n « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e5b9089328d994c9c079f67dd9919d3dc2d9d18f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
$TRANSLATIONS = array(
"Location" => "مقام",
"Username" => "یوزر نیم",
"Password" => "پاسورڈ",
"Share" => "تقسیم",
"URL" => "یو ار ایل",
"Personal" => "شخصی",
"Name" => "اسم",
"Delete" => "حذف کریں"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";