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

id.js « l10n « oauth2 « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 41cac573832f2f7fe44d30ef5c4941a6ff3a676a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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;");