0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-07 18:09:45 +00:00
nextcloud_server/apps/oauth2/l10n/da.js
Nextcloud bot f47609ec36
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-28 00:28:47 +00:00

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);");