aboutsummaryrefslogtreecommitdiffstats
path: root/apps/oauth2/l10n/da.js
blob: c20c0b2527f376520179cf7d00e41bd46bba7602 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "oauth2",
    {
    "OAuth 2.0" : "OAuth 2.0",
    "OAuth 2.0 clients" : "OAuth 2.0 klienter",
    "Name" : "Navn",
    "Redirection URI" : "Viderestilling URI",
    "Client Identifier" : "Klient ID",
    "Secret key" : "Hemmelig nøgle",
    "Add client" : "Tilføj klient",
    "Add" : "Tilføj",
    "Delete" : "Slet",
    "Secret" : "Hemmelighed"
},
"nplurals=2; plural=(n != 1);");