mirror of
https://github.com/nextcloud/server.git
synced 2025-02-07 18:09:45 +00:00
f47609ec36
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
15 lines
409 B
JavaScript
15 lines
409 B
JavaScript
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);");
|