summaryrefslogtreecommitdiffstats
path: root/apps/oauth2/l10n/id.js
blob: 8344b4d56000c81ec16bae88e82b3640ea1d2058 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "oauth2",
    {
    "OAuth 2.0 clients" : "Klien OAuth 2.0",
    "Name" : "Nama",
    "Redirection URI" : "URI Pengalihan",
    "Client Identifier" : "Identifier klien",
    "Secret key" : "Kunci rahasia",
    "Add client" : "Tambah klien",
    "Add" : "Tambah",
    "Delete" : "Hapus",
    "Secret" : "Rahasia"
},
"nplurals=1; plural=0;");