14 lines
442 B
JavaScript
14 lines
442 B
JavaScript
OC.L10N.register(
|
|
"oauth2",
|
|
{
|
|
"OAuth 2.0 clients" : "Klien OAuth 2.0",
|
|
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 memungkinkan layanan eksternal untuk meminta akses ke %s.",
|
|
"Name" : "Nama",
|
|
"Redirection URI" : "URI Pengalihan",
|
|
"Client Identifier" : "Identifier klien",
|
|
"Secret" : "Rahasia",
|
|
"Add client" : "Tambah klien",
|
|
"Add" : "Tambah"
|
|
},
|
|
"nplurals=1; plural=0;");
|