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

ku_IQ.js « l10n « files « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f8d68030265d7b56191335d742a5e24454834ebf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OC.L10N.register(
    "files",
    {
    "Files" : "په‌ڕگەکان",
    "Select" : "دیاریکردنی",
    "Error" : "هه‌ڵه",
    "Name" : "ناو",
    "_%n folder_::_%n folders_" : ["",""],
    "_%n file_::_%n files_" : ["",""],
    "_Uploading %n file_::_Uploading %n files_" : ["",""],
    "_ matches '{filter}'_::_ match '{filter}'_" : ["",""],
    "Save" : "پاشکه‌وتکردن",
    "Settings" : "ڕێکخستنه‌کان",
    "Folder" : "بوخچه",
    "Upload" : "بارکردن",
    "Download" : "داگرتن"
},
"nplurals=2; plural=(n != 1);");