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

id.js « l10n - github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d57db4080791c21cba7641e70084f92d85f0229a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "groupfolders",
    {
    "Deny" : "Tolak",
    "Allow" : "Izinkan",
    "Read" : "Baca",
    "Create" : "Buat",
    "Delete" : "Hapus",
    "Share" : "Bagikan",
    "Select a user or group" : "Pilih pengguna atau grup",
    "Group" : "Grup",
    "Folder name" : "Nama Folder",
    "Groups" : "Grup",
    "Quota" : "Kuota"
},
"nplurals=1; plural=0;");