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

gl.js « l10n « oauth2 « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0f1feaaff95db9cabf3af48dc7e799893b67a698 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "oauth2",
    {
    "OAuth 2.0" : "OAuth 2.0",
    "OAuth 2.0 clients" : "Clientes OAuth 2.0",
    "Name" : "Nome",
    "Redirection URI" : "URI de redireccionamento",
    "Client Identifier" : "Identificador do cliente",
    "Secret" : "Secreto",
    "Add client" : "Engadir cliente",
    "Add" : "Engadir"
},
"nplurals=2; plural=(n != 1);");