nextcloud/apps/oauth2/l10n/da.js

14 lines
348 B
JavaScript
Raw Normal View History

2017-09-13 20:08:12 -04:00
OC.L10N.register(
"oauth2",
{
2018-03-24 21:09:58 -04:00
"OAuth 2.0" : "OAuth 2.0",
2017-09-13 20:08:12 -04:00
"OAuth 2.0 clients" : "OAuth 2.0 klienter",
2018-11-16 20:12:47 -05:00
"Name" : "Navn",
2018-06-27 06:06:12 -04:00
"Redirection URI" : "Viderestilling URI",
2018-11-16 20:12:47 -05:00
"Client Identifier" : "Klient ID",
2018-06-27 06:06:12 -04:00
"Secret" : "Hemmelighed",
2018-11-16 20:12:47 -05:00
"Add client" : "Tilføj klient",
2019-03-20 21:13:49 -04:00
"Add" : "Tilføj"
2017-09-13 20:08:12 -04:00
},
"nplurals=2; plural=(n != 1);");