0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-05-21 21:47:36 +00:00
nextcloud_server/apps/oauth2/l10n/da.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
1.7 KiB
JavaScript
Raw Permalink Normal View History

2017-09-14 00:08:12 +00:00
OC.L10N.register(
"oauth2",
{
"Your client is not authorized to connect. Please inform the administrator of your client." : "Din klient er ikke autoriseret til at oprette forbindelse. Informer venligst din klients administrator.",
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Din omdirigerings-URL skal være en fuld URL, for eksempel: https://yourdomain.com/path",
2018-03-25 01:09:58 +00:00
"OAuth 2.0" : "OAuth 2.0",
"Allows OAuth2 compatible authentication from other web applications." : "Tillader OAuth2-kompatibel godkendelse fra andre webapplikationer.",
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2-appen tillader administratorer mulighed for at konfigurere den indbyggede godkendelsesworkflow til også at tillade OAuth2-kompatibel godkendelse fra andre webapplikationer.",
2017-09-14 00:08:12 +00:00
"OAuth 2.0 clients" : "OAuth 2.0 klienter",
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 tillader eksterne tjenester at anmode om adgang til {instanceName}.",
2018-11-17 01:12:47 +00:00
"Name" : "Navn",
2018-06-27 10:06:12 +00:00
"Redirection URI" : "Viderestilling URI",
2018-11-17 01:12:47 +00:00
"Client Identifier" : "Klient ID",
"Secret key" : "Hemmelig nøgle",
"Delete client" : "Slet klient",
"Make sure you store the secret key, it cannot be recovered." : "Sørg for at gemme den hemmelige nøgle, den kan ikke gendannes.",
"Add client" : "Tilføj klient",
"Add" : "Tilføj",
"Show client secret" : "Vis klient hemmelighed",
"Hide client secret" : "Skjul klient hemmelighed",
"Delete" : "Slet"
2017-09-14 00:08:12 +00:00
},
"nplurals=2; plural=(n != 1);");