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

eu.js « l10n « oauth2 « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f8166fada9a5ca272052484aba454c1cfa83545d (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" : "OAuth 2.0-en bezeroak",
    "Name" : "Izena",
    "Redirection URI" : "Birbideraketaren URI",
    "Client Identifier" : "Bezeroaren Identifikadorea",
    "Secret" : "Sekretua",
    "Add client" : "Bezeroa gehitu",
    "Add" : "Gehitu"
},
"nplurals=2; plural=(n != 1);");