38 lines
2.2 KiB
JavaScript
38 lines
2.2 KiB
JavaScript
OC.L10N.register(
|
|
"integration_mastodon",
|
|
{
|
|
"Mastodon" : "Mastodon",
|
|
"Error getting OAuth access token" : "Villa við að ná í OAuth-aðgangsteikn",
|
|
"Error during OAuth exchanges" : "Villa í OAuth-samskiptum",
|
|
"Mastodon home timeline" : "Mastodon-tímalína á heimasíðu",
|
|
"Mastodon notifications" : "Mastodon-tilkynningar",
|
|
"Bad credentials" : "Gölluð auðkenni",
|
|
"OAuth access token refused" : "OAuth-aðgangsteikni hafnað",
|
|
"Connected accounts" : "Tengdir aðgangar",
|
|
"Mastodon integration" : "Samþætting Mastodon",
|
|
"Integration of Mastodon self-hosted social networking service" : "Samþætting við sjálfhýstar Mastodon samfélagsmiðlaþjónustur",
|
|
"Successfully connected to Mastodon!" : "Tókst að tengjast við Mastodon!",
|
|
"Mastodon OAuth access token could not be obtained:" : "Ekki var hægt að fá Mastodon-aðgangsteikn",
|
|
"Mastodon options saved" : "Valkostir Mastodon vistaðir",
|
|
"Incorrect access token" : "Rangt aðgangsteikn",
|
|
"Failed to save Mastodon options" : "Mistókst að vista valkosti Mastodon",
|
|
"Enable navigation link" : "Virkja flakktengil",
|
|
"Mastodon instance address" : "Vistfang Mastodon-tilviks",
|
|
"Connect to Mastodon" : "Tengjast við Mastodon",
|
|
"Connected as {user}" : "Tengt sem {user}",
|
|
"Disconnect from Mastodon" : "Aftengjast Mastodon",
|
|
"No Mastodon account connected" : "Enginn Mastodon-aðgangur er tengdur",
|
|
"Error connecting to Mastodon" : "Villa í tengingu við Mastodon",
|
|
"No Mastodon notifications!" : "Engar Mastodon-tilkynningar!",
|
|
"Failed to get Mastodon notifications" : "Mistókst að sækja tilkynningar frá Mastodon",
|
|
"{name} is following you" : "{name} er að fylgjast með þér",
|
|
"{name} wants to follow you" : "{name} hefur beðið um að fylgjast með þér",
|
|
"No Mastodon home toots!" : "Engin Mastodon-tíst á heimasíðu!",
|
|
"Failed to get Mastodon home timeline" : "Mistókst að hlaða inn Mastodon-tímalínu",
|
|
"No text content" : "Ekkert textaefni",
|
|
"I shared a file with you" : "Ég deildi skrá með þér",
|
|
"Cancel" : "Cancel",
|
|
"Connect" : "Tengjast"
|
|
},
|
|
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
|