2017-09-14 00:08:12 +00:00
|
|
|
OC.L10N.register(
|
|
|
|
"oauth2",
|
|
|
|
{
|
2018-03-25 01:09:58 +00:00
|
|
|
"OAuth 2.0" : "OAuth 2.0",
|
2017-09-14 00:08:12 +00:00
|
|
|
"OAuth 2.0 clients" : "OAuth 2.0 klienter",
|
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",
|
2018-06-27 10:06:12 +00:00
|
|
|
"Secret" : "Hemmelighed",
|
2018-11-17 01:12:47 +00:00
|
|
|
"Add client" : "Tilføj klient",
|
2019-03-21 01:13:49 +00:00
|
|
|
"Add" : "Tilføj"
|
2017-09-14 00:08:12 +00:00
|
|
|
},
|
|
|
|
"nplurals=2; plural=(n != 1);");
|