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

da.js « l10n « oauth2 « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d51f01bed87c1a5e76d3443ae5227cc29c4f00a8 (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" : "OAuth 2.0 klienter",
    "Add client" : "Tilføj klient",
    "Name" : "Navn",
    "Redirection URI" : "Viderestilling URI",
    "Add" : "Tilføj",
    "Client Identifier" : "Klient ID",
    "Secret" : "Hemmelighed",
    "Delete" : "Slet"
},
"nplurals=2; plural=(n != 1);");