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: 4fa825337ab3a71c6cf49294645047ce6a655be4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "polls",
    {
    "Deleted" : "حذف شدہ ",
    "Group" : "Group",
    "Cancel" : "منسوخ کریں",
    "Title" : "عنوان",
    "Owner" : "Owner",
    "never" : "never",
    "Description" : "تصریح",
    "Expiration date" : "تاریخ معیاد"
},
"nplurals=2; plural=(n != 1);");