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

ur_PK.js « l10n « files « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 094511db4258b9c0bcde81db6bc614a09576b86e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "files",
    {
    "Unknown error" : "غیر معروف خرابی",
    "Close" : "بند ",
    "Download" : "ڈاؤن لوڈ،",
    "Delete" : "حذف کریں",
    "Unshare" : "شئیرنگ ختم کریں",
    "Name" : "اسم",
    "Save" : "حفظ",
    "Settings" : "ترتیبات"
},
"nplurals=2; plural=(n != 1);");