]> git.mxchange.org Git - friendica.git/blobdiff - view/lang/is/strings.php
Merge pull request #5769 from tobiasd/20150819-credits
[friendica.git] / view / lang / is / strings.php
index fda0c85bf374fd513a0dbe1e8280fd4b9a879c1c..44adc7c1f813f8865e29988462872bc4fcbb2a1d 100644 (file)
 
 if(! function_exists("string_plural_select_is")) {
 function string_plural_select_is($n){
+       $n = intval($n);
        return ($n % 10 != 1 || $n % 100 == 11);;
 }}
 ;
-$a->strings["Welcome "] = "Velkomin(n)";
-$a->strings["Please upload a profile photo."] = "Gerðu svo vel að hlaða inn forsíðumynd.";
-$a->strings["Welcome back "] = "Velkomin(n) aftur";
-$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "";
-$a->strings["Cannot locate DNS info for database server '%s'"] = "Get ekki flett upp DNS upplýsingum fyrir gagnagrunnsþjón '%s'";
-$a->strings["Daily posting limit of %d post reached. The post was rejected."] = [
-       0 => "",
-       1 => "",
-];
-$a->strings["Weekly posting limit of %d post reached. The post was rejected."] = [
-       0 => "",
-       1 => "",
-];
-$a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "";
-$a->strings["Profile Photos"] = "Forsíðumyndir";
 $a->strings["Friendica Notification"] = "Friendica tilkynning";
 $a->strings["Thank You,"] = "Takk fyrir,";
 $a->strings["%s Administrator"] = "Kerfisstjóri %s";
-$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s kerfisstjóri";
-$a->strings["noreply"] = "ekki svara";
-$a->strings["[Friendica:Notify] New mail received at %s"] = "";
-$a->strings["%1\$s sent you a new private message at %2\$s."] = "";
+$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, kerfisstjóri %2\$s";
+$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notify] Nýr póstur móttekinn %s";
+$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s sendi þér ný einkaskilaboð %2\$s.";
 $a->strings["a private message"] = "einkaskilaboð";
 $a->strings["%1\$s sent you %2\$s."] = "%1\$s sendi þér %2\$s.";
 $a->strings["Please visit %s to view and/or reply to your private messages."] = "Farðu á %s til að skoða og/eða svara einkaskilaboðunum þínum.";
-$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "";
-$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "";
-$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "";
-$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "";
+$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s setti inn athugasemd um [url=%2\$s]a %3\$s[/url]";
+$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s setti inn athugasemd um [url=%2\$s]frá %3\$s %4\$s[/url]";
+$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s setti inn athugasemd um [url=%2\$s]frá þér %3\$s[/url]";
+$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Notify] Athugasemd við samtal #%1\$d eftir %2\$s";
 $a->strings["%s commented on an item/conversation you have been following."] = "%s skrifaði athugasemd á færslu/samtal sem þú ert að fylgja.";
 $a->strings["Please visit %s to view and/or reply to the conversation."] = "Farðu á %s til að skoða og/eða svara samtali.";
-$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "";
-$a->strings["%1\$s posted to your profile wall at %2\$s"] = "";
-$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "";
-$a->strings["[Friendica:Notify] %s tagged you"] = "";
-$a->strings["%1\$s tagged you at %2\$s"] = "";
-$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "";
-$a->strings["[Friendica:Notify] %s shared a new post"] = "";
-$a->strings["%1\$s shared a new post at %2\$s"] = "";
-$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "";
+$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Notify] %s skrifaði á vegginn þinn";
+$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s skrifaði á vegginn þinn %2\$s";
+$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s skrifaði á [url=%2\$s]vegginn þinn[/url]";
+$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notify] %s merkti þig";
+$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s merkti þig %2\$s";
+$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]merkti þig[/url].";
+$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Notify] %s deildi nýrri færslu";
+$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s deildi nýrri færslu %2\$s";
+$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s [url=%2\$s]deildi færslu[/url].";
 $a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notify] %1\$s potaði í þig";
 $a->strings["%1\$s poked you at %2\$s"] = "%1\$s potaði í þig %2\$s";
-$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "";
-$a->strings["[Friendica:Notify] %s tagged your post"] = "";
-$a->strings["%1\$s tagged your post at %2\$s"] = "";
-$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "";
-$a->strings["[Friendica:Notify] Introduction received"] = "";
-$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "";
-$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "";
+$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]potaði í þig[/url].";
+$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notify] %s merkti færslu frá þér";
+$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s merkti færslu frá þér %2\$s";
+$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s merkti [url=%2\$s]færslu frá þér[/url]";
+$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notify] Tók á móti kynningu";
+$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Þú tókst við kynningu frá '%1\$s', %2\$s";
+$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Þú tókst við [url=%1\$s]kynningu[/url] frá %2\$s.";
 $a->strings["You may visit their profile at %s"] = "Þú getur heimsótt síðuna þeirra á %s";
 $a->strings["Please visit %s to approve or reject the introduction."] = "Farðu á %s til að samþykkja eða hunsa þessa kynningu.";
-$a->strings["[Friendica:Notify] A new person is sharing with you"] = "";
-$a->strings["%1\$s is sharing with you at %2\$s"] = "";
-$a->strings["[Friendica:Notify] You have a new follower"] = "";
-$a->strings["You have a new follower at %2\$s : %1\$s"] = "";
-$a->strings["[Friendica:Notify] Friend suggestion received"] = "";
-$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "";
-$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "";
+$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica:Notify] Nýr aðili er að deila með þér";
+$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$s er að deila með þér, %2\$s";
+$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica:Notify] Þú ert með nýjan fylgjanda";
+$a->strings["You have a new follower at %2\$s : %1\$s"] = "Þú hefur nýjan fylgjanda á %2\$s : %1\$s";
+$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Notify] Tók á móti uppástungu um vin";
+$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Þér hefur borist uppástunga um vin frá '%1\$s' kl. %2\$s";
+$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "Þér hefur borist [url=%1\$s]uppástunga um vin[/url] fyrir %2\$s frá %3\$s.";
 $a->strings["Name:"] = "Nafn:";
 $a->strings["Photo:"] = "Mynd:";
 $a->strings["Please visit %s to approve or reject the suggestion."] = "Farðu á %s til að samþykkja eða hunsa þessa uppástungu.";
 $a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica:Notify] Tenging samþykkt";
-$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "";
-$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "";
-$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "";
+$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "'%1\$s' samþykkti tengibeiðni þína %2\$s";
+$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s samþykkti [url=%1\$s]tengibeiðni þína[/url].";
+$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "Þið eruð núna gagnkvæmir vinir og getið skipst á stöðuuppfærslum, myndum og tölvupósti án hindrana.";
 $a->strings["Please visit %s if you wish to make any changes to this relationship."] = "";
 $a->strings["'%1\$s' has chosen to accept you a fan, which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."] = "";
 $a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "";
 $a->strings["Please visit %s  if you wish to make any changes to this relationship."] = "";
-$a->strings["[Friendica System:Notify] registration request"] = "[Friendica System:Notify] beiðni um skráningu";
+$a->strings["[Friendica System Notify]"] = "";
+$a->strings["registration request"] = "beiðni um skráningu";
 $a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "";
 $a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "";
 $a->strings["Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s)"] = "";
 $a->strings["Please visit %s to approve or reject the request."] = "Farðu á %s til að samþykkja eða hunsa þessa beiðni.";
-$a->strings["Item not found."] = "Atriði fannst ekki.";
-$a->strings["Do you really want to delete this item?"] = "Viltu í alvörunni eyða þessu atriði?";
-$a->strings["Yes"] = "Já";
-$a->strings["Cancel"] = "Hætta við";
-$a->strings["Permission denied."] = "Heimild ekki veitt.";
-$a->strings["Archives"] = "Safnskrár";
-$a->strings["show more"] = "birta meira";
+$a->strings["Welcome "] = "Velkomin(n)";
+$a->strings["Please upload a profile photo."] = "Gerðu svo vel að hlaða inn forsíðumynd.";
+$a->strings["Welcome back "] = "Velkomin(n) aftur";
+$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "";
+$a->strings["Cannot locate DNS info for database server '%s'"] = "Get ekki flett upp DNS upplýsingum fyrir gagnagrunnsþjón '%s'";
+$a->strings["Daily posting limit of %d post reached. The post was rejected."] = [
+       0 => "",
+       1 => "",
+];
+$a->strings["Weekly posting limit of %d post reached. The post was rejected."] = [
+       0 => "",
+       1 => "",
+];
+$a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "";
+$a->strings["Profile Photos"] = "Forsíðumyndir";
 $a->strings["event"] = "atburður";
 $a->strings["status"] = "staða";
 $a->strings["photo"] = "mynd";
 $a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s líkar við %3\$s hjá %2\$s ";
 $a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s líkar ekki við %3\$s hjá %2\$s ";
-$a->strings["%1\$s attends %2\$s's %3\$s"] = "";
-$a->strings["%1\$s doesn't attend %2\$s's %3\$s"] = "";
-$a->strings["%1\$s attends maybe %2\$s's %3\$s"] = "";
+$a->strings["%1\$s attends %2\$s's %3\$s"] = "%1\$s mætir á %3\$s hjá %2\$s";
+$a->strings["%1\$s doesn't attend %2\$s's %3\$s"] = "%1\$s mætir ekki á %3\$s hjá %2\$s";
+$a->strings["%1\$s attends maybe %2\$s's %3\$s"] = "%1\$s mætir kannski á %3\$s hjá %2\$s";
 $a->strings["%1\$s is now friends with %2\$s"] = "Núna er %1\$s vinur %2\$s";
 $a->strings["%1\$s poked %2\$s"] = "%1\$s potaði í %2\$s";
 $a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s merkti %2\$s's %3\$s með %4\$s";
-$a->strings["post/item"] = "";
-$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "";
+$a->strings["post/item"] = "færslur/atriði";
+$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s merkti %3\$s hjá %2\$s sem eftirlæti";
 $a->strings["Likes"] = "Líkar";
 $a->strings["Dislikes"] = "Mislíkar";
 $a->strings["Attending"] = [
@@ -121,7 +115,7 @@ $a->strings["Follow Thread"] = "Fylgja þræði";
 $a->strings["View Status"] = "Skoða stöðu";
 $a->strings["View Profile"] = "Skoða forsíðu";
 $a->strings["View Photos"] = "Skoða myndir";
-$a->strings["Network Posts"] = "";
+$a->strings["Network Posts"] = "Færslur á neti";
 $a->strings["View Contact"] = "Skoða tengilið";
 $a->strings["Send PM"] = "Senda einkaboð";
 $a->strings["Poke"] = "Pota";
@@ -132,17 +126,17 @@ $a->strings["%s attends."] = "%s mætir.";
 $a->strings["%s doesn't attend."] = "%s mætir ekki.";
 $a->strings["%s attends maybe."] = "%s mætir kannski.";
 $a->strings["and"] = "og";
-$a->strings["and %d other people"] = "";
-$a->strings["<span  %1\$s>%2\$d people</span> like this"] = "";
-$a->strings["%s like this."] = "";
-$a->strings["<span  %1\$s>%2\$d people</span> don't like this"] = "";
-$a->strings["%s don't like this."] = "";
-$a->strings["<span  %1\$s>%2\$d people</span> attend"] = "";
-$a->strings["%s attend."] = "";
-$a->strings["<span  %1\$s>%2\$d people</span> don't attend"] = "";
-$a->strings["%s don't attend."] = "";
-$a->strings["<span  %1\$s>%2\$d people</span> attend maybe"] = "";
-$a->strings["%s attend maybe."] = "";
+$a->strings["and %d other people"] = "og %d öðrum";
+$a->strings["<span  %1\$s>%2\$d people</span> like this"] = "<span  %1\$s>%2\$d fólki</span> líkar þetta";
+$a->strings["%s like this."] = "%s líkar þetta.";
+$a->strings["<span  %1\$s>%2\$d people</span> don't like this"] = "<span  %1\$s>%2\$d fólki</span> líkar þetta ekki";
+$a->strings["%s don't like this."] = "%s líkar þetta ekki.";
+$a->strings["<span  %1\$s>%2\$d people</span> attend"] = "<span  %1\$s>%2\$d fólki</span> mæta";
+$a->strings["%s attend."] = "%s mætir.";
+$a->strings["<span  %1\$s>%2\$d people</span> don't attend"] = "<span  %1\$s>%2\$d fólki</span> mæta ekki";
+$a->strings["%s don't attend."] = "%s mætir ekki.";
+$a->strings["<span  %1\$s>%2\$d people</span> attend maybe"] = "<span  %1\$s>%2\$d fólki</span> mæta kannski";
+$a->strings["%s attend maybe."] = "%s mætir kannski.";
 $a->strings["Visible to <strong>everybody</strong>"] = "Sjáanlegt <strong>öllum</strong>";
 $a->strings["Please enter a link URL:"] = "Sláðu inn slóð:";
 $a->strings["Please enter a video link/URL:"] = "Settu inn slóð á myndskeið:";
@@ -173,6 +167,7 @@ $a->strings["Permission settings"] = "Stillingar aðgangsheimilda";
 $a->strings["permissions"] = "aðgangsstýring";
 $a->strings["Public post"] = "Opinber færsla";
 $a->strings["Preview"] = "Forskoðun";
+$a->strings["Cancel"] = "Hætta við";
 $a->strings["Post to Groups"] = "Senda á hópa";
 $a->strings["Post to Contacts"] = "Senda á tengiliði";
 $a->strings["Private post"] = "Einkafærsla";
@@ -195,6 +190,12 @@ $a->strings["Undecided"] = [
        0 => "Óviss",
        1 => "Óvissir",
 ];
+$a->strings["Item not found."] = "Atriði fannst ekki.";
+$a->strings["Do you really want to delete this item?"] = "Viltu í alvörunni eyða þessu atriði?";
+$a->strings["Yes"] = "Já";
+$a->strings["Permission denied."] = "Heimild ekki veitt.";
+$a->strings["Archives"] = "Safnskrár";
+$a->strings["show more"] = "birta meira";
 $a->strings["newer"] = "nýrri";
 $a->strings["older"] = "eldri";
 $a->strings["first"] = "fremsta";
@@ -219,12 +220,12 @@ $a->strings["Contacts"] = "Tengiliðir";
 $a->strings["Forums"] = "Spjallsvæði";
 $a->strings["poke"] = "pota";
 $a->strings["poked"] = "potaði";
-$a->strings["ping"] = "ping";
-$a->strings["pinged"] = "";
-$a->strings["prod"] = "";
-$a->strings["prodded"] = "";
-$a->strings["slap"] = "";
-$a->strings["slapped"] = "";
+$a->strings["ping"] = "bjalla";
+$a->strings["pinged"] = "bjallað";
+$a->strings["prod"] = "ýta";
+$a->strings["prodded"] = "ýtti";
+$a->strings["slap"] = "slá";
+$a->strings["slapped"] = "slegið";
 $a->strings["finger"] = "fingur";
 $a->strings["fingered"] = "";
 $a->strings["rebuff"] = "";
@@ -295,40 +296,14 @@ $a->strings["No contacts in common."] = "Engir sameiginlegir tengiliðir.";
 $a->strings["Common Friends"] = "Sameiginlegir vinir";
 $a->strings["Credits"] = "Þakkir";
 $a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = "";
-$a->strings["Contact settings applied."] = "Stillingar tengiliðs uppfærðar.";
-$a->strings["Contact update failed."] = "Uppfærsla tengiliðs mistókst.";
-$a->strings["Contact not found."] = "Tengiliður fannst ekki.";
-$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "<strong>AÐVÖRUN: Þetta er mjög flókið</strong> og ef þú setur inn vitlausar upplýsingar þá munu samskipti við þennan tengilið hætta að virka.";
-$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "Notaðu \"Til baka\" hnappinn <strong>núna</strong> ef þú ert ekki viss um hvað þú eigir að gera á þessari síðu.";
-$a->strings["No mirroring"] = "";
-$a->strings["Mirror as forwarded posting"] = "";
-$a->strings["Mirror as my own posting"] = "";
-$a->strings["Return to contact editor"] = "Fara til baka í tengiliðasýsl";
-$a->strings["Refetch contact data"] = "";
-$a->strings["Submit"] = "Senda inn";
-$a->strings["Remote Self"] = "";
-$a->strings["Mirror postings from this contact"] = "";
-$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "";
-$a->strings["Name"] = "Nafn";
-$a->strings["Account Nickname"] = "Gælunafn notanda";
-$a->strings["@Tagname - overrides Name/Nickname"] = "@Merkjanafn - yfirskrifar Nafn/Gælunafn";
-$a->strings["Account URL"] = "Heimasíða notanda";
-$a->strings["Friend Request URL"] = "Slóð vinabeiðnar";
-$a->strings["Friend Confirm URL"] = "Slóð vina staðfestingar ";
-$a->strings["Notification Endpoint URL"] = "Slóð loka tilkynningar";
-$a->strings["Poll/Feed URL"] = "Slóð á könnun/fréttastraum";
-$a->strings["New photo from this URL"] = "Ný mynd frá slóð";
 $a->strings["Photos"] = "Myndir";
 $a->strings["Contact Photos"] = "Myndir tengiliðs";
 $a->strings["Upload"] = "Senda inn";
 $a->strings["Files"] = "Skrár";
 $a->strings["Not Found"] = "Fannst ekki";
 $a->strings["No profile"] = "Engin forsíða";
-$a->strings["Help:"] = "Hjálp:";
-$a->strings["Help"] = "Hjálp";
-$a->strings["Page not found."] = "Síða fannst ekki.";
 $a->strings["Welcome to %s"] = "Velkomin í %s";
-$a->strings["Remote privacy information not available."] = "Persónuverndar upplýsingar ekki fyrir hendi á fjarlægum vefþjón.";
+$a->strings["Remote privacy information not available."] = "Persónuverndarupplýsingar ekki fyrir hendi á fjartengdum vefþjóni.";
 $a->strings["Visible to:"] = "Sýnilegt eftirfarandi:";
 $a->strings["System down for maintenance"] = "Kerfið er óvirkt vegna viðhalds";
 $a->strings["Welcome to Friendica"] = "Velkomin(n) á Friendica";
@@ -344,185 +319,62 @@ $a->strings["Review the other settings, particularly the privacy settings. An un
 $a->strings["Profile"] = "Forsíða";
 $a->strings["Upload Profile Photo"] = "Hlaða upp forsíðu mynd";
 $a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Að hlaða upp forsíðu mynd ef þú hefur ekki þegar gert það. Rannsóknir sýna að fólk sem hefur alvöru mynd af sér er tíu sinnum líklegra til að eignast vini en fólk sem ekki hefur mynd.";
-$a->strings["Edit Your Profile"] = "";
+$a->strings["Edit Your Profile"] = "Breyta forsíðunni þinni";
 $a->strings["Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Breyttu <strong>sjálfgefnu</strong> forsíðunni einsog þú villt. Yfirfarðu stillingu til að fela vinalista á forsíðu og stillingu til að fela forsíðu fyrir ókunnum.";
-$a->strings["Profile Keywords"] = "";
+$a->strings["Profile Keywords"] = "Stikkorð notandans";
 $a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "Bættu við leitarorðum í sjálfgefnu forsíðuna þína sem lýsa áhugamálum þínum. Þá er hægt að fólk með svipuð áhugamál og stinga uppá vinskap.";
 $a->strings["Connecting"] = "Tengist";
 $a->strings["Importing Emails"] = "Flyt inn pósta";
 $a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "Fylltu út aðgangsupplýsingar póstfangsins þíns á Tengistillingasíðunni ef þú vilt sækja tölvupóst og eiga samskipti við vini eða póstlista úr innhólfi tölvupóstsins þíns";
-$a->strings["Go to Your Contacts Page"] = "";
+$a->strings["Go to Your Contacts Page"] = "Fara yfir á tengiliðasíðuna";
 $a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the <em>Add New Contact</em> dialog."] = "Tengiliðasíðan er gáttin þín til að sýsla með vinasambönd og tengjast við vini á öðrum netum. Oftast setur þú vistfang eða slóð þeirra í <em>Bæta við tengilið</em> glugganum.";
 $a->strings["Go to Your Site's Directory"] = "";
 $a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own Identity Address if requested."] = "Tengiliðalistinn er góð leit til að finna fólk á samfélagsnetinu eða öðrum sambandsnetum. Leitaðu að <em>Tengjast/Connect</em> eða <em>Fylgja/Follow</em> tenglum á forsíðunni þeirra. Mögulega þarftu að gefa upp auðkennisslóðina þína.";
-$a->strings["Finding New People"] = "";
+$a->strings["Finding New People"] = "Finna nýtt fólk";
 $a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "";
 $a->strings["Groups"] = "Hópar";
-$a->strings["Group Your Contacts"] = "";
+$a->strings["Group Your Contacts"] = "Hópa tengiliðina þína";
 $a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "Eftir að þú hefur eignast nokkra vini, þá er best að flokka þá niður í hópa á hliðar slánni á Tengiliðasíðunni.  Eftir það getur þú haft samskipti við hvern hóp fyrir sig á Samfélagssíðunni.";
-$a->strings["Why Aren't My Posts Public?"] = "";
-$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "";
+$a->strings["Why Aren't My Posts Public?"] = "Hvers vegna eru færslurnar mínar ekki opinberar?";
+$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica virðir gagnaleynd þína. Sjálfgefið er að færslurnar þínar birtast einungis þeim sem þú hefur bætt við sem vinum. Til að sjá nánari upplýsingar, skoðaðu þá hjálparhlutann með því að smella á tengilinn hér fyrir ofan.";
 $a->strings["Getting Help"] = "Til að fá hjálp";
-$a->strings["Go to the Help Section"] = "";
+$a->strings["Go to the Help Section"] = "Fara í hjálparhlutann";
 $a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "Hægt er að styðjast við <strong>Hjálp</strong> síðuna til að fá leiðbeiningar um aðra eiginleika.";
 $a->strings["Visit %s's profile [%s]"] = "Heimsækja forsíðu %s [%s]";
 $a->strings["Edit contact"] = "Breyta tengilið";
-$a->strings["Contacts who are not members of a group"] = "";
+$a->strings["Contacts who are not members of a group"] = "Tengiliðir sem ekki eru í neinum hópi";
 $a->strings["Not Extended"] = "";
 $a->strings["Resubscribing to OStatus contacts"] = "";
 $a->strings["Error"] = "Villa";
 $a->strings["Done"] = "Lokið";
-$a->strings["Keep this window open until done."] = "";
-$a->strings["Do you really want to delete this suggestion?"] = "";
+$a->strings["Keep this window open until done."] = "Halda þessum glugga opnum þar til öllu er lokið.";
+$a->strings["Do you really want to delete this suggestion?"] = "Viltu örugglega eyða þessari tillögu?";
 $a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Engar uppástungur tiltækar. Ef þetta er nýr vefur, reyndu þá aftur eftir um 24 klukkustundir.";
 $a->strings["Ignore/Hide"] = "Hunsa/Fela";
 $a->strings["Friend Suggestions"] = "Vina uppástungur";
+$a->strings["[Embedded content - reload page to view]"] = "[Innfelt efni - endurhlaða síðu til að sjá]";
 $a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Þessi vefur hefur náð hámarks fjölda daglegra nýskráninga. Reyndu aftur á morgun.";
 $a->strings["Import"] = "Flytja inn";
 $a->strings["Move account"] = "Flytja aðgang";
-$a->strings["You can import an account from another Friendica server."] = "";
+$a->strings["You can import an account from another Friendica server."] = "Þú getur flutt inn notandaaðgang frá öðrum Friendica-þjóni.";
 $a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "";
 $a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "";
-$a->strings["Account file"] = "";
+$a->strings["Account file"] = "Notandaaðgangsskrá";
 $a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "";
-$a->strings["[Embedded content - reload page to view]"] = "[Innfelt efni - endurhlaða síðu til að sjá]";
-$a->strings["%1\$s welcomes %2\$s"] = "";
 $a->strings["No keywords to match. Please add keywords to your default profile."] = "Engin leitarorð. Bættu við leitarorðum í sjálfgefnu forsíðuna.";
 $a->strings["is interested in:"] = "hefur áhuga á:";
 $a->strings["Profile Match"] = "Forsíða fannst";
 $a->strings["No matches"] = "Engar leitarniðurstöður";
-$a->strings["Invalid request identifier."] = "Ógilt auðkenni beiðnar.";
-$a->strings["Discard"] = "Henda";
-$a->strings["Ignore"] = "Hunsa";
-$a->strings["Notifications"] = "Tilkynningar";
-$a->strings["Network Notifications"] = "Tilkynningar á neti";
-$a->strings["System Notifications"] = "Kerfistilkynningar";
-$a->strings["Personal Notifications"] = "Einkatilkynningar.";
-$a->strings["Home Notifications"] = "Tilkynningar frá heimasvæði";
-$a->strings["Show Ignored Requests"] = "Sýna hunsaðar beiðnir";
-$a->strings["Hide Ignored Requests"] = "Fela hunsaðar beiðnir";
-$a->strings["Notification type: "] = "Gerð skilaboða: ";
-$a->strings["suggested by %s"] = "stungið uppá af %s";
-$a->strings["Hide this contact from others"] = "Gera þennan notanda ósýnilegan öðrum";
-$a->strings["Post a new friend activity"] = "Búa til færslu um nýjan vin";
-$a->strings["if applicable"] = "ef við á";
-$a->strings["Approve"] = "Samþykkja";
-$a->strings["Claims to be known to you: "] = "Þykist þekkja þig:";
-$a->strings["yes"] = "já";
-$a->strings["no"] = "nei";
-$a->strings["Shall your connection be bidirectional or not?"] = "";
-$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = "";
-$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "";
-$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "";
-$a->strings["Friend"] = "Vin";
-$a->strings["Sharer"] = "Deilir";
-$a->strings["Subscriber"] = "Áskrifandi";
-$a->strings["Location:"] = "Staðsetning:";
-$a->strings["About:"] = "Um:";
-$a->strings["Tags:"] = "Merki:";
-$a->strings["Gender:"] = "Kyn:";
-$a->strings["Profile URL"] = "Slóð á forsíðu";
-$a->strings["Network:"] = "Netkerfi:";
-$a->strings["No introductions."] = "Engar kynningar.";
-$a->strings["Show unread"] = "Birta ólesið";
-$a->strings["Show all"] = "Birta allt";
-$a->strings["No more %s notifications."] = "Ekki fleiri %s tilkynningar.";
-$a->strings["OpenID protocol error. No ID returned."] = "Samskiptavilla í OpenID. Ekkert auðkenni barst.";
-$a->strings["Account not found and OpenID registration is not permitted on this site."] = "";
-$a->strings["Login failed."] = "Innskráning mistókst.";
-$a->strings["Profile not found."] = "Forsíða fannst ekki.";
-$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "";
-$a->strings["Response from remote site was not understood."] = "Ekki tókst að skilja svar frá ytri vef.";
-$a->strings["Unexpected response from remote site: "] = "Óskiljanlegt svar frá ytri vef:";
-$a->strings["Confirmation completed successfully."] = "Staðfesting kláraði eðlilega.";
-$a->strings["Temporary failure. Please wait and try again."] = "Tímabundin villa.  Bíddu aðeins og reyndu svo aftur.";
-$a->strings["Introduction failed or was revoked."] = "Kynning mistókst eða var afturkölluð.";
-$a->strings["Remote site reported: "] = "Ytri vefur svaraði:";
-$a->strings["Unable to set contact photo."] = "Ekki tókst að setja tengiliðamynd.";
-$a->strings["No user record found for '%s' "] = "Engin notandafærsla fannst fyrir '%s'";
-$a->strings["Our site encryption key is apparently messed up."] = "Dulkóðunnar lykill síðunnar okker er í döðlu.";
-$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Tómt slóð var uppgefin eða ekki okkur tókst ekki að afkóða slóð.";
-$a->strings["Contact record was not found for you on our site."] = "Tengiliðafærslan þín fannst ekki á þjóninum okkar.";
-$a->strings["Site public key not available in contact record for URL %s."] = "Opinber lykill er ekki til í tengiliðafærslu fyrir slóð %s.";
-$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "Skilríkið sem þjónninn þinn gaf upp er þegar afritað á okkar þjón. Þetta ætti að virka ef þú bara reynir aftur.";
-$a->strings["Unable to set your contact credentials on our system."] = "Ekki tókst að setja tengiliða skilríkið þitt upp á þjóninum okkar.";
-$a->strings["Unable to update your contact profile details on our system"] = "Ekki tókst að uppfæra tengiliða skilríkis upplýsingarnar á okkar þjón";
-$a->strings["[Name Withheld]"] = "[Nafn ekki sýnt]";
-$a->strings["%1\$s has joined %2\$s"] = "%1\$s hefur gengið til liðs við %2\$s";
-$a->strings["Total invitation limit exceeded."] = "";
-$a->strings["%s : Not a valid email address."] = "%s : Ekki gilt póstfang";
-$a->strings["Please join us on Friendica"] = "Komdu í hópinn á Friendica";
-$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "";
-$a->strings["%s : Message delivery failed."] = "%s : Skilaboð komust ekki til skila.";
-$a->strings["%d message sent."] = [
-       0 => "%d skilaboð send.",
-       1 => "%d skilaboð send",
-];
-$a->strings["You have no more invitations available"] = "Þú hefur ekki fleiri boðskort.";
-$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "";
-$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "";
-$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "";
-$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "";
-$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "";
-$a->strings["To accept this invitation, please visit and register at %s."] = "";
-$a->strings["Send invitations"] = "Senda kynningar";
-$a->strings["Enter email addresses, one per line:"] = "Póstföng, eitt í hverja línu:";
-$a->strings["Your message:"] = "Skilaboðin:";
-$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "";
-$a->strings["You will need to supply this invitation code: \$invite_code"] = "Þú þarft að nota eftirfarandi boðskorta auðkenni: \$invite_code";
-$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Þegar þú hefur nýskráð þig, hafðu samband við mig gegnum síðuna mína á:";
-$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "";
-$a->strings["Invalid request."] = "Ógild fyrirspurn.";
-$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "";
-$a->strings["Or - did you try to upload an empty file?"] = "";
-$a->strings["File exceeds size limit of %s"] = "";
-$a->strings["File upload failed."] = "Skráar upphlöðun mistókst.";
 $a->strings["Manage Identities and/or Pages"] = "Sýsla með notendur og/eða síður";
 $a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Skipta á milli auðkenna eða hópa- / stjörnunotanda sem deila þínum aðgangs upplýsingum eða þér verið úthlutað \"umsýslu\" réttindum.";
 $a->strings["Select an identity to manage: "] = "Veldu notanda til að sýsla með:";
-$a->strings["This introduction has already been accepted."] = "Þessi kynning hefur þegar verið samþykkt.";
-$a->strings["Profile location is not valid or does not contain profile information."] = "Forsíðu slóð er ekki í lagi eða inniheldur ekki forsíðu upplýsingum.";
-$a->strings["Warning: profile location has no identifiable owner name."] = "Aðvörun: forsíðu staðsetning hefur ekki aðgreinanlegt eigendanafn.";
-$a->strings["Warning: profile location has no profile photo."] = "Aðvörun: forsíðu slóð hefur ekki forsíðu mynd.";
-$a->strings["%d required parameter was not found at the given location"] = [
-       0 => "%d skilyrt breyta fannst ekki á uppgefinni staðsetningu",
-       1 => "%d skilyrtar breytur fundust ekki á uppgefninni staðsetningu",
-];
-$a->strings["Introduction complete."] = "Kynning tilbúinn.";
-$a->strings["Unrecoverable protocol error."] = "Alvarleg samskipta villa.";
-$a->strings["Profile unavailable."] = "Ekki hægt að sækja forsíðu";
-$a->strings["%s has received too many connection requests today."] = "%s hefur fengið of margar tengibeiðnir í dag.";
-$a->strings["Spam protection measures have been invoked."] = "Kveikt hefur verið á ruslsíu";
-$a->strings["Friends are advised to please try again in 24 hours."] = "Vinir eru beðnir um að reyna aftur eftir 24 klukkustundir.";
-$a->strings["Invalid locator"] = "Ógild staðsetning";
-$a->strings["You have already introduced yourself here."] = "Kynning hefur þegar átt sér stað hér.";
-$a->strings["Apparently you are already friends with %s."] = "Þú ert þegar vinur %s.";
-$a->strings["Invalid profile URL."] = "Ógild forsíðu slóð.";
-$a->strings["Disallowed profile URL."] = "Óleyfileg forsíðu slóð.";
-$a->strings["Blocked domain"] = "Útilokað lén";
-$a->strings["Failed to update contact record."] = "Ekki tókst að uppfæra tengiliðs skrá.";
-$a->strings["Your introduction has been sent."] = "Kynningin þín hefur verið send.";
-$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "";
-$a->strings["Please login to confirm introduction."] = "Skráðu þig inn til að staðfesta kynningu.";
-$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "Ekki réttur notandi skráður inn.  Skráðu þig inn sem <strong>þessi</strong> notandi.";
-$a->strings["Confirm"] = "Staðfesta";
-$a->strings["Hide this contact"] = "Fela þennan tengilið";
-$a->strings["Welcome home %s."] = "Velkomin(n) heim %s.";
-$a->strings["Please confirm your introduction/connection request to %s."] = "Staðfestu kynninguna/tengibeiðnina við %s.";
-$a->strings["Public access denied."] = "Alemennings aðgangur ekki veittur.";
-$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Settu inn 'Auðkennisnetfang' þitt úr einhverjum af eftirfarandi samskiptanetum:";
-$a->strings["If you are not yet a member of the free social web, <a href=\"%s\">follow this link to find a public Friendica site and join us today</a>."] = "";
-$a->strings["Friend/Connection Request"] = "Vinabeiðni/Tengibeiðni";
-$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = "";
-$a->strings["Please answer the following:"] = "Vinnsamlegast svaraðu eftirfarandi:";
-$a->strings["Does %s know you?"] = "Þekkir %s þig?";
-$a->strings["Add a personal note:"] = "Bæta við persónulegri athugasemd";
-$a->strings["Friendica"] = "Friendica";
-$a->strings["GNU Social (Pleroma, Mastodon)"] = "GNU Social (Pleroma, Mastodon)";
-$a->strings["Diaspora (Socialhome, Hubzilla)"] = "Diaspora (Socialhome, Hubzilla)";
-$a->strings[" - please do not use this form.  Instead, enter %s into your Diaspora search bar."] = "";
-$a->strings["Your Identity Address:"] = "Auðkennisnetfang þitt:";
-$a->strings["Submit Request"] = "Senda beiðni";
+$a->strings["Submit"] = "Senda inn";
+$a->strings["Invalid request."] = "Ógild fyrirspurn.";
+$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "";
+$a->strings["Or - did you try to upload an empty file?"] = "Eða - reyndirðu að senda inn tóma skrá?";
+$a->strings["File exceeds size limit of %s"] = "Skrá fer leyfileg takmörk sem eru %s";
+$a->strings["File upload failed."] = "Skráar upphlöðun mistókst.";
+$a->strings["- select -"] = "- veldu -";
 $a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
 $a->strings["Time Conversion"] = "Tíma leiðréttir";
 $a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica veitir þessa þjónustu til að deila atburðum milli neta og vina í óþekktum tímabeltum.";
@@ -530,6 +382,17 @@ $a->strings["UTC time: %s"] = "Máltími: %s";
 $a->strings["Current timezone: %s"] = "Núverandi tímabelti: %s";
 $a->strings["Converted localtime: %s"] = "Umbreyttur staðartími: %s";
 $a->strings["Please select your timezone:"] = "Veldu tímabeltið þitt:";
+$a->strings["No more system notifications."] = "Ekki fleiri kerfistilkynningar.";
+$a->strings["System Notifications"] = "Kerfistilkynningar";
+$a->strings["{0} wants to be your friend"] = "{0} vill vera vinur þinn";
+$a->strings["{0} sent you a message"] = "{0} sendi þér skilboð";
+$a->strings["{0} requested registration"] = "{0} óskaði eftir skráningu";
+$a->strings["Poke/Prod"] = "Pota/Ýta";
+$a->strings["poke, prod or do other things to somebody"] = "pota, ýta eða gera eitthvað við einhvern";
+$a->strings["Recipient"] = "Viðtakandi";
+$a->strings["Choose what you wish to do to recipient"] = "";
+$a->strings["Make this post private"] = "Gera þessa færslu einka";
+$a->strings["Public access denied."] = "Opinber aðgangur ekki veittur.";
 $a->strings["Only logged in users are permitted to perform a probing."] = "";
 $a->strings["Permission denied"] = "Bannaður aðgangur";
 $a->strings["Invalid profile identifier."] = "Ógilt tengiliða auðkenni";
@@ -540,11 +403,30 @@ $a->strings["All Contacts (with secure profile access)"] = "Allir tengiliðir (m
 $a->strings["Account approved."] = "Notandi samþykktur.";
 $a->strings["Registration revoked for %s"] = "Skráning afturköllurð vegna %s";
 $a->strings["Please login."] = "Skráðu yður inn.";
-$a->strings["Remove My Account"] = "Eyða þessum notanda";
-$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Þetta mun algjörlega eyða notandanum. Þegar þetta hefur verið gert er þetta ekki afturkræft.";
-$a->strings["Please enter your password for verification:"] = "Sláðu inn aðgangsorð yðar:";
+$a->strings["Remove term"] = "Fjarlæga gildi";
+$a->strings["Saved Searches"] = "Vistaðar leitir";
+$a->strings["Only logged in users are permitted to perform a search."] = "Aðeins innskráðir notendur geta framkvæmt leit.";
+$a->strings["Too Many Requests"] = "Of margar beiðnir";
+$a->strings["Only one search per minute is permitted for not logged in users."] = "Notendur sem ekki eru innskráðir geta aðeins framkvæmt eina leit á mínútu.";
+$a->strings["No results."] = "Engar leitarniðurstöður.";
+$a->strings["Items tagged with: %s"] = "Atriði merkt með: %s";
+$a->strings["Results for: %s"] = "Niðurstöður fyrir: %s";
+$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s fylgist með %3\$s hjá %2\$s";
+$a->strings["Tag removed"] = "Merki fjarlægt";
+$a->strings["Remove Item Tag"] = "Fjarlægja merki  ";
+$a->strings["Select a tag to remove: "] = "Veldu merki til að fjarlægja:";
+$a->strings["Remove"] = "Fjarlægja";
+$a->strings["Export account"] = "Flytja út notandaaðgang";
+$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "";
+$a->strings["Export all"] = "Flytja út allt";
+$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "";
+$a->strings["Export personal data"] = "Sækja persónuleg gögn";
 $a->strings["No contacts."] = "Enginn tengiliður";
 $a->strings["Access denied."] = "Aðgangi hafnað.";
+$a->strings["Image exceeds size limit of %s"] = "";
+$a->strings["Unable to process image."] = "Ekki mögulegt afgreiða mynd";
+$a->strings["Wall Photos"] = "Veggmyndir";
+$a->strings["Image upload failed."] = "Ekki hægt að hlaða upp mynd.";
 $a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "";
 $a->strings["No recipient selected."] = "Engir viðtakendur valdir.";
 $a->strings["Unable to check your home location."] = "";
@@ -556,123 +438,18 @@ $a->strings["Send Private Message"] = "Senda einkaskilaboð";
 $a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "";
 $a->strings["To:"] = "Til:";
 $a->strings["Subject:"] = "Efni:";
-$a->strings["Export account"] = "Flytja út notandaaðgang";
-$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "";
-$a->strings["Export all"] = "Flytja út allt";
-$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "";
-$a->strings["Export personal data"] = "Sækja persónuleg gögn";
-$a->strings["- select -"] = "- veldu -";
-$a->strings["No more system notifications."] = "Ekki fleiri kerfistilkynningar.";
-$a->strings["{0} wants to be your friend"] = "{0} vill vera vinur þinn";
-$a->strings["{0} sent you a message"] = "{0} sendi þér skilboð";
-$a->strings["{0} requested registration"] = "{0} óskaði eftir skráningu";
-$a->strings["Poke/Prod"] = "";
-$a->strings["poke, prod or do other things to somebody"] = "";
-$a->strings["Recipient"] = "Viðtakandi";
-$a->strings["Choose what you wish to do to recipient"] = "";
-$a->strings["Make this post private"] = "Gera þennan póst einka";
-$a->strings["%1\$s is following %2\$s's %3\$s"] = "";
-$a->strings["Tag removed"] = "Merki fjarlægt";
-$a->strings["Remove Item Tag"] = "Fjarlægja merki  ";
-$a->strings["Select a tag to remove: "] = "Veldu merki til að fjarlægja:";
-$a->strings["Remove"] = "Fjarlægja";
-$a->strings["Image exceeds size limit of %s"] = "";
-$a->strings["Unable to process image."] = "Ekki mögulegt afgreiða mynd";
-$a->strings["Wall Photos"] = "Veggmyndir";
-$a->strings["Image upload failed."] = "Ekki hægt að hlaða upp mynd.";
-$a->strings["Remove term"] = "Fjarlæga gildi";
-$a->strings["Saved Searches"] = "Vistaðar leitir";
-$a->strings["Only logged in users are permitted to perform a search."] = "Aðeins innskráðir notendur geta framkvæmt leit.";
-$a->strings["Too Many Requests"] = "Of margar beiðnir";
-$a->strings["Only one search per minute is permitted for not logged in users."] = "Notendur sem ekki eru innskráðir geta aðeins framkvæmt eina leit á mínútu.";
-$a->strings["No results."] = "Engar leitarniðurstöður.";
-$a->strings["Items tagged with: %s"] = "Atriði merkt með: %s";
-$a->strings["Results for: %s"] = "Niðurstöður fyrir: %s";
+$a->strings["Your message:"] = "Skilaboðin:";
 $a->strings["Login"] = "Innskráning";
 $a->strings["The post was created"] = "";
-$a->strings["Community option not available."] = "";
-$a->strings["Not available."] = "Ekki tiltækt.";
-$a->strings["Local Community"] = "";
-$a->strings["Posts from local users on this server"] = "";
-$a->strings["Global Community"] = "";
-$a->strings["Posts from users of the whole federated network"] = "";
-$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "";
 $a->strings["Item not found"] = "Atriði fannst ekki";
 $a->strings["Edit post"] = "Breyta skilaboðum";
 $a->strings["CC: email addresses"] = "CC: tölvupóstfang";
 $a->strings["Example: bob@example.com, mary@example.com"] = "Dæmi: bibbi@vefur.is, mgga@vefur.is";
-$a->strings["You must be logged in to use this module"] = "";
-$a->strings["Source URL"] = "Upprunaslóð";
+$a->strings["Contact not found."] = "Tengiliður fannst ekki.";
 $a->strings["Friend suggestion sent."] = "Vina tillaga send";
 $a->strings["Suggest Friends"] = "Stinga uppá vinum";
 $a->strings["Suggest a friend for %s"] = "Stinga uppá vin fyrir %s";
-$a->strings["Group created."] = "Hópur stofnaður";
-$a->strings["Could not create group."] = "Gat ekki stofnað hóp.";
-$a->strings["Group not found."] = "Hópur fannst ekki.";
-$a->strings["Group name changed."] = "Hópur endurskýrður.";
-$a->strings["Save Group"] = "Vista hóp";
-$a->strings["Create a group of contacts/friends."] = "Stofna hóp af tengiliðum/vinum";
-$a->strings["Group Name: "] = "Nafn hóps: ";
-$a->strings["Group removed."] = "Hópi eytt.";
-$a->strings["Unable to remove group."] = "Ekki tókst að eyða hóp.";
-$a->strings["Delete Group"] = "Eyða hópi";
-$a->strings["Group Editor"] = "Hópa sýslari";
-$a->strings["Edit Group Name"] = "Breyta nafni hóps";
-$a->strings["Members"] = "Meðlimir";
-$a->strings["All Contacts"] = "Allir tengiliðir";
-$a->strings["Group is empty"] = "Hópur er tómur";
-$a->strings["Remove Contact"] = "Fjarlægja tengilið";
-$a->strings["Add Contact"] = "Bæta við tengilið";
-$a->strings["Unable to locate original post."] = "Ekki tókst að finna upphaflega færslu.";
-$a->strings["Empty post discarded."] = "Tóm færsla eytt.";
-$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Skilaboðið sendi %s, notandi á Friendica samfélagsnetinu.";
-$a->strings["You may visit them online at %s"] = "Þú getur heimsótt þau á netinu á %s";
-$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Hafðu samband við sendanda með því að svara á þessari færslu ef þú villt ekki fá þessi skilaboð.";
-$a->strings["%s posted an update."] = "%s hefur sent uppfærslu.";
-$a->strings["New Message"] = "Ný skilaboð";
-$a->strings["Unable to locate contact information."] = "Ekki tókst að staðsetja tengiliðs upplýsingar.";
-$a->strings["Messages"] = "Skilaboð";
-$a->strings["Do you really want to delete this message?"] = "Viltu virkilega eyða þessum skilaboðum?";
-$a->strings["Message deleted."] = "Skilaboðum eytt.";
-$a->strings["Conversation removed."] = "Samtali eytt.";
-$a->strings["No messages."] = "Engin skilaboð.";
-$a->strings["Message not available."] = "Ekki næst í skilaboð.";
-$a->strings["Delete message"] = "Eyða skilaboðum";
-$a->strings["D, d M Y - g:i A"] = "D, d. M Y - g:i A";
-$a->strings["Delete conversation"] = "Eyða samtali";
-$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "";
-$a->strings["Send Reply"] = "Senda svar";
-$a->strings["Unknown sender - %s"] = "Óþekktur sendandi - %s";
-$a->strings["You and %s"] = "Þú og %s";
-$a->strings["%s and You"] = "%s og þú";
-$a->strings["%d message"] = [
-       0 => "%d skilaboð",
-       1 => "%d skilaboð",
-];
-$a->strings["add"] = "bæta við";
-$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [
-       0 => "",
-       1 => "",
-];
-$a->strings["Messages in this group won't be send to these receivers."] = "";
-$a->strings["No such group"] = "Enginn slíkur hópur";
-$a->strings["Group: %s"] = "Hópur: %s";
-$a->strings["Private messages to this person are at risk of public disclosure."] = "Einka skilaboð send á þennan notanda eiga á hættu að verða opinber.";
-$a->strings["Invalid contact."] = "Ógildur tengiliður.";
-$a->strings["Commented Order"] = "Athugasemdar röð";
-$a->strings["Sort by Comment Date"] = "Raða eftir umræðu dagsetningu";
-$a->strings["Posted Order"] = "Færlsu röð";
-$a->strings["Sort by Post Date"] = "Raða eftir færslu dagsetningu";
-$a->strings["Personal"] = "Einka";
-$a->strings["Posts that mention or involve you"] = "Færslur sem tengjast þér";
-$a->strings["New"] = "Nýtt";
-$a->strings["Activity Stream - by date"] = "Færslu straumur - raðað eftir dagsetningu";
-$a->strings["Shared Links"] = "Sameignartenglar";
-$a->strings["Interesting Links"] = "Áhugaverðir tenglar";
-$a->strings["Starred"] = "Stjörnumerkt";
-$a->strings["Favourite Posts"] = "Uppáhalds færslur";
 $a->strings["Personal Notes"] = "Persónulegar glósur";
-$a->strings["Post successful."] = "Melding tókst.";
 $a->strings["Photo Albums"] = "Myndabækur";
 $a->strings["Recent Photos"] = "Nýlegar myndir";
 $a->strings["Upload New Photos"] = "Hlaða upp nýjum myndum";
@@ -684,7 +461,7 @@ $a->strings["Do you really want to delete this photo album and all its photos?"]
 $a->strings["Delete Photo"] = "Fjarlægja mynd";
 $a->strings["Do you really want to delete this photo?"] = "";
 $a->strings["a photo"] = "mynd";
-$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "";
+$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s var merkt í %2\$s af %3\$s";
 $a->strings["Image upload didn't complete, please try again"] = "";
 $a->strings["Image file is missing"] = "Myndskrá vantar";
 $a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "";
@@ -724,281 +501,26 @@ $a->strings["This is you"] = "Þetta ert þú";
 $a->strings["Comment"] = "Athugasemd";
 $a->strings["Map"] = "Landakort";
 $a->strings["View Album"] = "Skoða myndabók";
-$a->strings["Requested profile is not available."] = "Umbeðin forsíða ekki til.";
-$a->strings["%s's posts"] = "Færslur frá %s";
-$a->strings["%s's comments"] = "Athugasemdir frá %s";
-$a->strings["%s's timeline"] = "Tímalína fyrir %s";
-$a->strings["Access to this profile has been restricted."] = "Aðgangur að þessari forsíðu hefur verið heftur.";
-$a->strings["Tips for New Members"] = "Ábendingar fyrir nýja notendur";
 $a->strings["Do you really want to delete this video?"] = "";
 $a->strings["Delete Video"] = "Eyða myndskeiði";
 $a->strings["No videos selected"] = "Engin myndskeið valin";
-$a->strings["Recent Videos"] = "Nýleg myndskeið";
-$a->strings["Upload New Videos"] = "Senda inn ný myndskeið";
-$a->strings["Parent user not found."] = "";
-$a->strings["No parent user"] = "";
-$a->strings["Parent Password:"] = "";
-$a->strings["Please enter the password of the parent account to legitimize your request."] = "";
-$a->strings["Parent User"] = "";
-$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "";
-$a->strings["Save Settings"] = "Vista stillingar";
-$a->strings["Delegate Page Management"] = "";
-$a->strings["Delegates"] = "";
-$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "";
-$a->strings["Existing Page Delegates"] = "";
-$a->strings["Potential Delegates"] = "";
-$a->strings["Add"] = "Bæta við";
-$a->strings["No entries."] = "Engar færslur.";
-$a->strings["People Search - %s"] = "Leita að fólki - %s";
-$a->strings["Forum Search - %s"] = "Leita á spjallsvæði - %s";
-$a->strings["Friendica Communications Server - Setup"] = "";
-$a->strings["Could not connect to database."] = "Gat ekki tengst gagnagrunn.";
-$a->strings["Could not create table."] = "Gat ekki búið til töflu.";
-$a->strings["Your Friendica site database has been installed."] = "Friendica gagnagrunnurinn þinn hefur verið uppsettur.";
-$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Þú þarft mögulega að keyra inn skránna \"database.sql\" handvirkt með phpmyadmin eða mysql.";
-$a->strings["Please see the file \"INSTALL.txt\"."] = "Lestu skrána \"INSTALL.txt\".";
-$a->strings["Database already in use."] = "Gagnagrunnur er þegar í notkun.";
-$a->strings["System check"] = "Kerfis prófun";
-$a->strings["Next"] = "Næsta";
-$a->strings["Check again"] = "Prófa aftur";
-$a->strings["Database connection"] = "Gangagrunns tenging";
-$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Til að setja upp Friendica þurfum við að vita hvernig á að tengjast gagnagrunninum þínum.";
-$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Hafðu samband við hýsingaraðilann þinn eða kerfisstjóra ef þú hefur spurningar varðandi þessar stillingar.";
-$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Gagnagrunnurinn sem þú bendir á þarf þegar að vera til. Ef ekki þá þarf að stofna hann áður en haldið er áfram.";
-$a->strings["Database Server Name"] = "Vélanafn gagangrunns";
-$a->strings["Database Login Name"] = "Notendanafn í gagnagrunn";
-$a->strings["Database Login Password"] = "Aðgangsorð í gagnagrunns";
-$a->strings["For security reasons the password must not be empty"] = "";
-$a->strings["Database Name"] = "Nafn gagnagrunns";
-$a->strings["Site administrator email address"] = "Póstfang kerfisstjóra vefsvæðis";
-$a->strings["Your account email address must match this in order to use the web admin panel."] = "Póstfang aðgangsins þíns verður að passa við þetta til að hægt sé að nota umsýsluvefviðmótið.";
-$a->strings["Please select a default timezone for your website"] = "Veldu sjálfgefið tímabelti fyrir vefsíðuna";
-$a->strings["Site settings"] = "Stillingar vefsvæðis";
-$a->strings["System Language:"] = "Tungumál kerfis:";
-$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "";
-$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Gat ekki fundið skipanalínu útgáfu af PHP í vefþjóns PATH.";
-$a->strings["If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-worker'>'Setup the worker'</a>"] = "";
-$a->strings["PHP executable path"] = "PHP keyrslu slóð";
-$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "";
-$a->strings["Command line PHP"] = "Skipanalínu PHP";
-$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "";
-$a->strings["Found PHP version: "] = "Fann PHP útgáfu: ";
-$a->strings["PHP cli binary"] = "";
-$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Skipanalínu útgáfa af PHP á vefþjóninum hefur ekki kveikt á \"register_argc_argv\".";
-$a->strings["This is required for message delivery to work."] = "Þetta er skilyrt fyrir því að skilaboð komist til skila.";
-$a->strings["PHP register_argc_argv"] = "";
-$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Villa: Stefjan \"openssl_pkey_new\" á vefþjóninum getur ekki stofnað dulkóðunar lykla";
-$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Ef keyrt er á Window, skoðaðu þá \"http://www.php.net/manual/en/openssl.installation.php\".";
-$a->strings["Generate encryption keys"] = "Búa til dulkóðunar lykla";
-$a->strings["libCurl PHP module"] = "libCurl PHP eining";
-$a->strings["GD graphics PHP module"] = "GD graphics PHP eining";
-$a->strings["OpenSSL PHP module"] = "OpenSSL PHP eining";
-$a->strings["PDO or MySQLi PHP module"] = "";
-$a->strings["mb_string PHP module"] = "mb_string PHP eining";
-$a->strings["XML PHP module"] = "";
-$a->strings["iconv PHP module"] = "";
-$a->strings["POSIX PHP module"] = "";
-$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite eining";
-$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Villa: Apache vefþjóns eining mod-rewrite er skilyrði og er ekki uppsett. ";
-$a->strings["Error: libCURL PHP module required but not installed."] = "Villa: libCurl PHP eining er skilyrði og er ekki uppsett.";
-$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Villa: GD graphics PHP eining með JPEG stuðningi er skilyrði og er ekki uppsett.";
-$a->strings["Error: openssl PHP module required but not installed."] = "Villa: openssl PHP eining skilyrði og er ekki uppsett.";
-$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = "";
-$a->strings["Error: The MySQL driver for PDO is not installed."] = "";
-$a->strings["Error: mb_string PHP module required but not installed."] = "Villa: mb_string PHP eining skilyrði en ekki uppsett.";
-$a->strings["Error: iconv PHP module required but not installed."] = "";
-$a->strings["Error: POSIX PHP module required but not installed."] = "";
-$a->strings["Error, XML PHP module required but not installed."] = "";
-$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "Vef uppsetningar forrit þarf að geta stofnað skránna \".htconfig.php\" in efsta skráarsafninu á vefþjóninum og það getur ekki gert það.";
-$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Þetta er oftast aðgangsstýringa stilling, þar sem vefþjónninn getur ekki skrifað út skrár í skráarsafnið - þó þú getir það.";
-$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "";
-$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "";
-$a->strings[".htconfig.php is writable"] = ".htconfig.php er skrifanleg";
-$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "";
-$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "";
-$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "";
-$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "";
-$a->strings["view/smarty3 is writable"] = "";
-$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "";
-$a->strings["Url rewrite is working"] = "";
-$a->strings["ImageMagick PHP extension is not installed"] = "";
-$a->strings["ImageMagick PHP extension is installed"] = "";
-$a->strings["ImageMagick supports GIF"] = "";
-$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Ekki tókst að skrifa stillingaskrá gagnagrunns \".htconfig.php\". Notað meðfylgjandi texta til að búa til stillingarskrá í rót vefþjónsins.";
-$a->strings["<h1>What next</h1>"] = "";
-$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "";
-$a->strings["Go to your new Friendica node <a href=\"%s/register\">registration page</a> and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "";
-$a->strings["Subscribing to OStatus contacts"] = "";
-$a->strings["No contact provided."] = "Enginn tengiliður uppgefinn.";
-$a->strings["Couldn't fetch information for contact."] = "";
-$a->strings["Couldn't fetch friends for contact."] = "";
-$a->strings["success"] = "tókst";
-$a->strings["failed"] = "mistókst";
-$a->strings["ignored"] = "hunsað";
-$a->strings["Contact wasn't found or can't be unfollowed."] = "";
-$a->strings["Contact unfollowed"] = "";
-$a->strings["You aren't a friend of this contact."] = "";
-$a->strings["Unfollowing is currently not supported by your network."] = "";
-$a->strings["Disconnect/Unfollow"] = "";
-$a->strings["Status Messages and Posts"] = "Stöðu skilaboð og færslur";
-$a->strings["Events"] = "Atburðir";
-$a->strings["View"] = "Skoða";
-$a->strings["Previous"] = "Fyrra";
-$a->strings["today"] = "í dag";
-$a->strings["month"] = "mánuður";
-$a->strings["week"] = "vika";
-$a->strings["day"] = "dagur";
-$a->strings["list"] = "listi";
-$a->strings["User not found"] = "Notandi fannst ekki";
-$a->strings["This calendar format is not supported"] = "";
-$a->strings["No exportable data found"] = "";
-$a->strings["calendar"] = "dagatal";
-$a->strings["Event can not end before it has started."] = "";
-$a->strings["Event title and start time are required."] = "";
-$a->strings["Create New Event"] = "Stofna nýjan atburð";
-$a->strings["Event details"] = "Nánar um atburð";
-$a->strings["Starting date and Title are required."] = "";
-$a->strings["Event Starts:"] = "Atburður hefst:";
-$a->strings["Required"] = "Nauðsynlegt";
-$a->strings["Finish date/time is not known or not relevant"] = "Loka dagsetning/tímasetning ekki vituð eða skiptir ekki máli";
-$a->strings["Event Finishes:"] = "Atburður klárar:";
-$a->strings["Adjust for viewer timezone"] = "Heimfæra á tímabelti áhorfanda";
-$a->strings["Description:"] = "Lýsing:";
-$a->strings["Title:"] = "Titill:";
-$a->strings["Share this event"] = "Deila þessum atburði";
-$a->strings["Basic"] = "Einfalt";
-$a->strings["Advanced"] = "Flóknari";
-$a->strings["Failed to remove event"] = "";
-$a->strings["Event removed"] = "";
-$a->strings["Image uploaded but image cropping failed."] = "Tókst að hala upp mynd en afskurður tókst ekki.";
-$a->strings["Image size reduction [%s] failed."] = "Myndar minnkun [%s] tókst ekki.";
-$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Ýta þarf á ";
-$a->strings["Unable to process image"] = "Ekki tókst að vinna mynd";
-$a->strings["Upload File:"] = "Hlaða upp skrá:";
-$a->strings["Select a profile:"] = "";
-$a->strings["or"] = "eða";
-$a->strings["skip this step"] = "sleppa þessu skrefi";
-$a->strings["select a photo from your photo albums"] = "velja mynd í myndabókum";
-$a->strings["Crop Image"] = "Skera af mynd";
-$a->strings["Please adjust the image cropping for optimum viewing."] = "Stilltu afskurð fyrir besta birtingu.";
-$a->strings["Done Editing"] = "Breyting kláruð";
-$a->strings["Image uploaded successfully."] = "Upphölun á mynd tóks.";
-$a->strings["Status:"] = "Staða:";
-$a->strings["Homepage:"] = "Heimasíða:";
-$a->strings["Global Directory"] = "Alheimstengiliðaskrá";
-$a->strings["Find on this site"] = "Leita á þessum vef";
-$a->strings["Results for:"] = "Niðurstöður fyrir:";
-$a->strings["Site Directory"] = "Skrá yfir  tengiliði á þessum vef";
-$a->strings["Find"] = "Finna";
-$a->strings["No entries (some entries may be hidden)."] = "Engar færslur (sumar geta verið faldar).";
-$a->strings["Source input"] = "";
-$a->strings["BBCode::convert (raw HTML)"] = "";
-$a->strings["BBCode::convert"] = "";
-$a->strings["BBCode::convert => HTML::toBBCode"] = "";
-$a->strings["BBCode::toMarkdown"] = "";
-$a->strings["BBCode::toMarkdown => Markdown::convert"] = "";
-$a->strings["BBCode::toMarkdown => Markdown::toBBCode"] = "";
-$a->strings["BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"] = "";
-$a->strings["Source input \\x28Diaspora format\\x29"] = "";
-$a->strings["Markdown::toBBCode"] = "Markdown::toBBCode";
-$a->strings["Raw HTML input"] = "Hrátt HTML-ílag";
-$a->strings["HTML Input"] = "HTML Input";
-$a->strings["HTML::toBBCode"] = "HTML::toBBCode";
-$a->strings["HTML::toPlaintext"] = "HTML::toPlaintext";
-$a->strings["Source text"] = "Frumtexti";
-$a->strings["BBCode"] = "BBCode";
-$a->strings["Markdown"] = "Markdown";
-$a->strings["HTML"] = "HTML";
-$a->strings["The contact could not be added."] = "";
-$a->strings["You already added this contact."] = "";
-$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "";
-$a->strings["OStatus support is disabled. Contact can't be added."] = "";
-$a->strings["The network type couldn't be detected. Contact can't be added."] = "";
-$a->strings["Profile deleted."] = "Forsíðu eytt.";
-$a->strings["Profile-"] = "Forsíða-";
-$a->strings["New profile created."] = "Ný forsíða búinn til.";
-$a->strings["Profile unavailable to clone."] = "Ekki tókst að klóna forsíðu";
-$a->strings["Profile Name is required."] = "Nafn á forsíðu er skilyrði";
-$a->strings["Marital Status"] = "Hjúskaparstaða";
-$a->strings["Romantic Partner"] = "";
-$a->strings["Work/Employment"] = "Atvinna/Starf";
-$a->strings["Religion"] = "Trúarbrögð";
-$a->strings["Political Views"] = "Stórnmálaskoðanir";
-$a->strings["Gender"] = "Kyn";
-$a->strings["Sexual Preference"] = "Kynhneigð";
-$a->strings["XMPP"] = "XMPP";
-$a->strings["Homepage"] = "Heimasíða";
-$a->strings["Interests"] = "Áhugamál";
-$a->strings["Address"] = "Heimilisfang";
-$a->strings["Location"] = "Staðsetning";
-$a->strings["Profile updated."] = "Forsíða uppfærð.";
-$a->strings[" and "] = "og";
-$a->strings["public profile"] = "Opinber forsíða";
-$a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "";
-$a->strings[" - Visit %1\$s's %2\$s"] = " - Heimsæktu %1\$s's %2\$s";
-$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s hefur uppfært %2\$s, með því að breyta %3\$s.";
-$a->strings["Hide contacts and friends:"] = "Fela tengiliði og vini";
-$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Fela tengiliða-/vinalista á þessari forsíðu?";
-$a->strings["Show more profile fields:"] = "";
-$a->strings["Profile Actions"] = "";
-$a->strings["Edit Profile Details"] = "Breyta forsíðu upplýsingum";
-$a->strings["Change Profile Photo"] = "";
-$a->strings["View this profile"] = "Skoða þessa forsíðu";
-$a->strings["Edit visibility"] = "Sýsla með sýnileika";
-$a->strings["Create a new profile using these settings"] = "Búa til nýja forsíðu með þessum stillingum";
-$a->strings["Clone this profile"] = "Klóna þessa forsíðu";
-$a->strings["Delete this profile"] = "Eyða þessari forsíðu";
-$a->strings["Basic information"] = "";
-$a->strings["Profile picture"] = "Notandamynd";
-$a->strings["Preferences"] = "Kjörstillingar";
-$a->strings["Status information"] = "";
-$a->strings["Additional information"] = "Viðbótarupplýsingar";
-$a->strings["Relation"] = "Vensl";
-$a->strings["Miscellaneous"] = "Ýmislegt";
-$a->strings["Your Gender:"] = "Kyn:";
-$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Hjúskaparstaða:";
-$a->strings["Sexual Preference:"] = "Kynhneigð:";
-$a->strings["Example: fishing photography software"] = "Til dæmis: fishing photography software";
-$a->strings["Profile Name:"] = "Forsíðu nafn:";
-$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Þetta er <strong>opinber</strong> forsíða.<br />Hún <strong>verður</strong> sjáanleg öðrum sem nota alnetið.";
-$a->strings["Your Full Name:"] = "Fullt nafn:";
-$a->strings["Title/Description:"] = "Starfsheiti/Lýsing:";
-$a->strings["Street Address:"] = "Gata:";
-$a->strings["Locality/City:"] = "Bær/Borg:";
-$a->strings["Region/State:"] = "Svæði/Sýsla";
-$a->strings["Postal/Zip Code:"] = "Póstnúmer:";
-$a->strings["Country:"] = "Land:";
-$a->strings["Age: "] = "Aldur: ";
-$a->strings["Who: (if applicable)"] = "Hver: (ef við á)";
-$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Dæmi: cathy123, Cathy Williams, cathy@example.com";
-$a->strings["Since [date]:"] = "Síðan [date]:";
-$a->strings["Tell us about yourself..."] = "Segðu okkur frá sjálfum þér...";
-$a->strings["XMPP (Jabber) address:"] = "XMPP (Jabber) vistfang:";
-$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "";
-$a->strings["Homepage URL:"] = "Slóð heimasíðu:";
-$a->strings["Hometown:"] = "Heimabær:";
-$a->strings["Political Views:"] = "Stórnmálaskoðanir:";
-$a->strings["Religious Views:"] = "Trúarskoðanir";
-$a->strings["Public Keywords:"] = "Opinber leitarorð:";
-$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Notað til að stinga uppá mögulegum vinum, aðrir geta séð)";
-$a->strings["Private Keywords:"] = "Einka leitarorð:";
-$a->strings["(Used for searching profiles, never shown to others)"] = "(Notað við leit að öðrum notendum, aldrei sýnt öðrum)";
-$a->strings["Likes:"] = "Líkar:";
-$a->strings["Dislikes:"] = "Mislíkar:";
-$a->strings["Musical interests"] = "Tónlistarsmekkur";
-$a->strings["Books, literature"] = "Bækur, bókmenntir";
-$a->strings["Television"] = "Sjónvarp";
-$a->strings["Film/dance/culture/entertainment"] = "Kvikmyndir/dans/menning/afþreying";
-$a->strings["Hobbies/Interests"] = "Áhugamál";
-$a->strings["Love/romance"] = "Ást/rómantík";
-$a->strings["Work/employment"] = "Atvinna:";
-$a->strings["School/education"] = "Skóli/menntun";
-$a->strings["Contact information and Social Networks"] = "Tengiliðaupplýsingar og samfélagsnet";
-$a->strings["Profile Image"] = "Forsíðumynd";
-$a->strings["visible to everybody"] = "sýnilegt öllum";
-$a->strings["Edit/Manage Profiles"] = "Sýsla með forsíður";
-$a->strings["Change profile photo"] = "Breyta forsíðumynd";
-$a->strings["Create New Profile"] = "Stofna nýja forsíðu";
+$a->strings["Recent Videos"] = "Nýleg myndskeið";
+$a->strings["Upload New Videos"] = "Senda inn ný myndskeið";
+$a->strings["Access to this profile has been restricted."] = "Aðgangur að þessari forsíðu hefur verið heftur.";
+$a->strings["Events"] = "Atburðir";
+$a->strings["View"] = "Skoða";
+$a->strings["Previous"] = "Fyrra";
+$a->strings["Next"] = "Næsta";
+$a->strings["today"] = "í dag";
+$a->strings["month"] = "mánuður";
+$a->strings["week"] = "vika";
+$a->strings["day"] = "dagur";
+$a->strings["list"] = "listi";
+$a->strings["User not found"] = "Notandi fannst ekki";
+$a->strings["This calendar format is not supported"] = "";
+$a->strings["No exportable data found"] = "";
+$a->strings["calendar"] = "dagatal";
+$a->strings["Network:"] = "Netkerfi:";
 $a->strings["%d contact edited."] = [
        0 => "",
        1 => "",
@@ -1006,6 +528,7 @@ $a->strings["%d contact edited."] = [
 $a->strings["Could not access contact record."] = "Tókst ekki að ná í uppl. um tengilið";
 $a->strings["Could not locate selected profile."] = "Tókst ekki að staðsetja valinn forsíðu";
 $a->strings["Contact updated."] = "Tengiliður uppfærður";
+$a->strings["Failed to update contact record."] = "Ekki tókst að uppfæra tengiliðs skrá.";
 $a->strings["Contact has been blocked"] = "Lokað á tengilið";
 $a->strings["Contact has been unblocked"] = "Opnað á tengilið";
 $a->strings["Contact has been ignored"] = "Tengiliður hunsaður";
@@ -1031,6 +554,7 @@ $a->strings["Disabled"] = "Óvirkt";
 $a->strings["Fetch information"] = "Ná í upplýsingar";
 $a->strings["Fetch keywords"] = "Ná í stikkorð";
 $a->strings["Fetch information and keywords"] = "Ná í upplýsingar og stikkorð";
+$a->strings["Disconnect/Unfollow"] = "";
 $a->strings["Contact"] = "Tengiliður";
 $a->strings["Profile Visibility"] = "Forsíðu sjáanleiki";
 $a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Veldu forsíðu sem á að birtast %s þegar hann skoðaður með öruggum hætti";
@@ -1047,21 +571,28 @@ $a->strings["Update now"] = "Uppfæra núna";
 $a->strings["Unblock"] = "Afbanna";
 $a->strings["Block"] = "Útiloka";
 $a->strings["Unignore"] = "Byrja að fylgjast með á ný";
+$a->strings["Ignore"] = "Hunsa";
 $a->strings["Currently blocked"] = "Útilokaður sem stendur";
 $a->strings["Currently ignored"] = "Hunsaður sem stendur";
 $a->strings["Currently archived"] = "Í geymslu";
 $a->strings["Awaiting connection acknowledge"] = "";
+$a->strings["Hide this contact from others"] = "Gera þennan notanda ósýnilegan öðrum";
 $a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "Svör eða \"líkar við\" á opinberar færslur þínar <strong>geta mögulega</strong> verið sýnileg öðrum";
 $a->strings["Notification for new posts"] = "";
 $a->strings["Send a notification of every new post of this contact"] = "";
 $a->strings["Blacklisted keywords"] = "";
 $a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "";
+$a->strings["Profile URL"] = "Slóð á forsíðu";
+$a->strings["Location:"] = "Staðsetning:";
 $a->strings["XMPP:"] = "XMPP:";
+$a->strings["About:"] = "Um:";
+$a->strings["Tags:"] = "Merki:";
 $a->strings["Actions"] = "Aðgerðir";
 $a->strings["Status"] = "Staða";
 $a->strings["Contact Settings"] = "Stillingar tengiliðar";
 $a->strings["Suggestions"] = "Uppástungur";
 $a->strings["Suggest potential friends"] = "Stinga uppá mögulegum vinum";
+$a->strings["All Contacts"] = "Allir tengiliðir";
 $a->strings["Show all contacts"] = "Sýna alla tengiliði";
 $a->strings["Unblocked"] = "Afhunsað";
 $a->strings["Only show unblocked contacts"] = "";
@@ -1074,13 +605,16 @@ $a->strings["Only show archived contacts"] = "Aðeins sýna geymda tengiliði";
 $a->strings["Hidden"] = "Falinn";
 $a->strings["Only show hidden contacts"] = "Aðeins sýna falda tengiliði";
 $a->strings["Search your contacts"] = "Leita í þínum vinum";
+$a->strings["Find"] = "Finna";
 $a->strings["Update"] = "Uppfæra";
 $a->strings["Archive"] = "Setja í geymslu";
 $a->strings["Unarchive"] = "Taka úr geymslu";
-$a->strings["Batch Actions"] = "";
+$a->strings["Batch Actions"] = "Magnaðgerðir";
+$a->strings["Status Messages and Posts"] = "Stöðu skilaboð og færslur";
 $a->strings["Profile Details"] = "Forsíðu upplýsingar";
 $a->strings["View all contacts"] = "Skoða alla tengiliði";
-$a->strings["View all common friends"] = "";
+$a->strings["View all common friends"] = "Skoða alla sameiginlega vini";
+$a->strings["Advanced"] = "Flóknari";
 $a->strings["Advanced Contact Settings"] = "";
 $a->strings["Mutual Friendship"] = "Sameiginlegur vinskapur";
 $a->strings["is a fan of yours"] = "er fylgjandi þinn";
@@ -1089,21 +623,83 @@ $a->strings["Toggle Blocked status"] = "";
 $a->strings["Toggle Ignored status"] = "";
 $a->strings["Toggle Archive status"] = "";
 $a->strings["Delete contact"] = "Eyða tengilið";
-$a->strings["Terms of Service"] = "Þjónustuskilmálar";
-$a->strings["Privacy Statement"] = "Yfirlýsing um gagnaleynd";
-$a->strings["At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication."] = "";
-$a->strings["At any point in time a logged in user can export their account data from the <a href=\"%1\$s/settings/uexport\">account settings</a>. If the user wants to delete their account they can do so at <a href=\"%1\$s/removeme\">%1\$s/removeme</a>. The deletion of the account will be permanent."] = "";
-$a->strings["This is Friendica, version"] = "Þetta er Friendica útgáfa";
-$a->strings["running at web location"] = "Keyrir á slóð";
-$a->strings["Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more about the Friendica project."] = "";
-$a->strings["Bug reports and issues: please visit"] = "Villu tilkynningar og vandamál: endilega skoða";
-$a->strings["the bugtracker at github"] = "villuskráningu á GitHub";
-$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Uppástungur, lof, framlög og svo framvegis - sendið tölvupóst á \"Info\" hjá Friendica - punktur com";
-$a->strings["Installed addons/apps:"] = "";
-$a->strings["No installed addons/apps"] = "";
-$a->strings["Read about the <a href=\"%1\$s/tos\">Terms of Service</a> of this node."] = "";
-$a->strings["On this server the following remote servers are blocked."] = "";
-$a->strings["Reason for the block"] = "";
+$a->strings["Parent user not found."] = "";
+$a->strings["No parent user"] = "";
+$a->strings["Parent Password:"] = "";
+$a->strings["Please enter the password of the parent account to legitimize your request."] = "";
+$a->strings["Parent User"] = "";
+$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "";
+$a->strings["Save Settings"] = "Vista stillingar";
+$a->strings["Delegate Page Management"] = "";
+$a->strings["Delegates"] = "";
+$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "";
+$a->strings["Existing Page Delegates"] = "";
+$a->strings["Potential Delegates"] = "";
+$a->strings["Add"] = "Bæta við";
+$a->strings["No entries."] = "Engar færslur.";
+$a->strings["Event can not end before it has started."] = "";
+$a->strings["Event title and start time are required."] = "";
+$a->strings["Create New Event"] = "Stofna nýjan atburð";
+$a->strings["Event details"] = "Nánar um atburð";
+$a->strings["Starting date and Title are required."] = "";
+$a->strings["Event Starts:"] = "Atburður hefst:";
+$a->strings["Required"] = "Nauðsynlegt";
+$a->strings["Finish date/time is not known or not relevant"] = "Loka dagsetning/tímasetning ekki vituð eða skiptir ekki máli";
+$a->strings["Event Finishes:"] = "Atburður klárar:";
+$a->strings["Adjust for viewer timezone"] = "Heimfæra á tímabelti áhorfanda";
+$a->strings["Description:"] = "Lýsing:";
+$a->strings["Title:"] = "Titill:";
+$a->strings["Share this event"] = "Deila þessum atburði";
+$a->strings["Basic"] = "Einfalt";
+$a->strings["Failed to remove event"] = "";
+$a->strings["Event removed"] = "";
+$a->strings["You must be logged in to use this module"] = "";
+$a->strings["Source URL"] = "Upprunaslóð";
+$a->strings["Post successful."] = "Melding tókst.";
+$a->strings["Subscribing to OStatus contacts"] = "";
+$a->strings["No contact provided."] = "Enginn tengiliður uppgefinn.";
+$a->strings["Couldn't fetch information for contact."] = "";
+$a->strings["Couldn't fetch friends for contact."] = "";
+$a->strings["success"] = "tókst";
+$a->strings["failed"] = "mistókst";
+$a->strings["ignored"] = "hunsað";
+$a->strings["Image uploaded but image cropping failed."] = "Tókst að hala upp mynd en afskurður tókst ekki.";
+$a->strings["Image size reduction [%s] failed."] = "Myndar minnkun [%s] tókst ekki.";
+$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Ýta þarf á ";
+$a->strings["Unable to process image"] = "Ekki tókst að vinna mynd";
+$a->strings["Upload File:"] = "Hlaða upp skrá:";
+$a->strings["Select a profile:"] = "";
+$a->strings["or"] = "eða";
+$a->strings["skip this step"] = "sleppa þessu skrefi";
+$a->strings["select a photo from your photo albums"] = "velja mynd í myndabókum";
+$a->strings["Crop Image"] = "Skera af mynd";
+$a->strings["Please adjust the image cropping for optimum viewing."] = "Stilltu afskurð fyrir besta birtingu.";
+$a->strings["Done Editing"] = "Breyting kláruð";
+$a->strings["Image uploaded successfully."] = "Upphölun á mynd tóks.";
+$a->strings["Contact wasn't found or can't be unfollowed."] = "";
+$a->strings["Contact unfollowed"] = "";
+$a->strings["Submit Request"] = "Senda beiðni";
+$a->strings["You aren't a friend of this contact."] = "";
+$a->strings["Unfollowing is currently not supported by your network."] = "";
+$a->strings["Your Identity Address:"] = "Auðkennisnetfang þitt:";
+$a->strings["Gender:"] = "Kyn:";
+$a->strings["Status:"] = "Staða:";
+$a->strings["Homepage:"] = "Heimasíða:";
+$a->strings["Global Directory"] = "Alheimstengiliðaskrá";
+$a->strings["Find on this site"] = "Leita á þessum vef";
+$a->strings["Results for:"] = "Niðurstöður fyrir:";
+$a->strings["Site Directory"] = "Skrá yfir  tengiliði á þessum vef";
+$a->strings["No entries (some entries may be hidden)."] = "Engar færslur (sumar geta verið faldar).";
+$a->strings["People Search - %s"] = "Leita að fólki - %s";
+$a->strings["Forum Search - %s"] = "Leita á spjallsvæði - %s";
+$a->strings["The contact could not be added."] = "";
+$a->strings["You already added this contact."] = "";
+$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "";
+$a->strings["OStatus support is disabled. Contact can't be added."] = "";
+$a->strings["The network type couldn't be detected. Contact can't be added."] = "";
+$a->strings["Please answer the following:"] = "Vinnsamlegast svaraðu eftirfarandi:";
+$a->strings["Does %s know you?"] = "Þekkir %s þig?";
+$a->strings["Add a personal note:"] = "Bæta við persónulegri athugasemd";
 $a->strings["No valid account found."] = "Engin gildur aðgangur fannst.";
 $a->strings["Password reset request issued. Check your email."] = "Gefin var beiðni um breytingu á lykilorði. Opnaðu tölvupóstinn þinn.";
 $a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "";
@@ -1113,7 +709,7 @@ $a->strings["Request could not be verified. (You may have previously submitted i
 $a->strings["Request has expired, please make a new one."] = "";
 $a->strings["Forgot your Password?"] = "Gleymdir þú lykilorði þínu?";
 $a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Sláðu inn tölvupóstfangið þitt til að endurstilla aðgangsorðið og fá leiðbeiningar sendar með tölvupósti.";
-$a->strings["Nickname or Email: "] = "Gælunafn eða póstfang: ";
+$a->strings["Nickname or Email: "] = "Gælunafn eða tölvupóstfang: ";
 $a->strings["Reset"] = "Endurstilla";
 $a->strings["Password Reset"] = "Endurstilling aðgangsorðs";
 $a->strings["Your password has been reset as requested."] = "Aðgangsorðið þitt hefur verið endurstilt.";
@@ -1124,29 +720,180 @@ $a->strings["Your password may be changed from the <em>Settings</em> page after
 $a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = "";
 $a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = "";
 $a->strings["Your password has been changed at %s"] = "Aðgangsorðinu þínu var breytt í %s";
-$a->strings["Registration successful. Please check your email for further instructions."] = "Nýskráning tóks. Frekari fyrirmæli voru send í tölvupósti.";
-$a->strings["Failed to send email message. Here your accout details:<br> login: %s<br> password: %s<br><br>You can change your password after login."] = "";
-$a->strings["Registration successful."] = "Nýskráning tókst.";
-$a->strings["Your registration can not be processed."] = "Skráninguna þína er ekki hægt að vinna.";
-$a->strings["Your registration is pending approval by the site owner."] = "Skráningin þín bíður samþykkis af eiganda síðunnar.";
-$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Þú mátt (valfrjálst) fylla í þetta svæði gegnum OpenID með því gefa upp þitt OpenID og ýta á 'Skrá'.";
-$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Ef þú veist ekki hvað OpenID er, skildu þá þetta svæði eftir tómt en fylltu í restin af svæðunum.";
-$a->strings["Your OpenID (optional): "] = "Þitt OpenID (valfrjálst):";
-$a->strings["Include your profile in member directory?"] = "Á forsíðan þín að sjást í notendalistanum?";
-$a->strings["Note for the admin"] = "";
-$a->strings["Leave a message for the admin, why you want to join this node"] = "";
-$a->strings["Membership on this site is by invitation only."] = "Aðild að þessum vef er ";
-$a->strings["Your invitation code: "] = "";
-$a->strings["Registration"] = "Nýskráning";
-$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "";
-$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "";
-$a->strings["New Password:"] = "Nýtt aðgangsorð:";
-$a->strings["Leave empty for an auto generated password."] = "";
-$a->strings["Confirm:"] = "Staðfesta:";
-$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be '<strong>nickname@%s</strong>'."] = "";
-$a->strings["Choose a nickname: "] = "Veldu gælunafn:";
-$a->strings["Register"] = "Nýskrá";
-$a->strings["Import your profile to this friendica instance"] = "";
+$a->strings["Source input"] = "";
+$a->strings["BBCode::toPlaintext"] = "";
+$a->strings["BBCode::convert (raw HTML)"] = "";
+$a->strings["BBCode::convert"] = "";
+$a->strings["BBCode::convert => HTML::toBBCode"] = "";
+$a->strings["BBCode::toMarkdown"] = "";
+$a->strings["BBCode::toMarkdown => Markdown::convert"] = "";
+$a->strings["BBCode::toMarkdown => Markdown::toBBCode"] = "";
+$a->strings["BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"] = "";
+$a->strings["Source input \\x28Diaspora format\\x29"] = "";
+$a->strings["Markdown::toBBCode"] = "Markdown::toBBCode";
+$a->strings["Raw HTML input"] = "Hrátt HTML-ílag";
+$a->strings["HTML Input"] = "HTML Input";
+$a->strings["HTML::toBBCode"] = "HTML::toBBCode";
+$a->strings["HTML::toPlaintext"] = "HTML::toPlaintext";
+$a->strings["Source text"] = "Frumtexti";
+$a->strings["BBCode"] = "BBCode";
+$a->strings["Markdown"] = "Markdown";
+$a->strings["HTML"] = "HTML";
+$a->strings["Community option not available."] = "";
+$a->strings["Not available."] = "Ekki tiltækt.";
+$a->strings["Local Community"] = "";
+$a->strings["Posts from local users on this server"] = "";
+$a->strings["Global Community"] = "";
+$a->strings["Posts from users of the whole federated network"] = "";
+$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "";
+$a->strings["This is Friendica, version"] = "Þetta er Friendica útgáfa";
+$a->strings["running at web location"] = "Keyrir á slóð";
+$a->strings["Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more about the Friendica project."] = "";
+$a->strings["Bug reports and issues: please visit"] = "Villu tilkynningar og vandamál: endilega skoða";
+$a->strings["the bugtracker at github"] = "villuskráningu á GitHub";
+$a->strings["Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"] = "";
+$a->strings["Installed addons/apps:"] = "";
+$a->strings["No installed addons/apps"] = "";
+$a->strings["Read about the <a href=\"%1\$s/tos\">Terms of Service</a> of this node."] = "";
+$a->strings["On this server the following remote servers are blocked."] = "";
+$a->strings["Blocked domain"] = "Útilokað lén";
+$a->strings["Reason for the block"] = "";
+$a->strings["Total invitation limit exceeded."] = "";
+$a->strings["%s : Not a valid email address."] = "%s : Ekki gilt tölvupóstfang.";
+$a->strings["Please join us on Friendica"] = "Komdu í hópinn á Friendica";
+$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "";
+$a->strings["%s : Message delivery failed."] = "%s : Skilaboð komust ekki til skila.";
+$a->strings["%d message sent."] = [
+       0 => "%d skilaboð send.",
+       1 => "%d skilaboð send",
+];
+$a->strings["You have no more invitations available"] = "Þú hefur ekki fleiri boðskort.";
+$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "";
+$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "";
+$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "";
+$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "";
+$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "";
+$a->strings["To accept this invitation, please visit and register at %s."] = "";
+$a->strings["Send invitations"] = "Senda kynningar";
+$a->strings["Enter email addresses, one per line:"] = "Settu inn tölvupóstföng, eitt í hverja línu:";
+$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "";
+$a->strings["You will need to supply this invitation code: \$invite_code"] = "Þú þarft að nota eftirfarandi boðskorta auðkenni: \$invite_code";
+$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Þegar þú hefur nýskráð þig, hafðu samband við mig gegnum síðuna mína á:";
+$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "";
+$a->strings["add"] = "bæta við";
+$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [
+       0 => "",
+       1 => "",
+];
+$a->strings["Messages in this group won't be send to these receivers."] = "";
+$a->strings["No such group"] = "Enginn slíkur hópur";
+$a->strings["Group is empty"] = "Hópur er tómur";
+$a->strings["Group: %s"] = "Hópur: %s";
+$a->strings["Private messages to this person are at risk of public disclosure."] = "Einka skilaboð send á þennan notanda eiga á hættu að verða opinber.";
+$a->strings["Invalid contact."] = "Ógildur tengiliður.";
+$a->strings["Commented Order"] = "Athugasemdar röð";
+$a->strings["Sort by Comment Date"] = "Raða eftir umræðu dagsetningu";
+$a->strings["Posted Order"] = "Færlsu röð";
+$a->strings["Sort by Post Date"] = "Raða eftir færslu dagsetningu";
+$a->strings["Personal"] = "Einka";
+$a->strings["Posts that mention or involve you"] = "Færslur sem tengjast þér";
+$a->strings["New"] = "Nýtt";
+$a->strings["Activity Stream - by date"] = "Færslu straumur - raðað eftir dagsetningu";
+$a->strings["Shared Links"] = "Sameignartenglar";
+$a->strings["Interesting Links"] = "Áhugaverðir tenglar";
+$a->strings["Starred"] = "Stjörnumerkt";
+$a->strings["Favourite Posts"] = "Uppáhalds færslur";
+$a->strings["Contact settings applied."] = "Stillingar tengiliðs uppfærðar.";
+$a->strings["Contact update failed."] = "Uppfærsla tengiliðs mistókst.";
+$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "<strong>AÐVÖRUN: Þetta er mjög flókið</strong> og ef þú setur inn vitlausar upplýsingar þá munu samskipti við þennan tengilið hætta að virka.";
+$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "Notaðu \"Til baka\" hnappinn <strong>núna</strong> ef þú ert ekki viss um hvað þú eigir að gera á þessari síðu.";
+$a->strings["No mirroring"] = "";
+$a->strings["Mirror as forwarded posting"] = "";
+$a->strings["Mirror as my own posting"] = "";
+$a->strings["Return to contact editor"] = "Fara til baka í tengiliðasýsl";
+$a->strings["Refetch contact data"] = "";
+$a->strings["Remote Self"] = "";
+$a->strings["Mirror postings from this contact"] = "";
+$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "";
+$a->strings["Name"] = "Nafn";
+$a->strings["Account Nickname"] = "Gælunafn notanda";
+$a->strings["@Tagname - overrides Name/Nickname"] = "@Merkjanafn - yfirskrifar Nafn/Gælunafn";
+$a->strings["Account URL"] = "Heimasíða notanda";
+$a->strings["Friend Request URL"] = "Slóð vinabeiðnar";
+$a->strings["Friend Confirm URL"] = "Slóð vina staðfestingar ";
+$a->strings["Notification Endpoint URL"] = "Slóð loka tilkynningar";
+$a->strings["Poll/Feed URL"] = "Slóð á könnun/fréttastraum";
+$a->strings["New photo from this URL"] = "Ný mynd frá slóð";
+$a->strings["%1\$s welcomes %2\$s"] = "";
+$a->strings["Help:"] = "Hjálp:";
+$a->strings["Help"] = "Hjálp";
+$a->strings["Page not found."] = "Síða fannst ekki.";
+$a->strings["Friendica Communications Server - Setup"] = "";
+$a->strings["Could not connect to database."] = "Gat ekki tengst gagnagrunn.";
+$a->strings["Could not create table."] = "Gat ekki búið til töflu.";
+$a->strings["Your Friendica site database has been installed."] = "Friendica gagnagrunnurinn þinn hefur verið uppsettur.";
+$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Þú þarft mögulega að keyra inn skránna \"database.sql\" handvirkt með phpmyadmin eða mysql.";
+$a->strings["Please see the file \"INSTALL.txt\"."] = "Lestu skrána \"INSTALL.txt\".";
+$a->strings["Database already in use."] = "Gagnagrunnur er þegar í notkun.";
+$a->strings["System check"] = "Kerfis prófun";
+$a->strings["Check again"] = "Prófa aftur";
+$a->strings["Database connection"] = "Gangagrunns tenging";
+$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Til að setja upp Friendica þurfum við að vita hvernig á að tengjast gagnagrunninum þínum.";
+$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Hafðu samband við hýsingaraðilann þinn eða kerfisstjóra ef þú hefur spurningar varðandi þessar stillingar.";
+$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Gagnagrunnurinn sem þú bendir á þarf þegar að vera til. Ef ekki þá þarf að stofna hann áður en haldið er áfram.";
+$a->strings["Database Server Name"] = "Vélanafn gagangrunns";
+$a->strings["Database Login Name"] = "Notendanafn í gagnagrunn";
+$a->strings["Database Login Password"] = "Aðgangsorð í gagnagrunns";
+$a->strings["For security reasons the password must not be empty"] = "";
+$a->strings["Database Name"] = "Nafn gagnagrunns";
+$a->strings["Site administrator email address"] = "Tölvupóstfang kerfisstjóra vefsvæðis";
+$a->strings["Your account email address must match this in order to use the web admin panel."] = "Póstfang aðgangsins þíns verður að passa við þetta til að hægt sé að nota umsýsluvefviðmótið.";
+$a->strings["Please select a default timezone for your website"] = "Veldu sjálfgefið tímabelti fyrir vefsíðuna";
+$a->strings["Site settings"] = "Stillingar vefsvæðis";
+$a->strings["System Language:"] = "Tungumál kerfis:";
+$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "";
+$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Ekki tókst að skrifa stillingaskrá gagnagrunns \".htconfig.php\". Notað meðfylgjandi texta til að búa til stillingarskrá í rót vefþjónsins.";
+$a->strings["<h1>What next</h1>"] = "";
+$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "";
+$a->strings["Go to your new Friendica node <a href=\"%s/register\">registration page</a> and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "";
+$a->strings["New Message"] = "Ný skilaboð";
+$a->strings["Unable to locate contact information."] = "Ekki tókst að staðsetja tengiliðs upplýsingar.";
+$a->strings["Messages"] = "Skilaboð";
+$a->strings["Do you really want to delete this message?"] = "Viltu virkilega eyða þessum skilaboðum?";
+$a->strings["Message deleted."] = "Skilaboðum eytt.";
+$a->strings["Conversation removed."] = "Samtali eytt.";
+$a->strings["No messages."] = "Engin skilaboð.";
+$a->strings["Message not available."] = "Ekki næst í skilaboð.";
+$a->strings["Delete message"] = "Eyða skilaboðum";
+$a->strings["D, d M Y - g:i A"] = "D, d. M Y - g:i A";
+$a->strings["Delete conversation"] = "Eyða samtali";
+$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "";
+$a->strings["Send Reply"] = "Senda svar";
+$a->strings["Unknown sender - %s"] = "Óþekktur sendandi - %s";
+$a->strings["You and %s"] = "Þú og %s";
+$a->strings["%s and You"] = "%s og þú";
+$a->strings["%d message"] = [
+       0 => "%d skilaboð",
+       1 => "%d skilaboð",
+];
+$a->strings["Group created."] = "Hópur stofnaður";
+$a->strings["Could not create group."] = "Gat ekki stofnað hóp.";
+$a->strings["Group not found."] = "Hópur fannst ekki.";
+$a->strings["Group name changed."] = "Hópur endurskýrður.";
+$a->strings["Save Group"] = "Vista hóp";
+$a->strings["Create a group of contacts/friends."] = "Stofna hóp af tengiliðum/vinum";
+$a->strings["Group Name: "] = "Nafn hóps: ";
+$a->strings["Group removed."] = "Hópi eytt.";
+$a->strings["Unable to remove group."] = "Ekki tókst að eyða hóp.";
+$a->strings["Delete Group"] = "Eyða hópi";
+$a->strings["Group Editor"] = "Hópa sýslari";
+$a->strings["Edit Group Name"] = "Breyta nafni hóps";
+$a->strings["Members"] = "Meðlimir";
+$a->strings["Remove contact from group"] = "";
+$a->strings["Add contact to group"] = "";
+$a->strings["OpenID protocol error. No ID returned."] = "Samskiptavilla í OpenID. Ekkert auðkenni barst.";
+$a->strings["Account not found and OpenID registration is not permitted on this site."] = "";
+$a->strings["Login failed."] = "Innskráning mistókst.";
 $a->strings["Theme settings updated."] = "Þemastillingar uppfærðar.";
 $a->strings["Information"] = "Upplýsingar";
 $a->strings["Overview"] = "Yfirlit";
@@ -1157,6 +904,7 @@ $a->strings["Users"] = "Notendur";
 $a->strings["Addons"] = "Forritsviðbætur";
 $a->strings["Themes"] = "Þemu";
 $a->strings["Additional features"] = "Viðbótareiginleikar";
+$a->strings["Terms of Service"] = "Þjónustuskilmálar";
 $a->strings["Database"] = "Gagnagrunnur";
 $a->strings["DB updates"] = "Gagnagrunnsuppfærslur";
 $a->strings["Inspect Queue"] = "";
@@ -1178,6 +926,7 @@ $a->strings["Display Terms of Service"] = "";
 $a->strings["Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page."] = "";
 $a->strings["Display Privacy Statement"] = "";
 $a->strings["Show some informations regarding the needed information to operate the node according e.g. to <a href=\"%s\" target=\"_blank\">EU-GDPR</a>."] = "";
+$a->strings["Privacy Statement Preview"] = "";
 $a->strings["The Terms of Service"] = "";
 $a->strings["Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below."] = "";
 $a->strings["The blocked domain"] = "";
@@ -1205,13 +954,14 @@ $a->strings["%s contact unblocked"] = [
 ];
 $a->strings["Remote Contact Blocklist"] = "";
 $a->strings["This page allows you to prevent any message from a remote contact to reach your node."] = "";
-$a->strings["Block Remote Contact"] = "";
+$a->strings["Block Remote Contact"] = "Útiloka fjartengdan tengilið";
 $a->strings["select all"] = "velja alla";
 $a->strings["select none"] = "velja ekkert";
 $a->strings["No remote contact is blocked from this node."] = "";
-$a->strings["Blocked Remote Contacts"] = "";
-$a->strings["Block New Remote Contact"] = "";
+$a->strings["Blocked Remote Contacts"] = "Útilokaðir fjartengdir tengiliðir";
+$a->strings["Block New Remote Contact"] = "Útiloka nýjan fjartengdan tengilið";
 $a->strings["Photo"] = "Ljósmynd";
+$a->strings["Address"] = "Heimilisfang";
 $a->strings["%s total blocked contact"] = [
        0 => "",
        1 => "",
@@ -1254,6 +1004,7 @@ $a->strings["Active addons"] = "";
 $a->strings["Can not parse base url. Must have at least <scheme>://<domain>"] = "";
 $a->strings["Site settings updated."] = "Stillingar vefsvæðis uppfærðar.";
 $a->strings["No special theme for mobile devices"] = "";
+$a->strings["No community page for local users"] = "";
 $a->strings["No community page"] = "";
 $a->strings["Public postings from users of this site"] = "";
 $a->strings["Public postings from the federated network"] = "";
@@ -1275,6 +1026,7 @@ $a->strings["Don't check"] = "";
 $a->strings["check the stable version"] = "";
 $a->strings["check the development version"] = "";
 $a->strings["Republish users to directory"] = "";
+$a->strings["Registration"] = "Nýskráning";
 $a->strings["File upload"] = "Hlaða upp skrá";
 $a->strings["Policies"] = "Stefna";
 $a->strings["Auto Discovered Contact Directory"] = "";
@@ -1321,7 +1073,7 @@ $a->strings["Accounts abandoned after x days"] = "Yfirgefnir notendur eftir x da
 $a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Hættir að eyða afli í að sækja færslur á ytri vefi fyrir yfirgefna notendur.  0 þýðir notendur merkjast ekki yfirgefnir.";
 $a->strings["Allowed friend domains"] = "Leyfð lén vina";
 $a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "";
-$a->strings["Allowed email domains"] = "Leyfð lén póstfangs";
+$a->strings["Allowed email domains"] = "Leyfð tölvupóstfangalén";
 $a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "";
 $a->strings["No OEmbed rich content"] = "";
 $a->strings["Don't show the rich content (e.g. embedded PDF), except from the domains listed below."] = "";
@@ -1376,7 +1128,7 @@ $a->strings["Maximum system load before the frontend quits service - default 50.
 $a->strings["Minimal Memory"] = "";
 $a->strings["Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)."] = "";
 $a->strings["Maximum table size for optimization"] = "";
-$a->strings["Maximum table size (in MB) for the automatic optimization - default 100 MB. Enter -1 to disable it."] = "";
+$a->strings["Maximum table size (in MB) for the automatic optimization. Enter -1 to disable it."] = "";
 $a->strings["Minimum level of fragmentation"] = "";
 $a->strings["Minimum fragmenation level to start the automatic optimization - default value is 30%."] = "";
 $a->strings["Periodical check of global contacts"] = "";
@@ -1395,6 +1147,12 @@ $a->strings["Check upstream version"] = "";
 $a->strings["Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview."] = "";
 $a->strings["Suppress Tags"] = "";
 $a->strings["Suppress showing a list of hashtags at the end of the posting."] = "";
+$a->strings["Clean database"] = "";
+$a->strings["Remove old remote items, orphaned database records and old content from some other helper tables."] = "";
+$a->strings["Lifespan of remote items"] = "Líftími fjartengdra atriða";
+$a->strings["When the database cleanup is enabled, this defines the days after which remote items will be deleted. Own items, and marked or filed items are always kept. 0 disables this behaviour."] = "";
+$a->strings["Lifespan of unclaimed items"] = "";
+$a->strings["When the database cleanup is enabled, this defines the days after which unclaimed remote items (mostly content from the relay) will be deleted. Default value is 90 days. Defaults to the general lifespan value of remote items if set to 0."] = "";
 $a->strings["Path to item cache"] = "";
 $a->strings["The item caches buffers generated bbcode and external images."] = "";
 $a->strings["Cache duration in seconds"] = "";
@@ -1463,17 +1221,27 @@ $a->strings["%s user deleted"] = [
 $a->strings["User '%s' deleted"] = "Notanda '%s' eytt";
 $a->strings["User '%s' unblocked"] = "Notanda '%s' gefið frelsi";
 $a->strings["User '%s' blocked"] = "Notandi '%s' settur í bann";
+$a->strings["Normal Account Page"] = "";
+$a->strings["Soapbox Page"] = "";
+$a->strings["Public Forum"] = "";
+$a->strings["Automatic Friend Page"] = "";
+$a->strings["Private Forum"] = "Einkaspjallsvæði";
+$a->strings["Personal Page"] = "";
+$a->strings["Organisation Page"] = "";
+$a->strings["News Page"] = "";
+$a->strings["Community Forum"] = "";
 $a->strings["Email"] = "Tölvupóstur";
 $a->strings["Register date"] = "Skráningardagur";
 $a->strings["Last login"] = "Síðast innskráður";
 $a->strings["Last item"] = "Síðasta atriði";
-$a->strings["Account"] = "Notandi";
+$a->strings["Type"] = "Tegund";
 $a->strings["Add User"] = "Bæta við notanda";
 $a->strings["User registrations waiting for confirm"] = "Skráning notanda býður samþykkis";
 $a->strings["User waiting for permanent deletion"] = "";
 $a->strings["Request date"] = "Dagsetning beiðnar";
 $a->strings["No registrations."] = "Engin skráning";
 $a->strings["Note from the user"] = "";
+$a->strings["Approve"] = "Samþykkja";
 $a->strings["Deny"] = "Hafnað";
 $a->strings["Site admin"] = "Vefstjóri";
 $a->strings["Account expired"] = "Notandaaðgangur útrunninn";
@@ -1516,6 +1284,202 @@ $a->strings["Off"] = "Slökkt";
 $a->strings["On"] = "Kveikt";
 $a->strings["Lock feature %s"] = "";
 $a->strings["Manage Additional Features"] = "";
+$a->strings["Profile not found."] = "Forsíða fannst ekki.";
+$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "";
+$a->strings["Response from remote site was not understood."] = "Ekki tókst að skilja svar frá fjartengdum vef.";
+$a->strings["Unexpected response from remote site: "] = "Óskiljanlegt svar frá fjartengdum vef:";
+$a->strings["Confirmation completed successfully."] = "Staðfesting kláraði eðlilega.";
+$a->strings["Temporary failure. Please wait and try again."] = "Tímabundin villa.  Bíddu aðeins og reyndu svo aftur.";
+$a->strings["Introduction failed or was revoked."] = "Kynning mistókst eða var afturkölluð.";
+$a->strings["Remote site reported: "] = "Fjartengdur vefur svaraði:";
+$a->strings["Unable to set contact photo."] = "Ekki tókst að setja tengiliðamynd.";
+$a->strings["No user record found for '%s' "] = "Engin notandafærsla fannst fyrir '%s'";
+$a->strings["Our site encryption key is apparently messed up."] = "Dulkóðunnar lykill síðunnar okker er í döðlu.";
+$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Tómt slóð var uppgefin eða ekki okkur tókst ekki að afkóða slóð.";
+$a->strings["Contact record was not found for you on our site."] = "Tengiliðafærslan þín fannst ekki á þjóninum okkar.";
+$a->strings["Site public key not available in contact record for URL %s."] = "Opinber lykill er ekki til í tengiliðafærslu fyrir slóð %s.";
+$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "Skilríkið sem þjónninn þinn gaf upp er þegar afritað á okkar þjón. Þetta ætti að virka ef þú bara reynir aftur.";
+$a->strings["Unable to set your contact credentials on our system."] = "Ekki tókst að setja tengiliða skilríkið þitt upp á þjóninum okkar.";
+$a->strings["Unable to update your contact profile details on our system"] = "Ekki tókst að uppfæra tengiliða skilríkis upplýsingarnar á okkar þjón";
+$a->strings["[Name Withheld]"] = "[Nafn ekki sýnt]";
+$a->strings["This introduction has already been accepted."] = "Þessi kynning hefur þegar verið samþykkt.";
+$a->strings["Profile location is not valid or does not contain profile information."] = "Forsíðu slóð er ekki í lagi eða inniheldur ekki forsíðu upplýsingum.";
+$a->strings["Warning: profile location has no identifiable owner name."] = "Aðvörun: forsíðu staðsetning hefur ekki aðgreinanlegt eigendanafn.";
+$a->strings["Warning: profile location has no profile photo."] = "Aðvörun: forsíðu slóð hefur ekki forsíðu mynd.";
+$a->strings["%d required parameter was not found at the given location"] = [
+       0 => "%d skilyrt breyta fannst ekki á uppgefinni staðsetningu",
+       1 => "%d skilyrtar breytur fundust ekki á uppgefninni staðsetningu",
+];
+$a->strings["Introduction complete."] = "Kynning tilbúinn.";
+$a->strings["Unrecoverable protocol error."] = "Alvarleg samskipta villa.";
+$a->strings["Profile unavailable."] = "Ekki hægt að sækja forsíðu";
+$a->strings["%s has received too many connection requests today."] = "%s hefur fengið of margar tengibeiðnir í dag.";
+$a->strings["Spam protection measures have been invoked."] = "Kveikt hefur verið á ruslsíu";
+$a->strings["Friends are advised to please try again in 24 hours."] = "Vinir eru beðnir um að reyna aftur eftir 24 klukkustundir.";
+$a->strings["Invalid locator"] = "Ógild staðsetning";
+$a->strings["You have already introduced yourself here."] = "Kynning hefur þegar átt sér stað hér.";
+$a->strings["Apparently you are already friends with %s."] = "Þú ert þegar vinur %s.";
+$a->strings["Invalid profile URL."] = "Ógild forsíðu slóð.";
+$a->strings["Disallowed profile URL."] = "Óleyfileg forsíðu slóð.";
+$a->strings["Your introduction has been sent."] = "Kynningin þín hefur verið send.";
+$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "";
+$a->strings["Please login to confirm introduction."] = "Skráðu þig inn til að staðfesta kynningu.";
+$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "Ekki réttur notandi skráður inn.  Skráðu þig inn sem <strong>þessi</strong> notandi.";
+$a->strings["Confirm"] = "Staðfesta";
+$a->strings["Hide this contact"] = "Fela þennan tengilið";
+$a->strings["Welcome home %s."] = "Velkomin(n) heim %s.";
+$a->strings["Please confirm your introduction/connection request to %s."] = "Staðfestu kynninguna/tengibeiðnina við %s.";
+$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Settu inn 'Auðkennisnetfang' þitt úr einhverjum af eftirfarandi samskiptanetum:";
+$a->strings["If you are not yet a member of the free social web, <a href=\"%s\">follow this link to find a public Friendica site and join us today</a>."] = "";
+$a->strings["Friend/Connection Request"] = "Vinabeiðni/Tengibeiðni";
+$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = "";
+$a->strings["Friendica"] = "Friendica";
+$a->strings["GNU Social (Pleroma, Mastodon)"] = "GNU Social (Pleroma, Mastodon)";
+$a->strings["Diaspora (Socialhome, Hubzilla)"] = "Diaspora (Socialhome, Hubzilla)";
+$a->strings[" - please do not use this form.  Instead, enter %s into your Diaspora search bar."] = "";
+$a->strings["Unable to locate original post."] = "Ekki tókst að finna upphaflega færslu.";
+$a->strings["Empty post discarded."] = "Tóm færsla eytt.";
+$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Skilaboðið sendi %s, notandi á Friendica samfélagsnetinu.";
+$a->strings["You may visit them online at %s"] = "Þú getur heimsótt þau á netinu á %s";
+$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Hafðu samband við sendanda með því að svara á þessari færslu ef þú villt ekki fá þessi skilaboð.";
+$a->strings["%s posted an update."] = "%s hefur sent uppfærslu.";
+$a->strings["Invalid request identifier."] = "Ógilt auðkenni beiðnar.";
+$a->strings["Discard"] = "Henda";
+$a->strings["Notifications"] = "Tilkynningar";
+$a->strings["Network Notifications"] = "Tilkynningar á neti";
+$a->strings["Personal Notifications"] = "Einkatilkynningar.";
+$a->strings["Home Notifications"] = "Tilkynningar frá heimasvæði";
+$a->strings["Show Ignored Requests"] = "Sýna hunsaðar beiðnir";
+$a->strings["Hide Ignored Requests"] = "Fela hunsaðar beiðnir";
+$a->strings["Notification type: "] = "Gerð skilaboða: ";
+$a->strings["suggested by %s"] = "stungið uppá af %s";
+$a->strings["Claims to be known to you: "] = "Þykist þekkja þig:";
+$a->strings["yes"] = "já";
+$a->strings["no"] = "nei";
+$a->strings["Shall your connection be bidirectional or not?"] = "";
+$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = "";
+$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "";
+$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "";
+$a->strings["Friend"] = "Vin";
+$a->strings["Sharer"] = "Deilir";
+$a->strings["Subscriber"] = "Áskrifandi";
+$a->strings["No introductions."] = "Engar kynningar.";
+$a->strings["Show unread"] = "Birta ólesið";
+$a->strings["Show all"] = "Birta allt";
+$a->strings["No more %s notifications."] = "Ekki fleiri %s tilkynningar.";
+$a->strings["Requested profile is not available."] = "Umbeðin forsíða ekki til.";
+$a->strings["%s's timeline"] = "Tímalína fyrir %s";
+$a->strings["%s's posts"] = "Færslur frá %s";
+$a->strings["%s's comments"] = "Athugasemdir frá %s";
+$a->strings["Tips for New Members"] = "Ábendingar fyrir nýja notendur";
+$a->strings["Profile deleted."] = "Forsíðu eytt.";
+$a->strings["Profile-"] = "Forsíða-";
+$a->strings["New profile created."] = "Ný forsíða búinn til.";
+$a->strings["Profile unavailable to clone."] = "Ekki tókst að klóna forsíðu";
+$a->strings["Profile Name is required."] = "Nafn á forsíðu er skilyrði";
+$a->strings["Marital Status"] = "Hjúskaparstaða";
+$a->strings["Romantic Partner"] = "";
+$a->strings["Work/Employment"] = "Atvinna/Starf";
+$a->strings["Religion"] = "Trúarbrögð";
+$a->strings["Political Views"] = "Stórnmálaskoðanir";
+$a->strings["Gender"] = "Kyn";
+$a->strings["Sexual Preference"] = "Kynhneigð";
+$a->strings["XMPP"] = "XMPP";
+$a->strings["Homepage"] = "Heimasíða";
+$a->strings["Interests"] = "Áhugamál";
+$a->strings["Location"] = "Staðsetning";
+$a->strings["Profile updated."] = "Forsíða uppfærð.";
+$a->strings["Hide contacts and friends:"] = "Fela tengiliði og vini";
+$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Fela tengiliða-/vinalista á þessari forsíðu?";
+$a->strings["Show more profile fields:"] = "";
+$a->strings["Profile Actions"] = "";
+$a->strings["Edit Profile Details"] = "Breyta forsíðu upplýsingum";
+$a->strings["Change Profile Photo"] = "Breyta forsíðumynd";
+$a->strings["View this profile"] = "Skoða þessa forsíðu";
+$a->strings["Edit visibility"] = "Sýsla með sýnileika";
+$a->strings["Create a new profile using these settings"] = "Búa til nýja forsíðu með þessum stillingum";
+$a->strings["Clone this profile"] = "Klóna þessa forsíðu";
+$a->strings["Delete this profile"] = "Eyða þessari forsíðu";
+$a->strings["Basic information"] = "Grunnupplýsingar";
+$a->strings["Profile picture"] = "Notandamynd";
+$a->strings["Preferences"] = "Kjörstillingar";
+$a->strings["Status information"] = "";
+$a->strings["Additional information"] = "Viðbótarupplýsingar";
+$a->strings["Relation"] = "Vensl";
+$a->strings["Miscellaneous"] = "Ýmislegt";
+$a->strings["Your Gender:"] = "Kyn:";
+$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Hjúskaparstaða:";
+$a->strings["Sexual Preference:"] = "Kynhneigð:";
+$a->strings["Example: fishing photography software"] = "Til dæmis: fishing photography software";
+$a->strings["Profile Name:"] = "Forsíðu nafn:";
+$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Þetta er <strong>opinber</strong> forsíða.<br />Hún <strong>verður</strong> sjáanleg öðrum sem nota alnetið.";
+$a->strings["Your Full Name:"] = "Fullt nafn:";
+$a->strings["Title/Description:"] = "Starfsheiti/Lýsing:";
+$a->strings["Street Address:"] = "Gata:";
+$a->strings["Locality/City:"] = "Bær/Borg:";
+$a->strings["Region/State:"] = "Svæði/Sýsla";
+$a->strings["Postal/Zip Code:"] = "Póstnúmer:";
+$a->strings["Country:"] = "Land:";
+$a->strings["Age: "] = "Aldur: ";
+$a->strings["Who: (if applicable)"] = "Hver: (ef við á)";
+$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Dæmi: cathy123, Cathy Williams, cathy@example.com";
+$a->strings["Since [date]:"] = "Síðan [date]:";
+$a->strings["Tell us about yourself..."] = "Segðu okkur frá sjálfum þér...";
+$a->strings["XMPP (Jabber) address:"] = "XMPP (Jabber) vistfang:";
+$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "";
+$a->strings["Homepage URL:"] = "Slóð heimasíðu:";
+$a->strings["Hometown:"] = "Heimabær:";
+$a->strings["Political Views:"] = "Stórnmálaskoðanir:";
+$a->strings["Religious Views:"] = "Trúarskoðanir";
+$a->strings["Public Keywords:"] = "Opinber leitarorð:";
+$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Notað til að stinga uppá mögulegum vinum, aðrir geta séð)";
+$a->strings["Private Keywords:"] = "Einka leitarorð:";
+$a->strings["(Used for searching profiles, never shown to others)"] = "(Notað við leit að öðrum notendum, aldrei sýnt öðrum)";
+$a->strings["Likes:"] = "Líkar:";
+$a->strings["Dislikes:"] = "Mislíkar:";
+$a->strings["Musical interests"] = "Tónlistarsmekkur";
+$a->strings["Books, literature"] = "Bækur, bókmenntir";
+$a->strings["Television"] = "Sjónvarp";
+$a->strings["Film/dance/culture/entertainment"] = "Kvikmyndir/dans/menning/afþreying";
+$a->strings["Hobbies/Interests"] = "Áhugamál";
+$a->strings["Love/romance"] = "Ást/rómantík";
+$a->strings["Work/employment"] = "Atvinna:";
+$a->strings["School/education"] = "Skóli/menntun";
+$a->strings["Contact information and Social Networks"] = "Tengiliðaupplýsingar og samfélagsnet";
+$a->strings["Profile Image"] = "Forsíðumynd";
+$a->strings["visible to everybody"] = "sýnilegt öllum";
+$a->strings["Edit/Manage Profiles"] = "Sýsla með forsíður";
+$a->strings["Change profile photo"] = "Breyta forsíðumynd";
+$a->strings["Create New Profile"] = "Stofna nýja forsíðu";
+$a->strings["Registration successful. Please check your email for further instructions."] = "Nýskráning tóks. Frekari fyrirmæli voru send í tölvupósti.";
+$a->strings["Failed to send email message. Here your accout details:<br> login: %s<br> password: %s<br><br>You can change your password after login."] = "";
+$a->strings["Registration successful."] = "Nýskráning tókst.";
+$a->strings["Your registration can not be processed."] = "Skráninguna þína er ekki hægt að vinna.";
+$a->strings["Your registration is pending approval by the site owner."] = "Skráningin þín bíður samþykkis af eiganda síðunnar.";
+$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Þú mátt (valfrjálst) fylla í þetta svæði gegnum OpenID með því gefa upp þitt OpenID og ýta á 'Skrá'.";
+$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Ef þú veist ekki hvað OpenID er, skildu þá þetta svæði eftir tómt en fylltu í restin af svæðunum.";
+$a->strings["Your OpenID (optional): "] = "Þitt OpenID (valfrjálst):";
+$a->strings["Include your profile in member directory?"] = "Á forsíðan þín að sjást í notendalistanum?";
+$a->strings["Note for the admin"] = "";
+$a->strings["Leave a message for the admin, why you want to join this node"] = "";
+$a->strings["Membership on this site is by invitation only."] = "Aðild að þessum vef er ";
+$a->strings["Your invitation code: "] = "";
+$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "";
+$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "";
+$a->strings["New Password:"] = "Nýtt aðgangsorð:";
+$a->strings["Leave empty for an auto generated password."] = "";
+$a->strings["Confirm:"] = "Staðfesta:";
+$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be '<strong>nickname@%s</strong>'."] = "";
+$a->strings["Choose a nickname: "] = "Veldu gælunafn:";
+$a->strings["Register"] = "Nýskrá";
+$a->strings["Import your profile to this friendica instance"] = "";
+$a->strings["User deleted their account"] = "";
+$a->strings["On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups."] = "";
+$a->strings["The user id is %d"] = "";
+$a->strings["Remove My Account"] = "Eyða þessum notanda";
+$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Þetta mun algjörlega eyða notandanum. Þegar þetta hefur verið gert er þetta ekki afturkræft.";
+$a->strings["Please enter your password for verification:"] = "Sláðu inn aðgangsorð yðar:";
+$a->strings["Account"] = "Notandi";
 $a->strings["Display"] = "Birting";
 $a->strings["Social Networks"] = "Samfélagsnet";
 $a->strings["Delegations"] = "";
@@ -1553,7 +1517,7 @@ $a->strings["No name"] = "Ekkert nafn";
 $a->strings["Remove authorization"] = "Fjarlæga auðkenningu";
 $a->strings["No Addon settings configured"] = "";
 $a->strings["Addon Settings"] = "";
-$a->strings["Additional Features"] = "";
+$a->strings["Additional Features"] = "Viðbótareiginleikar";
 $a->strings["Diaspora"] = "Diaspora";
 $a->strings["enabled"] = "kveikt";
 $a->strings["disabled"] = "slökkt";
@@ -1572,8 +1536,8 @@ $a->strings["Your legacy GNU Social account"] = "";
 $a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = "";
 $a->strings["Repair OStatus subscriptions"] = "";
 $a->strings["Email/Mailbox Setup"] = "Tölvupóstur stilling";
-$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Ef þú villt hafa samskipti við tölvupósts tengiliði með þessari þjónustu (valfrjálst), skilgreindu þá hvernig á að tengjast póstfanginu þínu.";
-$a->strings["Last successful email check:"] = "Póstfang sannreynt síðast:";
+$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Ef þú villt hafa samskipti við tölvupóststengiliði með þessari þjónustu (valfrjálst), skilgreindu þá hvernig á að tengjast póstfanginu þínu.";
+$a->strings["Last successful email check:"] = "Síðasta prófun á tölvupóstfangi:";
 $a->strings["IMAP server name:"] = "IMAP þjónn:";
 $a->strings["IMAP port:"] = "IMAP port:";
 $a->strings["Security:"] = "Öryggi:";
@@ -1598,10 +1562,10 @@ $a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "";
 $a->strings["Number of items to display per page:"] = "";
 $a->strings["Maximum of 100 items"] = "";
 $a->strings["Number of items to display per page when viewed from mobile device:"] = "";
-$a->strings["Don't show emoticons"] = "";
+$a->strings["Don't show emoticons"] = "Ekki birta tjáningartákn";
 $a->strings["Calendar"] = "Dagatal";
 $a->strings["Beginning of week:"] = "Upphaf viku:";
-$a->strings["Don't show notices"] = "";
+$a->strings["Don't show notices"] = "Ekki birta tilkynningar";
 $a->strings["Infinite scroll"] = "";
 $a->strings["Automatic updates only at the top of the network page"] = "";
 $a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = "";
@@ -1617,21 +1581,13 @@ $a->strings["Unable to find your profile. Please contact your admin."] = "";
 $a->strings["Account Types"] = "Gerðir notendaaðganga";
 $a->strings["Personal Page Subtypes"] = "";
 $a->strings["Community Forum Subtypes"] = "";
-$a->strings["Personal Page"] = "";
 $a->strings["Account for a personal profile."] = "";
-$a->strings["Organisation Page"] = "";
 $a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = "";
-$a->strings["News Page"] = "";
 $a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = "";
-$a->strings["Community Forum"] = "";
 $a->strings["Account for community discussions."] = "";
-$a->strings["Normal Account Page"] = "";
 $a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = "";
-$a->strings["Soapbox Page"] = "";
 $a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = "";
-$a->strings["Public Forum"] = "";
 $a->strings["Automatically approves all contact requests."] = "";
-$a->strings["Automatic Friend Page"] = "";
 $a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = "";
 $a->strings["Private Forum [Experimental]"] = "Einkaspjallsvæði [á tilraunastigi]";
 $a->strings["Requires manual approval of contact requests."] = "";
@@ -1672,7 +1628,7 @@ $a->strings["Your current password to confirm the changes"] = "";
 $a->strings["Password:"] = "Lykilorð:";
 $a->strings["Basic Settings"] = "Grunnstillingar";
 $a->strings["Full Name:"] = "Fullt nafn:";
-$a->strings["Email Address:"] = "Póstfang:";
+$a->strings["Email Address:"] = "Tölvupóstfang:";
 $a->strings["Your Timezone:"] = "Þitt tímabelti:";
 $a->strings["Your Language:"] = "Tungumálið þitt:";
 $a->strings["Set the language we use to show you friendica interface and to send you emails"] = "";
@@ -1683,24 +1639,20 @@ $a->strings["Maximum Friend Requests/Day:"] = "Hámarks vinabeiðnir á dag:";
 $a->strings["(to prevent spam abuse)"] = "(til að koma í veg fyrir rusl misnotkun)";
 $a->strings["Default Post Permissions"] = "Sjálfgefnar aðgangstýring á færslum";
 $a->strings["(click to open/close)"] = "(ýttu á til að opna/loka)";
-$a->strings["Default Private Post"] = "";
-$a->strings["Default Public Post"] = "";
-$a->strings["Default Permissions for New Posts"] = "";
+$a->strings["Default Private Post"] = "Sjálfgefin einkafærsla";
+$a->strings["Default Public Post"] = "Sjálfgefin opinber færsla";
+$a->strings["Default Permissions for New Posts"] = "Sjálfgefnar heimildir á nýjum færslum";
 $a->strings["Maximum private messages per day from unknown people:"] = "";
 $a->strings["Notification Settings"] = "Stillingar á tilkynningum";
-$a->strings["By default post a status message when:"] = "";
-$a->strings["accepting a friend request"] = "samþykki vinabeiðni";
-$a->strings["joining a forum/community"] = "ganga til liðs við hóp/samfélag";
-$a->strings["making an <em>interesting</em> profile change"] = "";
-$a->strings["Send a notification email when:"] = "Senda tilkynninga tölvupóst þegar:";
+$a->strings["Send a notification email when:"] = "Senda tilkynningapóst þegar:";
 $a->strings["You receive an introduction"] = "Þú færð kynningu";
 $a->strings["Your introductions are confirmed"] = "Kynningarnar þínar eru samþykktar";
-$a->strings["Someone writes on your profile wall"] = "Einhver skrifar á vegginn þínn";
+$a->strings["Someone writes on your profile wall"] = "Einhver skrifar á vegginn þinn";
 $a->strings["Someone writes a followup comment"] = "Einhver skrifar athugasemd á færslu hjá þér";
 $a->strings["You receive a private message"] = "Þú færð einkaskilaboð";
 $a->strings["You receive a friend suggestion"] = "Þér hefur borist vina uppástunga";
 $a->strings["You are tagged in a post"] = "Þú varst merkt(ur) í færslu";
-$a->strings["You are poked/prodded/etc. in a post"] = "";
+$a->strings["You are poked/prodded/etc. in a post"] = "Það var potað/ýtt/o.s.frv. við þér í færslu";
 $a->strings["Activate desktop notifications"] = "";
 $a->strings["Show desktop popup on new notifications"] = "";
 $a->strings["Text-only notification emails"] = "";
@@ -1709,9 +1661,79 @@ $a->strings["Show detailled notifications"] = "";
 $a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = "";
 $a->strings["Advanced Account/Page Type Settings"] = "";
 $a->strings["Change the behaviour of this account for special situations"] = "";
-$a->strings["Relocate"] = "";
+$a->strings["Relocate"] = "Endurstaðsetja";
 $a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "";
 $a->strings["Resend relocate message to contacts"] = "";
+$a->strings["default"] = "sjálfgefið";
+$a->strings["greenzero"] = "";
+$a->strings["purplezero"] = "";
+$a->strings["easterbunny"] = "";
+$a->strings["darkzero"] = "";
+$a->strings["comix"] = "";
+$a->strings["slackr"] = "";
+$a->strings["Variations"] = "Tilbrigði";
+$a->strings["Top Banner"] = "Borði efst";
+$a->strings["Resize image to the width of the screen and show background color below on long pages."] = "";
+$a->strings["Full screen"] = "Skjáfylli";
+$a->strings["Resize image to fill entire screen, clipping either the right or the bottom."] = "";
+$a->strings["Single row mosaic"] = "";
+$a->strings["Resize image to repeat it on a single row, either vertical or horizontal."] = "";
+$a->strings["Mosaic"] = "Mósaík";
+$a->strings["Repeat image to fill the screen."] = "";
+$a->strings["Custom"] = "Sérsniðið";
+$a->strings["Note"] = "Minnispunktur";
+$a->strings["Check image permissions if all users are allowed to see the image"] = "";
+$a->strings["Select color scheme"] = "Veldu litastef";
+$a->strings["Navigation bar background color"] = "";
+$a->strings["Navigation bar icon color "] = "";
+$a->strings["Link color"] = "Litur tengils";
+$a->strings["Set the background color"] = "Stilltu bakgrunnslit";
+$a->strings["Content background opacity"] = "";
+$a->strings["Set the background image"] = "";
+$a->strings["Background image style"] = "Stíll bakgrunnsmyndar";
+$a->strings["Login page background image"] = "";
+$a->strings["Login page background color"] = "";
+$a->strings["Leave background image and color empty for theme defaults"] = "";
+$a->strings["Guest"] = "Gestur";
+$a->strings["Visitor"] = "Í heimsókn";
+$a->strings["Logout"] = "Útskráning";
+$a->strings["End this session"] = "Loka þessu innliti";
+$a->strings["Your posts and conversations"] = "Samtölin þín";
+$a->strings["Your profile page"] = "Forsíðan þín";
+$a->strings["Your photos"] = "Myndirnar þínar";
+$a->strings["Videos"] = "Myndskeið";
+$a->strings["Your videos"] = "Myndskeiðin þín";
+$a->strings["Your events"] = "Atburðirnir þínir";
+$a->strings["Conversations from your friends"] = "Samtöl frá vinum";
+$a->strings["Events and Calendar"] = "Atburðir og dagskrá";
+$a->strings["Private mail"] = "Einka skilaboð";
+$a->strings["Account settings"] = "Stillingar aðgangsreiknings";
+$a->strings["Manage/edit friends and contacts"] = "Sýsla með vini og tengiliði";
+$a->strings["Alignment"] = "Hliðjöfnun";
+$a->strings["Left"] = "Vinstri";
+$a->strings["Center"] = "Miðjað";
+$a->strings["Color scheme"] = "Litastef";
+$a->strings["Posts font size"] = "Leturstærð færslna";
+$a->strings["Textareas font size"] = "Leturstærð textareita";
+$a->strings["Comma separated list of helper forums"] = "";
+$a->strings["don't show"] = "fela";
+$a->strings["show"] = "sýna";
+$a->strings["Set style"] = "Setja stíl";
+$a->strings["Community Pages"] = "Síður samfélagsins";
+$a->strings["Community Profiles"] = "Forsíður samfélagsins";
+$a->strings["Help or @NewHere ?"] = "Hjálp eða @NýrHér ?";
+$a->strings["Connect Services"] = "Tengja þjónustur";
+$a->strings["Find Friends"] = "Finna vini";
+$a->strings["Last users"] = "Nýjustu notendurnir";
+$a->strings["Find People"] = "Finna fólk";
+$a->strings["Enter name or interest"] = "Settu inn nafn eða áhugamál";
+$a->strings["Examples: Robert Morgenstein, Fishing"] = "Dæmi: Jón Jónsson, Veiði";
+$a->strings["Similar Interests"] = "Svipuð áhugamál";
+$a->strings["Random Profile"] = "Forsíða af handahófi";
+$a->strings["Invite Friends"] = "Bjóða vinum aðgang";
+$a->strings["Local Directory"] = "Staðvær mappa";
+$a->strings["External link to forum"] = "Ytri tengill á spjallsvæði";
+$a->strings["Quick Start"] = "";
 $a->strings["Error decoding account file"] = "";
 $a->strings["Error! No version data in file! This is not a Friendica account file?"] = "";
 $a->strings["User '%s' already exists on this server!"] = "";
@@ -1722,6 +1744,15 @@ $a->strings["%d contact not imported"] = [
        1 => "",
 ];
 $a->strings["Done. You can now login with your username and password"] = "";
+$a->strings["Post to Email"] = "Senda skilaboð á tölvupóst";
+$a->strings["Hide your profile details from unknown viewers?"] = "Fela forsíðuupplýsingar fyrir óþekktum?";
+$a->strings["Connectors disabled, since \"%s\" is enabled."] = "";
+$a->strings["Visible to everybody"] = "Sjáanlegt öllum";
+$a->strings["Close"] = "Loka";
+$a->strings["Enter new password: "] = "Settu inn nýtt lykilorð: ";
+$a->strings["Password can't be empty"] = "Lykilorð getur ekki verið autt";
+$a->strings["Could not find any unarchived contact entry for this URL (%s)"] = "";
+$a->strings["The contact entries have been archived"] = "";
 $a->strings["System"] = "Kerfi";
 $a->strings["Home"] = "Heim";
 $a->strings["Introductions"] = "Kynningar";
@@ -1736,166 +1767,90 @@ $a->strings["%s is now friends with %s"] = "%s er nú vinur %s";
 $a->strings["Friend Suggestion"] = "Vina tillaga";
 $a->strings["Friend/Connect Request"] = "Vinabeiðni/Tengibeiðni";
 $a->strings["New Follower"] = "Nýr fylgjandi";
-$a->strings["Post to Email"] = "Senda skilaboð á tölvupóst";
-$a->strings["Hide your profile details from unknown viewers?"] = "Fela forsíðuupplýsingar fyrir óþekktum?";
-$a->strings["Connectors disabled, since \"%s\" is enabled."] = "";
-$a->strings["Visible to everybody"] = "Sjáanlegt öllum";
-$a->strings["show"] = "sýna";
-$a->strings["don't show"] = "fela";
-$a->strings["Close"] = "Loka";
+$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Gat ekki fundið skipanalínu útgáfu af PHP í vefþjóns PATH.";
+$a->strings["If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-worker'>'Setup the worker'</a>"] = "";
+$a->strings["PHP executable path"] = "PHP keyrslu slóð";
+$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "";
+$a->strings["Command line PHP"] = "Skipanalínu PHP";
+$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "";
+$a->strings["Found PHP version: "] = "Fann PHP útgáfu: ";
+$a->strings["PHP cli binary"] = "";
+$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Skipanalínu útgáfa af PHP á vefþjóninum hefur ekki kveikt á \"register_argc_argv\".";
+$a->strings["This is required for message delivery to work."] = "Þetta er skilyrt fyrir því að skilaboð komist til skila.";
+$a->strings["PHP register_argc_argv"] = "";
+$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Villa: Stefjan \"openssl_pkey_new\" á vefþjóninum getur ekki stofnað dulkóðunar lykla";
+$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Ef keyrt er á Window, skoðaðu þá \"http://www.php.net/manual/en/openssl.installation.php\".";
+$a->strings["Generate encryption keys"] = "Búa til dulkóðunar lykla";
+$a->strings["libCurl PHP module"] = "libCurl PHP eining";
+$a->strings["GD graphics PHP module"] = "GD graphics PHP eining";
+$a->strings["OpenSSL PHP module"] = "OpenSSL PHP eining";
+$a->strings["PDO or MySQLi PHP module"] = "";
+$a->strings["mb_string PHP module"] = "mb_string PHP eining";
+$a->strings["XML PHP module"] = "";
+$a->strings["iconv PHP module"] = "";
+$a->strings["POSIX PHP module"] = "";
+$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite eining";
+$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Villa: Apache vefþjóns eining mod-rewrite er skilyrði og er ekki uppsett. ";
+$a->strings["Error: libCURL PHP module required but not installed."] = "Villa: libCurl PHP eining er skilyrði og er ekki uppsett.";
+$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Villa: GD graphics PHP eining með JPEG stuðningi er skilyrði og er ekki uppsett.";
+$a->strings["Error: openssl PHP module required but not installed."] = "Villa: openssl PHP eining skilyrði og er ekki uppsett.";
+$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = "";
+$a->strings["Error: The MySQL driver for PDO is not installed."] = "";
+$a->strings["Error: mb_string PHP module required but not installed."] = "Villa: mb_string PHP eining skilyrði en ekki uppsett.";
+$a->strings["Error: iconv PHP module required but not installed."] = "";
+$a->strings["Error: POSIX PHP module required but not installed."] = "";
+$a->strings["Error, XML PHP module required but not installed."] = "";
+$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "Vef uppsetningar forrit þarf að geta stofnað skránna \".htconfig.php\" in efsta skráarsafninu á vefþjóninum og það getur ekki gert það.";
+$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Þetta er oftast aðgangsstýringa stilling, þar sem vefþjónninn getur ekki skrifað út skrár í skráarsafnið - þó þú getir það.";
+$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "";
+$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "";
+$a->strings[".htconfig.php is writable"] = ".htconfig.php er skrifanleg";
+$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "";
+$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "";
+$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "";
+$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "";
+$a->strings["view/smarty3 is writable"] = "";
+$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "";
+$a->strings["Error message from Curl when fetching"] = "";
+$a->strings["Url rewrite is working"] = "";
+$a->strings["ImageMagick PHP extension is not installed"] = "";
+$a->strings["ImageMagick PHP extension is installed"] = "";
+$a->strings["ImageMagick supports GIF"] = "";
 $a->strings["Birthday:"] = "Afmælisdagur:";
-$a->strings["YYYY-MM-DD or MM-DD"] = "ÁÁÁÁ-MM-DD eða MM-DD";
-$a->strings["never"] = "aldrei";
-$a->strings["less than a second ago"] = "fyrir minna en sekúndu";
-$a->strings["year"] = "ár";
-$a->strings["years"] = "ár";
-$a->strings["months"] = "mánuðir";
-$a->strings["weeks"] = "vikur";
-$a->strings["days"] = "dagar";
-$a->strings["hour"] = "klukkustund";
-$a->strings["hours"] = "klukkustundir";
-$a->strings["minute"] = "mínúta";
-$a->strings["minutes"] = "mínútur";
-$a->strings["second"] = "sekúnda";
-$a->strings["seconds"] = "sekúndur";
-$a->strings["%1\$d %2\$s ago"] = "Fyrir %1\$d %2\$s síðan";
-$a->strings["view full size"] = "Skoða í fullri stærð";
-$a->strings["Image/photo"] = "Mynd";
-$a->strings["<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s"] = "<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s";
-$a->strings["$1 wrote:"] = "$1 skrifaði:";
-$a->strings["Encrypted content"] = "Dulritað efni";
-$a->strings["Invalid source protocol"] = "";
-$a->strings["Invalid link protocol"] = "";
-$a->strings["External link to forum"] = "Ytri tengill á spjallsvæði";
-$a->strings["Nothing new here"] = "Ekkert nýtt hér";
-$a->strings["Clear notifications"] = "Hreinsa tilkynningar";
-$a->strings["Logout"] = "Útskráning";
-$a->strings["End this session"] = "Loka þessu innliti";
-$a->strings["Your posts and conversations"] = "Samtölin þín";
-$a->strings["Your profile page"] = "Forsíðan þín";
-$a->strings["Your photos"] = "Myndirnar þínar";
-$a->strings["Videos"] = "Myndskeið";
-$a->strings["Your videos"] = "Myndskeiðin þín";
-$a->strings["Your events"] = "Atburðirnir þínir";
-$a->strings["Personal notes"] = "Einkaglósur";
-$a->strings["Your personal notes"] = "Einkaglósurnar þínar";
-$a->strings["Sign in"] = "Innskrá";
-$a->strings["Home Page"] = "Heimasíða";
-$a->strings["Create an account"] = "Stofna notanda";
-$a->strings["Help and documentation"] = "Hjálp og leiðbeiningar";
-$a->strings["Apps"] = "Forrit";
-$a->strings["Addon applications, utilities, games"] = "Viðbótarforrit, nytjatól, leikir";
-$a->strings["Search site content"] = "Leita í efni á vef";
-$a->strings["Community"] = "Samfélag";
-$a->strings["Conversations on this and other servers"] = "";
-$a->strings["Events and Calendar"] = "Atburðir og dagskrá";
-$a->strings["Directory"] = "Mappa";
-$a->strings["People directory"] = "Nafnaskrá";
-$a->strings["Information about this friendica instance"] = "Upplýsingar um þetta tilvik Friendica";
-$a->strings["Conversations from your friends"] = "Samtöl frá vinum";
-$a->strings["Network Reset"] = "Núllstilling netkerfis";
-$a->strings["Load Network page with no filters"] = "";
-$a->strings["Friend Requests"] = "Vinabeiðnir";
-$a->strings["See all notifications"] = "Sjá allar tilkynningar";
-$a->strings["Mark all system notifications seen"] = "Merkja allar tilkynningar sem séðar";
-$a->strings["Private mail"] = "Einka skilaboð";
-$a->strings["Inbox"] = "Innhólf";
-$a->strings["Outbox"] = "Úthólf";
-$a->strings["Manage"] = "Umsýsla";
-$a->strings["Manage other pages"] = "Sýsla með aðrar síður";
-$a->strings["Account settings"] = "Stillingar aðgangsreiknings";
-$a->strings["Profiles"] = "Forsíður";
-$a->strings["Manage/Edit Profiles"] = "Sýsla með forsíður";
-$a->strings["Manage/edit friends and contacts"] = "Sýsla með vini og tengiliði";
-$a->strings["Site setup and configuration"] = "Uppsetning og stillingar vefsvæðis";
-$a->strings["Navigation"] = "Yfirsýn";
-$a->strings["Site map"] = "Yfirlit um vefsvæði";
-$a->strings["Embedding disabled"] = "Innfelling ekki leyfð";
-$a->strings["Embedded content"] = "Innbyggt efni";
-$a->strings["Export"] = "Flytja út";
-$a->strings["Export calendar as ical"] = "Flytja dagatal út sem ICAL";
-$a->strings["Export calendar as csv"] = "Flytja dagatal út sem CSV";
-$a->strings["General Features"] = "Almennir eiginleikar";
-$a->strings["Multiple Profiles"] = "";
-$a->strings["Ability to create multiple profiles"] = "";
-$a->strings["Photo Location"] = "Staðsetning ljósmyndar";
-$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "";
-$a->strings["Export Public Calendar"] = "Flytja út opinbert dagatal";
-$a->strings["Ability for visitors to download the public calendar"] = "";
-$a->strings["Post Composition Features"] = "";
-$a->strings["Post Preview"] = "";
-$a->strings["Allow previewing posts and comments before publishing them"] = "";
-$a->strings["Auto-mention Forums"] = "";
-$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "";
-$a->strings["Network Sidebar Widgets"] = "";
-$a->strings["Search by Date"] = "Leita eftir dagsetningu";
-$a->strings["Ability to select posts by date ranges"] = "";
-$a->strings["List Forums"] = "Spjallsvæðalistar";
-$a->strings["Enable widget to display the forums your are connected with"] = "";
-$a->strings["Group Filter"] = "";
-$a->strings["Enable widget to display Network posts only from selected group"] = "";
-$a->strings["Network Filter"] = "";
-$a->strings["Enable widget to display Network posts only from selected network"] = "";
-$a->strings["Save search terms for re-use"] = "";
-$a->strings["Network Tabs"] = "";
-$a->strings["Network Personal Tab"] = "";
-$a->strings["Enable tab to display only Network posts that you've interacted on"] = "";
-$a->strings["Network New Tab"] = "";
-$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "";
-$a->strings["Network Shared Links Tab"] = "";
-$a->strings["Enable tab to display only Network posts with links in them"] = "";
-$a->strings["Post/Comment Tools"] = "";
-$a->strings["Multiple Deletion"] = "";
-$a->strings["Select and delete multiple posts/comments at once"] = "";
-$a->strings["Edit Sent Posts"] = "";
-$a->strings["Edit and correct posts and comments after sending"] = "";
-$a->strings["Tagging"] = "";
-$a->strings["Ability to tag existing posts"] = "";
-$a->strings["Post Categories"] = "";
-$a->strings["Add categories to your posts"] = "";
-$a->strings["Saved Folders"] = "Vistaðar möppur";
-$a->strings["Ability to file posts under folders"] = "";
-$a->strings["Dislike Posts"] = "";
-$a->strings["Ability to dislike posts/comments"] = "";
-$a->strings["Star Posts"] = "";
-$a->strings["Ability to mark special posts with a star indicator"] = "";
-$a->strings["Mute Post Notifications"] = "";
-$a->strings["Ability to mute notifications for a thread"] = "";
-$a->strings["Advanced Profile Settings"] = "";
-$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "";
-$a->strings["Tag Cloud"] = "";
-$a->strings["Provide a personal tag cloud on your profile page"] = "";
-$a->strings["Display Membership Date"] = "";
-$a->strings["Display membership date in profile"] = "";
-$a->strings["Add New Contact"] = "Bæta við tengilið";
-$a->strings["Enter address or web location"] = "Settu inn slóð";
-$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Dæmi: gudmundur@simnet.is, http://simnet.is/gudmundur";
-$a->strings["%d invitation available"] = [
-       0 => "%d boðskort í boði",
-       1 => "%d boðskort í boði",
-];
-$a->strings["Find People"] = "Finna fólk";
-$a->strings["Enter name or interest"] = "Settu inn nafn eða áhugamál";
-$a->strings["Examples: Robert Morgenstein, Fishing"] = "Dæmi: Jón Jónsson, Veiði";
-$a->strings["Similar Interests"] = "Svipuð áhugamál";
-$a->strings["Random Profile"] = "";
-$a->strings["Invite Friends"] = "Bjóða vinum aðgang";
-$a->strings["View Global Directory"] = "";
-$a->strings["Networks"] = "Net";
-$a->strings["All Networks"] = "Öll net";
-$a->strings["Everything"] = "Allt";
-$a->strings["Categories"] = "Flokkar";
-$a->strings["%d contact in common"] = [
-       0 => "%d tengiliður sameiginlegur",
-       1 => "%d tengiliðir sameiginlegir",
-];
+$a->strings["YYYY-MM-DD or MM-DD"] = "ÁÁÁÁ-MM-DD eða MM-DD";
+$a->strings["never"] = "aldrei";
+$a->strings["less than a second ago"] = "fyrir minna en sekúndu";
+$a->strings["year"] = "ár";
+$a->strings["years"] = "ár";
+$a->strings["months"] = "mánuðir";
+$a->strings["weeks"] = "vikur";
+$a->strings["days"] = "dagar";
+$a->strings["hour"] = "klukkustund";
+$a->strings["hours"] = "klukkustundir";
+$a->strings["minute"] = "mínúta";
+$a->strings["minutes"] = "mínútur";
+$a->strings["second"] = "sekúnda";
+$a->strings["seconds"] = "sekúndur";
+$a->strings["%1\$d %2\$s ago"] = "Fyrir %1\$d %2\$s síðan";
+$a->strings["view full size"] = "Skoða í fullri stærð";
+$a->strings["Image/photo"] = "Mynd";
+$a->strings["<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s"] = "<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s";
+$a->strings["$1 wrote:"] = "$1 skrifaði:";
+$a->strings["Encrypted content"] = "Dulritað efni";
+$a->strings["Invalid source protocol"] = "";
+$a->strings["Invalid link protocol"] = "";
+$a->strings["Embedding disabled"] = "Innfelling ekki leyfð";
+$a->strings["Embedded content"] = "Innbyggt efni";
+$a->strings["Export"] = "Flytja út";
+$a->strings["Export calendar as ical"] = "Flytja dagatal út sem ICAL";
+$a->strings["Export calendar as csv"] = "Flytja dagatal út sem CSV";
 $a->strings["Frequently"] = "Oft";
 $a->strings["Hourly"] = "Á klukkustundar fresti";
 $a->strings["Twice daily"] = "Tvisvar á dag";
 $a->strings["Daily"] = "Daglega";
 $a->strings["Weekly"] = "Vikulega";
 $a->strings["Monthly"] = "Mánaðarlega";
-$a->strings["OStatus"] = "";
+$a->strings["OStatus"] = "OStatus";
 $a->strings["RSS/Atom"] = "RSS / Atom";
 $a->strings["Facebook"] = "Facebook";
 $a->strings["Zot!"] = "Zot!";
@@ -1966,14 +1921,133 @@ $a->strings["Uncertain"] = "Óviss";
 $a->strings["It's complicated"] = "Þetta er flókið";
 $a->strings["Don't care"] = "Gæti ekki verið meira sama";
 $a->strings["Ask me"] = "Spurðu mig";
+$a->strings["Add New Contact"] = "Bæta við tengilið";
+$a->strings["Enter address or web location"] = "Settu inn slóð";
+$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Dæmi: gudmundur@simnet.is, http://simnet.is/gudmundur";
+$a->strings["%d invitation available"] = [
+       0 => "%d boðskort í boði",
+       1 => "%d boðskort í boði",
+];
+$a->strings["Networks"] = "Net";
+$a->strings["All Networks"] = "Öll net";
+$a->strings["Saved Folders"] = "Vistaðar möppur";
+$a->strings["Everything"] = "Allt";
+$a->strings["Categories"] = "Flokkar";
+$a->strings["%d contact in common"] = [
+       0 => "%d tengiliður sameiginlegur",
+       1 => "%d tengiliðir sameiginlegir",
+];
+$a->strings["General Features"] = "Almennir eiginleikar";
+$a->strings["Multiple Profiles"] = "";
+$a->strings["Ability to create multiple profiles"] = "";
+$a->strings["Photo Location"] = "Staðsetning ljósmyndar";
+$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "";
+$a->strings["Export Public Calendar"] = "Flytja út opinbert dagatal";
+$a->strings["Ability for visitors to download the public calendar"] = "";
+$a->strings["Post Composition Features"] = "";
+$a->strings["Post Preview"] = "";
+$a->strings["Allow previewing posts and comments before publishing them"] = "";
+$a->strings["Auto-mention Forums"] = "";
+$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "";
+$a->strings["Network Sidebar"] = "";
+$a->strings["Ability to select posts by date ranges"] = "";
+$a->strings["List Forums"] = "Spjallsvæðalistar";
+$a->strings["Enable widget to display the forums your are connected with"] = "";
+$a->strings["Group Filter"] = "";
+$a->strings["Enable widget to display Network posts only from selected group"] = "";
+$a->strings["Network Filter"] = "";
+$a->strings["Enable widget to display Network posts only from selected network"] = "";
+$a->strings["Save search terms for re-use"] = "";
+$a->strings["Network Tabs"] = "";
+$a->strings["Network Personal Tab"] = "";
+$a->strings["Enable tab to display only Network posts that you've interacted on"] = "";
+$a->strings["Network New Tab"] = "";
+$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "";
+$a->strings["Network Shared Links Tab"] = "";
+$a->strings["Enable tab to display only Network posts with links in them"] = "";
+$a->strings["Post/Comment Tools"] = "";
+$a->strings["Multiple Deletion"] = "";
+$a->strings["Select and delete multiple posts/comments at once"] = "";
+$a->strings["Edit Sent Posts"] = "";
+$a->strings["Edit and correct posts and comments after sending"] = "";
+$a->strings["Tagging"] = "";
+$a->strings["Ability to tag existing posts"] = "";
+$a->strings["Post Categories"] = "";
+$a->strings["Add categories to your posts"] = "";
+$a->strings["Ability to file posts under folders"] = "";
+$a->strings["Dislike Posts"] = "";
+$a->strings["Ability to dislike posts/comments"] = "";
+$a->strings["Star Posts"] = "";
+$a->strings["Ability to mark special posts with a star indicator"] = "";
+$a->strings["Mute Post Notifications"] = "";
+$a->strings["Ability to mute notifications for a thread"] = "";
+$a->strings["Advanced Profile Settings"] = "";
+$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "";
+$a->strings["Tag Cloud"] = "Merkjaský";
+$a->strings["Provide a personal tag cloud on your profile page"] = "";
+$a->strings["Display Membership Date"] = "";
+$a->strings["Display membership date in profile"] = "";
+$a->strings["Nothing new here"] = "Ekkert nýtt hér";
+$a->strings["Clear notifications"] = "Hreinsa tilkynningar";
+$a->strings["Personal notes"] = "Einkaglósur";
+$a->strings["Your personal notes"] = "Einkaglósurnar þínar";
+$a->strings["Sign in"] = "Innskrá";
+$a->strings["Home Page"] = "Heimasíða";
+$a->strings["Create an account"] = "Stofna notanda";
+$a->strings["Help and documentation"] = "Hjálp og leiðbeiningar";
+$a->strings["Apps"] = "Forrit";
+$a->strings["Addon applications, utilities, games"] = "Viðbótarforrit, nytjatól, leikir";
+$a->strings["Search site content"] = "Leita í efni á vef";
+$a->strings["Community"] = "Samfélag";
+$a->strings["Conversations on this and other servers"] = "";
+$a->strings["Directory"] = "Mappa";
+$a->strings["People directory"] = "Nafnaskrá";
+$a->strings["Information about this friendica instance"] = "Upplýsingar um þetta tilvik Friendica";
+$a->strings["Terms of Service of this Friendica instance"] = "";
+$a->strings["Network Reset"] = "Núllstilling netkerfis";
+$a->strings["Load Network page with no filters"] = "";
+$a->strings["Friend Requests"] = "Vinabeiðnir";
+$a->strings["See all notifications"] = "Sjá allar tilkynningar";
+$a->strings["Mark all system notifications seen"] = "Merkja allar tilkynningar sem séðar";
+$a->strings["Inbox"] = "Innhólf";
+$a->strings["Outbox"] = "Úthólf";
+$a->strings["Manage"] = "Umsýsla";
+$a->strings["Manage other pages"] = "Sýsla með aðrar síður";
+$a->strings["Profiles"] = "Forsíður";
+$a->strings["Manage/Edit Profiles"] = "Sýsla með forsíður";
+$a->strings["Site setup and configuration"] = "Uppsetning og stillingar vefsvæðis";
+$a->strings["Navigation"] = "Yfirsýn";
+$a->strings["Site map"] = "Yfirlit um vefsvæði";
 $a->strings["There are no tables on MyISAM."] = "";
 $a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "";
 $a->strings["The error message is\n[pre]%s[/pre]"] = "";
 $a->strings["\nError %d occurred during database update:\n%s\n"] = "";
 $a->strings["Errors encountered performing database changes: "] = "";
-$a->strings[": Database update"] = "";
+$a->strings["%s: Database update"] = "";
 $a->strings["%s: updating %s table."] = "";
 $a->strings["[no subject]"] = "[ekkert efni]";
+$a->strings["Starts:"] = "Byrjar:";
+$a->strings["Finishes:"] = "Endar:";
+$a->strings["all-day"] = "allan-daginn";
+$a->strings["Jun"] = "Jún";
+$a->strings["Sept"] = "Sept";
+$a->strings["No events to display"] = "Engir atburðir til að birta";
+$a->strings["l, F j"] = "l, F j";
+$a->strings["Edit event"] = "Breyta atburð";
+$a->strings["Duplicate event"] = "Tvítaka atburð";
+$a->strings["Delete event"] = "Eyða atburði";
+$a->strings["D g:i A"] = "D g:i A";
+$a->strings["g:i A"] = "g:i A";
+$a->strings["Show map"] = "Birta kort";
+$a->strings["Hide map"] = "Fela kort";
+$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Hóp sem var eytt hefur verið endurlífgaður. Færslur sem þegar voru til <strong>geta mögulega</strong> farið á hópinn og framtíðar meðlimir. Ef þetta er ekki það sem þú vilt, þá þarftu að búa til nýjan hóp með öðru nafni.";
+$a->strings["Default privacy group for new contacts"] = "";
+$a->strings["Everybody"] = "Allir";
+$a->strings["edit"] = "breyta";
+$a->strings["Edit group"] = "Breyta hóp";
+$a->strings["Contacts not in any group"] = "Tengiliðir ekki í neinum hópum";
+$a->strings["Create a new group"] = "Stofna nýjan hóp";
+$a->strings["Edit groups"] = "Breyta hópum";
 $a->strings["Requested account is not available."] = "Umbeðin forsíða er ekki til.";
 $a->strings["Edit profile"] = "Breyta forsíðu";
 $a->strings["Atom feed"] = "Atom fréttaveita";
@@ -2003,49 +2077,6 @@ $a->strings["Work/employment:"] = "Atvinna:";
 $a->strings["School/education:"] = "Skóli/menntun:";
 $a->strings["Forums:"] = "Spjallsvæði:";
 $a->strings["Only You Can See This"] = "Aðeins þú sérð þetta";
-$a->strings["%1\$s is attending %2\$s's %3\$s"] = "";
-$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "";
-$a->strings["%1\$s may attend %2\$s's %3\$s"] = "";
-$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Hóp sem var eytt hefur verið endurlífgaður. Færslur sem þegar voru til <strong>geta mögulega</strong> farið á hópinn og framtíðar meðlimir. Ef þetta er ekki það sem þú vilt, þá þarftu að búa til nýjan hóp með öðru nafni.";
-$a->strings["Default privacy group for new contacts"] = "";
-$a->strings["Everybody"] = "Allir";
-$a->strings["edit"] = "breyta";
-$a->strings["Edit group"] = "Breyta hóp";
-$a->strings["Contacts not in any group"] = "Tengiliðir ekki í neinum hópum";
-$a->strings["Create a new group"] = "Stofna nýjan hóp";
-$a->strings["Edit groups"] = "Breyta hópum";
-$a->strings["Drop Contact"] = "Henda tengilið";
-$a->strings["Organisation"] = "";
-$a->strings["News"] = "Fréttir";
-$a->strings["Forum"] = "Spjallsvæði";
-$a->strings["Connect URL missing."] = "Tengislóð vantar.";
-$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = "";
-$a->strings["This site is not configured to allow communications with other networks."] = "Þessi vefur er ekki uppsettur til að leyfa samskipti við önnur samfélagsnet.";
-$a->strings["No compatible communication protocols or feeds were discovered."] = "Engir samhæfðir samskiptastaðlar né fréttastraumar fundust.";
-$a->strings["The profile address specified does not provide adequate information."] = "Uppgefin forsíðuslóð inniheldur ekki nægilegar upplýsingar.";
-$a->strings["An author or name was not found."] = "Höfundur eða nafn fannst ekki.";
-$a->strings["No browser URL could be matched to this address."] = "Engin vefslóð passaði við þetta vistfang.";
-$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "";
-$a->strings["Use mailto: in front of address to force email check."] = "";
-$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "Þessi forsíðu slóð tilheyrir neti sem er bannað á þessum vef.";
-$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Takmörkuð forsíða.  Þessi tengiliður mun ekki getað tekið á móti beinum/einka tilkynningum frá þér.";
-$a->strings["Unable to retrieve contact information."] = "Ekki hægt að sækja tengiliðs upplýsingar.";
-$a->strings["%s's birthday"] = "Afmælisdagur %s";
-$a->strings["Happy Birthday %s"] = "Til hamingju með afmælið %s";
-$a->strings["Starts:"] = "Byrjar:";
-$a->strings["Finishes:"] = "Endar:";
-$a->strings["all-day"] = "allan-daginn";
-$a->strings["Jun"] = "Jún";
-$a->strings["Sept"] = "Sept";
-$a->strings["No events to display"] = "Engir atburðir til að birta";
-$a->strings["l, F j"] = "l, F j";
-$a->strings["Edit event"] = "Breyta atburð";
-$a->strings["Duplicate event"] = "Tvítaka atburð";
-$a->strings["Delete event"] = "Eyða atburði";
-$a->strings["D g:i A"] = "D g:i A";
-$a->strings["g:i A"] = "g:i A";
-$a->strings["Show map"] = "Birta kort";
-$a->strings["Hide map"] = "";
 $a->strings["Login failed"] = "Innskráning mistókst";
 $a->strings["Not enough information to authenticate"] = "";
 $a->strings["An invitation is required."] = "Boðskort er skilyrði.";
@@ -2064,7 +2095,6 @@ $a->strings["Your nickname can only contain a-z, 0-9 and _."] = "";
 $a->strings["Nickname is already registered. Please choose another."] = "Gælunafn þegar skráð. Veldu annað.";
 $a->strings["SERIOUS ERROR: Generation of security keys failed."] = "VERULEGA ALVARLEG VILLA: Stofnun á öryggislyklum tókst ekki.";
 $a->strings["An error occurred during registration. Please try again."] = "Villa kom upp við nýskráningu. Reyndu aftur.";
-$a->strings["default"] = "sjálfgefið";
 $a->strings["An error occurred creating your default profile. Please try again."] = "Villa kom upp við að stofna sjálfgefna forsíðu.  Vinnsamlegast reyndu aftur.";
 $a->strings["An error occurred creating your self contact. Please try again."] = "";
 $a->strings["An error occurred creating your default contact group. Please try again."] = "";
@@ -2072,24 +2102,59 @@ $a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Yo
 $a->strings["Registration at %s"] = "";
 $a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t"] = "";
 $a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s."] = "";
+$a->strings["Drop Contact"] = "Henda tengilið";
+$a->strings["Organisation"] = "";
+$a->strings["News"] = "Fréttir";
+$a->strings["Forum"] = "Spjallsvæði";
+$a->strings["Connect URL missing."] = "Tengislóð vantar.";
+$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = "";
+$a->strings["This site is not configured to allow communications with other networks."] = "Þessi vefur er ekki uppsettur til að leyfa samskipti við önnur samfélagsnet.";
+$a->strings["No compatible communication protocols or feeds were discovered."] = "Engir samhæfðir samskiptastaðlar né fréttastraumar fundust.";
+$a->strings["The profile address specified does not provide adequate information."] = "Uppgefin forsíðuslóð inniheldur ekki nægilegar upplýsingar.";
+$a->strings["An author or name was not found."] = "Höfundur eða nafn fannst ekki.";
+$a->strings["No browser URL could be matched to this address."] = "Engin vefslóð passaði við þetta vistfang.";
+$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "";
+$a->strings["Use mailto: in front of address to force email check."] = "";
+$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "Þessi forsíðu slóð tilheyrir neti sem er bannað á þessum vef.";
+$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Takmörkuð forsíða.  Þessi tengiliður mun ekki getað tekið á móti beinum/einka tilkynningum frá þér.";
+$a->strings["Unable to retrieve contact information."] = "Ekki hægt að sækja tengiliðs upplýsingar.";
+$a->strings["%s's birthday"] = "Afmælisdagur %s";
+$a->strings["Happy Birthday %s"] = "Til hamingju með afmælið %s";
+$a->strings["%1\$s is attending %2\$s's %3\$s"] = "";
+$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "";
+$a->strings["%1\$s may attend %2\$s's %3\$s"] = "";
 $a->strings["%s is now following %s."] = "%s fylgist núna með %s.";
 $a->strings["following"] = "fylgist með";
 $a->strings["%s stopped following %s."] = "";
 $a->strings["stopped following"] = "hætt að fylgja";
-$a->strings["%s\\'s birthday"] = "Afmælisdagur %s";
 $a->strings["Sharing notification from Diaspora network"] = "Tilkynning um að einhver deildi atriði á Diaspora netinu";
 $a->strings["Attachments:"] = "Viðhengi:";
 $a->strings["(no subject)"] = "(ekkert efni)";
-$a->strings["This entry was edited"] = "";
+$a->strings["Logged out."] = "Skráður út.";
+$a->strings["Create a New Account"] = "Stofna nýjan notanda";
+$a->strings["Password: "] = "Aðgangsorð: ";
+$a->strings["Remember me"] = "Muna eftir mér";
+$a->strings["Or login using OpenID: "] = "Eða auðkenna með OpenID: ";
+$a->strings["Forgot your password?"] = "Gleymt lykilorð?";
+$a->strings["Website Terms of Service"] = "Þjónustuskilmálar vefsvæðis";
+$a->strings["terms of service"] = "þjónustuskilmálar";
+$a->strings["Website Privacy Policy"] = "Persónuverndarstefna";
+$a->strings["privacy policy"] = "persónuverndarstefna";
+$a->strings["At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication."] = "";
+$a->strings["This data is required for communication and is passed on to the nodes of the communication partners and is stored there. Users can enter additional private data that may be transmitted to the communication partners accounts."] = "";
+$a->strings["At any point in time a logged in user can export their account data from the <a href=\"%1\$s/settings/uexport\">account settings</a>. If the user wants to delete their account they can do so at <a href=\"%1\$s/removeme\">%1\$s/removeme</a>. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."] = "";
+$a->strings["Privacy Statement"] = "Yfirlýsing um gagnaleynd";
+$a->strings["This entry was edited"] = "Þessari færslu var breytt";
+$a->strings["Remove from your stream"] = "";
 $a->strings["save to folder"] = "vista í möppu";
-$a->strings["I will attend"] = "";
-$a->strings["I will not attend"] = "";
-$a->strings["I might attend"] = "";
+$a->strings["I will attend"] = "Ég mæti";
+$a->strings["I will not attend"] = "Ég mæti ekki";
+$a->strings["I might attend"] = "Ég gæti mætt";
 $a->strings["add star"] = "bæta við stjörnu";
 $a->strings["remove star"] = "eyða stjörnu";
 $a->strings["toggle star status"] = "Kveikja/slökkva á stjörnu";
 $a->strings["starred"] = "stjörnumerkt";
-$a->strings["ignore thread"] = "";
+$a->strings["ignore thread"] = "Hunsa þráð";
 $a->strings["unignore thread"] = "";
 $a->strings["toggle ignore status"] = "";
 $a->strings["add tag"] = "bæta við merki";
@@ -2113,63 +2178,9 @@ $a->strings["Code"] = "Kóði";
 $a->strings["Image"] = "Mynd";
 $a->strings["Link"] = "Tengill";
 $a->strings["Video"] = "Myndband";
-$a->strings["Create a New Account"] = "Stofna nýjan notanda";
-$a->strings["Password: "] = "Aðgangsorð: ";
-$a->strings["Remember me"] = "Muna eftir mér";
-$a->strings["Or login using OpenID: "] = "Eða auðkenna með OpenID: ";
-$a->strings["Forgot your password?"] = "Gleymt lykilorð?";
-$a->strings["Website Terms of Service"] = "Þjónustuskilmálar vefsvæðis";
-$a->strings["terms of service"] = "þjónustuskilmálar";
-$a->strings["Website Privacy Policy"] = "Persónuverndarstefna";
-$a->strings["privacy policy"] = "persónuverndarstefna";
-$a->strings["Logged out."] = "Skráður út.";
 $a->strings["Delete this item?"] = "Eyða þessu atriði?";
 $a->strings["show fewer"] = "birta minna";
-$a->strings["greenzero"] = "";
-$a->strings["purplezero"] = "";
-$a->strings["easterbunny"] = "";
-$a->strings["darkzero"] = "";
-$a->strings["comix"] = "";
-$a->strings["slackr"] = "";
-$a->strings["Variations"] = "Tilbrigði";
-$a->strings["Repeat the image"] = "Endurtaka myndina";
-$a->strings["Will repeat your image to fill the background."] = "";
-$a->strings["Stretch"] = "Teygja";
-$a->strings["Will stretch to width/height of the image."] = "";
-$a->strings["Resize fill and-clip"] = "";
-$a->strings["Resize to fill and retain aspect ratio."] = "";
-$a->strings["Resize best fit"] = "Stærðarbreyta svo að passi";
-$a->strings["Resize to best fit and retain aspect ratio."] = "Stærðarbreyta svo að passi og halda upphaflegum hlutföllum.";
-$a->strings["Default"] = "Sjálfgefið";
-$a->strings["Note"] = "Minnispunktur";
-$a->strings["Check image permissions if all users are allowed to visit the image"] = "";
-$a->strings["Select scheme"] = "Veldu litastef";
-$a->strings["Navigation bar background color"] = "";
-$a->strings["Navigation bar icon color "] = "";
-$a->strings["Link color"] = "Litur tengils";
-$a->strings["Set the background color"] = "Stilltu bakgrunnslit";
-$a->strings["Content background opacity"] = "";
-$a->strings["Set the background image"] = "";
-$a->strings["Login page background image"] = "";
-$a->strings["Login page background color"] = "";
-$a->strings["Leave background image and color empty for theme defaults"] = "";
-$a->strings["Guest"] = "Gestur";
-$a->strings["Visitor"] = "Í heimsókn";
-$a->strings["Alignment"] = "Hliðjöfnun";
-$a->strings["Left"] = "Vinstri";
-$a->strings["Center"] = "Miðjað";
-$a->strings["Color scheme"] = "Litastef";
-$a->strings["Posts font size"] = "";
-$a->strings["Textareas font size"] = "";
-$a->strings["Comma separated list of helper forums"] = "";
-$a->strings["Set style"] = "";
-$a->strings["Community Pages"] = "";
-$a->strings["Community Profiles"] = "";
-$a->strings["Help or @NewHere ?"] = "";
-$a->strings["Connect Services"] = "";
-$a->strings["Find Friends"] = "Finna vini";
-$a->strings["Last users"] = "Nýjustu notendurnir";
-$a->strings["Local Directory"] = "Staðvær mappa";
-$a->strings["Quick Start"] = "";
+$a->strings["No system theme config value set."] = "";
 $a->strings["toggle mobile"] = "";
+$a->strings["%s: Updating author-id and owner-id in item and thread table. "] = "";
 $a->strings["Update %s failed. See error logs."] = "Uppfærsla á %s mistókst. Skoðaðu villuannál.";