15 lines
547 B
JavaScript
15 lines
547 B
JavaScript
OC.L10N.register(
|
|
"oauth2",
|
|
{
|
|
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "URL for videresending må være en fullstendig URL. For eksempel https://yourdomain.com/path",
|
|
"OAuth 2.0" : "OAuth 2.0",
|
|
"OAuth 2.0 clients" : "OAuth 2.0-klienter",
|
|
"Name" : "Navn",
|
|
"Redirection URI" : "Videresendings-URI",
|
|
"Client Identifier" : "Klient-identifikator",
|
|
"Secret" : "Hemmelighet",
|
|
"Add client" : "Legg til klient",
|
|
"Add" : "Legg til"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|