nextcloud/apps/oauth2/l10n/da.js

15 lines
490 B
JavaScript
Raw Normal View History

2017-09-14 03:08:12 +03:00
OC.L10N.register(
"oauth2",
{
2018-03-25 04:09:58 +03:00
"OAuth 2.0" : "OAuth 2.0",
2017-09-14 03:08:12 +03:00
"OAuth 2.0 clients" : "OAuth 2.0 klienter",
"Name" : "Navn",
"Client Identifier" : "Klient ID",
"Add client" : "Tilføj klient",
2018-06-27 13:06:12 +03:00
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 tillader eksterne services at forespørge adgang til din %s.",
"Redirection URI" : "Viderestilling URI",
"Secret" : "Hemmelighed",
2017-09-14 03:08:12 +03:00
"Add" : "Tilføj"
},
"nplurals=2; plural=(n != 1);");