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

ur_PK.js « l10n - github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 624a6e2dd6b0543eb7d19cbf574d554dedb84d30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OC.L10N.register(
    "polls",
    {
    "Cancel" : "منسوخ کریں",
    "OK" : "اوکے",
    "Week" : "ہفتہ",
    "Group" : "Group",
    "Title" : "عنوان",
    "Settings" : "سیٹینگز",
    "Owner" : "Owner",
    "never" : "never",
    "Description" : "تصریح",
    "Expiration date" : "تاریخ معیاد",
    "No" : "No",
    "Yes" : "Yes",
    "Deleted" : "حذف شدہ ",
    "Month" : "ماہ"
},
"nplurals=2; plural=(n != 1);");