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

ms_MY.js « l10n - github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 598e3670886316e2627b33b909d16e33474f21f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "serverinfo",
    {
    "Users" : "Pengguna",
    "Groups" : "Kumpulan",
    "Copied!" : "Disalin!",
    "Not supported!" : "Tidak menyokong!",
    "Press ⌘-C to copy." : "Tekan ⌘-C untuk menyalin.",
    "Press Ctrl-C to copy." : "Tekan Ctrl-C untuk menyalin.",
    "Size" : "Saiz",
    "Shares" : "Kongsi",
    "Type:" : "Jenis",
    "Size:" : "Saiz"
},
"nplurals=1; plural=0;");