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

ast.js « l10n « oauth2 « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 055ebe101f389f7268913f21317f14b4a9163a92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "oauth2",
    {
    "OAuth 2.0" : "OAuth 2.0",
    "OAuth 2.0 clients" : "Veceros d'OAuth 2.0",
    "Add client" : "Amestar veceru",
    "Name" : "Nome",
    "Redirection URI" : "URI de redireición",
    "Add" : "Amestar",
    "Client Identifier" : "Identificador del veceru",
    "Secret" : "Secretu",
    "Delete" : "Desaniciar"
},
"nplurals=2; plural=(n != 1);");