18 lines
717 B
JavaScript
18 lines
717 B
JavaScript
OC.L10N.register(
|
|
"integration_mastodon",
|
|
{
|
|
"Mastodon" : "Mastodon",
|
|
"Error getting OAuth access token" : "Fejl ved anmodning om OAuth adgangsnøgle",
|
|
"Error during OAuth exchanges" : "Fejl under OAuth-udvekslinger",
|
|
"Bad HTTP method" : "Dårlig HTTP metode",
|
|
"Bad credentials" : "Forkerte legitimationsoplysninger",
|
|
"OAuth access token refused" : "OAuth adgangsnøgle afvist",
|
|
"Connected accounts" : "Forbundne konti",
|
|
"Enable navigation link" : "Aktiver navigationslink",
|
|
"Connected as {user}" : "Forbundet som {user}",
|
|
"I shared a file with you" : "Jeg delte en fil med dig",
|
|
"Cancel" : "Annullér",
|
|
"Connect" : "Forbind"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|