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

ur_PK.js « l10n - github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 091f022ec9799d5a24d94b49956a8c96567d0072 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "tasks",
    {
    "Important" : "اہم",
    "Today" : "آج",
    "Week" : "ہفتہ",
    "Tasks" : "کام",
    "Delete" : "حذف کریں",
    "Cancel" : "منسوخ کریں",
    "Edit" : "تدوین کریں",
    "Download" : "ڈاؤن لوڈ",
    "Save" : "حفظ"
},
"nplurals=2; plural=(n != 1);");