]> git.mxchange.org Git - friendica.git/blobdiff - view/is/strings.php
Merge pull request #2016 from fabrixxm/template_vars_hook
[friendica.git] / view / is / strings.php
index 05f43486d46a112cc66e6ea8d36cdc381b4ea759..e6fc5e2d8061685b802bda96ca2d2a500459fe52 100644 (file)
 <?php
 
+if(! function_exists("string_plural_select_is")) {
 function string_plural_select_is($n){
        return ($n != 1);;
-}
+}}
 ;
-$a->strings["Post successful."] = "Melding tókst.";
-$a->strings["[Embedded content - reload page to view]"] = "[Innfelt efni - endurhlaða síðu til að sjá]";
-$a->strings["Contact settings applied."] = "Stillingar tengiliðs uppfærðar.";
-$a->strings["Contact update failed."] = "Uppfærsla tengiliðs mistókst.";
+$a->strings["%d contact edited."] = array(
+       0 => "",
+       1 => "",
+);
+$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["Permission denied."] = "Heimild ekki veitt.";
-$a->strings["Contact not found."] = "Tengiliður fannst ekki.";
-$a->strings["Repair Contact Settings"] = "Gera við stillingar tengiliðs";
-$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."] = "Vinsamlegast veldu \"Afturábak\" takkan <strong>núna</strong> ef þú ert ekki viss um hvað þú eigir að gera á þessari síðu.";
-$a->strings["Return to contact editor"] = "Fara tilbaka í tengiliða sýslun";
-$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óð vina beiðnis";
-$a->strings["Friend Confirm URL"] = "Slóð vina staðfestingar ";
-$a->strings["Notification Endpoint URL"] = "Slóð loka tilkynningar";
-$a->strings["Poll/Feed URL"] = "Slóð könnunar/þráðar";
-$a->strings["New photo from this URL"] = "Ný mynd frá slóð";
-$a->strings["Submit"] = "Senda inn";
-$a->strings["Help:"] = "Hjálp:";
-$a->strings["Help"] = "Hjálp";
-$a->strings["Not Found"] = "Fannst ekki";
-$a->strings["Page not found."] = "Síða fannst ekki.";
-$a->strings["File exceeds size limit of %d"] = "Skrá stærri en takmarkið %d";
-$a->strings["File upload failed."] = "Skráar upphlöðun mistókst.";
-$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["Event title and start time are required."] = "";
-$a->strings["l, F j"] = "";
-$a->strings["Edit event"] = "Breyta atburð";
-$a->strings["link to source"] = "slóð í heimild";
-$a->strings["Events"] = "Atburðir";
-$a->strings["Create New Event"] = "Stofna nýjan atburð";
-$a->strings["Previous"] = "Fyrra";
-$a->strings["Next"] = "Næsta";
-$a->strings["hour:minute"] = "klukkustund:mínutur";
-$a->strings["Event details"] = "Atburða lýsing";
-$a->strings["Format is %s %s. Starting date and Title are required."] = "";
-$a->strings["Event Starts:"] = "Atburður hefst:";
-$a->strings["Required"] = "";
-$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["Location:"] = "Staðsetning:";
-$a->strings["Title:"] = "";
-$a->strings["Share this event"] = "Deila þessum atburði";
+$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";
+$a->strings["Contact has been unignored"] = "Tengiliður afhunsaður";
+$a->strings["Contact has been archived"] = "Tengiliður settur í geymslu";
+$a->strings["Contact has been unarchived"] = "Tengiliður tekinn úr geymslu";
+$a->strings["Do you really want to delete this contact?"] = "Viltu í alvörunni eyða þessum tengilið?";
+$a->strings["Yes"] = "Já";
 $a->strings["Cancel"] = "Hætta við";
+$a->strings["Contact has been removed."] = "Tengiliður fjarlægður";
+$a->strings["You are mutual friends with %s"] = "Þú ert gagnkvæmur vinur %s";
+$a->strings["You are sharing with %s"] = "Þú ert að deila með %s";
+$a->strings["%s is sharing with you"] = "%s er að deila með þér";
+$a->strings["Private communications are not available for this contact."] = "Einkasamtal ekki í boði fyrir þennan";
+$a->strings["Never"] = "aldrei";
+$a->strings["(Update was successful)"] = "(uppfærsla tókst)";
+$a->strings["(Update was not successful)"] = "(uppfærsla tókst ekki)";
+$a->strings["Suggest friends"] = "Stinga uppá vinum";
+$a->strings["Network type: %s"] = "Net tegund: %s";
+$a->strings["%d contact in common"] = array(
+       0 => "%d tengiliður sameiginlegur",
+       1 => "%d tengiliðir sameiginlegir",
+);
+$a->strings["View all contacts"] = "Skoða alla tengiliði";
+$a->strings["Unblock"] = "Afbanna";
+$a->strings["Block"] = "Banna";
+$a->strings["Toggle Blocked status"] = "";
+$a->strings["Unignore"] = "Byrja að fylgjast með á ný";
+$a->strings["Ignore"] = "Hunsa";
+$a->strings["Toggle Ignored status"] = "";
+$a->strings["Unarchive"] = "Taka úr geymslu";
+$a->strings["Archive"] = "Setja í geymslu";
+$a->strings["Toggle Archive status"] = "";
+$a->strings["Repair"] = "Gera við ";
+$a->strings["Advanced Contact Settings"] = "";
+$a->strings["Communications lost with this contact!"] = "";
+$a->strings["Contact Editor"] = "Stilling tengiliðar";
+$a->strings["Submit"] = "Senda inn";
+$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";
+$a->strings["Contact Information / Notes"] = "Uppl. um tengilið / minnisatriði";
+$a->strings["Edit contact notes"] = "Breyta minnispunktum tengiliðs ";
+$a->strings["Visit %s's profile [%s]"] = "Heimsækja forsíðu %s [%s]";
+$a->strings["Block/Unblock contact"] = "útiloka/opna á tengilið";
+$a->strings["Ignore contact"] = "Hunsa tengilið";
+$a->strings["Repair URL settings"] = "Gera við slóð stillingar";
+$a->strings["View conversations"] = "Skoða samtöl";
+$a->strings["Delete contact"] = "Eyða tengilið";
+$a->strings["Last update:"] = "Síðasta uppfærsla:";
+$a->strings["Update public posts"] = "Uppfæra opinberar færslur";
+$a->strings["Update now"] = "Uppfæra núna";
+$a->strings["Currently blocked"] = "Útilokaður sem stendur";
+$a->strings["Currently ignored"] = "Hunsaður sem stendur";
+$a->strings["Currently archived"] = "Í geymslu";
+$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/\"likar við\" á þínar opinberar færslur <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["Fetch further information for feeds"] = "";
+$a->strings["Disabled"] = "";
+$a->strings["Fetch information"] = "";
+$a->strings["Fetch information and keywords"] = "";
+$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["Suggestions"] = "Uppástungur";
+$a->strings["Suggest potential friends"] = "";
+$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"] = "";
+$a->strings["Blocked"] = "Banna";
+$a->strings["Only show blocked contacts"] = "";
+$a->strings["Ignored"] = "Hunsa";
+$a->strings["Only show ignored contacts"] = "";
+$a->strings["Archived"] = "Í geymslu";
+$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["Mutual Friendship"] = "Sameiginlegur vinskapur";
+$a->strings["is a fan of yours"] = "er aðdáandi þinn";
+$a->strings["you are a fan of"] = "þú er aðdáandi";
+$a->strings["Edit contact"] = "Breyta tengilið";
+$a->strings["Contacts"] = "Tengiliðir";
+$a->strings["Search your contacts"] = "Leita í þínum vinum";
+$a->strings["Finding: "] = "Niðurstöður:";
+$a->strings["Find"] = "Finna";
+$a->strings["Update"] = "Uppfæra";
+$a->strings["Delete"] = "Eyða";
+$a->strings["No profile"] = "Engin forsíða";
+$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["Post successful."] = "Melding tókst.";
+$a->strings["Permission denied"] = "Bannaður aðgangur";
+$a->strings["Invalid profile identifier."] = "Ógilt tengiliða auðkenni";
+$a->strings["Profile Visibility Editor"] = "Sýsla með sjáanleika forsíðu";
+$a->strings["Profile"] = "Forsíða";
+$a->strings["Click on a contact to add or remove."] = "Ýttu á tengili til að bæta við hóp eða taka úr hóp.";
+$a->strings["Visible To"] = "Sjáanlegur hverjum";
+$a->strings["All Contacts (with secure profile access)"] = "Allir tengiliðir (með öruggann aðgang að forsíðu)";
+$a->strings["Item not found."] = "Atriði fannst ekki.";
+$a->strings["Public access denied."] = "Alemennings aðgangur ekki veittur.";
+$a->strings["Access to this profile has been restricted."] = "Aðgangur að þessari forsíðu hefur verið heftur.";
+$a->strings["Item has been removed."] = "Atriði hefur verið fjarlægt.";
+$a->strings["Welcome to Friendica"] = "Velkomin(n) á Friendica";
+$a->strings["New Member Checklist"] = "Nýr notandi verklisti";
+$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "";
+$a->strings["Getting Started"] = "";
+$a->strings["Friendica Walk-Through"] = "";
+$a->strings["On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "";
+$a->strings["Settings"] = "Stillingar";
+$a->strings["Go to Your Settings"] = "";
+$a->strings["On your <em>Settings</em> page -  change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."] = "";
+$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Yfirfarðu aðrar stillingar, sérstaklega næðis stillingar. Óútgefin forsíða er einsog óskráð símanúmer. Sem þýðir að líklega viltu gefa út forsíðuna þína - nema allir vinir þínir og tilvonandi vinir vita nákvæmlega hvernig á að finna þig.";
+$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 <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["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 þínum áhugamálum. Þá er hægt að fólk með svipuð áhugamál og stinga uppá vinskap.";
+$a->strings["Connecting"] = "Tengist";
+$a->strings["Facebook"] = "Facebook";
+$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "Gefðu aðgang að Facebook tengingunni ef þú þegar hefur Facebook aðgang og þá er hægt (valfrjálst) að nálgast alla vini og samtöl á Facebook.";
+$a->strings["<em>If</em> this is your own personal server, installing the Facebook addon may ease your transition to the free social web."] = "";
+$a->strings["Importing Emails"] = "";
+$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 póstfangs tengi upplýsingar í Tengla stillinga síðuna ef þú villt sækja tölvupóst og eiga samskipti við vini eða póstlista úr tölvupóst innhólfinu þínu";
+$a->strings["Go to Your Contacts Page"] = "";
+$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ða síðan er gáttin þín til að sýsla með vina sambönd og tengjast við vini á öðrum netum. Oftast setur þú vistfangi eða slóð þeirra í <em>Bæta við tengilið</em> gluggan.";
+$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>Connect</em> eða <em>Follow</em> hlekk á forsíðunni þeirra. Mögulega þarf að gefa upp þína auðkenna slóð.";
+$a->strings["Finding New People"] = "";
+$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["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["Getting Help"] = "";
+$a->strings["Go to the Help Section"] = "";
+$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["OpenID protocol error. No ID returned."] = "";
+$a->strings["Account not found and OpenID registration is not permitted on this site."] = "";
+$a->strings["Login failed."] = "Innskráning mistókst.";
+$a->strings["Image uploaded but image cropping failed."] = "Tókst að hala upp mynd en afskurður tókst ekki.";
+$a->strings["Profile Photos"] = "Forsíðu myndir";
+$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["Image exceeds size limit of %d"] = "Mynd stærri en takmörkunin %d";
+$a->strings["Unable to process image."] = "Ekki mögulegt afgreiða mynd";
+$a->strings["Upload File:"] = "Hlaða upp skrá:";
+$a->strings["Select a profile:"] = "";
+$a->strings["Upload"] = "Hlaða upp";
+$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["Image upload failed."] = "Ekki hægt að hlaða upp mynd.";
+$a->strings["photo"] = "mynd";
+$a->strings["status"] = "staða";
+$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["%s welcomes %s"] = "%s bíður %s velkomin";
-$a->strings["Authorize application connection"] = "Leyfa forriti að tengjast";
-$a->strings["Return to your app and insert this Securty Code:"] = "Farðu aftur í forritið þitt og settu þennan öryggiskóða þar";
-$a->strings["Please login to continue."] = "Skráðu þig inn til að halda áfram.";
-$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Vilt þú leyfa þessu forriti að hafa aðgang að færslum og tengiliðum, og/eða stofna nýjar færslur fyrir þig?";
-$a->strings["Yes"] = "Já";
-$a->strings["No"] = "Nei";
-$a->strings["Photo Albums"] = "Myndabækur";
-$a->strings["Contact Photos"] = "Myndir tengiliðs";
-$a->strings["Upload New Photos"] = "Hlaða upp nýjum myndum";
-$a->strings["everybody"] = "allir";
-$a->strings["Contact information unavailable"] = "Tengiliða upplýsingar ekki til";
-$a->strings["Profile Photos"] = "Forsíðu myndir";
-$a->strings["Album not found."] = "Myndabók finnst ekki.";
-$a->strings["Delete Album"] = "Fjarlægja myndabók";
-$a->strings["Delete Photo"] = "Fjarlægja mynd";
-$a->strings["was tagged in a"] = "var merktur í";
-$a->strings["photo"] = "mynd";
-$a->strings["by"] = "af";
-$a->strings["Image exceeds size limit of "] = "Mynd er yfir stærðamörkum";
-$a->strings["Image file is empty."] = "Mynda skrá er tóm.";
-$a->strings["Unable to process image."] = "Ekki mögulegt afgreiða mynd";
-$a->strings["Image upload failed."] = "Ekki hægt að hlaða upp mynd.";
-$a->strings["Public access denied."] = "Alemennings aðgangur ekki veittur.";
-$a->strings["No photos selected"] = "Engar myndir valdar";
-$a->strings["Access to this item is restricted."] = "Aðgangur að þessum hlut hefur verið heftur";
-$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "";
-$a->strings["You have used %1$.2f Mbytes of photo storage."] = "";
-$a->strings["Upload Photos"] = "Hlaða upp myndum";
-$a->strings["New album name: "] = "Nýtt nafn myndbókar:";
-$a->strings["or existing album name: "] = "eða fyrra nafn myndbókar:";
-$a->strings["Do not show a status post for this upload"] = "Ekki sýna færslu fyrir þessari upphölun";
-$a->strings["Permissions"] = "Aðgangar";
-$a->strings["Edit Album"] = "Breyta myndbók";
-$a->strings["Show Newest First"] = "";
-$a->strings["Show Oldest First"] = "";
-$a->strings["View Photo"] = "Skoða mynd";
-$a->strings["Permission denied. Access to this item may be restricted."] = "Aðgangi hafnað. Aðgangur að þessum hlut kann að vera skertur.";
-$a->strings["Photo not available"] = "Mynd ekki til";
-$a->strings["View photo"] = "Birta mynd";
-$a->strings["Edit photo"] = "Breyta mynd";
-$a->strings["Use as profile photo"] = "Nota sem forsíðu mynd";
-$a->strings["Private Message"] = "Einka skilaboð";
-$a->strings["View Full Size"] = "Skoða í fullri stærð";
-$a->strings["Tags: "] = "Merki:";
-$a->strings["[Remove any tag]"] = "[Fjarlægja öll merki]";
-$a->strings["Rotate CW (right)"] = "";
-$a->strings["Rotate CCW (left)"] = "";
-$a->strings["New album name"] = "Nýtt nafn myndbókar";
-$a->strings["Caption"] = "Yfirskrift";
-$a->strings["Add a Tag"] = "Bæta við merki";
-$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Til dæmis: @bob, @Barbara_Jensen, @jim@example.com, #Reykjavík #tjalda";
-$a->strings["I like this (toggle)"] = "Mér líkar þetta (kveikja/slökkva)";
-$a->strings["I don't like this (toggle)"] = "Mér líkar þetta ekki (kveikja/slökkva)";
-$a->strings["Share"] = "Deila";
-$a->strings["Please wait"] = "Vinsamlegast bíðið";
-$a->strings["This is you"] = "Þetta ert þú";
-$a->strings["Comment"] = "Athugasemd";
-$a->strings["Preview"] = "Forskoða";
-$a->strings["Delete"] = "Eyða";
-$a->strings["View Album"] = "Skoða myndabók";
-$a->strings["Recent Photos"] = "Nýlegar myndir";
-$a->strings["Not available."] = "Ekki í boði.";
-$a->strings["Community"] = "Samfélag";
-$a->strings["No results."] = "Engar leitarniðurstöður.";
-$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=\"http://friendica.com\">Friendica.com</a> to learn more about the Friendica project."] = "Á <a href=\"http://friendica.com\">Friendica.com</a> er hægt að fræðast nánar um Friendica verkefnið.";
-$a->strings["Bug reports and issues: please visit"] = "Villu tilkynningar og vandamál: endilega skoða";
-$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 plugins/addons/apps:"] = "";
-$a->strings["No installed plugins/addons/apps"] = "Engin uppsett eining/viðbót/forr";
-$a->strings["Item not found"] = "Hlutur fannst ekki";
-$a->strings["Edit post"] = "Breyta skilaboðum";
-$a->strings["Post to Email"] = "Senda skilaboð á tölvupóst";
-$a->strings["Edit"] = "Breyta";
-$a->strings["Upload photo"] = "Hlaða upp mynd";
-$a->strings["Attach file"] = "Bæta við skrá";
-$a->strings["Insert web link"] = "Setja inn vefslóð";
-$a->strings["Insert YouTube video"] = "Setja inn YouTube myndband";
-$a->strings["Insert Vorbis [.ogg] video"] = "Setja inn Vorbis [.ogg] myndband";
-$a->strings["Insert Vorbis [.ogg] audio"] = "Setja inn Vorbis [.ogg] hljóðskrá";
-$a->strings["Set your location"] = "Veldu staðsetningu þína";
-$a->strings["Clear browser location"] = "Hreinsa staðsetningu í vafra";
-$a->strings["Permission settings"] = "Heimildar stillingar";
-$a->strings["CC: email addresses"] = "CC: tölvupóstfang";
-$a->strings["Public post"] = "Opinber færsla";
-$a->strings["Set title"] = "Setja titil";
-$a->strings["Categories (comma-separated list)"] = "";
-$a->strings["Example: bob@example.com, mary@example.com"] = "Dæmi: bob@example.com, mary@example.com";
-$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"] = array(
-       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["Invalid email address."] = "";
-$a->strings["This account has not been configured for email. Request failed."] = "";
-$a->strings["Unable to resolve your name at the provided location."] = "Ekki tókst að fletta upp nafninu þínu á uppgefinni staðsetningu.";
-$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["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["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 með <strong>þessum</strong> notanda.";
-$a->strings["Hide this contact"] = "";
-$a->strings["Welcome home %s."] = "Velkomin(n) heim %s.";
-$a->strings["Please confirm your introduction/connection request to %s."] = "Vinsamlegas staðfestu kynninguna/tengibeiðnina við %s.";
-$a->strings["Confirm"] = "Staðfesta";
+$a->strings["Save to Folder:"] = "";
+$a->strings["- select -"] = "";
+$a->strings["Save"] = "Vista";
+$a->strings["Contact added"] = "Tengilið bætt við";
+$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["Wall Photos"] = "Veggmyndir";
+$a->strings["System error. Post not saved."] = "Kerfisvilla. Færsla ekki vistuð.";
+$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["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"] = "";
+$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["Group Editor"] = "Hópa sýslari";
+$a->strings["Members"] = "Aðilar";
+$a->strings["You must be logged in to use addons. "] = "";
+$a->strings["Applications"] = "Forrit";
+$a->strings["No installed applications."] = "Engin uppsett forrit";
+$a->strings["Profile not found."] = "Forsíða fannst ekki.";
+$a->strings["Contact not found."] = "Tengiliður 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["Remote site reported: "] = "Ytri vefur svaraði:";
+$a->strings["Temporary failure. Please wait and try again."] = "Tímabundin villa.  Vinsamlegast bíddu og reyndur aftur síðar.";
+$a->strings["Introduction failed or was revoked."] = "Kynning mistókst eða var afturkölluð.";
+$a->strings["Unable to set contact photo."] = "Ekki tókst að setja tengiliðamynd.";
+$a->strings["%1\$s is now friends with %2\$s"] = "Núna er %1\$s vinur %2\$s";
+$a->strings["No user record found for '%s' "] = "Enginn notanda fæ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["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "";
-$a->strings["<strike>Connect as an email follower</strike> (Coming soon)"] = "";
-$a->strings["If you are not yet a member of the free social web, <a href=\"http://dir.friendica.com/siteinfo\">follow this link to find a public Friendica site and join us today</a>."] = "";
-$a->strings["Friend/Connection Request"] = "Vina/Tengi Beiðni";
-$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Dæmi: siggi@demo.friendica.com, http://demo.friendica.com/profile/siggi, prufunotandi@identi.ca";
-$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["StatusNet/Federated Social Web"] = "StatusNet/Federated Social Web";
-$a->strings["Diaspora"] = "Diaspora";
-$a->strings[" - please do not use this form.  Instead, enter %s into your Diaspora search bar."] = "";
-$a->strings["Your Identity Address:"] = "Aðgangs slóðin þín:";
-$a->strings["Submit Request"] = "Senda beiðni";
-$a->strings["Friendica Social Communications Server - Setup"] = "Samfélags þjónninn Friendica - Stillingar";
-$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\"."] = "Vinsamlegast lestu skránna \"INSTALL.txt\".";
-$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."] = "Vinsamlegast hafðu samband við hýsingaraðilann þinn eða kerfisstjóra ef þú hefur spurningar um þ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["Database Name"] = "Nafn gagnagrunns";
-$a->strings["Site administrator email address"] = "Póstfang kerfisstjóri vefs";
-$a->strings["Your account email address must match this in order to use the web admin panel."] = "Notanda póstfang þitt verður að passa við þetta til að hægt sé að nota umsýslu vefviðmót.";
-$a->strings["Please select a default timezone for your website"] = "Vinsamlegast veldu sjálfgefið tímabelti fyrir vefsíðuna";
-$a->strings["Site settings"] = "Stillingar vefs";
-$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 server, you will not be able to run background polling via cron. See <a href='http://friendica.com/node/27'>'Activating scheduled tasks'</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["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, vinsamlegast skoðið \"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["mysqli PHP module"] = "mysqli PHP eining";
-$a->strings["mb_string PHP module"] = "mb_string PHP eining";
-$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: mysqli PHP module required but not installed."] = "Villa: mysqli PHP eining er skilyrði og er ekki uppsett";
-$a->strings["Error: mb_string PHP module required but not installed."] = "Villa: mb_string PHP eining skilyrði en ekki uppsett.";
-$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["Url rewrite in .htaccess is not working. Check your server configuration."] = "";
-$a->strings["Url rewrite is working"] = "";
-$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 gagnagrunns stillingar skrá \".htconfig.php\". Vinsamlegast notaði viðhangandi texta til að búa til stillingar skrá á vefþjóns rótina.";
-$a->strings["Errors encountered creating database tables."] = "Villur komu upp við að stofna töflur í gagnagrunn.";
-$a->strings["<h1>What next</h1>"] = "";
-$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "MIKILVÆGT: Þú þarft að [handvirkt] setja upp sjálfvirka keyrslu á poller.";
-$a->strings["l F d, Y \\@ g:i A"] = "";
-$a->strings["Time Conversion"] = "Tíma leiðréttir";
-$a->strings["Friendika 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.";
-$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["Poke/Prod"] = "";
-$a->strings["poke, prod or do other things to somebody"] = "";
-$a->strings["Recipient"] = "";
-$a->strings["Choose what you wish to do to recipient"] = "";
-$a->strings["Make this post private"] = "";
-$a->strings["Profile Match"] = "Forsíða fannst";
-$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["Connect"] = "Tengjast";
-$a->strings["No matches"] = "Engar leitarniðurstöður";
-$a->strings["Remote privacy information not available."] = "Persónuverndar upplýsingar ekki fyrir hendi á fjarlægum vefþjón.";
-$a->strings["Visible to:"] = "Sýnilegt eftirfarandi:";
-$a->strings["No such group"] = "Hópur ekki til";
-$a->strings["Group is empty"] = "Hópur er tómur";
-$a->strings["Group: "] = "Hópur:";
-$a->strings["Select"] = "Velja";
-$a->strings["View %s's profile @ %s"] = "Birta forsíðu %s hjá %s";
-$a->strings["%s from %s"] = "%s til %s";
-$a->strings["View in context"] = "Birta í samhengi";
-$a->strings["%d comment"] = array(
-       0 => "%d ummæli",
-       1 => "%d ummæli",
-);
-$a->strings["comment"] = array(
-       0 => "",
-       1 => "",
-);
-$a->strings["show more"] = "sýna meira";
-$a->strings["like"] = "líkar";
-$a->strings["dislike"] = "mislíkar";
-$a->strings["Share this"] = "Deila þessu";
-$a->strings["share"] = "deila";
-$a->strings["Bold"] = "Feitletrað";
-$a->strings["Italic"] = "Skáletrað";
-$a->strings["Underline"] = "Undirstrikað";
-$a->strings["Quote"] = "Gæsalappir";
-$a->strings["Code"] = "Kóði";
-$a->strings["Image"] = "Mynd";
-$a->strings["Link"] = "Hlekkur";
-$a->strings["Video"] = "Myndband";
-$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["add tag"] = "bæta við merki";
-$a->strings["save to folder"] = "";
-$a->strings["to"] = "við";
-$a->strings["Wall-to-Wall"] = "vegg við vegg";
-$a->strings["via Wall-To-Wall:"] = "gegnum vegg við vegg";
-$a->strings["Welcome to %s"] = "Velkomin(n) til %s";
+$a->strings["%1\$s has joined %2\$s"] = "%1\$s hefur gengið til liðs við %2\$s";
+$a->strings["Requested profile is not available."] = "Umbeðinn forsíða ekki til.";
+$a->strings["Tips for New Members"] = "Ábendingar fyrir nýja notendur";
+$a->strings["No videos selected"] = "";
+$a->strings["Access to this item is restricted."] = "Aðgangur að þessum hlut hefur verið heftur";
+$a->strings["View Video"] = "";
+$a->strings["View Album"] = "Skoða myndabók";
+$a->strings["Recent Videos"] = "";
+$a->strings["Upload New Videos"] = "";
+$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["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["No valid account found."] = "Engin gildur aðgangur fannst.";
+$a->strings["Password reset request issued. Check your email."] = "Breyta 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.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "";
+$a->strings["\n\t\tFollow this link to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "";
+$a->strings["Password reset requested at %s"] = "Endurstilling aðgangsorðs umbeðin %s";
+$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Beiðni gat ekki verið sannreynd. (Það getur verið að þú hafir þegar sent hana.) Endurstilling á aðgangsorði tókst ekki.";
+$a->strings["Password Reset"] = "Endurstilling Aðgangsorðs";
+$a->strings["Your password has been reset as requested."] = "Aðgangsorðið þitt hefur verið endurstilt.";
+$a->strings["Your new password is"] = "Nýja aðgangsorð þitt er ";
+$a->strings["Save or copy your new password - and then"] = "Vistaðu eða afritaðu nýja aðgangsorðið og";
+$a->strings["click here to login"] = "smelltu hér til að skrá þig inn";
+$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Þú getur breytt aðgangsorðinu þínu á <em>Stillingar</em> síðunni eftir að þú hefur skráð þig inn.";
+$a->strings["\n\t\t\t\tDear %1\$s,\n\t\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\t\tinformation for your records (or change your password immediately to\n\t\t\t\tsomething that you will remember).\n\t\t\t"] = "";
+$a->strings["\n\t\t\t\tYour login details are as follows:\n\n\t\t\t\tSite Location:\t%1\$s\n\t\t\t\tLogin Name:\t%2\$s\n\t\t\t\tPassword:\t%3\$s\n\n\t\t\t\tYou may change that password from your account settings page after logging in.\n\t\t\t"] = "";
+$a->strings["Your password has been changed at %s"] = "Aðgangsorðinu þínu var breytt í %s";
+$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["Reset"] = "Endursetja";
+$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["{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["{0} commented %s's post"] = "{0} gerði athugasemd við %s's senda færslu";
+$a->strings["{0} liked %s's post"] = "{0} líkaði við senda færslu %s's";
+$a->strings["{0} disliked %s's post"] = "{0} líkaði ekki við senda færslu %s's";
+$a->strings["{0} is now friends with %s"] = "{0} er nú vinur %s";
+$a->strings["{0} posted"] = "{0} sendi færslu";
+$a->strings["{0} tagged %s's post with #%s"] = "{0} merkti %s's færslu með #%s";
+$a->strings["{0} mentioned you in a post"] = "{0} minntist á þig í færslu";
+$a->strings["No contacts."] = "Enginn tengiliður";
+$a->strings["View Contacts"] = "Skoða tengiliði";
 $a->strings["Invalid request identifier."] = "Ógilt fyrirspurnar  auðkenni";
 $a->strings["Discard"] = "Henda";
-$a->strings["Ignore"] = "Hunsa";
-$a->strings["System"] = "";
+$a->strings["System"] = "Kerfi";
 $a->strings["Network"] = "Samfélag";
 $a->strings["Personal"] = "Einka";
 $a->strings["Home"] = "Heim";
 $a->strings["Introductions"] = "Kynningar";
-$a->strings["Messages"] = "Skilaboð";
 $a->strings["Show Ignored Requests"] = "Sýna hunsaðar fyrirspurnir";
 $a->strings["Hide Ignored Requests"] = "Fela hunsaðar beiðnir";
 $a->strings["Notification type: "] = "Skilaboða gerð:";
 $a->strings["Friend Suggestion"] = "Vina tillaga";
 $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 ";
 $a->strings["if applicable"] = "ef við á";
 $a->strings["Approve"] = "Samþykkja";
@@ -339,393 +306,45 @@ $a->strings["%s is now friends with %s"] = "%s er nú vinur %s";
 $a->strings["%s created a new post"] = "%s bjó til færslu";
 $a->strings["%s commented on %s's post"] = "%s athugasemd  við %s's færslu";
 $a->strings["No more network notifications."] = "Engar tilkynningar á neti.";
-$a->strings["Network Notifications"] = "";
-$a->strings["No more system notifications."] = "";
-$a->strings["System Notifications"] = "";
+$a->strings["Network Notifications"] = "Tilkynningar á neti";
+$a->strings["No more system notifications."] = "Ekki fleiri kerfistilkynningar.";
+$a->strings["System Notifications"] = "Kerfistilkynningar";
 $a->strings["No more personal notifications."] = "Engar einka tilkynningar.";
-$a->strings["Personal Notifications"] = "";
+$a->strings["Personal Notifications"] = "Einkatilkynningar.";
 $a->strings["No more home notifications."] = "Ekki fleiri heima tilkynningar";
-$a->strings["Home Notifications"] = "";
-$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["Contact has been blocked"] = "Lokað á tengilið";
-$a->strings["Contact has been unblocked"] = "Opnað á tengilið";
-$a->strings["Contact has been ignored"] = "Tengiliður hunsaður";
-$a->strings["Contact has been unignored"] = "Tengiliður afhunsaður";
-$a->strings["Contact has been archived"] = "Tengiliður settur í geymslu";
-$a->strings["Contact has been unarchived"] = "Tengiliður tekinn úr geymslu";
-$a->strings["Contact has been removed."] = "Tengiliður fjarlægður";
-$a->strings["You are mutual friends with %s"] = "Þú ert gagnkvæmur vinur %s";
-$a->strings["You are sharing with %s"] = "Þú ert að deila með %s";
-$a->strings["%s is sharing with you"] = "%s er að deila með þér";
-$a->strings["Private communications are not available for this contact."] = "Einkasamtal ekki í boði fyrir þennan";
-$a->strings["Never"] = "aldrei";
-$a->strings["(Update was successful)"] = "(uppfærsla tókst)";
-$a->strings["(Update was not successful)"] = "(uppfærsla tókst ekki)";
-$a->strings["Suggest friends"] = "Stinga uppá vinum";
-$a->strings["Network type: %s"] = "Net tegund: %s";
-$a->strings["%d contact in common"] = array(
-       0 => "%d tengiliður sameiginlegur",
-       1 => "%d tengiliðir sameiginlegir",
-);
-$a->strings["View all contacts"] = "Skoða alla tengiliði";
-$a->strings["Unblock"] = "Afbanna";
-$a->strings["Block"] = "Banna";
-$a->strings["Toggle Blocked status"] = "";
-$a->strings["Unignore"] = "Byrja að fylgjast með á ný";
-$a->strings["Toggle Ignored status"] = "";
-$a->strings["Unarchive"] = "Taka úr geymslu";
-$a->strings["Archive"] = "Setja í geymslu";
-$a->strings["Toggle Archive status"] = "";
-$a->strings["Repair"] = "Gera við ";
-$a->strings["Advanced Contact Settings"] = "";
-$a->strings["Communications lost with this contact!"] = "";
-$a->strings["Contact Editor"] = "Stilling tengiliðar";
-$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";
-$a->strings["Contact Information / Notes"] = "Uppl. um tengilið / minnisatriði";
-$a->strings["Edit contact notes"] = "Breyta minnispunktum tengiliðs ";
-$a->strings["Visit %s's profile [%s]"] = "Heimsækja forsíðu %s [%s]";
-$a->strings["Block/Unblock contact"] = "útiloka/opna á tengilið";
-$a->strings["Ignore contact"] = "Hunsa tengilið";
-$a->strings["Repair URL settings"] = "Gera við slóð stillingar";
-$a->strings["View conversations"] = "Skoða samtöl";
-$a->strings["Delete contact"] = "Eyða tengilið";
-$a->strings["Last update:"] = "Síðasta uppfærsla:";
-$a->strings["Update public posts"] = "Uppfæra opinberar færslur";
-$a->strings["Update now"] = "Uppfæra núna";
-$a->strings["Currently blocked"] = "Útilokaður sem stendur";
-$a->strings["Currently ignored"] = "Hunsaður sem stendur";
-$a->strings["Currently archived"] = "Í geymslu";
-$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "Svör/\"likar við\" á þínar opinberar færslur <strong>geta mögulega</strong> verið sýnileg öðrum";
-$a->strings["Suggestions"] = "";
-$a->strings["Suggest potential friends"] = "";
-$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"] = "";
-$a->strings["Blocked"] = "Banna";
-$a->strings["Only show blocked contacts"] = "";
-$a->strings["Ignored"] = "Hunsa";
-$a->strings["Only show ignored contacts"] = "";
-$a->strings["Archived"] = "Í geymslu";
-$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["Mutual Friendship"] = "Sameiginlegur vinskapur";
-$a->strings["is a fan of yours"] = "er aðdáandi þinn";
-$a->strings["you are a fan of"] = "þú er aðdáandi";
-$a->strings["Edit contact"] = "Breyta tengilið";
-$a->strings["Contacts"] = "Tengiliðir";
-$a->strings["Search your contacts"] = "Leita í þínum vinum";
-$a->strings["Finding: "] = "Niðurstöður:";
-$a->strings["Find"] = "Finna";
-$a->strings["No valid account found."] = "Engin gildur aðgangur fannst.";
-$a->strings["Password reset request issued. Check your email."] = "Breyta lykilorði. Opnaðu tölvupóstinn þinn.";
-$a->strings["Password reset requested at %s"] = "Endurstilling aðgangsorðs umbeðin %s";
-$a->strings["Administrator"] = "Kerfisstjóri";
-$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Beiðni gat ekki verið sannreynd. (Það getur verið að þú hafir þegar sent hana.) Endurstilling á aðgangsorði tókst ekki.";
-$a->strings["Password Reset"] = "Endurstilling Aðgangsorðs";
-$a->strings["Your password has been reset as requested."] = "Aðgangsorðið þitt hefur verið endurstilt.";
-$a->strings["Your new password is"] = "Nýja aðgangsorð þitt er ";
-$a->strings["Save or copy your new password - and then"] = "Vistaðu eða afritaðu nýja aðgangsorðið og";
-$a->strings["click here to login"] = "smelltu hér til að skrá þig inn";
-$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Þú getur breytt aðgangsorðinu þínu á <em>Stillingar</em> síðunni eftir að þú hefur skráð þig inn.";
-$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["Reset"] = "Endursetja";
-$a->strings["Account settings"] = "Notenda stillingar";
-$a->strings["Display settings"] = "";
-$a->strings["Connector settings"] = "Stillingar tengla";
-$a->strings["Plugin settings"] = "Viðbóta stillingar";
-$a->strings["Connected apps"] = "";
-$a->strings["Export personal data"] = "Sækja persónuleg gögn";
-$a->strings["Remove account"] = "Henda tengilið";
-$a->strings["Settings"] = "Stillingar";
-$a->strings["Missing some important data!"] = "Vantar mikilvæg gögn!";
-$a->strings["Update"] = "Uppfæra";
-$a->strings["Failed to connect with email account using the settings provided."] = "Ekki tókst að tengjast við pósthólf með stillingum sem uppgefnar eru.";
-$a->strings["Email settings updated."] = "Stillingar póstfangs uppfærðar.";
-$a->strings["Passwords do not match. Password unchanged."] = "Aðgangsorð ber ekki saman.  Aðgangsorð óbreytt.";
-$a->strings["Empty passwords are not allowed. Password unchanged."] = "Tóm aðgangsorð eru ekki leyfileg. Aðgangsorð óbreytt.";
-$a->strings["Password changed."] = "Aðgangsorði breytt.";
-$a->strings["Password update failed. Please try again."] = "Uppfærsla á aðgangsorði tókst ekki. Reyndu aftur.";
-$a->strings[" Please use a shorter name."] = "Vinsamlegast nota styttra nafn.";
-$a->strings[" Name too short."] = "Nafn of stutt.";
-$a->strings[" Not valid email."] = "Póstfang ógilt";
-$a->strings[" Cannot change to that email."] = "Ekki hægt að breyta yfir í þetta póstfang.";
-$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "";
-$a->strings["Private forum has no privacy permissions and no default privacy group."] = "";
-$a->strings["Settings updated."] = "Stillingar uppfærðar";
-$a->strings["Add application"] = "Bæta við forriti";
-$a->strings["Consumer Key"] = "Notenda lykill";
-$a->strings["Consumer Secret"] = "Notenda leyndarmál";
-$a->strings["Redirect"] = "Áframsenda";
-$a->strings["Icon url"] = "Táknmyndar slóð";
-$a->strings["You can't edit this application."] = "Þú getur ekki breytt þessu forriti.";
-$a->strings["Connected Apps"] = "Tengd forr";
-$a->strings["Client key starts with"] = "Lykill viðskiptavinar byrjar á";
-$a->strings["No name"] = "Ekkert nafn";
-$a->strings["Remove authorization"] = "Fjarlæga auðkenningu";
-$a->strings["No Plugin settings configured"] = "Engar stillingar í einingu stilltar";
-$a->strings["Plugin Settings"] = "Eininga stillingar";
-$a->strings["Built-in support for %s connectivity is %s"] = "Innbyggður stuðningur fyrir %s tenging er%s";
-$a->strings["enabled"] = "kveikt";
-$a->strings["disabled"] = "slökkt";
-$a->strings["StatusNet"] = "StatusNet";
-$a->strings["Email access is disabled on this site."] = "Slökkt hefur verið á tölvupóst aðgang á þessum þjón.";
-$a->strings["Connector Settings"] = "Stillingar tengils";
-$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["IMAP server name:"] = "IMAP þjónn:";
-$a->strings["IMAP port:"] = "IMAP port:";
-$a->strings["Security:"] = "Öryggi:";
-$a->strings["None"] = "Ekkert";
-$a->strings["Email login name:"] = "Póstfangs aðgangsnafn:";
-$a->strings["Email password:"] = "Póstfangs aðgangsorð:";
-$a->strings["Reply-to address:"] = "Póstfang sem svar berst á:";
-$a->strings["Send public posts to all email contacts:"] = "Senda opinberar færslur á alla tölvupóst viðtakendur:";
-$a->strings["Action after import:"] = "";
-$a->strings["Mark as seen"] = "Merka sem séð";
-$a->strings["Move to folder"] = "Flytja yfir í skrásafn";
-$a->strings["Move to folder:"] = "Flytja yfir í skrásafn:";
-$a->strings["No special theme for mobile devices"] = "";
-$a->strings["Display Settings"] = "";
-$a->strings["Display Theme:"] = "Útlits þema:";
-$a->strings["Mobile Theme:"] = "";
-$a->strings["Update browser every xx seconds"] = "Endurhlaða vefsíðu á xx sekúndu fresti";
-$a->strings["Minimum of 10 seconds, no maximum"] = "Minnst 10 sekúndur, ekkert hámark";
-$a->strings["Number of items to display per page:"] = "";
-$a->strings["Maximum of 100 items"] = "";
-$a->strings["Don't show emoticons"] = "";
-$a->strings["Normal Account Page"] = "";
-$a->strings["This account is a normal personal profile"] = "Þessi notandi er með venjulega persónulega forsíðu";
-$a->strings["Soapbox Page"] = "";
-$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "Sjálfkrafa samþykkja allar tengi/vina beiðnir sem, einungis lestrar aðdáendur";
-$a->strings["Community Forum/Celebrity Account"] = "";
-$a->strings["Automatically approve all connection/friend requests as read-write fans"] = "Sjálfkrafa samþykkja allar tengi/vina beiðnir, sem les og skriftar aðdáendur";
-$a->strings["Automatic Friend Page"] = "";
-$a->strings["Automatically approve all connection/friend requests as friends"] = "Sjálfkrafa samþykkja allar tengi/vina beiðnir sem vini";
-$a->strings["Private Forum [Experimental]"] = "";
-$a->strings["Private forum - approved members only"] = "";
-$a->strings["OpenID:"] = "OpenID:";
-$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Valfrjálst) Leyfa þessu OpenID til að auðkennast sem þessi notandi.";
-$a->strings["Publish your default profile in your local site directory?"] = "Gefa út sjálfgefna forsíðu í tengiliðalista á þessum þjón?";
-$a->strings["Publish your default profile in the global social directory?"] = "Gefa út sjálfgefna forsíðu í tengiliðalista á heimsvísu?";
-$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Fela tengiliða/vina listann þinn frá áhorfendum á sjálfgefinni forsíðu?";
-$a->strings["Hide your profile details from unknown viewers?"] = "Fela forsíðu upplýsingar fyrir óþekktum? ";
-$a->strings["Allow friends to post to your profile page?"] = "Leyfa vinum að deila á forsíðuna þína?";
-$a->strings["Allow friends to tag your posts?"] = "Leyfa vinum að merkja þínar færslur?";
-$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Leyfa að stungið verði uppá þér sem hugsamlegum vinur fyrir aðra notendur? ";
-$a->strings["Permit unknown people to send you private mail?"] = "";
-$a->strings["Profile is <strong>not published</strong>."] = "Forsíðu hefur <strong>ekki verið gefinn út</strong>.";
-$a->strings["or"] = "eða";
-$a->strings["Your Identity Address is"] = "Þín auðkennis slóð er";
-$a->strings["Automatically expire posts after this many days:"] = "Sjálfkrafa fyrna færslu eftir hvað marga daga:";
-$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Tómar færslur renna ekki út.  Útrunnum færslum er eytt";
-$a->strings["Advanced expiration settings"] = "Flóknar fyrningatíma stillingar";
-$a->strings["Advanced Expiration"] = "Flókin fyrning";
-$a->strings["Expire posts:"] = "Fyrna færslur:";
-$a->strings["Expire personal notes:"] = "Fyrna einka glósur:";
-$a->strings["Expire starred posts:"] = "Fyrna stjörnumerktar færslur:";
-$a->strings["Expire photos:"] = "Fyrna myndum:";
-$a->strings["Only expire posts by others:"] = "";
-$a->strings["Account Settings"] = "Notenda stillingar";
-$a->strings["Password Settings"] = "Aðgangsorða stillingar";
-$a->strings["New Password:"] = "Nýtt aðgangsorð:";
-$a->strings["Confirm:"] = "Staðfesta:";
-$a->strings["Leave password fields blank unless changing"] = "Hafðu aðgangsorða svæði tóm nema þegar verið er að breyta";
-$a->strings["Basic Settings"] = "Grunn stillingar";
-$a->strings["Full Name:"] = "Fullt nafn:";
-$a->strings["Email Address:"] = "Póstfang:";
-$a->strings["Your Timezone:"] = "Þitt tímabelti:";
-$a->strings["Default Post Location:"] = "Sjálfgefin staðsetning færslu:";
-$a->strings["Use Browser Location:"] = "Nota vafra staðsetningu:";
-$a->strings["Security and Privacy Settings"] = "Öryggis og næðis stillingar";
-$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["Maximum private messages per day from unknown people:"] = "";
-$a->strings["Notification Settings"] = "Tilkynninga stillingar";
-$a->strings["By default post a status message when:"] = "";
-$a->strings["accepting a friend request"] = "";
-$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["You receive an introduction"] = "Þú færð kynningu";
-$a->strings["Your introductions are confirmed"] = "Þínar kynningar eru samþykktar";
-$a->strings["Someone writes on your profile wall"] = "Einhver skrifar á vegginn þínn";
-$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["Advanced Account/Page Type Settings"] = "";
-$a->strings["Change the behaviour of this account for special situations"] = "";
-$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["Search Results For:"] = "Leitar niðurstöður fyrir:";
-$a->strings["Remove term"] = "Fjarlæga gildi";
-$a->strings["Saved Searches"] = "Vistaðar leitir";
-$a->strings["add"] = "bæta við";
-$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["Posts that mention or involve you"] = "Færslur sem tengjast þér";
-$a->strings["New"] = "Ný";
-$a->strings["Activity Stream - by date"] = "Færslu straumur - raðað eftir dagsetningu";
-$a->strings["Starred"] = "Stjörnumerkt";
-$a->strings["Favourite Posts"] = "Uppáhalds færslur";
-$a->strings["Shared Links"] = "";
-$a->strings["Interesting Links"] = "Áhugaverðir hlekkir";
-$a->strings["Warning: This group contains %s member from an insecure network."] = array(
-       0 => "Aðvörun: Þessi hópur inniheldur %s notanda frá óöruggu neti.",
-       1 => "Aðvörun: Þessi hópur inniheldur %s notendur frá óöruggu neti.",
-);
-$a->strings["Private messages to this group are at risk of public disclosure."] = "Einka samtöl send á þennan hóp eiga á hættu að verða opinber.";
-$a->strings["Contact: "] = "Tengiliður:";
-$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["Personal Notes"] = "Persónulegar glósur";
-$a->strings["Save"] = "Vista";
-$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "";
+$a->strings["Home Notifications"] = "Tilkynningar frá heimasvæði";
+$a->strings["Source (bbcode) text:"] = "";
+$a->strings["Source (Diaspora) text to convert to BBcode:"] = "";
+$a->strings["Source input: "] = "";
+$a->strings["bb2html (raw HTML): "] = "bb2html (hrátt HTML): ";
+$a->strings["bb2html: "] = "bb2html: ";
+$a->strings["bb2html2bb: "] = "bb2html2bb: ";
+$a->strings["bb2md: "] = "bb2md: ";
+$a->strings["bb2md2html: "] = "bb2md2html: ";
+$a->strings["bb2dia2bb: "] = "bb2dia2bb: ";
+$a->strings["bb2md2html2bb: "] = "bb2md2html2bb: ";
+$a->strings["Source input (Diaspora format): "] = "";
+$a->strings["diaspora2bb: "] = "diaspora2bb: ";
+$a->strings["Nothing new here"] = "Ekkert nýtt héðan";
+$a->strings["Clear notifications"] = "";
+$a->strings["New Message"] = "Ný skilaboð";
 $a->strings["No recipient selected."] = "Engir viðtakendur valdir.";
-$a->strings["Unable to check your home location."] = "";
+$a->strings["Unable to locate contact information."] = "Ekki tókst að staðsetja tengiliðs upplýsingar.";
 $a->strings["Message could not be sent."] = "Ekki tókst að senda skilaboð.";
 $a->strings["Message collection failure."] = "Ekki tókst að sækja skilaboð.";
 $a->strings["Message sent."] = "Skilaboð send.";
-$a->strings["No recipient."] = "";
+$a->strings["Messages"] = "Skilaboð";
+$a->strings["Do you really want to delete this message?"] = "";
+$a->strings["Message deleted."] = "Skilaboðum eytt.";
+$a->strings["Conversation removed."] = "Samtali eytt.";
 $a->strings["Please enter a link URL:"] = "Sláðu inn slóð:";
 $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["Your message:"] = "Skilaboðin:";
-$a->strings["Welcome to Friendica"] = "Velkomin(n) á Friendica";
-$a->strings["New Member Checklist"] = "Nýr notandi verklisti";
-$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "";
-$a->strings["Getting Started"] = "";
-$a->strings["Friendica Walk-Through"] = "";
-$a->strings["On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "";
-$a->strings["Go to Your Settings"] = "";
-$a->strings["On your <em>Settings</em> page -  change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."] = "";
-$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Yfirfarðu aðrar stillingar, sérstaklega næðis stillingar. Óútgefin forsíða er einsog óskráð símanúmer. Sem þýðir að líklega viltu gefa út forsíðuna þína - nema allir vinir þínir og tilvonandi vinir vita nákvæmlega hvernig á að finna þig.";
-$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 <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["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 þínum áhugamálum. Þá er hægt að fólk með svipuð áhugamál og stinga uppá vinskap.";
-$a->strings["Connecting"] = "";
-$a->strings["Facebook"] = "Facebook";
-$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "Gefðu aðgang að Facebook tengingunni ef þú þegar hefur Facebook aðgang og þá er hægt (valfrjálst) að nálgast alla vini og samtöl á Facebook.";
-$a->strings["<em>If</em> this is your own personal server, installing the Facebook addon may ease your transition to the free social web."] = "";
-$a->strings["Importing Emails"] = "";
-$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 póstfangs tengi upplýsingar í Tengla stillinga síðuna ef þú villt sækja tölvupóst og eiga samskipti við vini eða póstlista úr tölvupóst innhólfinu þínu";
-$a->strings["Go to Your Contacts Page"] = "";
-$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ða síðan er gáttin þín til að sýsla með vina sambönd og tengjast við vini á öðrum netum. Oftast setur þú vistfangi eða slóð þeirra í <em>Bæta við tengilið</em> gluggan.";
-$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>Connect</em> eða <em>Follow</em> hlekk á forsíðunni þeirra. Mögulega þarf að gefa upp þína auðkenna slóð.";
-$a->strings["Finding New People"] = "";
-$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["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ða síðunni.  Eftir það getur þú haft samskipti við hvern hóp fyrir sig á Samfélags síð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["Getting Help"] = "";
-$a->strings["Go to the Help Section"] = "";
-$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["Item not available."] = "Atriði ekki í boði.";
-$a->strings["Item was not found."] = "Atriði fannst ekki";
-$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["Permission denied"] = "Bannaður aðgangur";
-$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["Group Editor"] = "Hópa sýslari";
-$a->strings["Members"] = "Aðilar";
-$a->strings["Click on a contact to add or remove."] = "Ýttu á tengili til að bæta við hóp eða taka úr hóp.";
-$a->strings["Invalid profile identifier."] = "Ógilt tengiliða auðkenni";
-$a->strings["Profile Visibility Editor"] = "Sýsla með sjáanleika forsíðu";
-$a->strings["Visible To"] = "Sjáanlegur hverjum";
-$a->strings["All Contacts (with secure profile access)"] = "Allir tengiliðir (með öruggann aðgang að forsíðu)";
-$a->strings["No contacts."] = "Enginn tengiliður";
-$a->strings["View Contacts"] = "Skoða tengiliði";
-$a->strings["Registration details for %s"] = "Nýskráningar upplýsingar fyrir %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 is the message that failed."] = "Ekki tókst að senda tölvupóst skeyti.  Hér er skeytið sem ekki tókst að senda.";
-$a->strings["Your registration can not be processed."] = "Skráninguna þína er ekki hægt að vinna.";
-$a->strings["Registration request at %s"] = "Skráningar beiðni á %s";
-$a->strings["Your registration is pending approval by the site owner."] = "Skráningin þín bíður samþykkis af eiganda síðunnar.";
-$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["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["Membership on this site is by invitation only."] = "Aðild að þessum vef er ";
-$a->strings["Your invitation ID: "] = "Boðskorta auðkenni:";
-$a->strings["Registration"] = "Nýskráning";
-$a->strings["Your Full Name (e.g. Joe Smith): "] = "Full nafn (t.d. Jón Jónsson):";
-$a->strings["Your Email Address: "] = "Tölvupóstur:";
-$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be '<strong>nickname@\$sitename</strong>'."] = "Veldu gælunafn. Verður að byrja á staf. Slóðin þín á þessum vef verður síðan '<strong>gælunafn@\$sitename</strong>'.";
-$a->strings["Choose a nickname: "] = "Veldu gælunafn:";
-$a->strings["Register"] = "Nýskrá";
-$a->strings["People Search"] = "Leita af fólki";
-$a->strings["status"] = "staða";
-$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["Item not found."] = "Atriði fannst ekki.";
-$a->strings["Access denied."] = "Aðgangi hafnað";
-$a->strings["Photos"] = "Myndir";
-$a->strings["Files"] = "Skrár";
-$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["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["Wall Photos"] = "Veggmyndir";
-$a->strings["System error. Post not saved."] = "Kerfisvilla. Færsla ekki vistuð.";
-$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["%1\$s is currently %2\$s"] = "";
-$a->strings["Mood"] = "";
-$a->strings["Set your current mood and tell your friends"] = "";
-$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["Image exceeds size limit of %d"] = "Mynd stærri en takmörkunin %d";
-$a->strings["Upload File:"] = "Hlaða upp skrá:";
-$a->strings["Select a profile:"] = "";
-$a->strings["Upload"] = "Hlaða upp";
-$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["No profile"] = "Engin forsíða";
-$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["New Message"] = "Ný skilaboð";
-$a->strings["Unable to locate contact information."] = "Ekki tókst að staðsetja tengiliðs upplýsingar.";
-$a->strings["Message deleted."] = "Skilaboðum eytt.";
-$a->strings["Conversation removed."] = "Samtali eytt.";
+$a->strings["Upload photo"] = "Hlaða upp mynd";
+$a->strings["Insert web link"] = "Setja inn vefslóð";
+$a->strings["Please wait"] = "Vinsamlegast bíðið";
 $a->strings["No messages."] = "Engin skilaboð.";
 $a->strings["Unknown sender - %s"] = "";
 $a->strings["You and %s"] = "";
@@ -740,17 +359,48 @@ $a->strings["Message not available."] = "Ekki næst í skilaboð.";
 $a->strings["Delete message"] = "Eyða skilaboðum";
 $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["Friends of %s"] = "Vinir %s";
-$a->strings["No friends to display."] = "Engir vinir til að birta.";
-$a->strings["Theme settings updated."] = "";
+$a->strings["[Embedded content - reload page to view]"] = "[Innfelt efni - endurhlaða síðu til að sjá]";
+$a->strings["Contact settings applied."] = "Stillingar tengiliðs uppfærðar.";
+$a->strings["Contact update failed."] = "Uppfærsla tengiliðs mistókst.";
+$a->strings["Repair Contact Settings"] = "Gera við stillingar tengiliðs";
+$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."] = "Vinsamlegast veldu \"Afturábak\" takkan <strong>núna</strong> ef þú ert ekki viss um hvað þú eigir að gera á þessari síðu.";
+$a->strings["Return to contact editor"] = "Fara til baka í tengiliðasýsl";
+$a->strings["No mirroring"] = "";
+$a->strings["Mirror as forwarded posting"] = "";
+$a->strings["Mirror as my own posting"] = "";
+$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óð vina beiðnis";
+$a->strings["Friend Confirm URL"] = "Slóð vina staðfestingar ";
+$a->strings["Notification Endpoint URL"] = "Slóð loka tilkynningar";
+$a->strings["Poll/Feed URL"] = "Slóð könnunar/þráðar";
+$a->strings["New photo from this URL"] = "Ný mynd frá slóð";
+$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["Login"] = "Innskrá";
+$a->strings["The post was created"] = "";
+$a->strings["Access denied."] = "Aðgangi hafnað";
+$a->strings["People Search"] = "Leita af fólki";
+$a->strings["No matches"] = "Engar leitarniðurstöður";
+$a->strings["Photos"] = "Myndir";
+$a->strings["Files"] = "Skrár";
+$a->strings["Contacts who are not members of a group"] = "";
+$a->strings["Theme settings updated."] = "Þemastillingar uppfærðar.";
 $a->strings["Site"] = "Vefur";
 $a->strings["Users"] = "Notendur";
 $a->strings["Plugins"] = "Viðbætur";
 $a->strings["Themes"] = "Þemu";
 $a->strings["DB updates"] = "Gagnagrunns uppfærslur";
 $a->strings["Logs"] = "Atburðaskrá";
+$a->strings["probe address"] = "";
+$a->strings["check webfinger"] = "";
 $a->strings["Admin"] = "Stjórnborð";
 $a->strings["Plugin Features"] = "";
+$a->strings["diagnostics"] = "";
 $a->strings["User registrations waiting for confirmation"] = "Notenda nýskráningar bíða samþykkis";
 $a->strings["Normal Account"] = "Venjulegur notandi";
 $a->strings["Soapbox Account"] = "Sápukassa notandi";
@@ -765,18 +415,39 @@ $a->strings["Registered users"] = "Skráðir notendur";
 $a->strings["Pending registrations"] = "Nýskráningar í bið";
 $a->strings["Version"] = "Útgáfa";
 $a->strings["Active plugins"] = "Virkar viðbætur";
+$a->strings["Can not parse base url. Must have at least <scheme>://<domain>"] = "";
 $a->strings["Site settings updated."] = "Stillingar þjóns uppfærðar.";
+$a->strings["No special theme for mobile devices"] = "";
+$a->strings["No community page"] = "";
+$a->strings["Public postings from users of this site"] = "";
+$a->strings["Global community page"] = "";
+$a->strings["At post arrival"] = "";
+$a->strings["Frequently"] = "Oft";
+$a->strings["Hourly"] = "Klukkustundar fresti";
+$a->strings["Twice daily"] = "Tvisvar á dag";
+$a->strings["Daily"] = "Daglega";
+$a->strings["Multi user instance"] = "";
 $a->strings["Closed"] = "Lokað";
 $a->strings["Requires approval"] = "Þarf samþykki";
 $a->strings["Open"] = "Opið";
 $a->strings["No SSL policy, links will track page SSL state"] = "";
 $a->strings["Force all links to use SSL"] = "";
 $a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "";
+$a->strings["Save Settings"] = "";
+$a->strings["Registration"] = "Nýskráning";
 $a->strings["File upload"] = "Hlaða upp skrá";
 $a->strings["Policies"] = "Stefna";
 $a->strings["Advanced"] = "Flóknari";
+$a->strings["Performance"] = "Afköst";
+$a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = "";
 $a->strings["Site name"] = "Nafn síðu";
+$a->strings["Host name"] = "";
+$a->strings["Sender Email"] = "";
 $a->strings["Banner/Logo"] = "Borði/Merki";
+$a->strings["Shortcut icon"] = "";
+$a->strings["Touch icon"] = "";
+$a->strings["Additional Info"] = "";
+$a->strings["For public servers: you can add additional information here that will be listed at dir.friendica.com/siteinfo."] = "";
 $a->strings["System language"] = "Kerfis tungumál";
 $a->strings["System theme"] = "Kerfis þema";
 $a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "";
@@ -784,13 +455,23 @@ $a->strings["Mobile system theme"] = "";
 $a->strings["Theme for mobile devices"] = "";
 $a->strings["SSL link policy"] = "";
 $a->strings["Determines whether generated links should be forced to use SSL"] = "";
+$a->strings["Force SSL"] = "";
+$a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = "";
+$a->strings["Old style 'Share'"] = "";
+$a->strings["Deactivates the bbcode element 'share' for repeating items."] = "";
+$a->strings["Hide help entry from navigation menu"] = "";
+$a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "";
+$a->strings["Single user instance"] = "";
+$a->strings["Make this instance multi-user or single-user for the named user"] = "";
 $a->strings["Maximum image size"] = "Mesta stærð mynda";
 $a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "";
 $a->strings["Maximum image length"] = "";
 $a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = "";
-$a->strings["JPEG image quality"] = "";
+$a->strings["JPEG image quality"] = "JPEG myndgæði";
 $a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "";
 $a->strings["Register policy"] = "Nýskráningar stefna";
+$a->strings["Maximum Daily Registrations"] = "";
+$a->strings["If registration is permitted above, this sets the maximum number of new user registrations to accept per day.  If register is set to closed, this setting has no effect."] = "";
 $a->strings["Register text"] = "Nýskráningar texti";
 $a->strings["Will be displayed prominently on the registration page."] = "";
 $a->strings["Accounts abandoned after x days"] = "Yfirgefnir notendur eftir x daga";
@@ -803,12 +484,20 @@ $a->strings["Block public"] = "Lokað á opinberar færslur";
 $a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "";
 $a->strings["Force publish"] = "Skylda að vera í tengiliðalista";
 $a->strings["Check to force all profiles on this site to be listed in the site directory."] = "";
-$a->strings["Global directory update URL"] = "Uppfærslu slóð fyrir heims tengiliðalista";
+$a->strings["Global directory update URL"] = "Uppfærsluslóð fyrir alheimstengiliðalista";
 $a->strings["URL to update the global directory. If this is not set, the global directory is completely unavailable to the application."] = "";
 $a->strings["Allow threaded items"] = "";
 $a->strings["Allow infinite level threading for items on this site."] = "";
 $a->strings["Private posts by default for new users"] = "";
 $a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "";
+$a->strings["Don't include post content in email notifications"] = "";
+$a->strings["Don't include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure."] = "";
+$a->strings["Disallow public access to addons listed in the apps menu."] = "";
+$a->strings["Checking this box will restrict addons listed in the apps menu to members only."] = "";
+$a->strings["Don't embed private images in posts"] = "";
+$a->strings["Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while."] = "";
+$a->strings["Allow Users to set remote_self"] = "";
+$a->strings["With checking this, every user is allowed to mark every contact as a remote_self in the repair contact dialog. Setting this flag on a contact causes mirroring every posting of that contact in the users stream."] = "";
 $a->strings["Block multiple registrations"] = "Banna margar skráningar";
 $a->strings["Disallow users to register additional accounts for use as pages."] = "";
 $a->strings["OpenID support"] = "Leyfa OpenID auðkenningu";
@@ -817,10 +506,14 @@ $a->strings["Fullname check"] = "Fullt nafn skilyrði";
 $a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "";
 $a->strings["UTF-8 Regular expressions"] = "UTF-8 hefðbundin stöfun";
 $a->strings["Use PHP UTF8 regular expressions"] = "";
-$a->strings["Show Community Page"] = "Sýna samfélags síðu";
-$a->strings["Display a Community page showing all recent public postings on this site."] = "";
+$a->strings["Community Page Style"] = "";
+$a->strings["Type of community page to show. 'Global community' shows every public posting from an open distributed network that arrived on this server."] = "";
+$a->strings["Posts per user on community page"] = "";
+$a->strings["The maximum number of posts per user on the community page. (Not valid for 'Global Community')"] = "";
 $a->strings["Enable OStatus support"] = "Leyfa OStatus stuðning";
-$a->strings["Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "";
+$a->strings["Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "";
+$a->strings["OStatus conversation completion interval"] = "";
+$a->strings["How often shall the poller check for new entries in OStatus conversations? This can be a very ressource task."] = "";
 $a->strings["Enable Diaspora support"] = "Leyfa Diaspora tengingar";
 $a->strings["Provide built-in Diaspora network compatibility."] = "";
 $a->strings["Only allow Friendica contacts"] = "Aðeins leyfa Friendica notendur";
@@ -837,16 +530,43 @@ $a->strings["Poll interval"] = "";
 $a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "";
 $a->strings["Maximum Load Average"] = "Mesta meðaltals álag";
 $a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "";
+$a->strings["Use MySQL full text engine"] = "";
+$a->strings["Activates the full text engine. Speeds up search - but can only search for four and more characters."] = "";
+$a->strings["Suppress Language"] = "";
+$a->strings["Suppress language information in meta information about a posting."] = "";
+$a->strings["Suppress Tags"] = "";
+$a->strings["Suppress showing a list of hashtags at the end of the posting."] = "";
+$a->strings["Path to item cache"] = "";
+$a->strings["Cache duration in seconds"] = "";
+$a->strings["How long should the cache files be hold? Default value is 86400 seconds (One day). To disable the item cache, set the value to -1."] = "";
+$a->strings["Maximum numbers of comments per post"] = "";
+$a->strings["How much comments should be shown for each post? Default value is 100."] = "";
+$a->strings["Path for lock file"] = "";
+$a->strings["Temp path"] = "";
+$a->strings["Base path to installation"] = "";
+$a->strings["Disable picture proxy"] = "";
+$a->strings["The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwith."] = "";
+$a->strings["Enable old style pager"] = "";
+$a->strings["The old style pager has page numbers but slows down massively the page speed."] = "";
+$a->strings["Only search in tags"] = "";
+$a->strings["On large systems the text search can slow down the system extremely."] = "";
+$a->strings["New base url"] = "";
 $a->strings["Update has been marked successful"] = "Uppfærsla merkt sem tókst";
-$a->strings["Executing %s failed. Check system logs."] = "Uppfærslu %s tókst ekki.  Sjá atburðaskrár.";
+$a->strings["Database structure update %s was successfully applied."] = "";
+$a->strings["Executing of database structure update %s failed with error: %s"] = "";
+$a->strings["Executing %s failed with error: %s"] = "";
 $a->strings["Update %s was successfully applied."] = "Uppfærsla %s framkvæmd.";
 $a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Uppfærsla %s skilaði ekki gildi.  Óvíst hvort tókst.";
-$a->strings["Update function %s could not be found."] = "Uppfærslu stefja %s fannst ekki.";
+$a->strings["There was no additional update function %s that needed to be called."] = "";
 $a->strings["No failed updates."] = "Engar uppfærslur mistókust.";
+$a->strings["Check database structure"] = "";
 $a->strings["Failed Updates"] = "Uppfærslur sem mistókust";
 $a->strings["This does not include updates prior to 1139, which did not return a status."] = "Þetta á ekki við uppfærslur fyrir 1139, þær skiluðu ekki lokastöðu.";
 $a->strings["Mark success (if update was manually applied)"] = "Merkja sem tókst (ef uppfærsla var framkvæmd handvirkt)";
 $a->strings["Attempt to execute this update step automatically"] = "Framkvæma þessa uppfærslu sjálfkrafa";
+$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = "";
+$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$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\tThank you and welcome to %4\$s."] = "";
+$a->strings["Registration details for %s"] = "Nýskráningar upplýsingar fyrir %s";
 $a->strings["%s user blocked/unblocked"] = array(
        0 => "",
        1 => "",
@@ -858,33 +578,42 @@ $a->strings["%s user deleted"] = array(
 $a->strings["User '%s' deleted"] = "Notanda '%s' eytt";
 $a->strings["User '%s' unblocked"] = "Notanda '%s' gefið frelsi";
 $a->strings["User '%s' blocked"] = "Notanda '%s' settur í bann";
+$a->strings["Add User"] = "";
 $a->strings["select all"] = "velja alla";
 $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["Email"] = "Póstfang";
 $a->strings["No registrations."] = "Engin skráning";
 $a->strings["Deny"] = "Hafnað";
 $a->strings["Site admin"] = "";
+$a->strings["Account expired"] = "";
+$a->strings["New User"] = "";
 $a->strings["Register date"] = "Skráningar dagsetning";
 $a->strings["Last login"] = "Síðast innskráður";
 $a->strings["Last item"] = "Síðasta";
+$a->strings["Deleted since"] = "";
 $a->strings["Account"] = "Notandi";
 $a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Valdir notendur verður eytt!\\n\\nAllt sem þessir notendur hafa deilt á þessum vef verður varanlega eytt!\\n\\nErtu alveg viss?";
 $a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Notandinn {0} verður eytt!\\n\\nAllt sem þessi notandi hefur deilt á þessum vef veður varanlega eytt!\\n\\nErtu alveg viss?";
+$a->strings["Name of the new user."] = "";
+$a->strings["Nickname"] = "";
+$a->strings["Nickname of the new user."] = "";
+$a->strings["Email address of the new user."] = "";
 $a->strings["Plugin %s disabled."] = "Slökkt á viðbót %s ";
 $a->strings["Plugin %s enabled."] = "Kveikt á viðbót %s";
 $a->strings["Disable"] = "Slökkva";
 $a->strings["Enable"] = "Kveikja";
 $a->strings["Toggle"] = "Skipta";
-$a->strings["Author: "] = "";
+$a->strings["Author: "] = "Höfundur:";
 $a->strings["Maintainer: "] = "";
 $a->strings["No themes found."] = "Engin þemu fundust";
-$a->strings["Screenshot"] = "";
+$a->strings["Screenshot"] = "Skjámynd";
 $a->strings["[Experimental]"] = "[Tilraun]";
 $a->strings["[Unsupported]"] = "[Óstudd]";
 $a->strings["Log settings updated."] = "Stillingar atburðaskrár uppfærðar. ";
 $a->strings["Clear"] = "Hreinsa";
-$a->strings["Debugging"] = "Aflúsa";
+$a->strings["Enable Debugging"] = "";
 $a->strings["Log file"] = "Atburðaskrá";
 $a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Vefþjónn verður að hafa skrifréttindi. Afstætt við Friendica rótar skráarsafn.";
 $a->strings["Log level"] = "Stig atburðaskráningar";
@@ -893,32 +622,432 @@ $a->strings["FTP Host"] = "FTP Vélanafn";
 $a->strings["FTP Path"] = "FTP Slóð";
 $a->strings["FTP User"] = "FTP Notandi";
 $a->strings["FTP Password"] = "FTP Aðgangsorð";
-$a->strings["Requested profile is not available."] = "Umbeðinn forsíða ekki til.";
-$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["{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["{0} commented %s's post"] = "{0} gerði athugasemd við %s's senda færslu";
-$a->strings["{0} liked %s's post"] = "{0} líkaði við senda færslu %s's";
-$a->strings["{0} disliked %s's post"] = "{0} líkaði ekki við senda færslu %s's";
-$a->strings["{0} is now friends with %s"] = "{0} er nú vinur %s";
-$a->strings["{0} posted"] = "{0} sendi færslu";
-$a->strings["{0} tagged %s's post with #%s"] = "{0} merkti %s's færslu með #%s";
-$a->strings["{0} mentioned you in a post"] = "{0} minntist á þig í færslu";
-$a->strings["Contacts who are not members of a group"] = "";
-$a->strings["OpenID protocol error. No ID returned."] = "";
-$a->strings["Account not found and OpenID registration is not permitted on this site."] = "";
-$a->strings["Login failed."] = "Innskráning mistókst.";
-$a->strings["Contact added"] = "";
+$a->strings["Search Results For:"] = "Leitar niðurstöður fyrir:";
+$a->strings["Remove term"] = "Fjarlæga gildi";
+$a->strings["Saved Searches"] = "Vistaðar leitir";
+$a->strings["add"] = "bæta við";
+$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["Posts that mention or involve you"] = "Færslur sem tengjast þér";
+$a->strings["New"] = "Ný";
+$a->strings["Activity Stream - by date"] = "Færslu straumur - raðað eftir dagsetningu";
+$a->strings["Shared Links"] = "";
+$a->strings["Interesting Links"] = "Áhugaverðir hlekkir";
+$a->strings["Starred"] = "Stjörnumerkt";
+$a->strings["Favourite Posts"] = "Uppáhalds færslur";
+$a->strings["Warning: This group contains %s member from an insecure network."] = array(
+       0 => "Aðvörun: Þessi hópur inniheldur %s notanda frá óöruggu neti.",
+       1 => "Aðvörun: Þessi hópur inniheldur %s notendur frá óöruggu neti.",
+);
+$a->strings["Private messages to this group are at risk of public disclosure."] = "Einka samtöl send á þennan hóp eiga á hættu að verða opinber.";
+$a->strings["No such group"] = "Hópur ekki til";
+$a->strings["Group is empty"] = "Hópur er tómur";
+$a->strings["Group: "] = "Hópur:";
+$a->strings["Contact: "] = "Tengiliður:";
+$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["Friends of %s"] = "Vinir %s";
+$a->strings["No friends to display."] = "Engir vinir til að birta.";
+$a->strings["Event title and start time are required."] = "";
+$a->strings["l, F j"] = "";
+$a->strings["Edit event"] = "Breyta atburð";
+$a->strings["link to source"] = "slóð í heimild";
+$a->strings["Events"] = "Atburðir";
+$a->strings["Create New Event"] = "Stofna nýjan atburð";
+$a->strings["Previous"] = "Fyrra";
+$a->strings["Next"] = "Næsta";
+$a->strings["hour:minute"] = "klukkustund:mínutur";
+$a->strings["Event details"] = "Atburða lýsing";
+$a->strings["Format is %s %s. Starting date and Title are required."] = "";
+$a->strings["Event Starts:"] = "Atburður hefst:";
+$a->strings["Required"] = "";
+$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["Location:"] = "Staðsetning:";
+$a->strings["Title:"] = "";
+$a->strings["Share this event"] = "Deila þessum atburði";
+$a->strings["Select"] = "Velja";
+$a->strings["View %s's profile @ %s"] = "Birta forsíðu %s hjá %s";
+$a->strings["%s from %s"] = "%s til %s";
+$a->strings["View in context"] = "Birta í samhengi";
+$a->strings["%d comment"] = array(
+       0 => "%d ummæli",
+       1 => "%d ummæli",
+);
+$a->strings["comment"] = array(
+       0 => "athugasemd",
+       1 => "athugasemdir",
+);
+$a->strings["show more"] = "sýna meira";
+$a->strings["Private Message"] = "Einkaskilaboð";
+$a->strings["I like this (toggle)"] = "Mér líkar þetta (kveikja/slökkva)";
+$a->strings["like"] = "líkar";
+$a->strings["I don't like this (toggle)"] = "Mér líkar þetta ekki (kveikja/slökkva)";
+$a->strings["dislike"] = "mislíkar";
+$a->strings["Share this"] = "Deila þessu";
+$a->strings["share"] = "deila";
+$a->strings["This is you"] = "Þetta ert þú";
+$a->strings["Comment"] = "Athugasemd";
+$a->strings["Bold"] = "Feitletrað";
+$a->strings["Italic"] = "Skáletrað";
+$a->strings["Underline"] = "Undirstrikað";
+$a->strings["Quote"] = "Gæsalappir";
+$a->strings["Code"] = "Kóði";
+$a->strings["Image"] = "Mynd";
+$a->strings["Link"] = "Tengill";
+$a->strings["Video"] = "Myndband";
+$a->strings["Preview"] = "Forskoðun";
+$a->strings["Edit"] = "Breyta";
+$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["add tag"] = "bæta við merki";
+$a->strings["save to folder"] = "vista í möppu";
+$a->strings["to"] = "við";
+$a->strings["Wall-to-Wall"] = "vegg við vegg";
+$a->strings["via Wall-To-Wall:"] = "gegnum vegg við vegg";
+$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["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\"."] = "Vinsamlegast lestu skránna \"INSTALL.txt\".";
+$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."] = "Vinsamlegast hafðu samband við hýsingaraðilann þinn eða kerfisstjóra ef þú hefur spurningar um þ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["Database Name"] = "Nafn gagnagrunns";
+$a->strings["Site administrator email address"] = "Póstfang kerfisstjóri vefs";
+$a->strings["Your account email address must match this in order to use the web admin panel."] = "Notanda póstfang þitt verður að passa við þetta til að hægt sé að nota umsýslu vefviðmót.";
+$a->strings["Please select a default timezone for your website"] = "Vinsamlegast veldu sjálfgefið tímabelti fyrir vefsíðuna";
+$a->strings["Site settings"] = "Stillingar vefs";
+$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 server, you will not be able to run background polling via cron. See <a href='http://friendica.com/node/27'>'Activating scheduled tasks'</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: "] = "";
+$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, vinsamlegast skoðið \"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["mysqli PHP module"] = "mysqli PHP eining";
+$a->strings["mb_string PHP module"] = "mb_string PHP eining";
+$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: mysqli PHP module required but not installed."] = "Villa: mysqli PHP eining er skilyrði og er ekki uppsett";
+$a->strings["Error: mb_string PHP module required but not installed."] = "Villa: mb_string PHP eining skilyrði en ekki uppsett.";
+$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["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 gagnagrunns stillingar skrá \".htconfig.php\". Vinsamlegast notaði viðhangandi texta til að búa til stillingar skrá á vefþjóns rótina.";
+$a->strings["<h1>What next</h1>"] = "";
+$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "MIKILVÆGT: Þú þarft að [handvirkt] setja upp sjálfvirka keyrslu á poller.";
+$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "";
+$a->strings["Unable to check your home location."] = "";
+$a->strings["No recipient."] = "";
+$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["Help:"] = "Hjálp:";
+$a->strings["Help"] = "Hjálp";
+$a->strings["Not Found"] = "Fannst ekki";
+$a->strings["Page not found."] = "Síða fannst ekki.";
+$a->strings["%1\$s welcomes %2\$s"] = "";
+$a->strings["Welcome to %s"] = "Velkomin(n) til %s";
+$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 %d"] = "Skrá stærri en takmarkið %d";
+$a->strings["File upload failed."] = "Skráar upphlöðun mistókst.";
+$a->strings["Profile Match"] = "Forsíða fannst";
+$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["Connect"] = "Tengjast";
+$a->strings["link"] = "";
+$a->strings["Not available."] = "Ekki í boði.";
+$a->strings["Community"] = "Samfélag";
+$a->strings["No results."] = "Engar leitarniðurstöður.";
+$a->strings["everybody"] = "allir";
+$a->strings["Additional features"] = "";
+$a->strings["Display"] = "";
+$a->strings["Social Networks"] = "";
+$a->strings["Delegations"] = "";
+$a->strings["Connected apps"] = "";
+$a->strings["Export personal data"] = "Sækja persónuleg gögn";
+$a->strings["Remove account"] = "Henda tengilið";
+$a->strings["Missing some important data!"] = "Vantar mikilvæg gögn!";
+$a->strings["Failed to connect with email account using the settings provided."] = "Ekki tókst að tengjast við pósthólf með stillingum sem uppgefnar eru.";
+$a->strings["Email settings updated."] = "Stillingar póstfangs uppfærðar.";
+$a->strings["Features updated"] = "";
+$a->strings["Relocate message has been send to your contacts"] = "";
+$a->strings["Passwords do not match. Password unchanged."] = "Aðgangsorð ber ekki saman.  Aðgangsorð óbreytt.";
+$a->strings["Empty passwords are not allowed. Password unchanged."] = "Tóm aðgangsorð eru ekki leyfileg. Aðgangsorð óbreytt.";
+$a->strings["Wrong password."] = "";
+$a->strings["Password changed."] = "Aðgangsorði breytt.";
+$a->strings["Password update failed. Please try again."] = "Uppfærsla á aðgangsorði tókst ekki. Reyndu aftur.";
+$a->strings[" Please use a shorter name."] = "Vinsamlegast nota styttra nafn.";
+$a->strings[" Name too short."] = "Nafn of stutt.";
+$a->strings["Wrong Password"] = "";
+$a->strings[" Not valid email."] = "Póstfang ógilt";
+$a->strings[" Cannot change to that email."] = "Ekki hægt að breyta yfir í þetta póstfang.";
+$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "";
+$a->strings["Private forum has no privacy permissions and no default privacy group."] = "";
+$a->strings["Settings updated."] = "Stillingar uppfærðar";
+$a->strings["Add application"] = "Bæta við forriti";
+$a->strings["Consumer Key"] = "Notenda lykill";
+$a->strings["Consumer Secret"] = "Notenda leyndarmál";
+$a->strings["Redirect"] = "Áframsenda";
+$a->strings["Icon url"] = "Táknmyndar slóð";
+$a->strings["You can't edit this application."] = "Þú getur ekki breytt þessu forriti.";
+$a->strings["Connected Apps"] = "Tengd forr";
+$a->strings["Client key starts with"] = "Lykill viðskiptavinar byrjar á";
+$a->strings["No name"] = "Ekkert nafn";
+$a->strings["Remove authorization"] = "Fjarlæga auðkenningu";
+$a->strings["No Plugin settings configured"] = "Engar stillingar í einingu stilltar";
+$a->strings["Plugin Settings"] = "Eininga stillingar";
+$a->strings["Off"] = "";
+$a->strings["On"] = "";
+$a->strings["Additional Features"] = "";
+$a->strings["Built-in support for %s connectivity is %s"] = "Innbyggður stuðningur fyrir %s tenging er%s";
+$a->strings["Diaspora"] = "Diaspora";
+$a->strings["enabled"] = "kveikt";
+$a->strings["disabled"] = "slökkt";
+$a->strings["StatusNet"] = "StatusNet";
+$a->strings["Email access is disabled on this site."] = "Slökkt hefur verið á tölvupóst aðgang á þessum þjón.";
+$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["IMAP server name:"] = "IMAP þjónn:";
+$a->strings["IMAP port:"] = "IMAP port:";
+$a->strings["Security:"] = "Öryggi:";
+$a->strings["None"] = "Ekkert";
+$a->strings["Email login name:"] = "Póstfangs aðgangsnafn:";
+$a->strings["Email password:"] = "Póstfangs aðgangsorð:";
+$a->strings["Reply-to address:"] = "Póstfang sem svar berst á:";
+$a->strings["Send public posts to all email contacts:"] = "Senda opinberar færslur á alla tölvupóst viðtakendur:";
+$a->strings["Action after import:"] = "";
+$a->strings["Mark as seen"] = "Merka sem séð";
+$a->strings["Move to folder"] = "Flytja yfir í skrásafn";
+$a->strings["Move to folder:"] = "Flytja yfir í skrásafn:";
+$a->strings["Display Settings"] = "";
+$a->strings["Display Theme:"] = "Útlits þema:";
+$a->strings["Mobile Theme:"] = "";
+$a->strings["Update browser every xx seconds"] = "Endurhlaða vefsíðu á xx sekúndu fresti";
+$a->strings["Minimum of 10 seconds, no maximum"] = "Minnst 10 sekúndur, ekkert hámark";
+$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 notices"] = "";
+$a->strings["Infinite scroll"] = "";
+$a->strings["Automatic updates only at the top of the network page"] = "";
+$a->strings["User Types"] = "";
+$a->strings["Community Types"] = "";
+$a->strings["Normal Account Page"] = "";
+$a->strings["This account is a normal personal profile"] = "Þessi notandi er með venjulega persónulega forsíðu";
+$a->strings["Soapbox Page"] = "";
+$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "Sjálfkrafa samþykkja allar tengi/vina beiðnir sem, einungis lestrar aðdáendur";
+$a->strings["Community Forum/Celebrity Account"] = "";
+$a->strings["Automatically approve all connection/friend requests as read-write fans"] = "Sjálfkrafa samþykkja allar tengi/vina beiðnir, sem les og skriftar aðdáendur";
+$a->strings["Automatic Friend Page"] = "";
+$a->strings["Automatically approve all connection/friend requests as friends"] = "Sjálfkrafa samþykkja allar tengi/vina beiðnir sem vini";
+$a->strings["Private Forum [Experimental]"] = "";
+$a->strings["Private forum - approved members only"] = "";
+$a->strings["OpenID:"] = "OpenID:";
+$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Valfrjálst) Leyfa þessu OpenID til að auðkennast sem þessi notandi.";
+$a->strings["Publish your default profile in your local site directory?"] = "Gefa út sjálfgefna forsíðu í tengiliðalista á þessum þjón?";
+$a->strings["No"] = "Nei";
+$a->strings["Publish your default profile in the global social directory?"] = "Gefa sjálfgefna forsíðu út í alheimstengiliðalista?";
+$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Fela tengiliða-/vinalistann þinn fyrir áhorfendum á sjálfgefinni forsíðu?";
+$a->strings["Hide your profile details from unknown viewers?"] = "Fela forsíðu upplýsingar fyrir óþekktum? ";
+$a->strings["If enabled, posting public messages to Diaspora and other networks isn't possible."] = "";
+$a->strings["Allow friends to post to your profile page?"] = "Leyfa vinum að deila á forsíðuna þína?";
+$a->strings["Allow friends to tag your posts?"] = "Leyfa vinum að merkja þínar færslur?";
+$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Leyfa að stungið verði uppá þér sem hugsamlegum vinur fyrir aðra notendur? ";
+$a->strings["Permit unknown people to send you private mail?"] = "";
+$a->strings["Profile is <strong>not published</strong>."] = "Forsíðu hefur <strong>ekki verið gefinn út</strong>.";
+$a->strings["Your Identity Address is"] = "Auðkennisnetfangið þitt er";
+$a->strings["Automatically expire posts after this many days:"] = "Sjálfkrafa fyrna færslu eftir hvað marga daga:";
+$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Tómar færslur renna ekki út.  Útrunnum færslum er eytt";
+$a->strings["Advanced expiration settings"] = "Flóknar fyrningatíma stillingar";
+$a->strings["Advanced Expiration"] = "Flókin fyrning";
+$a->strings["Expire posts:"] = "Fyrna færslur:";
+$a->strings["Expire personal notes:"] = "Fyrna einka glósur:";
+$a->strings["Expire starred posts:"] = "Fyrna stjörnumerktar færslur:";
+$a->strings["Expire photos:"] = "Fyrna myndum:";
+$a->strings["Only expire posts by others:"] = "";
+$a->strings["Account Settings"] = "Notenda stillingar";
+$a->strings["Password Settings"] = "Aðgangsorða stillingar";
+$a->strings["New Password:"] = "Nýtt aðgangsorð:";
+$a->strings["Confirm:"] = "Staðfesta:";
+$a->strings["Leave password fields blank unless changing"] = "Hafðu aðgangsorða svæði tóm nema þegar verið er að breyta";
+$a->strings["Current Password:"] = "";
+$a->strings["Your current password to confirm the changes"] = "";
+$a->strings["Password:"] = "";
+$a->strings["Basic Settings"] = "Grunn stillingar";
+$a->strings["Full Name:"] = "Fullt nafn:";
+$a->strings["Email Address:"] = "Póstfang:";
+$a->strings["Your Timezone:"] = "Þitt tímabelti:";
+$a->strings["Default Post Location:"] = "Sjálfgefin staðsetning færslu:";
+$a->strings["Use Browser Location:"] = "Nota vafra staðsetningu:";
+$a->strings["Security and Privacy Settings"] = "Öryggis og næðis stillingar";
+$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["Show to Groups"] = "Birta hópum";
+$a->strings["Show to Contacts"] = "Birta tengiliðum";
+$a->strings["Default Private Post"] = "";
+$a->strings["Default Public Post"] = "";
+$a->strings["Default Permissions for New Posts"] = "";
+$a->strings["Maximum private messages per day from unknown people:"] = "";
+$a->strings["Notification Settings"] = "Tilkynninga stillingar";
+$a->strings["By default post a status message when:"] = "";
+$a->strings["accepting a friend request"] = "";
+$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["You receive an introduction"] = "Þú færð kynningu";
+$a->strings["Your introductions are confirmed"] = "Þínar kynningar eru samþykktar";
+$a->strings["Someone writes on your profile wall"] = "Einhver skrifar á vegginn þínn";
+$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["Text-only notification emails"] = "";
+$a->strings["Send text only notification emails, without the html part"] = "";
+$a->strings["Advanced Account/Page Type Settings"] = "";
+$a->strings["Change the behaviour of this account for special situations"] = "";
+$a->strings["Relocate"] = "";
+$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["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"] = array(
+       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["Invalid email address."] = "Ógilt póstfang.";
+$a->strings["This account has not been configured for email. Request failed."] = "";
+$a->strings["Unable to resolve your name at the provided location."] = "Ekki tókst að fletta upp nafninu þínu á uppgefinni staðsetningu.";
+$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["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["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."] = "Vinsamlegas staðfestu kynninguna/tengibeiðnina við %s.";
+$a->strings["Confirm"] = "Staðfesta";
+$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=\"http://dir.friendica.com/siteinfo\">follow this link to find a public Friendica site and join us today</a>."] = "";
+$a->strings["Friend/Connection Request"] = "Vina/Tengi Beiðni";
+$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Dæmi: siggi@demo.friendica.com, http://demo.friendica.com/profile/siggi, prufunotandi@identi.ca";
+$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["StatusNet/Federated Social Web"] = "StatusNet/Federated Social Web";
+$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["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["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["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["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["Membership on this site is by invitation only."] = "Aðild að þessum vef er ";
+$a->strings["Your invitation ID: "] = "Boðskorta auðkenni:";
+$a->strings["Your Full Name (e.g. Joe Smith): "] = "Full nafn (t.d. Jón Jónsson):";
+$a->strings["Your Email Address: "] = "Tölvupóstur:";
+$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be '<strong>nickname@\$sitename</strong>'."] = "Veldu gælunafn. Verður að byrja á staf. Slóðin þín á þessum vef verður síðan '<strong>gælunafn@\$sitename</strong>'.";
+$a->strings["Choose a nickname: "] = "Veldu gælunafn:";
+$a->strings["Register"] = "Nýskrá";
+$a->strings["Import"] = "Flytja inn";
+$a->strings["Import your profile to this friendica instance"] = "";
+$a->strings["System down for maintenance"] = "Kerfið er óvirkt vegna viðhalds";
+$a->strings["Search"] = "Leita";
+$a->strings["Global Directory"] = "Alheimstengiliðaskrá";
+$a->strings["Find on this site"] = "Leita á þessum vef";
+$a->strings["Site Directory"] = "Skrá yfir  tengiliði á þessum vef";
+$a->strings["Age: "] = "Aldur:";
+$a->strings["Gender: "] = "Kyn:";
+$a->strings["Gender:"] = "Kyn:";
+$a->strings["Status:"] = "Staða:";
+$a->strings["Homepage:"] = "Heimasíða:";
+$a->strings["About:"] = "Um:";
+$a->strings["No entries (some entries may be hidden)."] = "Engar færslur (sumar geta verið faldar).";
+$a->strings["No potential page delegates located."] = "Engir mögulegir viðtakendur síðunnar fundust.";
+$a->strings["Delegate Page Management"] = "";
+$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 Managers"] = "";
+$a->strings["Existing Page Delegates"] = "";
+$a->strings["Potential Delegates"] = "";
+$a->strings["Add"] = "Bæta við";
+$a->strings["No entries."] = "Engar færslur.";
 $a->strings["Common Friends"] = "Sameiginlegir vinir";
 $a->strings["No contacts in common."] = "";
-$a->strings["link"] = "";
-$a->strings["Item has been removed."] = "Atriði hefur verið fjarlægt.";
-$a->strings["Applications"] = "Forrit";
-$a->strings["No installed applications."] = "Engin uppsett forrit";
-$a->strings["Search"] = "Leita";
-$a->strings["Profile not found."] = "Forsíða fannst ekki.";
+$a->strings["Export account"] = "";
+$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"] = "";
+$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["%1\$s is currently %2\$s"] = "";
+$a->strings["Mood"] = "";
+$a->strings["Set your current mood and tell your friends"] = "";
+$a->strings["Do you really want to delete this suggestion?"] = "";
+$a->strings["Friend Suggestions"] = "Vina uppástungur";
+$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["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"] = "";
 $a->strings["Romantic Partner"] = "";
@@ -939,16 +1068,19 @@ $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"] = "";
 $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["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["Hide your contact/friend list from viewers of this profile?"] = "Fela tengiliða/vina lista á þessari forsíðu?";
+$a->strings["Hide contacts and friends:"] = "";
+$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Fela tengiliða-/vinalista á þessari forsíðu?";
 $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["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"] = "";
+$a->strings["Preferences"] = "";
+$a->strings["Status information"] = "";
+$a->strings["Additional information"] = "";
 $a->strings["Profile Name:"] = "Forsíðu nafn:";
 $a->strings["Your Full Name:"] = "Fullt nafn:";
 $a->strings["Title/Description:"] = "Starfsheiti/Lýsing:";
@@ -977,7 +1109,7 @@ $a->strings["(Used for suggesting potential friends, can be seen by others)"] =
 $a->strings["(Used for searching profiles, never shown to others)"] = "(Notað við leit að öðrum notendum, aldrei sýnt öðrum)";
 $a->strings["Tell us about yourself..."] = "Segðu okkur frá sjálfum þér...";
 $a->strings["Hobbies/Interests"] = "Áhugamál";
-$a->strings["Contact information and Social Networks"] = "Tengiliða upplýsingar og samfélagsnet";
+$a->strings["Contact information and Social Networks"] = "Tengiliðaupplýsingar og samfélagsnet";
 $a->strings["Musical interests"] = "Tónlistarsmekkur";
 $a->strings["Books, literature"] = "Bækur, bókmenntir";
 $a->strings["Television"] = "Sjónvarp";
@@ -986,49 +1118,62 @@ $a->strings["Love/romance"] = "Ást/rómantík";
 $a->strings["Work/employment"] = "Atvinna:";
 $a->strings["School/education"] = "Skóli/menntun";
 $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["Age: "] = "Aldur:";
 $a->strings["Edit/Manage Profiles"] = "Sýsla með forsíður";
 $a->strings["Change profile photo"] = "Breyta forsíðu mynd";
 $a->strings["Create New Profile"] = "Stofna nýja forsíðu";
 $a->strings["Profile Image"] = "Forsíðu mynd";
 $a->strings["visible to everybody"] = "Sýnilegt öllum";
 $a->strings["Edit visibility"] = "Sýsla með sjáanleika";
-$a->strings["Save to Folder:"] = "";
-$a->strings["- select -"] = "";
-$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["No potential page delegates located."] = "Engir mögulegir viðtakendur síðunnar fundust.";
-$a->strings["Delegate Page Management"] = "";
-$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 Managers"] = "";
-$a->strings["Existing Page Delegates"] = "";
-$a->strings["Potential Delegates"] = "";
-$a->strings["Add"] = "Bæta við";
-$a->strings["No entries."] = "Engar færslur.";
-$a->strings["Source (bbcode) text:"] = "";
-$a->strings["Source (Diaspora) text to convert to BBcode:"] = "";
-$a->strings["Source input: "] = "";
-$a->strings["bb2html: "] = "";
-$a->strings["bb2html2bb: "] = "";
-$a->strings["bb2md: "] = "";
-$a->strings["bb2md2html: "] = "";
-$a->strings["bb2dia2bb: "] = "";
-$a->strings["bb2md2html2bb: "] = "";
-$a->strings["Source input (Diaspora format): "] = "";
-$a->strings["diaspora2bb: "] = "";
-$a->strings["Friend Suggestions"] = "Vina uppástungur";
-$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["Global Directory"] = "Heims tengiliða skrá";
-$a->strings["Find on this site"] = "Leita á þessum vef";
-$a->strings["Site Directory"] = "Vef tengiliða skrá";
-$a->strings["Gender: "] = "Kyn:";
-$a->strings["Gender:"] = "Kyn:";
-$a->strings["Status:"] = "Staða:";
-$a->strings["Homepage:"] = "Heimasíða:";
-$a->strings["About:"] = "Um:";
-$a->strings["No entries (some entries may be hidden)."] = "Engar færslur (sumar geta verið faldar).";
+$a->strings["Item not found"] = "Hlutur fannst ekki";
+$a->strings["Edit post"] = "Breyta skilaboðum";
+$a->strings["upload photo"] = "Hlaða upp mynd";
+$a->strings["Attach file"] = "Bæta við skrá";
+$a->strings["attach file"] = "Hengja skrá við";
+$a->strings["web link"] = "vefhlekkur";
+$a->strings["Insert video link"] = "Setja inn myndbandshlekk";
+$a->strings["video link"] = "myndbandshlekkur";
+$a->strings["Insert audio link"] = "Setja inn hlekk á hljóðskrá";
+$a->strings["audio link"] = "hljóðhlekkur";
+$a->strings["Set your location"] = "Veldu staðsetningu þína";
+$a->strings["set location"] = "stilla staðsetningu";
+$a->strings["Clear browser location"] = "Hreinsa staðsetningu í vafra";
+$a->strings["clear location"] = "hreinsa staðsetningu";
+$a->strings["Permission settings"] = "Heimildar stillingar";
+$a->strings["CC: email addresses"] = "CC: tölvupóstfang";
+$a->strings["Public post"] = "Opinber færsla";
+$a->strings["Set title"] = "Setja titil";
+$a->strings["Categories (comma-separated list)"] = "";
+$a->strings["Example: bob@example.com, mary@example.com"] = "Dæmi: bob@example.com, mary@example.com";
+$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=\"http://friendica.com\">Friendica.com</a> to learn more about the Friendica project."] = "Á <a href=\"http://friendica.com\">Friendica.com</a> er hægt að fræðast nánar um Friendica verkefnið.";
+$a->strings["Bug reports and issues: please visit"] = "Villu tilkynningar og vandamál: endilega skoða";
+$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 plugins/addons/apps:"] = "";
+$a->strings["No installed plugins/addons/apps"] = "Engin uppsett eining/viðbót/forr";
+$a->strings["Authorize application connection"] = "Leyfa forriti að tengjast";
+$a->strings["Return to your app and insert this Securty Code:"] = "Farðu aftur í forritið þitt og settu þennan öryggiskóða þar";
+$a->strings["Please login to continue."] = "Skráðu þig inn til að halda áfram.";
+$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Vilt þú leyfa þessu forriti að hafa aðgang að færslum og tengiliðum, og/eða stofna nýjar færslur fyrir þig?";
+$a->strings["Remote privacy information not available."] = "Persónuverndar upplýsingar ekki fyrir hendi á fjarlægum vefþjón.";
+$a->strings["Visible to:"] = "Sýnilegt eftirfarandi:";
+$a->strings["Personal Notes"] = "Persónulegar glósur";
+$a->strings["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.";
+$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["Poke/Prod"] = "";
+$a->strings["poke, prod or do other things to somebody"] = "";
+$a->strings["Recipient"] = "";
+$a->strings["Choose what you wish to do to recipient"] = "";
+$a->strings["Make this post private"] = "";
+$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"] = "";
+$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."] = array(
        0 => "%d skilaboð send.",
@@ -1045,696 +1190,267 @@ $a->strings["You are cordially invited to join me and other close friends on Fri
 $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://friendica.com"] = "";
-$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["Remote site reported: "] = "Ytri vefur svaraði:";
-$a->strings["Temporary failure. Please wait and try again."] = "Tímabundin villa.  Vinsamlegast bíddu og reyndur aftur síðar.";
-$a->strings["Introduction failed or was revoked."] = "Kynning mistókst eða var afturkölluð.";
-$a->strings["Unable to set contact photo."] = "Ekki tókst að setja tengiliða mynd.";
-$a->strings["%1\$s is now friends with %2\$s"] = "Núna er %1\$s vinur %2\$s";
-$a->strings["No user record found for '%s' "] = "Enginn notanda fæ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ða fæ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["Connection accepted at %s"] = "Tenging samþykkt hjá %s";
-$a->strings["%1\$s has joined %2\$s"] = "%1\$s hefur gengið til liðs við %2\$s";
-$a->strings["Google+ Import Settings"] = "";
-$a->strings["Enable Google+ Import"] = "";
-$a->strings["Google Account ID"] = "";
-$a->strings["Google+ Import Settings saved."] = "";
-$a->strings["Facebook disabled"] = "Ekki er kveikt á Facebook ";
-$a->strings["Updating contacts"] = "Uppfæra tengiliði";
-$a->strings["Facebook API key is missing."] = "Facebook API lykill er ekki til staðar.";
-$a->strings["Facebook Connect"] = "Facebook tenging";
-$a->strings["Install Facebook connector for this account."] = "Setja þarf upp Facebook tengil fyrir þennan notanda";
-$a->strings["Remove Facebook connector"] = "Fjarlæga Facebook tengil";
-$a->strings["Re-authenticate [This is necessary whenever your Facebook password is changed.]"] = "Þörf er á endurauðkenningu [Þetta þarf að gera í hvert skipti sem Facebook aðgangsorði er breytt.]";
-$a->strings["Post to Facebook by default"] = "Senda sjálfgefið færslur á Facebook ";
-$a->strings["Facebook friend linking has been disabled on this site. The following settings will have no effect."] = "";
-$a->strings["Facebook friend linking has been disabled on this site. If you disable it, you will be unable to re-enable it."] = "";
-$a->strings["Link all your Facebook friends and conversations on this website"] = "Tengjast öllum vinum og samtölum á Facebook af þessum vef";
-$a->strings["Facebook conversations consist of your <em>profile wall</em> and your friend <em>stream</em>."] = "Facebook samtöl saman standa af færslum af <em>forsíðuvegg</em> og  <em>vinastraum</em> þínum.";
-$a->strings["On this website, your Facebook friend stream is only visible to you."] = "Aðeins Facebook vinastraumurinn þinn er sjáanlegur á þessum þessum vef.";
-$a->strings["The following settings determine the privacy of your Facebook profile wall on this website."] = "Eftirfarandi stillingar stjórna friðhelgi Facebook forsíðu vegg á þessum vef. ";
-$a->strings["On this website your Facebook profile wall conversations will only be visible to you"] = "Samtöl á Facebook forsíðu vegg verða einungis sýnileg þér";
-$a->strings["Do not import your Facebook profile wall conversations"] = "Ekki sækja samtöl af Facebook forsíðu vegg";
-$a->strings["If you choose to link conversations and leave both of these boxes unchecked, your Facebook profile wall will be merged with your profile wall on this website and your privacy settings on this website will be used to determine who may see the conversations."] = "Ef þú ákveður að hlekkja samtöl saman og hefur bæði þessi hök slökkt, þá mun Facebook forsíðan sameinast forsíðunni á þessum vef þannig að friðhelgisstillingar hér munu stjórna hvernig mega sjá hvað.";
-$a->strings["Comma separated applications to ignore"] = "Forrit sem á að hunsa (komma á milli)";
-$a->strings["Problems with Facebook Real-Time Updates"] = "";
-$a->strings["Facebook Connector Settings"] = "Facebook tengils stillingar";
-$a->strings["Facebook API Key"] = "";
-$a->strings["Error: it appears that you have specified the App-ID and -Secret in your .htconfig.php file. As long as they are specified there, they cannot be set using this form.<br><br>"] = "";
-$a->strings["Error: the given API Key seems to be incorrect (the application access token could not be retrieved)."] = "";
-$a->strings["The given API Key seems to work correctly."] = "";
-$a->strings["The correctness of the API Key could not be detected. Something strange's going on."] = "";
-$a->strings["App-ID / API-Key"] = "";
-$a->strings["Application secret"] = "";
-$a->strings["Polling Interval in minutes (minimum %1\$s minutes)"] = "";
-$a->strings["Synchronize comments (no comments on Facebook are missed, at the cost of increased system load)"] = "";
-$a->strings["Real-Time Updates"] = "";
-$a->strings["Real-Time Updates are activated."] = "";
-$a->strings["Deactivate Real-Time Updates"] = "";
-$a->strings["Real-Time Updates not activated."] = "";
-$a->strings["Activate Real-Time Updates"] = "";
-$a->strings["The new values have been saved."] = "";
-$a->strings["Post to Facebook"] = "Senda á Facebook";
-$a->strings["Post to Facebook cancelled because of multi-network access permission conflict."] = "Hætt við færslu á Facebook vegna marg nets aðgangs átaka.";
-$a->strings["View on Friendica"] = "Skoða á Friendica";
-$a->strings["Facebook post failed. Queued for retry."] = "Færsla sem átti að flæða yfir á Facebook mistókst. Sett í biðröð til endurtekningar.";
-$a->strings["Your Facebook connection became invalid. Please Re-authenticate."] = "";
-$a->strings["Facebook connection became invalid"] = "";
-$a->strings["Hi %1\$s,\n\nThe connection between your accounts on %2\$s and Facebook became invalid. This usually happens after you change your Facebook-password. To enable the connection again, you have to %3\$sre-authenticate the Facebook-connector%4\$s."] = "";
-$a->strings["StatusNet AutoFollow settings updated."] = "";
-$a->strings["StatusNet AutoFollow Settings"] = "";
-$a->strings["Automatically follow any StatusNet followers/mentioners"] = "";
-$a->strings["Bg settings updated."] = "";
-$a->strings["Bg Settings"] = "";
-$a->strings["How many contacts to display on profile sidebar"] = "";
-$a->strings["Lifetime of the cache (in hours)"] = "";
-$a->strings["Cache Statistics"] = "Tölfræði skyndiminnis";
-$a->strings["Number of items"] = "Fjöldi færslna";
-$a->strings["Size of the cache"] = "Stærð skyndiminnis";
-$a->strings["Delete the whole cache"] = "Eyða öllu í skyndiminni";
-$a->strings["Facebook Post disabled"] = "";
-$a->strings["Facebook Post"] = "";
-$a->strings["Install Facebook Post connector for this account."] = "";
-$a->strings["Remove Facebook Post connector"] = "";
-$a->strings["Facebook Post Settings"] = "";
-$a->strings["%d person likes this"] = array(
-       0 => "%d líkar þetta",
-       1 => "%d líkar þetta",
-);
-$a->strings["%d person doesn't like this"] = array(
-       0 => "%d mislíkar þetta",
-       1 => "%d mislíkar þetta",
-);
-$a->strings["Get added to this list!"] = "Láta bæta þér við þennan lista!";
-$a->strings["Generate new key"] = "Búa til nýjan lykil";
-$a->strings["Widgets key"] = "Lykill smáforrits ";
-$a->strings["Widgets available"] = "Smáforrit til";
-$a->strings["Connect on Friendica!"] = "Tengist á Friendica!";
-$a->strings["bitchslap"] = "";
-$a->strings["bitchslapped"] = "";
-$a->strings["shag"] = "";
-$a->strings["shagged"] = "";
-$a->strings["do something obscenely biological to"] = "";
-$a->strings["did something obscenely biological to"] = "";
-$a->strings["point out the poke feature to"] = "";
-$a->strings["pointed out the poke feature to"] = "";
-$a->strings["declare undying love for"] = "";
-$a->strings["declared undying love for"] = "";
-$a->strings["patent"] = "";
-$a->strings["patented"] = "";
-$a->strings["stroke beard"] = "";
-$a->strings["stroked their beard at"] = "";
-$a->strings["bemoan the declining standards of modern secondary and tertiary education to"] = "";
-$a->strings["bemoans the declining standards of modern secondary and tertiary education to"] = "";
-$a->strings["hug"] = "";
-$a->strings["hugged"] = "";
-$a->strings["kiss"] = "";
-$a->strings["kissed"] = "";
-$a->strings["raise eyebrows at"] = "";
-$a->strings["raised their eyebrows at"] = "";
-$a->strings["insult"] = "";
-$a->strings["insulted"] = "";
-$a->strings["praise"] = "";
-$a->strings["praised"] = "";
-$a->strings["be dubious of"] = "";
-$a->strings["was dubious of"] = "";
-$a->strings["eat"] = "";
-$a->strings["ate"] = "";
-$a->strings["giggle and fawn at"] = "";
-$a->strings["giggled and fawned at"] = "";
-$a->strings["doubt"] = "";
-$a->strings["doubted"] = "";
-$a->strings["glare"] = "";
-$a->strings["glared at"] = "";
-$a->strings["YourLS Settings"] = "";
-$a->strings["URL: http://"] = "";
-$a->strings["Username:"] = "Notendanafn:";
-$a->strings["Password:"] = "Aðgangsorð:";
-$a->strings["Use SSL "] = "Nota SSL";
-$a->strings["yourls Settings saved."] = "";
-$a->strings["Post to LiveJournal"] = "";
-$a->strings["LiveJournal Post Settings"] = "";
-$a->strings["Enable LiveJournal Post Plugin"] = "";
-$a->strings["LiveJournal username"] = "";
-$a->strings["LiveJournal password"] = "";
-$a->strings["Post to LiveJournal by default"] = "";
-$a->strings["Not Safe For Work (General Purpose Content Filter) settings"] = "";
-$a->strings["This plugin looks in posts for the words/text you specify below, and collapses any content containing those keywords so it is not displayed at inappropriate times, such as sexual innuendo that may be improper in a work setting. It is polite and recommended to tag any content containing nudity with #NSFW.  This filter can also match any other word/text you specify, and can thereby be used as a general purpose content filter."] = "";
-$a->strings["Enable Content filter"] = "";
-$a->strings["Comma separated list of keywords to hide"] = "";
-$a->strings["Use /expression/ to provide regular expressions"] = "";
-$a->strings["NSFW Settings saved."] = "NSFW stillingar vistað.";
-$a->strings["%s - Click to open/close"] = "%s - Smelltu til að opna/loka";
-$a->strings["Forums"] = "";
-$a->strings["Forums:"] = "";
-$a->strings["Page settings updated."] = "";
-$a->strings["Page Settings"] = "";
-$a->strings["How many forums to display on sidebar without paging"] = "";
-$a->strings["Randomise Page/Forum list"] = "";
-$a->strings["Show pages/forums on profile page"] = "";
-$a->strings["Planets Settings"] = "";
-$a->strings["Enable Planets Plugin"] = "";
-$a->strings["Login"] = "Innskrá";
-$a->strings["OpenID"] = "OpenID";
-$a->strings["Latest users"] = "";
-$a->strings["Most active users"] = "Ofvirkustu notendurnir";
-$a->strings["Latest photos"] = "";
-$a->strings["Latest likes"] = "";
-$a->strings["event"] = "atburður";
-$a->strings["No access"] = "";
-$a->strings["Could not open component for editing"] = "";
-$a->strings["Go back to the calendar"] = "";
-$a->strings["Event data"] = "";
-$a->strings["Calendar"] = "";
-$a->strings["Special color"] = "";
-$a->strings["Subject"] = "";
-$a->strings["Starts"] = "";
-$a->strings["Ends"] = "";
-$a->strings["Description"] = "";
-$a->strings["Recurrence"] = "";
-$a->strings["Frequency"] = "";
-$a->strings["Daily"] = "Daglega";
-$a->strings["Weekly"] = "Vikulega";
-$a->strings["Monthly"] = "Mánaðarlega";
-$a->strings["Yearly"] = "";
-$a->strings["days"] = "dagar";
-$a->strings["weeks"] = "vikur";
-$a->strings["months"] = "mánuðir";
-$a->strings["years"] = "ár";
-$a->strings["Interval"] = "";
-$a->strings["All %select% %time%"] = "";
-$a->strings["Days"] = "";
-$a->strings["Sunday"] = "Sunnudagur";
-$a->strings["Monday"] = "Mánudagur";
-$a->strings["Tuesday"] = "Þriðjudagur";
-$a->strings["Wednesday"] = "Miðvikudagur";
-$a->strings["Thursday"] = "Fimmtudagur";
-$a->strings["Friday"] = "Föstudagur";
-$a->strings["Saturday"] = "Laugardagur";
-$a->strings["First day of week:"] = "";
-$a->strings["Day of month"] = "";
-$a->strings["#num#th of each month"] = "";
-$a->strings["#num#th-last of each month"] = "";
-$a->strings["#num#th #wkday# of each month"] = "";
-$a->strings["#num#th-last #wkday# of each month"] = "";
-$a->strings["Month"] = "";
-$a->strings["#num#th of the given month"] = "";
-$a->strings["#num#th-last of the given month"] = "";
-$a->strings["#num#th #wkday# of the given month"] = "";
-$a->strings["#num#th-last #wkday# of the given month"] = "";
-$a->strings["Repeat until"] = "";
-$a->strings["Infinite"] = "";
-$a->strings["Until the following date"] = "";
-$a->strings["Number of times"] = "";
-$a->strings["Exceptions"] = "";
-$a->strings["none"] = "";
-$a->strings["Notification"] = "";
-$a->strings["Notify by"] = "";
-$a->strings["E-Mail"] = "";
-$a->strings["On Friendica / Display"] = "";
-$a->strings["Time"] = "";
-$a->strings["Hours"] = "";
-$a->strings["Minutes"] = "";
-$a->strings["Seconds"] = "";
-$a->strings["Weeks"] = "";
-$a->strings["before the"] = "";
-$a->strings["start of the event"] = "";
-$a->strings["end of the event"] = "";
-$a->strings["Add a notification"] = "";
-$a->strings["The event #name# will start at #date"] = "";
-$a->strings["#name# is about to begin."] = "";
-$a->strings["Saved"] = "";
-$a->strings["U.S. Time Format (mm/dd/YYYY)"] = "";
-$a->strings["German Time Format (dd.mm.YYYY)"] = "";
-$a->strings["Private Events"] = "";
-$a->strings["Private Addressbooks"] = "";
-$a->strings["Friendica-Native events"] = "";
-$a->strings["Friendica-Contacts"] = "";
-$a->strings["Your Friendica-Contacts"] = "";
-$a->strings["Something went wrong when trying to import the file. Sorry. Maybe some events were imported anyway."] = "";
-$a->strings["Something went wrong when trying to import the file. Sorry."] = "";
-$a->strings["The ICS-File has been imported."] = "";
-$a->strings["No file was uploaded."] = "";
-$a->strings["Import a ICS-file"] = "";
-$a->strings["ICS-File"] = "";
-$a->strings["Overwrite all #num# existing events"] = "";
-$a->strings["New event"] = "";
-$a->strings["Today"] = "";
-$a->strings["Day"] = "";
-$a->strings["Week"] = "";
-$a->strings["Reload"] = "";
-$a->strings["Date"] = "";
-$a->strings["Error"] = "";
-$a->strings["The calendar has been updated."] = "";
-$a->strings["The new calendar has been created."] = "";
-$a->strings["The calendar has been deleted."] = "";
-$a->strings["Calendar Settings"] = "";
-$a->strings["Date format"] = "";
-$a->strings["Time zone"] = "";
-$a->strings["Calendars"] = "";
-$a->strings["Create a new calendar"] = "";
-$a->strings["Limitations"] = "";
-$a->strings["Warning"] = "";
-$a->strings["Synchronization (iPhone, Thunderbird Lightning, Android, ...)"] = "";
-$a->strings["Synchronizing this calendar with the iPhone"] = "";
-$a->strings["Synchronizing your Friendica-Contacts with the iPhone"] = "";
-$a->strings["The current version of this plugin has not been set up correctly. Please contact the system administrator of your installation of friendica to fix this."] = "";
-$a->strings["Extended calendar with CalDAV-support"] = "";
-$a->strings["noreply"] = "ekki svara";
-$a->strings["Notification: "] = "";
-$a->strings["The database tables have been installed."] = "";
-$a->strings["An error occurred during the installation."] = "";
-$a->strings["The database tables have been updated."] = "";
-$a->strings["An error occurred during the update."] = "";
-$a->strings["No system-wide settings yet."] = "";
-$a->strings["Database status"] = "";
-$a->strings["Installed"] = "";
-$a->strings["Upgrade needed"] = "";
-$a->strings["Please back up all calendar data (the tables beginning with dav_*) before proceeding. While all calendar events <i>should</i> be converted to the new database structure, it's always safe to have a backup. Below, you can have a look at the database-queries that will be made when pressing the 'update'-button."] = "";
-$a->strings["Upgrade"] = "";
-$a->strings["Not installed"] = "";
-$a->strings["Install"] = "";
-$a->strings["Unknown"] = "";
-$a->strings["Something really went wrong. I cannot recover from this state automatically, sorry. Please go to the database backend, back up the data, and delete all tables beginning with 'dav_' manually. Afterwards, this installation routine should be able to reinitialize the tables automatically."] = "";
-$a->strings["Troubleshooting"] = "";
-$a->strings["Manual creation of the database tables:"] = "";
-$a->strings["Show SQL-statements"] = "";
-$a->strings["Private Calendar"] = "";
-$a->strings["Friendica Events: Mine"] = "";
-$a->strings["Friendica Events: Contacts"] = "";
-$a->strings["Private Addresses"] = "";
-$a->strings["Friendica Contacts"] = "";
-$a->strings["Allow to use your friendica id (%s) to connecto to external unhosted-enabled storage (like ownCloud). See <a href=\"http://www.w3.org/community/unhosted/wiki/RemoteStorage#WebFinger\">RemoteStorage WebFinger</a>"] = "";
-$a->strings["Template URL (with {category})"] = "";
-$a->strings["OAuth end-point"] = "";
-$a->strings["Api"] = "Api";
-$a->strings["Member since:"] = "";
-$a->strings["Three Dimensional Tic-Tac-Toe"] = "Þrívíddar milla";
-$a->strings["3D Tic-Tac-Toe"] = "3D milla";
-$a->strings["New game"] = "Nýr leikur";
-$a->strings["New game with handicap"] = "Nýr leikur með forgjöf";
-$a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "Þrívíddar milla er alveg einsog upphaflegi leikurinn nema spilað er á mörgum borðum í einu.";
-$a->strings["In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels."] = "Í þessu tilviki þá eru þrjú borð. Þú vinnur með því að ná þremur í röð á hvaða borði sem er, upp, niður eða á ská yfir mörg borð.";
-$a->strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "Leikurinn með forgjöf slekkur á miðjunni á mið borðinu því sá sem nær þeim stað hefur yfir leitt yfirburði.";
-$a->strings["You go first..."] = "Þú byrjar...";
-$a->strings["I'm going first this time..."] = "Ég byrja í þetta skiptið...";
-$a->strings["You won!"] = "Þú vannst!";
-$a->strings["\"Cat\" game!"] = "Jafntefli";
-$a->strings["I won!"] = "Ég vann!";
-$a->strings["Randplace Settings"] = "Stilla Randplace";
-$a->strings["Enable Randplace Plugin"] = "Kveikja á Randplace einingu";
-$a->strings["Post to Dreamwidth"] = "";
-$a->strings["Dreamwidth Post Settings"] = "";
-$a->strings["Enable dreamwidth Post Plugin"] = "";
-$a->strings["dreamwidth username"] = "";
-$a->strings["dreamwidth password"] = "";
-$a->strings["Post to dreamwidth by default"] = "";
-$a->strings["Post to Drupal"] = "";
-$a->strings["Drupal Post Settings"] = "";
-$a->strings["Enable Drupal Post Plugin"] = "";
-$a->strings["Drupal username"] = "Drupal notendanafn";
-$a->strings["Drupal password"] = "Drupal aðgangsorð";
-$a->strings["Post Type - article,page,or blog"] = "";
-$a->strings["Drupal site URL"] = "";
-$a->strings["Drupal site uses clean URLS"] = "";
-$a->strings["Post to Drupal by default"] = "";
-$a->strings["Post from Friendica"] = "Færslur frá Friendica";
-$a->strings["Startpage Settings"] = "";
-$a->strings["Home page to load after login  - leave blank for profile wall"] = "";
-$a->strings["Examples: &quot;network&quot; or &quot;notifications/system&quot;"] = "";
-$a->strings["Geonames settings updated."] = "";
-$a->strings["Geonames Settings"] = "";
-$a->strings["Enable Geonames Plugin"] = "";
-$a->strings["Your account on %s will expire in a few days."] = "";
-$a->strings["Your Friendica account is about to expire."] = "";
-$a->strings["Hi %1\$s,\n\nYour account on %2\$s will expire in less than five days. You may keep your account by logging in at least once every 30 days"] = "";
-$a->strings["Upload a file"] = "Hlaða upp skrá";
-$a->strings["Drop files here to upload"] = "Slepptu skrám hér til að hala upp";
-$a->strings["Failed"] = "Mistókst";
-$a->strings["No files were uploaded."] = "Engum skráð hlaðið upp.";
-$a->strings["Uploaded file is empty"] = "Skrá sem var hlaðið upp er tóm";
-$a->strings["File has an invalid extension, it should be one of "] = "Skrá hefur ógilda skránafnsendingu, ætti að vera eitt af";
-$a->strings["Upload was cancelled, or server error encountered"] = "Hætt var við upphal eða kerfisvilla kom upp";
-$a->strings["OEmbed settings updated"] = "OEmbed stillingar uppfærðar";
-$a->strings["Use OEmbed for YouTube videos"] = "Nota OEmbed fyrir YouTube myndbönd";
-$a->strings["URL to embed:"] = "Slóð á embed:";
-$a->strings["show/hide"] = "";
-$a->strings["No forum subscriptions"] = "";
-$a->strings["Forumlist settings updated."] = "";
-$a->strings["Forumlist Settings"] = "";
-$a->strings["Randomise Forumlist/Forum list"] = "";
-$a->strings["Show forumlists/forums on profile forumlist"] = "";
-$a->strings["Impressum"] = "Impressum";
-$a->strings["Site Owner"] = "Eigandi vefs";
-$a->strings["Email Address"] = "Póstfang";
-$a->strings["Postal Address"] = "Heimilisfang";
-$a->strings["The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon."] = "Það þarf að stilla Impressum viðbótina! <br />Vinsamlegast bætið allavega við <tt>eiganda</tt> breytunni ";
-$a->strings["The page operators name."] = "";
-$a->strings["Site Owners Profile"] = "Forsíða eiganda vefs";
-$a->strings["Profile address of the operator."] = "";
-$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "";
-$a->strings["Notes"] = "Glósur";
-$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "";
-$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "";
-$a->strings["Footer note"] = "";
-$a->strings["Text for the footer. You can use BBCode here."] = "";
-$a->strings["Report Bug"] = "Tilkynna bilun";
-$a->strings["No Timeline settings updated."] = "";
-$a->strings["No Timeline Settings"] = "";
-$a->strings["Disable Archive selector on profile wall"] = "";
-$a->strings["\"Blockem\" Settings"] = "\"Blockem\" stillingar";
-$a->strings["Comma separated profile URLS to block"] = "Banna lista af forsíðum (komma á milli)";
-$a->strings["BLOCKEM Settings saved."] = "BLOCKEM stillingar vistaðar.";
-$a->strings["Blocked %s - Click to open/close"] = "%s sett í straff - Smella til að taka úr/setja á";
-$a->strings["Unblock Author"] = "Leyfa notanda";
-$a->strings["Block Author"] = "Banna notanda";
-$a->strings["blockem settings updated"] = "";
-$a->strings[":-)"] = ":-)";
-$a->strings[":-("] = ":-(";
-$a->strings["lol"] = "lol";
-$a->strings["Quick Comment Settings"] = "";
-$a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = "";
-$a->strings["Enter quick comments, one per line"] = "";
-$a->strings["Quick Comment settings saved."] = "";
-$a->strings["Tile Server URL"] = "";
-$a->strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">public tile servers</a>"] = "";
-$a->strings["Default zoom"] = "Sjálfgefin þysjun";
-$a->strings["The default zoom level. (1:world, 18:highest)"] = "Sjálfgefna þysjunar sig. (1:heimur, 18:mest)";
-$a->strings["Editplain settings updated."] = "";
-$a->strings["Group Text"] = "";
-$a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = "";
-$a->strings["Could NOT install Libravatar successfully.<br>It requires PHP >= 5.3"] = "";
-$a->strings["generic profile image"] = "";
-$a->strings["random geometric pattern"] = "";
-$a->strings["monster face"] = "";
-$a->strings["computer generated face"] = "";
-$a->strings["retro arcade style face"] = "";
-$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "";
-$a->strings["This addon is not functional on your server."] = "";
-$a->strings["Information"] = "";
-$a->strings["Gravatar addon is installed. Please disable the Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "";
-$a->strings["Default avatar image"] = "";
-$a->strings["Select default avatar image if none was found. See README"] = "";
-$a->strings["Libravatar settings updated."] = "";
-$a->strings["Post to libertree"] = "";
-$a->strings["libertree Post Settings"] = "";
-$a->strings["Enable Libertree Post Plugin"] = "";
-$a->strings["Libertree API token"] = "";
-$a->strings["Libertree site URL"] = "";
-$a->strings["Post to Libertree by default"] = "";
-$a->strings["Altpager settings updated."] = "";
-$a->strings["Alternate Pagination Setting"] = "";
-$a->strings["Use links to \"newer\" and \"older\" pages in place of page numbers?"] = "";
-$a->strings["The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail."] = "";
-$a->strings["Use the MathJax renderer"] = "";
-$a->strings["MathJax Base URL"] = "";
-$a->strings["The URL for the javascript file that should be included to use MathJax. Can be either the MathJax CDN or another installation of MathJax."] = "";
-$a->strings["Editplain Settings"] = "";
-$a->strings["Disable richtext status editor"] = "";
-$a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "";
-$a->strings["Select default avatar image if none was found at Gravatar. See README"] = "";
-$a->strings["Rating of images"] = "";
-$a->strings["Select the appropriate avatar rating for your site. See README"] = "";
-$a->strings["Gravatar settings updated."] = "";
-$a->strings["Your Friendica test account is about to expire."] = "";
-$a->strings["Hi %1\$s,\n\nYour test account on %2\$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at http://dir.friendica.com/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com."] = "";
-$a->strings["\"pageheader\" Settings"] = "Stillingar \"pageheader\"";
-$a->strings["pageheader Settings saved."] = "Stillingar pageheader vistaðar.";
-$a->strings["Post to Insanejournal"] = "";
-$a->strings["InsaneJournal Post Settings"] = "";
-$a->strings["Enable InsaneJournal Post Plugin"] = "";
-$a->strings["InsaneJournal username"] = "";
-$a->strings["InsaneJournal password"] = "";
-$a->strings["Post to InsaneJournal by default"] = "";
-$a->strings["Jappix Mini addon settings"] = "";
-$a->strings["Activate addon"] = "";
-$a->strings["Do <em>not</em> insert the Jappixmini Chat-Widget into the webinterface"] = "";
-$a->strings["Jabber username"] = "";
-$a->strings["Jabber server"] = "";
-$a->strings["Jabber BOSH host"] = "";
-$a->strings["Jabber password"] = "";
-$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "";
-$a->strings["Friendica password"] = "";
-$a->strings["Approve subscription requests from Friendica contacts automatically"] = "";
-$a->strings["Subscribe to Friendica contacts automatically"] = "";
-$a->strings["Purge internal list of jabber addresses of contacts"] = "";
-$a->strings["Add contact"] = "";
-$a->strings["View Source"] = "";
-$a->strings["Post to StatusNet"] = "Senda færslu á StatusNet";
-$a->strings["Please contact your site administrator.<br />The provided API URL is not valid."] = "Hafðu samband við kerfisstjóra.<br />Uppgefin API slóð er ógild.";
-$a->strings["We could not contact the StatusNet API with the Path you entered."] = "Ekki náðist í StatusNet API með slóð sem þú gafst upp.";
-$a->strings["StatusNet settings updated."] = "StatusNet stillingar uppfærðar.";
-$a->strings["StatusNet Posting Settings"] = "StatusNet færslu stillingar";
-$a->strings["Globally Available StatusNet OAuthKeys"] = "StatusNet OAuthKey í boði á heimsvísu";
-$a->strings["There are preconfigured OAuth key pairs for some StatusNet servers available. If you are useing one of them, please use these credentials. If not feel free to connect to any other StatusNet instance (see below)."] = "Það eru forstillt OAuth lykla pör í sumum StatusNet þjónum.  Ef þú ert að nota slíkt par, notaðu þá þau auðkenni. Ef ekki þá er þér frjálst að tengjast hvaða öðrum StatusNet þjón (sjá fyrir neðan).";
-$a->strings["Provide your own OAuth Credentials"] = "Gefðu upp eigin OAuth auðkenni";
-$a->strings["No consumer key pair for StatusNet found. Register your Friendica Account as an desktop client on your StatusNet account, copy the consumer key pair here and enter the API base root.<br />Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited StatusNet installation."] = "";
-$a->strings["OAuth Consumer Key"] = "OAuth notenda lykill";
-$a->strings["OAuth Consumer Secret"] = "OAuth notenda leyndarmál";
-$a->strings["Base API Path (remember the trailing /)"] = "Grunn API slóð (muna eftir / í endann)";
-$a->strings["To connect to your StatusNet account click the button below to get a security code from StatusNet which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to StatusNet."] = "Til að tengjast StatusNet notandanum ýttu á takkann fyrir neðan, þá fæst öryggis lykill frá StatusNet sem þarf að afrita í svæðið fyrir neðan og senda inn. Aðeins <strong>opinberar</strong> færslur munu flæða yfir á StatusNet.";
-$a->strings["Log in with StatusNet"] = "Innskrá með StatusNet";
-$a->strings["Copy the security code from StatusNet here"] = "Afrita öryggis lykil frá StatusNet hingað";
-$a->strings["Cancel Connection Process"] = "Hætta við tengi ferli";
-$a->strings["Current StatusNet API is"] = "Núverandi StatusNet API er";
-$a->strings["Cancel StatusNet Connection"] = "Hætta við StatusNet tengingu";
-$a->strings["Currently connected to: "] = "Núna tengdur við:";
-$a->strings["If enabled all your <strong>public</strong> postings can be posted to the associated StatusNet account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Ef virkt þá geta allar <strong>opinberu</strong> stöðu meldingarnar þínar verið birtar á tengdri StatusNet síðu. Þú getur valið að gera þetta sjálfvirkt (hér) eða fyrir hvern póst í senn þegar hann er skrifaður.";
-$a->strings["<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to StatusNet will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "";
-$a->strings["Allow posting to StatusNet"] = "Leyfa sendingu færslna til StatusNet";
-$a->strings["Send public postings to StatusNet by default"] = "Sjálfgefið senda opinberar færslur á StatusNet";
-$a->strings["Send linked #-tags and @-names to StatusNet"] = "";
-$a->strings["Clear OAuth configuration"] = "Hreinsa OAuth stillingar";
-$a->strings["API URL"] = "API slóð";
-$a->strings["Infinite Improbability Drive"] = "";
-$a->strings["Post to Tumblr"] = "Senda fæslu til Tumblr";
-$a->strings["Tumblr Post Settings"] = "Tumblr færslu stillingar";
-$a->strings["Enable Tumblr Post Plugin"] = "Leyfa Tumblr færslu viðbót";
-$a->strings["Tumblr login"] = "Tumblr innskráning";
-$a->strings["Tumblr password"] = "Tumblr aðgangsorð";
-$a->strings["Post to Tumblr by default"] = "Senda færslu á Tumblr sjálfvirkt";
-$a->strings["Numfriends settings updated."] = "";
-$a->strings["Numfriends Settings"] = "";
-$a->strings["Gnot settings updated."] = "";
-$a->strings["Gnot Settings"] = "";
-$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "";
-$a->strings["Enable this plugin/addon?"] = "";
-$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "";
-$a->strings["Post to Wordpress"] = "Senda færslu á Wordpress";
-$a->strings["WordPress Post Settings"] = "Wordpress Post stillingar";
-$a->strings["Enable WordPress Post Plugin"] = "Kveikja á WordPress Post viðbót";
-$a->strings["WordPress username"] = "Wordpress aðgangsorð";
-$a->strings["WordPress password"] = "Wordpress aðgagnsorð";
-$a->strings["WordPress API URL"] = "Slóð á Wordpress API";
-$a->strings["Post to WordPress by default"] = "Leyfa færslum að flæða yfir á Wordpress sjálfgefið";
-$a->strings["Provide a backlink to the Friendica post"] = "";
-$a->strings["Read the original post and comment stream on Friendica"] = "";
-$a->strings["\"Show more\" Settings"] = "\"Show more\" stillingar";
-$a->strings["Enable Show More"] = "Kveikja á Show More";
-$a->strings["Cutting posts after how much characters"] = "";
-$a->strings["Show More Settings saved."] = "Sýna ";
-$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "Þessi vefur er í <a href='http://www.piwik.org'>Piwik</a> vefmælingu.";
-$a->strings["If you do not want that your visits are logged this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "Ef þú villt ekki vera í vefmælingu smelltu <a href='%s'>hér</a> til að sækja köku sem afskráir þig úr mælingu.";
-$a->strings["Piwik Base URL"] = "Slóð á Piwik grunn";
-$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "";
-$a->strings["Site ID"] = "Auðkenni vefs";
-$a->strings["Show opt-out cookie link?"] = "Sýna ekki taka við kökum ";
-$a->strings["Asynchronous tracking"] = "";
-$a->strings["Post to Twitter"] = "Senda færslu á Twitter";
-$a->strings["Twitter settings updated."] = "Stillingar Twitter uppfærðar.";
-$a->strings["Twitter Posting Settings"] = "Twitter færslu stillingar";
-$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "Ekkert notenda lykils par fyrir Twitter fundið.  Hafðu samband við kerfisstjórann.";
-$a->strings["At this Friendica instance the Twitter plugin was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to Twitter."] = "";
-$a->strings["Log in with Twitter"] = "Innskrá með Twitter";
-$a->strings["Copy the PIN from Twitter here"] = "Afrita PIN frá Twitter hingað";
-$a->strings["If enabled all your <strong>public</strong> postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Ef virkt þá geta allar <strong>opinberu</strong> stöðu meldingarnar þínar verið birtar á tengdri StatusNet síðu. Þú getur valið að gera þetta sjálfvirkt (hér) eða fyrir hvern póst í senn þegar hann er skrifaður.";
-$a->strings["<strong>Note</strong>: Due your privacy settings (<em>Hide your profile details from unknown viewers?</em>) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "";
-$a->strings["Allow posting to Twitter"] = "Leyfa færslum að flæða á Twitter";
-$a->strings["Send public postings to Twitter by default"] = "Senda sjálfgefið opinberar færslur á Twitter";
-$a->strings["Send linked #-tags and @-names to Twitter"] = "";
-$a->strings["Consumer key"] = "Lykill neytanda";
-$a->strings["Consumer secret"] = "Leyndarmál neytanda";
-$a->strings["IRC Settings"] = "IRC stillingar";
-$a->strings["Channel(s) to auto connect (comma separated)"] = "Tengjast rásum sjálfkrafa (komma á milli)";
-$a->strings["Popular Channels (comma separated)"] = "Vinsælar rásir (komma á milli)";
-$a->strings["IRC settings saved."] = "IRC stillingum vistað";
-$a->strings["IRC Chatroom"] = "";
-$a->strings["Popular Channels"] = "";
-$a->strings["Fromapp settings updated."] = "";
-$a->strings["FromApp Settings"] = "";
-$a->strings["The application name you would like to show your posts originating from."] = "";
-$a->strings["Use this application name even if another application was used."] = "";
-$a->strings["Post to blogger"] = "";
-$a->strings["Blogger Post Settings"] = "";
-$a->strings["Enable Blogger Post Plugin"] = "";
-$a->strings["Blogger username"] = "";
-$a->strings["Blogger password"] = "";
-$a->strings["Blogger API URL"] = "";
-$a->strings["Post to Blogger by default"] = "";
-$a->strings["Post to Posterous"] = "Senda færslu á Posterous";
-$a->strings["Posterous Post Settings"] = "Stilla Posterous Post";
-$a->strings["Enable Posterous Post Plugin"] = "Kveðja á Posterous Post viðbót ";
-$a->strings["Posterous login"] = "Posterous notendanafn";
-$a->strings["Posterous password"] = "Posterous aðgangsorð";
-$a->strings["Posterous site ID"] = "";
-$a->strings["Posterous API token"] = "";
-$a->strings["Post to Posterous by default"] = "Sjálfgefið láta færslur flæða á Posterous";
-$a->strings["Theme settings"] = "";
-$a->strings["Set resize level for images in posts and comments (width and height)"] = "";
-$a->strings["Set font-size for posts and comments"] = "";
-$a->strings["Set theme width"] = "";
-$a->strings["Color scheme"] = "";
-$a->strings["Your posts and conversations"] = "Samtölin þín";
-$a->strings["Your profile page"] = "Forsíðan þín";
-$a->strings["Your contacts"] = "";
-$a->strings["Your photos"] = "Þínar myndir";
-$a->strings["Your events"] = "Þínir atburðir";
-$a->strings["Personal notes"] = "Þínar einka glósur";
-$a->strings["Your personal photos"] = "Þínar einka myndir";
-$a->strings["Community Pages"] = "";
-$a->strings["Community Profiles"] = "";
-$a->strings["Last users"] = "Nýjustu notendurnir";
-$a->strings["Last likes"] = "Nýjustu \"líkar þetta\"";
-$a->strings["Last photos"] = "Nýjustu myndirnar";
-$a->strings["Find Friends"] = "";
-$a->strings["Local Directory"] = "";
+$a->strings["Photo Albums"] = "Myndabækur";
+$a->strings["Contact Photos"] = "Myndir tengiliðs";
+$a->strings["Upload New Photos"] = "Hlaða upp nýjum myndum";
+$a->strings["Contact information unavailable"] = "Tengiliða upplýsingar ekki til";
+$a->strings["Album not found."] = "Myndabók finnst ekki.";
+$a->strings["Delete Album"] = "Fjarlægja myndabók";
+$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["%1\$s was tagged in %2\$s by %3\$s"] = "";
+$a->strings["a photo"] = "mynd";
+$a->strings["Image exceeds size limit of "] = "Mynd er yfir stærðamörkum";
+$a->strings["Image file is empty."] = "Mynda skrá er tóm.";
+$a->strings["No photos selected"] = "Engar myndir valdar";
+$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "";
+$a->strings["Upload Photos"] = "Hlaða upp myndum";
+$a->strings["New album name: "] = "Nýtt nafn myndbókar:";
+$a->strings["or existing album name: "] = "eða fyrra nafn myndbókar:";
+$a->strings["Do not show a status post for this upload"] = "Ekki sýna færslu fyrir þessari upphölun";
+$a->strings["Permissions"] = "Aðgangar";
+$a->strings["Private Photo"] = "Einkamynd";
+$a->strings["Public Photo"] = "Opinber mynd";
+$a->strings["Edit Album"] = "Breyta myndbók";
+$a->strings["Show Newest First"] = "Birta nýjast fyrst";
+$a->strings["Show Oldest First"] = "Birta elsta fyrst";
+$a->strings["View Photo"] = "Skoða mynd";
+$a->strings["Permission denied. Access to this item may be restricted."] = "Aðgangi hafnað. Aðgangur að þessum hlut kann að vera skertur.";
+$a->strings["Photo not available"] = "Mynd ekki til";
+$a->strings["View photo"] = "Birta mynd";
+$a->strings["Edit photo"] = "Breyta mynd";
+$a->strings["Use as profile photo"] = "Nota sem forsíðu mynd";
+$a->strings["View Full Size"] = "Skoða í fullri stærð";
+$a->strings["Tags: "] = "Merki:";
+$a->strings["[Remove any tag]"] = "[Fjarlægja öll merki]";
+$a->strings["Rotate CW (right)"] = "";
+$a->strings["Rotate CCW (left)"] = "";
+$a->strings["New album name"] = "Nýtt nafn myndbókar";
+$a->strings["Caption"] = "Yfirskrift";
+$a->strings["Add a Tag"] = "Bæta við merki";
+$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Til dæmis: @bob, @Barbara_Jensen, @jim@example.com, #Reykjavík #tjalda";
+$a->strings["Private photo"] = "Einkamynd";
+$a->strings["Public photo"] = "Opinber mynd";
+$a->strings["Share"] = "Deila";
+$a->strings["Recent Photos"] = "Nýlegar myndir";
+$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["Move account"] = "";
+$a->strings["You can import an account from another Friendica server."] = "";
+$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 (statusnet/identi.ca) or from Diaspora"] = "";
+$a->strings["Account file"] = "";
+$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "";
+$a->strings["Item not available."] = "Atriði ekki í boði.";
+$a->strings["Item was not found."] = "Atriði fannst ekki";
+$a->strings["Delete this item?"] = "Eyða þessu atriði?";
+$a->strings["show fewer"] = "sýna færri";
+$a->strings["Update %s failed. See error logs."] = "Uppfærsla á %s mistókst. Sjá villu skrá.";
+$a->strings["Create a New Account"] = "Stofna nýjan notanda";
+$a->strings["Logout"] = "Útskrá";
+$a->strings["Nickname or Email address: "] = "Gælunafn eða póstfang:";
+$a->strings["Password: "] = "Aðgangsorð:";
+$a->strings["Remember me"] = "";
+$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"] = "";
+$a->strings["terms of service"] = "";
+$a->strings["Website Privacy Policy"] = "";
+$a->strings["privacy policy"] = "";
+$a->strings["Requested account is not available."] = "";
+$a->strings["Edit profile"] = "Breyta forsíðu";
+$a->strings["Message"] = "";
+$a->strings["Profiles"] = "Forsíður";
+$a->strings["Manage/edit profiles"] = "Sýsla með forsíður";
+$a->strings["Network:"] = "";
+$a->strings["g A l F d"] = "";
+$a->strings["F d"] = "";
+$a->strings["[today]"] = "[í dag]";
+$a->strings["Birthday Reminders"] = "Afmælis áminningar";
+$a->strings["Birthdays this week:"] = "Afmæli í þessari viku:";
+$a->strings["[No description]"] = "[Engin lýsing]";
+$a->strings["Event Reminders"] = "Atburða áminningar";
+$a->strings["Events this week:"] = "Atburðir vikunnar:";
+$a->strings["Status"] = "Staða";
+$a->strings["Status Messages and Posts"] = "Stöðu skilaboð og færslur";
+$a->strings["Profile Details"] = "Forsíðu upplýsingar";
+$a->strings["Videos"] = "";
+$a->strings["Events and Calendar"] = "Atburðir og dagskrá";
+$a->strings["Only You Can See This"] = "Aðeins þú sérð þetta";
+$a->strings["This entry was edited"] = "";
+$a->strings["ignore thread"] = "";
+$a->strings["unignore thread"] = "";
+$a->strings["toggle ignore status"] = "";
+$a->strings["ignored"] = "";
+$a->strings["Categories:"] = "Flokkar:";
+$a->strings["Filed under:"] = "Skráð undir:";
+$a->strings["via"] = "";
+$a->strings["\n\t\t\tThe friendica developers released update %s recently,\n\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\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["Errors encountered creating database tables."] = "Villur komu upp við að stofna töflur í gagnagrunn.";
+$a->strings["Errors encountered performing database changes."] = "";
+$a->strings["Logged out."] = "Útskráður";
+$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "";
+$a->strings["The error message was:"] = "";
+$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"] = array(
+       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["Connect/Follow"] = "Tengjast/fylgja";
+$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["Earth Layers"] = "";
-$a->strings["Set zoomfactor for Earth Layers"] = "";
-$a->strings["Set longitude (X) for Earth Layers"] = "";
-$a->strings["Set latitude (Y) for Earth Layers"] = "";
-$a->strings["Help or @NewHere ?"] = "";
-$a->strings["Connect Services"] = "";
-$a->strings["Last Tweets"] = "";
-$a->strings["Set twitter search term"] = "";
-$a->strings["don't show"] = "fela";
+$a->strings["Networks"] = "Net";
+$a->strings["All Networks"] = "Öll net";
+$a->strings["Saved Folders"] = "";
+$a->strings["Everything"] = "";
+$a->strings["Categories"] = "";
+$a->strings["General Features"] = "";
+$a->strings["Multiple Profiles"] = "";
+$a->strings["Ability to create multiple profiles"] = "";
+$a->strings["Post Composition Features"] = "";
+$a->strings["Richtext Editor"] = "";
+$a->strings["Enable richtext editor"] = "";
+$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 fourm page is selected/deselected in ACL window."] = "";
+$a->strings["Network Sidebar Widgets"] = "";
+$a->strings["Search by Date"] = "";
+$a->strings["Ability to select posts by date ranges"] = "";
+$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["Connect URL missing."] = "Tengi slóð vantar.";
+$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."] = "Enginn samhæfur samskipta staðall né straumar fundust.";
+$a->strings["The profile address specified does not provide adequate information."] = "Uppgefin forsíðu slóð eru ekki næganlegar 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ð þessa slóð. ";
+$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["following"] = "fylgist með";
+$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["Create a new group"] = "Stofna nýjan hóp";
+$a->strings["Contacts not in any group"] = "Tengiliðir ekki í neinum hópum";
+$a->strings["Miscellaneous"] = "Ýmislegt";
+$a->strings["year"] = "ár";
+$a->strings["month"] = "mánuður";
+$a->strings["day"] = "dagur";
+$a->strings["never"] = "aldrei";
+$a->strings["less than a second ago"] = "fyrir minna en sekúndu";
+$a->strings["years"] = "ár";
+$a->strings["months"] = "mánuðir";
+$a->strings["week"] = "vika";
+$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"] = "";
+$a->strings["%s's birthday"] = "";
+$a->strings["Happy Birthday %s"] = "";
+$a->strings["Visible to everybody"] = "Sjáanlegt öllum";
 $a->strings["show"] = "sýna";
-$a->strings["Show/hide boxes at right-hand column:"] = "";
-$a->strings["Set line-height for posts and comments"] = "";
-$a->strings["Set resolution for middle column"] = "";
-$a->strings["Set color scheme"] = "Setja litar þema";
-$a->strings["Set zoomfactor for Earth Layer"] = "";
-$a->strings["Last tweets"] = "";
-$a->strings["Alignment"] = "";
-$a->strings["Left"] = "";
-$a->strings["Center"] = "";
-$a->strings["Set colour scheme"] = "Setja litar þema";
-$a->strings["j F, Y"] = "";
-$a->strings["j F"] = "";
-$a->strings["Birthday:"] = "Afmælisdagur:";
-$a->strings["Age:"] = "Aldur";
-$a->strings["for %1\$d %2\$s"] = "";
-$a->strings["Tags:"] = "Merki:";
-$a->strings["Religion:"] = "Trúarskoðanir:";
-$a->strings["Hobbies/Interests:"] = "Áhugamál/Áhugasvið:";
-$a->strings["Contact information and Social Networks:"] = "Tengiliða upplýsingar og samfélagsnet:";
-$a->strings["Musical interests:"] = "Tónlistar áhugi:";
-$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["Love/Romance:"] = "Ást/rómantík";
-$a->strings["Work/employment:"] = "Atvinna:";
-$a->strings["School/education:"] = "Skóli/menntun:";
-$a->strings["Unknown | Not categorised"] = "Óþekkt | Ekki flokkað";
-$a->strings["Block immediately"] = "Hunsa samstundis";
-$a->strings["Shady, spammer, self-marketer"] = "Grunsamlegur, rusl sendari, auglýsandi";
-$a->strings["Known to me, but no opinion"] = "Ég þekki en hef ekki skoðun á";
-$a->strings["OK, probably harmless"] = "Í lagi, væntanlega saklaus";
-$a->strings["Reputable, has my trust"] = "ég treysti";
-$a->strings["Frequently"] = "Oft";
-$a->strings["Hourly"] = "Klukkustundar fresti";
-$a->strings["Twice daily"] = "Tvisvar á dag";
-$a->strings["OStatus"] = "OStatus";
-$a->strings["RSS/Atom"] = "RSS/Atom";
-$a->strings["Zot!"] = "Zot!";
-$a->strings["LinkedIn"] = "LinkedIn";
-$a->strings["XMPP/IM"] = "XMPP/IM";
-$a->strings["MySpace"] = "MySpace";
-$a->strings["Male"] = "Karlmaður";
-$a->strings["Female"] = "Kvenmaður";
-$a->strings["Currently Male"] = "Karlmaður í augnablikinu";
-$a->strings["Currently Female"] = "Kvenmaður í augnablikinu";
-$a->strings["Mostly Male"] = "Aðallega karlmaður";
-$a->strings["Mostly Female"] = "Aðallega kvenmaður";
-$a->strings["Transgender"] = "Kynskiptingur";
-$a->strings["Intersex"] = "Hvorukin";
-$a->strings["Transsexual"] = "Kynskiptingur";
-$a->strings["Hermaphrodite"] = "Tvíkynhneigð(ur)";
-$a->strings["Neuter"] = "Hvorukyn";
-$a->strings["Non-specific"] = "Ekki ákveðið";
-$a->strings["Other"] = "Annað";
-$a->strings["Undecided"] = "Óviss";
-$a->strings["Males"] = "Karlmenn";
-$a->strings["Females"] = "Kvenmenn";
-$a->strings["Gay"] = "Samkynhneigður";
-$a->strings["Lesbian"] = "Lesbía";
-$a->strings["No Preference"] = "Til í allt";
-$a->strings["Bisexual"] = "Tvíkynhneigð/ur";
-$a->strings["Autosexual"] = "Sjálfkynhneigð/ur";
-$a->strings["Abstinent"] = "Skýrlíf/ur";
-$a->strings["Virgin"] = "Hrein mey/Hreinn sveinn";
-$a->strings["Deviant"] = "Óþekkur";
-$a->strings["Fetish"] = "Blæti";
-$a->strings["Oodles"] = "Mikið af því";
-$a->strings["Nonsexual"] = "Engin kynhneigð";
-$a->strings["Single"] = "Einhleyp/ur";
-$a->strings["Lonely"] = "Einmanna";
-$a->strings["Available"] = "Á lausu";
-$a->strings["Unavailable"] = "Frátekin/n";
-$a->strings["Has crush"] = "Er skotin(n)";
-$a->strings["Infatuated"] = "";
-$a->strings["Dating"] = "Deita";
-$a->strings["Unfaithful"] = "Ótrú/r";
-$a->strings["Sex Addict"] = "Kynlífsfíkill";
-$a->strings["Friends"] = "Vinir";
-$a->strings["Friends/Benefits"] = "Vinir með meiru";
-$a->strings["Casual"] = "Lauslát/ur";
-$a->strings["Engaged"] = "Trúlofuð/Trúlofaður";
-$a->strings["Married"] = "Gift/ur";
-$a->strings["Imaginarily married"] = "";
-$a->strings["Partners"] = "Félagar";
-$a->strings["Cohabiting"] = "Sambýlingur";
-$a->strings["Common law"] = "";
-$a->strings["Happy"] = "Hamingjusöm/Hamingjusamur";
-$a->strings["Not looking"] = "Ekki að leita";
-$a->strings["Swinger"] = "Svingari";
-$a->strings["Betrayed"] = "Svikin/n";
-$a->strings["Separated"] = "Skilin/n að borði og sæng";
-$a->strings["Unstable"] = "Óstabíll";
-$a->strings["Divorced"] = "Fráskilin/n";
-$a->strings["Imaginarily divorced"] = "";
-$a->strings["Widowed"] = "Ekkja/Ekkill";
-$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["Starts:"] = "Byrjar:";
-$a->strings["Finishes:"] = "Endar:";
-$a->strings["(no subject)"] = "(ekkert efni)";
-$a->strings[" on Last.fm"] = "";
+$a->strings["don't show"] = "fela";
+$a->strings["[no subject]"] = "[ekkert efni]";
+$a->strings["stopped following"] = "hætt að fylgja";
+$a->strings["Poke"] = "";
+$a->strings["View Status"] = "";
+$a->strings["View Profile"] = "";
+$a->strings["View Photos"] = "";
+$a->strings["Network Posts"] = "";
+$a->strings["Edit Contact"] = "";
+$a->strings["Drop Contact"] = "Henda tengilið";
+$a->strings["Send PM"] = "Senda einkaboð";
+$a->strings["Welcome "] = "Velkomin(n)";
+$a->strings["Please upload a profile photo."] = "Vinsamlegast hlaðið inn forsíðu mynd.";
+$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["event"] = "atburður";
+$a->strings["%1\$s poked %2\$s"] = "";
+$a->strings["poked"] = "";
+$a->strings["post/item"] = "";
+$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "";
+$a->strings["remove"] = "";
+$a->strings["Delete Selected Items"] = "Eyða völdum færslum";
+$a->strings["Follow Thread"] = "";
+$a->strings["%s likes this."] = "%s líkar þetta.";
+$a->strings["%s doesn't like this."] = "%s mislíkar þetta.";
+$a->strings["<span  %1\$s>%2\$d people</span> like this"] = "";
+$a->strings["<span  %1\$s>%2\$d people</span> don't like this"] = "";
+$a->strings["and"] = "og";
+$a->strings[", and %d other people"] = ", og %d öðrum";
+$a->strings["%s like this."] = "%s líkar þetta.";
+$a->strings["%s don't like this."] = "%s mislíkar þetta.";
+$a->strings["Visible to <strong>everybody</strong>"] = "Sjáanlegt <strong>öllum</strong>";
+$a->strings["Please enter a video link/URL:"] = "Settu inn myndbandshlekkur:";
+$a->strings["Please enter an audio link/URL:"] = "Settu inn hlekk á hljóðskrá:";
+$a->strings["Tag term:"] = "Merka með:";
+$a->strings["Where are you right now?"] = "Hvar ert þú núna?";
+$a->strings["Delete item(s)?"] = "";
+$a->strings["Post to Email"] = "Senda skilaboð á tölvupóst";
+$a->strings["Connectors disabled, since \"%s\" is enabled."] = "";
+$a->strings["permissions"] = "aðgangsstýring";
+$a->strings["Post to Groups"] = "";
+$a->strings["Post to Contacts"] = "";
+$a->strings["Private post"] = "";
+$a->strings["view full size"] = "Skoða í fullri stærð";
+$a->strings["newer"] = "";
+$a->strings["older"] = "";
 $a->strings["prev"] = "á undan";
 $a->strings["first"] = "fremsta";
 $a->strings["last"] = "síðasta";
 $a->strings["next"] = "næsta";
-$a->strings["newer"] = "";
-$a->strings["older"] = "";
 $a->strings["No contacts"] = "Engir tengiliðir";
 $a->strings["%d Contact"] = array(
        0 => "%d Tengiliður",
        1 => "%d Tengiliðir",
 );
 $a->strings["poke"] = "";
-$a->strings["poked"] = "";
 $a->strings["ping"] = "";
 $a->strings["pinged"] = "";
 $a->strings["prod"] = "";
@@ -1765,6 +1481,13 @@ $a->strings["frustrated"] = "";
 $a->strings["motivated"] = "";
 $a->strings["relaxed"] = "";
 $a->strings["surprised"] = "";
+$a->strings["Monday"] = "Mánudagur";
+$a->strings["Tuesday"] = "Þriðjudagur";
+$a->strings["Wednesday"] = "Miðvikudagur";
+$a->strings["Thursday"] = "Fimmtudagur";
+$a->strings["Friday"] = "Föstudagur";
+$a->strings["Saturday"] = "Laugardagur";
+$a->strings["Sunday"] = "Sunnudagur";
 $a->strings["January"] = "Janúar";
 $a->strings["February"] = "Febrúar";
 $a->strings["March"] = "Mars";
@@ -1784,21 +1507,64 @@ $a->strings["Select an alternate language"] = "Velja annað tungumál";
 $a->strings["activity"] = "";
 $a->strings["post"] = "";
 $a->strings["Item filed"] = "";
-$a->strings["Sharing notification from Diaspora network"] = "Tilkynning um að einhver deildi einhverju Diaspora netinu";
-$a->strings["Attachments:"] = "Viðhengi:";
-$a->strings["view full size"] = "Skoða í fullri stærð";
-$a->strings["Embedded content"] = "Innbyggt efni";
-$a->strings["Embedding disabled"] = "Innfelling ekki leyfð";
-$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["Create a new group"] = "Stofna nýjan hóp";
-$a->strings["Contacts not in any group"] = "Tengiliðir ekki í neinum hópum";
-$a->strings["Logout"] = "Útskrá";
+$a->strings["Image/photo"] = "Mynd";
+$a->strings["<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s"] = "";
+$a->strings["<span><a href=\"%s\" target=\"_blank\">%s</a> wrote the following <a href=\"%s\" target=\"_blank\">post</a>"] = "";
+$a->strings["$1 wrote:"] = "$1 skrifaði:";
+$a->strings["Encrypted content"] = "Dulritað efni";
+$a->strings["(no subject)"] = "(ekkert efni)";
+$a->strings["noreply"] = "ekki svara";
+$a->strings["Cannot locate DNS info for database server '%s'"] = "Get ekki flett upp DNS upplýsingum fyrir gagnagrunns þjón '%s'";
+$a->strings["Unknown | Not categorised"] = "Óþekkt | Ekki flokkað";
+$a->strings["Block immediately"] = "Hunsa samstundis";
+$a->strings["Shady, spammer, self-marketer"] = "Grunsamlegur, rusl sendari, auglýsandi";
+$a->strings["Known to me, but no opinion"] = "Ég þekki en hef ekki skoðun á";
+$a->strings["OK, probably harmless"] = "Í lagi, væntanlega saklaus";
+$a->strings["Reputable, has my trust"] = "Gott orðspor, ég treysti þessu";
+$a->strings["Weekly"] = "Vikulega";
+$a->strings["Monthly"] = "Mánaðarlega";
+$a->strings["OStatus"] = "OStatus";
+$a->strings["RSS/Atom"] = "RSS/Atom";
+$a->strings["Zot!"] = "Zot!";
+$a->strings["LinkedIn"] = "LinkedIn";
+$a->strings["XMPP/IM"] = "XMPP/IM";
+$a->strings["MySpace"] = "MySpace";
+$a->strings["Google+"] = "Google+";
+$a->strings["pump.io"] = "pump.io";
+$a->strings["Twitter"] = "Twitter";
+$a->strings["Diaspora Connector"] = "";
+$a->strings["Statusnet"] = "";
+$a->strings["App.net"] = "";
+$a->strings[" on Last.fm"] = "";
+$a->strings["Starts:"] = "Byrjar:";
+$a->strings["Finishes:"] = "Endar:";
+$a->strings["j F, Y"] = "";
+$a->strings["j F"] = "";
+$a->strings["Birthday:"] = "Afmælisdagur:";
+$a->strings["Age:"] = "Aldur";
+$a->strings["for %1\$d %2\$s"] = "";
+$a->strings["Tags:"] = "Merki:";
+$a->strings["Religion:"] = "Trúarskoðanir:";
+$a->strings["Hobbies/Interests:"] = "Áhugamál/Áhugasvið:";
+$a->strings["Contact information and Social Networks:"] = "Tengiliðaupplýsingar og samfélagsnet:";
+$a->strings["Musical interests:"] = "Tónlistaráhugi:";
+$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["Love/Romance:"] = "Ást/rómantík";
+$a->strings["Work/employment:"] = "Atvinna:";
+$a->strings["School/education:"] = "Skóli/menntun:";
+$a->strings["Click here to upgrade."] = "";
+$a->strings["This action exceeds the limits set by your subscription plan."] = "";
+$a->strings["This action is not available under your subscription plan."] = "";
 $a->strings["End this session"] = "Loka þessu innliti";
-$a->strings["Status"] = "Staða";
+$a->strings["Your posts and conversations"] = "Samtölin þín";
+$a->strings["Your profile page"] = "Forsíðan þín";
+$a->strings["Your photos"] = "Þínar myndir";
+$a->strings["Your videos"] = "";
+$a->strings["Your events"] = "Þínir atburðir";
+$a->strings["Personal notes"] = "Þínar einka glósur";
+$a->strings["Your personal notes"] = "";
 $a->strings["Sign in"] = "Innskrá";
 $a->strings["Home Page"] = "Heimasíða";
 $a->strings["Create an account"] = "Stofna notanda";
@@ -1807,9 +1573,14 @@ $a->strings["Apps"] = "Forr";
 $a->strings["Addon applications, utilities, games"] = "Viðbætur forrit, leikir";
 $a->strings["Search site content"] = "Leita í efni á vef";
 $a->strings["Conversations on this site"] = "Samtöl á þessum vef";
+$a->strings["Conversations on the network"] = "";
 $a->strings["Directory"] = "Tengiliðalisti";
-$a->strings["People directory"] = "Tengiliðalisti";
+$a->strings["People directory"] = "Nafnaskrá";
+$a->strings["Information"] = "";
+$a->strings["Information about this friendica instance"] = "";
 $a->strings["Conversations from your friends"] = "Samtöl frá vinum";
+$a->strings["Network Reset"] = "";
+$a->strings["Load Network page with no filters"] = "";
 $a->strings["Friend Requests"] = "Vina beiðnir";
 $a->strings["See all notifications"] = "";
 $a->strings["Mark all system notifications seen"] = "Merkja allar tilkynningar sem séðar";
@@ -1818,54 +1589,102 @@ $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["Account settings"] = "Notenda stillingar";
+$a->strings["Manage/Edit Profiles"] = "";
 $a->strings["Manage/edit friends and contacts"] = "Sýsla með vini og tengiliði";
 $a->strings["Site setup and configuration"] = "Stillingar vefs";
-$a->strings["Nothing new here"] = "Ekkert nýtt héðan";
-$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"] = array(
-       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["Connect/Follow"] = "Tengjast/fylgja";
-$a->strings["Examples: Robert Morgenstein, Fishing"] = "Dæmi: Jón Jónsson, Veiði";
-$a->strings["Random Profile"] = "";
-$a->strings["Networks"] = "Net";
-$a->strings["All Networks"] = "Öll net";
-$a->strings["Saved Folders"] = "";
-$a->strings["Everything"] = "";
-$a->strings["Categories"] = "";
-$a->strings["Logged out."] = "Útskráður";
-$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "";
-$a->strings["The error message was:"] = "";
-$a->strings["Miscellaneous"] = "Ýmislegt";
-$a->strings["year"] = "ár";
-$a->strings["month"] = "mánuður";
-$a->strings["day"] = "dagur";
-$a->strings["never"] = "aldrei";
-$a->strings["less than a second ago"] = "fyrir minna en sekúndu";
-$a->strings["week"] = "vika";
-$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"] = "";
-$a->strings["%s's birthday"] = "";
-$a->strings["Happy Birthday %s"] = "";
-$a->strings["From: "] = "Frá:";
-$a->strings["Image/photo"] = "Mynd";
-$a->strings["$1 wrote:"] = "$1 skrifaði:";
-$a->strings["Encrypted content"] = "";
-$a->strings["Cannot locate DNS info for database server '%s'"] = "Get ekki flett upp DNS upplýsingum fyrir gagnagrunns þjón '%s'";
-$a->strings["[no subject]"] = "[ekkert efni]";
-$a->strings["Visible to everybody"] = "Sjáanlegt öllum";
+$a->strings["Navigation"] = "";
+$a->strings["Site map"] = "";
+$a->strings["User not found."] = "";
+$a->strings["Daily posting limit of %d posts reached. The post was rejected."] = "";
+$a->strings["Weekly posting limit of %d posts reached. The post was rejected."] = "";
+$a->strings["Monthly posting limit of %d posts reached. The post was rejected."] = "";
+$a->strings["There is no status with this id."] = "";
+$a->strings["There is no conversation with this id."] = "";
+$a->strings["Invalid request."] = "";
+$a->strings["Invalid item."] = "";
+$a->strings["Invalid action. "] = "";
+$a->strings["DB error"] = "";
+$a->strings["An invitation is required."] = "Boðskort er skilyrði.";
+$a->strings["Invitation could not be verified."] = "Ekki hægt að sannreyna boðskort.";
+$a->strings["Invalid OpenID url"] = "OpenID slóð ekki til";
+$a->strings["Please enter the required information."] = "Vinsamlegast sláðu inn umbeðin gögn";
+$a->strings["Please use a shorter name."] = "Vinsamlegast notið styttra nafn";
+$a->strings["Name too short."] = "Nafn of stutt";
+$a->strings["That doesn't appear to be your full (First Last) name."] = "Þetta virðist ekki vera fullt nafn (Jón Jónsson).";
+$a->strings["Your email domain is not among those allowed on this site."] = "Póstþjónninn er ekki í lista yfir leyfða póstþjóna á þessum vef.";
+$a->strings["Not a valid email address."] = "Ekki gildt póstfang.";
+$a->strings["Cannot use that email."] = "Ekki hægt að nota þetta póstfang.";
+$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "Gælunafnið má bara innihalda \"a-z\", \"0-9, \"-\", \"_\" og verður að byrja á staf.";
+$a->strings["Nickname is already registered. Please choose another."] = "Gælunafn þegar skráð. Veldu annað.";
+$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "";
+$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. Vinsamlegast reyndu aftur.";
+$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["Friends"] = "Vinir";
+$a->strings["\n\t\tDear %1\$s,\n\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t"] = "";
+$a->strings["\n\t\tThe login details are as follows:\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t%1\$s\n\t\t\tPassword:\t%5\$s\n\n\t\tYou may change your password from your account \"Settings\" page after logging\n\t\tin.\n\n\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\tYou may also wish to add some basic information to your default profile\n\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\tWe recommend setting your full name, adding a profile photo,\n\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\tthan that.\n\n\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\tIf you are new and do not know anybody here, they may help\n\t\tyou to make some new and interesting friends.\n\n\n\t\tThank you and welcome to %2\$s."] = "";
+$a->strings["Sharing notification from Diaspora network"] = "Tilkynning um að einhver deildi einhverju Diaspora netinu";
+$a->strings["Attachments:"] = "Viðhengi:";
+$a->strings["Do you really want to delete this item?"] = "Viltu í alvörunni eyða þessu atriði?";
+$a->strings["Archives"] = "";
+$a->strings["Male"] = "Karlmaður";
+$a->strings["Female"] = "Kvenmaður";
+$a->strings["Currently Male"] = "Karlmaður í augnablikinu";
+$a->strings["Currently Female"] = "Kvenmaður í augnablikinu";
+$a->strings["Mostly Male"] = "Aðallega karlmaður";
+$a->strings["Mostly Female"] = "Aðallega kvenmaður";
+$a->strings["Transgender"] = "Kynskiptingur";
+$a->strings["Intersex"] = "Hvorukin";
+$a->strings["Transsexual"] = "Kynskiptingur";
+$a->strings["Hermaphrodite"] = "Tvíkynhneigð(ur)";
+$a->strings["Neuter"] = "Hvorukyn";
+$a->strings["Non-specific"] = "Ekki ákveðið";
+$a->strings["Other"] = "Annað";
+$a->strings["Undecided"] = "Óviss";
+$a->strings["Males"] = "Karlmenn";
+$a->strings["Females"] = "Kvenmenn";
+$a->strings["Gay"] = "Samkynhneigður";
+$a->strings["Lesbian"] = "Lesbía";
+$a->strings["No Preference"] = "Til í allt";
+$a->strings["Bisexual"] = "Tvíkynhneigð/ur";
+$a->strings["Autosexual"] = "Sjálfkynhneigð/ur";
+$a->strings["Abstinent"] = "Skýrlíf/ur";
+$a->strings["Virgin"] = "Hrein mey/Hreinn sveinn";
+$a->strings["Deviant"] = "Óþekkur";
+$a->strings["Fetish"] = "Blæti";
+$a->strings["Oodles"] = "Mikið af því";
+$a->strings["Nonsexual"] = "Engin kynhneigð";
+$a->strings["Single"] = "Einhleyp/ur";
+$a->strings["Lonely"] = "Einmanna";
+$a->strings["Available"] = "Á lausu";
+$a->strings["Unavailable"] = "Frátekin/n";
+$a->strings["Has crush"] = "Er skotin(n)";
+$a->strings["Infatuated"] = "";
+$a->strings["Dating"] = "Deita";
+$a->strings["Unfaithful"] = "Ótrú/r";
+$a->strings["Sex Addict"] = "Kynlífsfíkill";
+$a->strings["Friends/Benefits"] = "Vinir með meiru";
+$a->strings["Casual"] = "Lauslát/ur";
+$a->strings["Engaged"] = "Trúlofuð/Trúlofaður";
+$a->strings["Married"] = "Gift/ur";
+$a->strings["Imaginarily married"] = "";
+$a->strings["Partners"] = "Félagar";
+$a->strings["Cohabiting"] = "Sambýlingur";
+$a->strings["Common law"] = "Löggilt sambúð";
+$a->strings["Happy"] = "Hamingjusöm/Hamingjusamur";
+$a->strings["Not looking"] = "Ekki að leita";
+$a->strings["Swinger"] = "Svingari";
+$a->strings["Betrayed"] = "Svikin/n";
+$a->strings["Separated"] = "Skilin/n að borði og sæng";
+$a->strings["Unstable"] = "Óstabíll";
+$a->strings["Divorced"] = "Fráskilin/n";
+$a->strings["Imaginarily divorced"] = "";
+$a->strings["Widowed"] = "Ekkja/Ekkill";
+$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["Friendica Notification"] = "Friendica tilkynning";
 $a->strings["Thank You,"] = "Takk fyrir,";
 $a->strings["%s Administrator"] = "Kerfisstjóri %s";
@@ -1887,6 +1706,9 @@ $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] %1\$s poked you"] = "";
 $a->strings["%1\$s poked you at %2\$s"] = "";
 $a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "";
@@ -1898,109 +1720,78 @@ $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["You may visit their profile at %s"] = "Þú getur heimsótt fórsíðuna á %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["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["Connect URL missing."] = "Tengi slóð vantar.";
-$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."] = "Enginn samhæfur samskipta staðall né straumar fundust.";
-$a->strings["The profile address specified does not provide adequate information."] = "Uppgefin forsíðu slóð eru ekki næganlegar 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ð þessa slóð. ";
-$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["following"] = "fylgist með";
-$a->strings["A new person is sharing with you at "] = "Nýr aðili er að deila með þér frá";
-$a->strings["You have a new follower at "] = "Þú hefur nýjan fylgjanda hjá";
-$a->strings["Archives"] = "";
-$a->strings["An invitation is required."] = "Boðskort er skilyrði.";
-$a->strings["Invitation could not be verified."] = "Ekki hægt að sannreyna boðskort.";
-$a->strings["Invalid OpenID url"] = "OpenID slóð ekki til";
-$a->strings["Please enter the required information."] = "Vinsamlegast sláðu inn umbeðin gögn";
-$a->strings["Please use a shorter name."] = "Vinsamlegast notið styttra nafn";
-$a->strings["Name too short."] = "Nafn of stutt";
-$a->strings["That doesn't appear to be your full (First Last) name."] = "Þetta virðist ekki vera fullt nafn (Jón Jónsson).";
-$a->strings["Your email domain is not among those allowed on this site."] = "Póstþjónninn er ekki í lista yfir leyfða póstþjóna á þessum vef.";
-$a->strings["Not a valid email address."] = "Ekki gildt póstfang.";
-$a->strings["Cannot use that email."] = "Ekki hægt að nota þetta póstfang.";
-$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "Gælunafnið má bara innihalda \"a-z\", \"0-9, \"-\", \"_\" og verður að byrja á staf.";
-$a->strings["Nickname is already registered. Please choose another."] = "Gælunafn þegar skráð. Veldu annað.";
-$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "";
-$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. Vinsamlegast reyndu aftur.";
-$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["Welcome "] = "Velkomin(n)";
-$a->strings["Please upload a profile photo."] = "Vinsamlegast hlaðið inn forsíðu mynd.";
-$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["stopped following"] = "hætt að fylgja";
-$a->strings["Poke"] = "";
-$a->strings["View Status"] = "";
-$a->strings["View Profile"] = "";
-$a->strings["View Photos"] = "";
-$a->strings["Network Posts"] = "";
-$a->strings["Edit Contact"] = "";
-$a->strings["Send PM"] = "Senda einkaboð";
-$a->strings["%1\$s poked %2\$s"] = "";
-$a->strings["post/item"] = "";
-$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "";
-$a->strings["Categories:"] = "";
-$a->strings["Filed under:"] = "";
-$a->strings["remove"] = "";
-$a->strings["Delete Selected Items"] = "Eyða völdum færslum";
-$a->strings["%s likes this."] = "%s líkar þetta.";
-$a->strings["%s doesn't like this."] = "%s mislíkar þetta.";
-$a->strings["<span  %1\$s>%2\$d people</span> like this."] = "<span  %1\$s>%2\$d</span> líkar þetta.";
-$a->strings["<span  %1\$s>%2\$d people</span> don't like this."] = "<span  %1\$s>%2\$d </span> mislíkar þetta.";
-$a->strings["and"] = "og";
-$a->strings[", and %d other people"] = ", og %d öðrum";
-$a->strings["%s like this."] = "%s líkar þetta.";
-$a->strings["%s don't like this."] = "%s mislíkar þetta.";
-$a->strings["Visible to <strong>everybody</strong>"] = "Sjáanlegt <strong>öllum</strong>";
-$a->strings["Please enter a video link/URL:"] = "Settu inn myndbandshlekkur:";
-$a->strings["Please enter an audio link/URL:"] = "Settu inn hlekk á hljóðskrá:";
-$a->strings["Tag term:"] = "Merka með:";
-$a->strings["Where are you right now?"] = "Hvar ert þú núna?";
-$a->strings["upload photo"] = "Hlaða upp mynd";
-$a->strings["attach file"] = "Hengja skrá við";
-$a->strings["web link"] = "vefhlekkur";
-$a->strings["Insert video link"] = "Setja inn myndbandshlekk";
-$a->strings["video link"] = "myndbandshlekkur";
-$a->strings["Insert audio link"] = "Setja inn hlekk á hljóðskrá";
-$a->strings["audio link"] = "hljóðhlekkur";
-$a->strings["set location"] = "stilla staðsetningu";
-$a->strings["clear location"] = "hreinsa staðsetningu";
-$a->strings["permissions"] = "aðgangsstýring";
-$a->strings["Click here to upgrade."] = "";
-$a->strings["This action exceeds the limits set by your subscription plan."] = "";
-$a->strings["This action is not available under your subscription plan."] = "";
-$a->strings["Delete this item?"] = "Eyða þessu atriði?";
-$a->strings["show fewer"] = "sýna færri";
-$a->strings["Update %s failed. See error logs."] = "Uppfærsla á %s mistókst. Sjá villu skrá.";
-$a->strings["Update Error at %s"] = "Uppfærslu vill við %s";
-$a->strings["Create a New Account"] = "Stofna nýjan notanda";
-$a->strings["Nickname or Email address: "] = "Gælunafn eða póstfang:";
-$a->strings["Password: "] = "Aðgangsorð:";
-$a->strings["Or login using OpenID: "] = "Eða auðkenna með OpenID:";
-$a->strings["Forgot your password?"] = "Gleymt lykilorð?";
-$a->strings["Requested account is not available."] = "";
-$a->strings["Edit profile"] = "Breyta forsíðu";
-$a->strings["Message"] = "";
-$a->strings["g A l F d"] = "";
-$a->strings["F d"] = "";
-$a->strings["[today]"] = "[í dag]";
-$a->strings["Birthday Reminders"] = "Afmælis áminningar";
-$a->strings["Birthdays this week:"] = "Afmæli í þessari viku:";
-$a->strings["[No description]"] = "[Engin lýsing]";
-$a->strings["Event Reminders"] = "Atburða áminningar";
-$a->strings["Events this week:"] = "Atburðir vikunnar:";
-$a->strings["Status Messages and Posts"] = "Stöðu skilaboð og færslur";
-$a->strings["Profile Details"] = "Forsíðu upplýsingar";
-$a->strings["Events and Calendar"] = "Atburðir og dagskrá";
-$a->strings["Only You Can See This"] = "Aðeins þú sérð þetta";
+$a->strings["[Friendica:Notify] Connection accepted"] = "";
+$a->strings["'%1\$s' has acepted 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\n\twithout restriction."] = "";
+$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["[Friendica System:Notify] registration request"] = "";
+$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."] = "";
+$a->strings["Embedded content"] = "Innbyggt efni";
+$a->strings["Embedding disabled"] = "Innfelling ekki leyfð";
+$a->strings["Error decoding account file"] = "";
+$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "";
+$a->strings["Error! Cannot check nickname"] = "";
+$a->strings["User '%s' already exists on this server!"] = "";
+$a->strings["User creation error"] = "";
+$a->strings["User profile creation error"] = "";
+$a->strings["%d contact not imported"] = array(
+       0 => "",
+       1 => "",
+);
+$a->strings["Done. You can now login with your username and password"] = "";
+$a->strings["toggle mobile"] = "";
+$a->strings["Theme settings"] = "";
+$a->strings["Set resize level for images in posts and comments (width and height)"] = "";
+$a->strings["Set font-size for posts and comments"] = "";
+$a->strings["Set theme width"] = "";
+$a->strings["Color scheme"] = "";
+$a->strings["Set line-height for posts and comments"] = "";
+$a->strings["Set colour scheme"] = "Setja litar þema";
+$a->strings["Alignment"] = "";
+$a->strings["Left"] = "";
+$a->strings["Center"] = "";
+$a->strings["Posts font size"] = "";
+$a->strings["Textareas font size"] = "";
+$a->strings["Set resolution for middle column"] = "";
+$a->strings["Set color scheme"] = "Setja litar þema";
+$a->strings["Set zoomfactor for Earth Layer"] = "";
+$a->strings["Set longitude (X) for Earth Layers"] = "";
+$a->strings["Set latitude (Y) for Earth Layers"] = "";
+$a->strings["Community Pages"] = "";
+$a->strings["Earth Layers"] = "";
+$a->strings["Community Profiles"] = "";
+$a->strings["Help or @NewHere ?"] = "";
+$a->strings["Connect Services"] = "";
+$a->strings["Find Friends"] = "";
+$a->strings["Last users"] = "Nýjustu notendurnir";
+$a->strings["Last photos"] = "Nýjustu myndirnar";
+$a->strings["Last likes"] = "Nýjustu \"líkar þetta\"";
+$a->strings["Your contacts"] = "";
+$a->strings["Your personal photos"] = "Þínar einka myndir";
+$a->strings["Local Directory"] = "";
+$a->strings["Set zoomfactor for Earth Layers"] = "";
+$a->strings["Show/hide boxes at right-hand column:"] = "";
+$a->strings["Set style"] = "";
+$a->strings["greenzero"] = "";
+$a->strings["purplezero"] = "";
+$a->strings["easterbunny"] = "";
+$a->strings["darkzero"] = "";
+$a->strings["comix"] = "";
+$a->strings["slackr"] = "";
+$a->strings["Variations"] = "";