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

es_PR.js « l10n « oauth2 « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c5703ae79c8e47b730fa04ddabadb57fe17132a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "oauth2",
    {
    "OAuth 2.0 clients" : "Clientes OAuth 2.0",
    "Add client" : "Agregar cliente",
    "Name" : "Nombre",
    "Redirection URI" : "URI para redirección",
    "Add" : "Agregar",
    "Client Identifier" : "Identificador del cliente",
    "Secret" : "Secreto",
    "Delete" : "Borrar"
},
"nplurals=2; plural=(n != 1);");