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

az.js « l10n - github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c13be45748ba3b205170a6e8a75ea869033f406f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "serverinfo",
    {
    "Users" : "İstifadəçilər",
    "Groups" : "Qruplar",
    "System" : "Sistem",
    "Size" : "Həcm",
    "Hostname" : "Sahibadı",
    "Shares" : "Yayımlanmalar",
    "Type:" : "Tip:",
    "Size:" : "Həcm:"
},
"nplurals=2; plural=(n != 1);");