diff --git a/mods/home.css b/mods/home.css new file mode 100644 index 0000000000..f01330b9c6 --- /dev/null +++ b/mods/home.css @@ -0,0 +1,21 @@ +.homeinfocontainer { + display: grid; + grid-template-columns: 33% 33% 33%; + grid-column-gap: 15px; + padding: 10px; +} +.homeinfobox p { + text-align: justify; +} +#c1 { + grid-column-start: 1; + grid-column-end: 2; +} +#c2 { + grid-column-start: 2; + grid-column-end: 3; +} +#c3 { + grid-column-start: 3; + grid-column-end: 4; +} diff --git a/mods/home.html b/mods/home.html new file mode 100644 index 0000000000..5bd638c08b --- /dev/null +++ b/mods/home.html @@ -0,0 +1,23 @@ + + + +

Welcome to this Friendica node!

+ + +
+
+

What is Friendica?

+

Friendica is a decentral social network platform everybody can use to setup their own social networking node. It interacts with many other FLOSS microblogging and social networking platforms as well as some walled gardens.

+

Learn more at friendi.ca
Find an open Friendica node to join

+
+
+

What other networks does it interact with?

+

Every network that speaks either the DFRN2, OStatus or diaspora* protocol. Currently this list includes: diaspora*, friendica, ganggo, GNU social, Hubzilla, Mastodon, Pleroma, postActivi and Socialhome.

+

Learn more at fediverse.party

+
+
+

Is it hard to run Friendica?

+

No, not at all! You need a LAMP server, most shared hosting services that offer MySQL, PHP and the ability to run cron jobs will do just fine. If you have your own (virtual) server, for a small Friendica server something like a Raspberry2B is sufficenent from the specs.

+

Get the source

+
+
diff --git a/mods/readme.txt b/mods/readme.txt index 4ff8e1067a..8fc1c48b32 100644 --- a/mods/readme.txt +++ b/mods/readme.txt @@ -19,3 +19,13 @@ sample-systemd.service issue in Github (https://github.com/friendica/friendica/issues). This is for usage of systemd instead of cron to start the worker.php periodically, the solution is work-in-progress and can surely be improved. + +home.css +home.html + + Example files to customize the landing page of your Friendica node. + The home.html file contains the text of the page, the home.css file + the style information. The login box will be added according to the + other system settings. + Both files have to be placed in the base directory of your Friendica + installation to be used for the landing page. diff --git a/src/App.php b/src/App.php index 1acd35ac34..d76351b97a 100644 --- a/src/App.php +++ b/src/App.php @@ -1062,7 +1062,7 @@ class App $hostname = substr($hostname, 0, strpos($hostname, ':')); } - $sender_email = L10n::t('noreply') . '@' . $hostname; + $sender_email = 'noreply@' . $hostname; } return $sender_email; diff --git a/src/Worker/Delivery.php b/src/Worker/Delivery.php index 88085357af..0a71e6ce29 100644 --- a/src/Worker/Delivery.php +++ b/src/Worker/Delivery.php @@ -399,7 +399,7 @@ class Delivery { $headers = 'From: '.Email::encodeHeader($local_user[0]['username'],'UTF-8').' <'.$local_user[0]['email'].'>'."\n"; } } else { - $headers = 'From: '. Email::encodeHeader($local_user[0]['username'],'UTF-8') .' <'. L10n::t('noreply') .'@'.$a->get_hostname() .'>'. "\n"; + $headers = 'From: '. Email::encodeHeader($local_user[0]['username'], 'UTF-8') . ' get_hostname() . '>' . "\n"; } //if ($reply_to) diff --git a/view/lang/de/messages.po b/view/lang/de/messages.po index 2c352a6226..3b3ef90d61 100644 --- a/view/lang/de/messages.po +++ b/view/lang/de/messages.po @@ -7,6 +7,8 @@ # Andreas H., 2015-2018 # Andy H3 , 2017 # Tobias Diekershoff , 2011 +# Ben , 2018 +# Copiis Praeesse , 2018 # David Rabel , 2016 # Erkan Yilmaz , 2011 # Fabian Dost , 2012 @@ -39,8 +41,8 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-04-06 16:58+0200\n" -"PO-Revision-Date: 2018-04-07 06:03+0000\n" -"Last-Translator: Tobias Diekershoff \n" +"PO-Revision-Date: 2018-04-11 05:06+0000\n" +"Last-Translator: Ben \n" "Language-Team: German (http://www.transifex.com/Friendica/friendica/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -76,7 +78,7 @@ msgstr "Kann die DNS Informationen für den Datenbankserver '%s' nicht ermitteln msgid "Daily posting limit of %d post reached. The post was rejected." msgid_plural "Daily posting limit of %d posts reached. The post was rejected." msgstr[0] "Das tägliche Limit von %d Beitrag wurde erreicht. Die Nachricht wurde verworfen." -msgstr[1] "Das tägliche Limit von %d Beiträgen wurde erreicht. Die Nachricht wurde verworfen." +msgstr[1] "Das tägliche Limit von %d Beiträgen wurde erreicht. Der Beitrag wurde verworfen." #: include/api.php:1223 #, php-format @@ -84,7 +86,7 @@ msgid "Weekly posting limit of %d post reached. The post was rejected." msgid_plural "" "Weekly posting limit of %d posts reached. The post was rejected." msgstr[0] "Das wöchentliche Limit von %d Beitrag wurde erreicht. Die Nachricht wurde verworfen." -msgstr[1] "Das wöchentliche Limit von %d Beiträgen wurde erreicht. Die Nachricht wurde verworfen." +msgstr[1] "Das wöchentliche Limit von %d Beiträgen wurde erreicht. Der Beitrag wurde verworfen." #: include/api.php:1247 #, php-format @@ -120,17 +122,17 @@ msgstr "%1$s, %2$s Administrator" #: include/enotify.php:50 src/Worker/Delivery.php:404 msgid "noreply" -msgstr "noreply" +msgstr "keine Antwort" #: include/enotify.php:98 #, php-format msgid "[Friendica:Notify] New mail received at %s" -msgstr "[Friendica-Meldung] Neue Nachricht erhalten von %s" +msgstr "[Friendica-Meldung] Neue Email erhalten um %s" #: include/enotify.php:100 #, php-format msgid "%1$s sent you a new private message at %2$s." -msgstr "%1$s hat Dir eine neue private Nachricht auf %2$s geschickt." +msgstr "%1$s hat Dir eine neue private Nachricht um %2$s geschickt." #: include/enotify.php:101 msgid "a private message" @@ -159,7 +161,7 @@ msgstr "%1$s kommentierte [url=%2$s]%3$ss %4$s[/url]" #: include/enotify.php:159 #, php-format msgid "%1$s commented on [url=%2$s]your %3$s[/url]" -msgstr "%1$s kommentierte [url=%2$s]Deinen %3$s[/url]" +msgstr "%1$s kommentierte [url=%2$s]deinen %3$s[/url]" #: include/enotify.php:171 #, php-format @@ -185,7 +187,7 @@ msgstr "[Friendica-Meldung] %s hat auf Deine Pinnwand geschrieben" #: include/enotify.php:185 #, php-format msgid "%1$s posted to your profile wall at %2$s" -msgstr "%1$s schrieb auf %2$s auf Deine Pinnwand" +msgstr "%1$s schrieb um %2$s auf Deine Pinnwand" #: include/enotify.php:186 #, php-format @@ -5080,7 +5082,7 @@ msgstr "Übersicht" #: mod/admin.php:181 mod/admin.php:718 msgid "Federation Statistics" -msgstr "Federation Statistik" +msgstr "Föderation Statistik" #: mod/admin.php:182 msgid "Configuration" diff --git a/view/lang/de/strings.php b/view/lang/de/strings.php index ee69075589..32af610858 100644 --- a/view/lang/de/strings.php +++ b/view/lang/de/strings.php @@ -12,11 +12,11 @@ $a->strings["The form security token was not correct. This probably happened bec $a->strings["Cannot locate DNS info for database server '%s'"] = "Kann die DNS Informationen für den Datenbankserver '%s' nicht ermitteln."; $a->strings["Daily posting limit of %d post reached. The post was rejected."] = [ 0 => "Das tägliche Limit von %d Beitrag wurde erreicht. Die Nachricht wurde verworfen.", - 1 => "Das tägliche Limit von %d Beiträgen wurde erreicht. Die Nachricht wurde verworfen.", + 1 => "Das tägliche Limit von %d Beiträgen wurde erreicht. Der Beitrag wurde verworfen.", ]; $a->strings["Weekly posting limit of %d post reached. The post was rejected."] = [ 0 => "Das wöchentliche Limit von %d Beitrag wurde erreicht. Die Nachricht wurde verworfen.", - 1 => "Das wöchentliche Limit von %d Beiträgen wurde erreicht. Die Nachricht wurde verworfen.", + 1 => "Das wöchentliche Limit von %d Beiträgen wurde erreicht. Der Beitrag wurde verworfen.", ]; $a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "Das monatliche Limit von %d Beiträgen wurde erreicht. Der Beitrag wurde verworfen."; $a->strings["Profile Photos"] = "Profilbilder"; @@ -24,20 +24,20 @@ $a->strings["Friendica Notification"] = "Friendica-Benachrichtigung"; $a->strings["Thank You,"] = "Danke,"; $a->strings["%s Administrator"] = "der Administrator von %s"; $a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s Administrator"; -$a->strings["noreply"] = "noreply"; -$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica-Meldung] Neue Nachricht erhalten von %s"; -$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s hat Dir eine neue private Nachricht auf %2\$s geschickt."; +$a->strings["noreply"] = "keine Antwort"; +$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica-Meldung] Neue Email erhalten um %s"; +$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s hat Dir eine neue private Nachricht um %2\$s geschickt."; $a->strings["a private message"] = "eine private Nachricht"; $a->strings["%1\$s sent you %2\$s."] = "%1\$s schickte Dir %2\$s."; $a->strings["Please visit %s to view and/or reply to your private messages."] = "Bitte besuche %s, um Deine privaten Nachrichten anzusehen und/oder zu beantworten."; $a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s kommentierte [url=%2\$s]a %3\$s[/url]"; $a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s kommentierte [url=%2\$s]%3\$ss %4\$s[/url]"; -$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s kommentierte [url=%2\$s]Deinen %3\$s[/url]"; +$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s kommentierte [url=%2\$s]deinen %3\$s[/url]"; $a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica-Meldung] Kommentar zum Beitrag #%1\$d von %2\$s"; $a->strings["%s commented on an item/conversation you have been following."] = "%s hat einen Beitrag kommentiert, dem Du folgst."; $a->strings["Please visit %s to view and/or reply to the conversation."] = "Bitte besuche %s, um die Konversation anzusehen und/oder zu kommentieren."; $a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica-Meldung] %s hat auf Deine Pinnwand geschrieben"; -$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s schrieb auf %2\$s auf Deine Pinnwand"; +$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s schrieb um %2\$s auf Deine Pinnwand"; $a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s hat etwas auf [url=%2\$s]Deiner Pinnwand[/url] gepostet"; $a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica-Meldung] %s hat Dich erwähnt"; $a->strings["%1\$s tagged you at %2\$s"] = "%1\$s erwähnte Dich auf %2\$s"; @@ -1150,7 +1150,7 @@ $a->strings["Import your profile to this friendica instance"] = "Importiere Dein $a->strings["Theme settings updated."] = "Themeneinstellungen aktualisiert."; $a->strings["Information"] = "Information"; $a->strings["Overview"] = "Übersicht"; -$a->strings["Federation Statistics"] = "Federation Statistik"; +$a->strings["Federation Statistics"] = "Föderation Statistik"; $a->strings["Configuration"] = "Konfiguration"; $a->strings["Site"] = "Seite"; $a->strings["Users"] = "Nutzer"; diff --git a/view/lang/fi-fi/messages.po b/view/lang/fi-fi/messages.po index 080324d4b0..c49bde651b 100644 --- a/view/lang/fi-fi/messages.po +++ b/view/lang/fi-fi/messages.po @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-04-06 16:58+0200\n" -"PO-Revision-Date: 2018-04-09 16:48+0000\n" +"PO-Revision-Date: 2018-04-10 18:27+0000\n" "Last-Translator: Kris\n" "Language-Team: Finnish (Finland) (http://www.transifex.com/Friendica/friendica/language/fi_FI/)\n" "MIME-Version: 1.0\n" @@ -3997,15 +3997,15 @@ msgstr "Kontaktia ei voitu lisätä." #: mod/follow.php:73 msgid "You already added this contact." -msgstr "" +msgstr "Olet jo lisännyt tämän kontaktin." #: mod/follow.php:83 msgid "Diaspora support isn't enabled. Contact can't be added." -msgstr "" +msgstr "Diaspora -tuki ei ole käytössä. Kontaktia ei voi lisätä." #: mod/follow.php:90 msgid "OStatus support is disabled. Contact can't be added." -msgstr "" +msgstr "OStatus -tuki ei ole käytössä. Kontaktia ei voi lisätä." #: mod/follow.php:97 msgid "The network type couldn't be detected. Contact can't be added." diff --git a/view/lang/fi-fi/strings.php b/view/lang/fi-fi/strings.php index 5d4e0585c0..5bf2c3754f 100644 --- a/view/lang/fi-fi/strings.php +++ b/view/lang/fi-fi/strings.php @@ -910,9 +910,9 @@ $a->strings["BBCode"] = "BBCode"; $a->strings["Markdown"] = ""; $a->strings["HTML"] = "HTML"; $a->strings["The contact could not be added."] = "Kontaktia ei voitu lisätä."; -$a->strings["You already added this contact."] = ""; -$a->strings["Diaspora support isn't enabled. Contact can't be added."] = ""; -$a->strings["OStatus support is disabled. Contact can't be added."] = ""; +$a->strings["You already added this contact."] = "Olet jo lisännyt tämän kontaktin."; +$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Diaspora -tuki ei ole käytössä. Kontaktia ei voi lisätä."; +$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus -tuki ei ole käytössä. Kontaktia ei voi lisätä."; $a->strings["The network type couldn't be detected. Contact can't be added."] = ""; $a->strings["Profile deleted."] = "Profiili poistettiin."; $a->strings["Profile-"] = "Profiili-"; diff --git a/view/lang/is/messages.po b/view/lang/is/messages.po index 1ac5682033..1460ba2e35 100644 --- a/view/lang/is/messages.po +++ b/view/lang/is/messages.po @@ -11,14 +11,14 @@ # peturisfeld , 2012 # peturisfeld , 2012 # sella , 2012 -# Sveinn í Felli , 2014,2016 +# Sveinn í Felli , 2014,2016,2018 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-12-19 07:46+0100\n" -"PO-Revision-Date: 2016-12-19 10:01+0000\n" -"Last-Translator: fabrixxm \n" +"POT-Creation-Date: 2018-04-06 16:58+0200\n" +"PO-Revision-Date: 2018-04-10 11:46+0000\n" +"Last-Translator: Sveinn í Felli \n" "Language-Team: Icelandic (http://www.transifex.com/Friendica/friendica/language/is/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,3175 +26,4798 @@ msgstr "" "Language: is\n" "Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" -#: include/contact_widgets.php:6 -msgid "Add New Contact" -msgstr "Bæta við tengilið" +#: include/security.php:81 +msgid "Welcome " +msgstr "Velkomin(n)" -#: include/contact_widgets.php:7 -msgid "Enter address or web location" -msgstr "Settu inn slóð" +#: include/security.php:82 +msgid "Please upload a profile photo." +msgstr "Gerðu svo vel að hlaða inn forsíðumynd." -#: include/contact_widgets.php:8 -msgid "Example: bob@example.com, http://example.com/barbara" -msgstr "Dæmi: gudmundur@simnet.is, http://simnet.is/gudmundur" +#: include/security.php:84 +msgid "Welcome back " +msgstr "Velkomin(n) aftur" -#: include/contact_widgets.php:10 include/identity.php:218 -#: mod/allfriends.php:82 mod/dirfind.php:201 mod/match.php:87 -#: mod/suggest.php:101 -msgid "Connect" -msgstr "Tengjast" - -#: include/contact_widgets.php:24 -#, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "%d boðskort í boði" -msgstr[1] "%d boðskort í boði" - -#: include/contact_widgets.php:30 -msgid "Find People" -msgstr "Finna fólk" - -#: include/contact_widgets.php:31 -msgid "Enter name or interest" -msgstr "Settu inn nafn eða áhugamál" - -#: include/contact_widgets.php:32 include/Contact.php:354 -#: include/conversation.php:981 mod/allfriends.php:66 mod/dirfind.php:204 -#: mod/match.php:72 mod/suggest.php:83 mod/contacts.php:602 mod/follow.php:103 -msgid "Connect/Follow" -msgstr "Tengjast/fylgja" - -#: include/contact_widgets.php:33 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "Dæmi: Jón Jónsson, Veiði" - -#: include/contact_widgets.php:34 mod/directory.php:204 mod/contacts.php:798 -msgid "Find" -msgstr "Finna" - -#: include/contact_widgets.php:35 mod/suggest.php:114 -#: view/theme/vier/theme.php:203 -msgid "Friend Suggestions" -msgstr "Vina uppástungur" - -#: include/contact_widgets.php:36 view/theme/vier/theme.php:202 -msgid "Similar Interests" -msgstr "Svipuð áhugamál" - -#: include/contact_widgets.php:37 -msgid "Random Profile" +#: include/security.php:431 +msgid "" +"The form security token was not correct. This probably happened because the " +"form has been opened for too long (>3 hours) before submitting it." msgstr "" -#: include/contact_widgets.php:38 view/theme/vier/theme.php:204 -msgid "Invite Friends" -msgstr "Bjóða vinum aðgang" - -#: include/contact_widgets.php:108 -msgid "Networks" -msgstr "Net" - -#: include/contact_widgets.php:111 -msgid "All Networks" -msgstr "Öll net" - -#: include/contact_widgets.php:141 include/features.php:110 -msgid "Saved Folders" -msgstr "Vistaðar möppur" - -#: include/contact_widgets.php:144 include/contact_widgets.php:176 -msgid "Everything" -msgstr "Allt" - -#: include/contact_widgets.php:173 -msgid "Categories" -msgstr "Flokkar" - -#: include/contact_widgets.php:237 -#, php-format -msgid "%d contact in common" -msgid_plural "%d contacts in common" -msgstr[0] "%d tengiliður sameiginlegur" -msgstr[1] "%d tengiliðir sameiginlegir" - -#: include/contact_widgets.php:242 include/ForumManager.php:119 -#: include/items.php:2245 mod/content.php:624 object/Item.php:432 -#: view/theme/vier/theme.php:260 boot.php:972 -msgid "show more" -msgstr "birta meira" - -#: include/ForumManager.php:114 include/nav.php:131 include/text.php:1025 -#: view/theme/vier/theme.php:255 -msgid "Forums" -msgstr "Spjallsvæði" - -#: include/ForumManager.php:116 view/theme/vier/theme.php:257 -msgid "External link to forum" -msgstr "Ytri tengill á spjallsvæði" - -#: include/profile_selectors.php:6 -msgid "Male" -msgstr "Karl" - -#: include/profile_selectors.php:6 -msgid "Female" -msgstr "Kona" - -#: include/profile_selectors.php:6 -msgid "Currently Male" -msgstr "Karlmaður í augnablikinu" - -#: include/profile_selectors.php:6 -msgid "Currently Female" -msgstr "Kvenmaður í augnablikinu" - -#: include/profile_selectors.php:6 -msgid "Mostly Male" -msgstr "Aðallega karlmaður" - -#: include/profile_selectors.php:6 -msgid "Mostly Female" -msgstr "Aðallega kvenmaður" - -#: include/profile_selectors.php:6 -msgid "Transgender" -msgstr "Kyngervingur" - -#: include/profile_selectors.php:6 -msgid "Intersex" -msgstr "Hvorugkyn" - -#: include/profile_selectors.php:6 -msgid "Transsexual" -msgstr "Kynskiptingur" - -#: include/profile_selectors.php:6 -msgid "Hermaphrodite" -msgstr "Tvíkynja" - -#: include/profile_selectors.php:6 -msgid "Neuter" -msgstr "Hvorukyn" - -#: include/profile_selectors.php:6 -msgid "Non-specific" -msgstr "Ekki ákveðið" - -#: include/profile_selectors.php:6 -msgid "Other" -msgstr "Annað" - -#: include/profile_selectors.php:6 include/conversation.php:1487 -msgid "Undecided" -msgid_plural "Undecided" -msgstr[0] "Óviss" -msgstr[1] "Óvissir" - -#: include/profile_selectors.php:23 -msgid "Males" -msgstr "Karlar" - -#: include/profile_selectors.php:23 -msgid "Females" -msgstr "Konur" - -#: include/profile_selectors.php:23 -msgid "Gay" -msgstr "Hommi" - -#: include/profile_selectors.php:23 -msgid "Lesbian" -msgstr "Lesbía" - -#: include/profile_selectors.php:23 -msgid "No Preference" -msgstr "Til í allt" - -#: include/profile_selectors.php:23 -msgid "Bisexual" -msgstr "Tvíkynhneigð/ur" - -#: include/profile_selectors.php:23 -msgid "Autosexual" -msgstr "Sjálfkynhneigð/ur" - -#: include/profile_selectors.php:23 -msgid "Abstinent" -msgstr "Skírlíf/ur" - -#: include/profile_selectors.php:23 -msgid "Virgin" -msgstr "Hrein mey/Hreinn sveinn" - -#: include/profile_selectors.php:23 -msgid "Deviant" -msgstr "Óþekkur" - -#: include/profile_selectors.php:23 -msgid "Fetish" -msgstr "Blæti" - -#: include/profile_selectors.php:23 -msgid "Oodles" -msgstr "Mikið af því" - -#: include/profile_selectors.php:23 -msgid "Nonsexual" -msgstr "Engin kynhneigð" - -#: include/profile_selectors.php:42 -msgid "Single" -msgstr "Einhleyp/ur" - -#: include/profile_selectors.php:42 -msgid "Lonely" -msgstr "Einmanna" - -#: include/profile_selectors.php:42 -msgid "Available" -msgstr "Á lausu" - -#: include/profile_selectors.php:42 -msgid "Unavailable" -msgstr "Frátekin/n" - -#: include/profile_selectors.php:42 -msgid "Has crush" -msgstr "Er skotin(n)" - -#: include/profile_selectors.php:42 -msgid "Infatuated" -msgstr "" - -#: include/profile_selectors.php:42 -msgid "Dating" -msgstr "Deita" - -#: include/profile_selectors.php:42 -msgid "Unfaithful" -msgstr "Ótrú/r" - -#: include/profile_selectors.php:42 -msgid "Sex Addict" -msgstr "Kynlífsfíkill" - -#: include/profile_selectors.php:42 include/user.php:280 include/user.php:284 -msgid "Friends" -msgstr "Vinir" - -#: include/profile_selectors.php:42 -msgid "Friends/Benefits" -msgstr "Vinir með meiru" - -#: include/profile_selectors.php:42 -msgid "Casual" -msgstr "Lauslát/ur" - -#: include/profile_selectors.php:42 -msgid "Engaged" -msgstr "Trúlofuð/Trúlofaður" - -#: include/profile_selectors.php:42 -msgid "Married" -msgstr "Gift/ur" - -#: include/profile_selectors.php:42 -msgid "Imaginarily married" -msgstr "" - -#: include/profile_selectors.php:42 -msgid "Partners" -msgstr "Félagar" - -#: include/profile_selectors.php:42 -msgid "Cohabiting" -msgstr "Í sambúð" - -#: include/profile_selectors.php:42 -msgid "Common law" -msgstr "Löggilt sambúð" - -#: include/profile_selectors.php:42 -msgid "Happy" -msgstr "Hamingjusöm/Hamingjusamur" - -#: include/profile_selectors.php:42 -msgid "Not looking" -msgstr "Ekki að leita" - -#: include/profile_selectors.php:42 -msgid "Swinger" -msgstr "Svingari" - -#: include/profile_selectors.php:42 -msgid "Betrayed" -msgstr "Svikin/n" - -#: include/profile_selectors.php:42 -msgid "Separated" -msgstr "Skilin/n að borði og sæng" - -#: include/profile_selectors.php:42 -msgid "Unstable" -msgstr "Óstabíll" - -#: include/profile_selectors.php:42 -msgid "Divorced" -msgstr "Fráskilin/n" - -#: include/profile_selectors.php:42 -msgid "Imaginarily divorced" -msgstr "" - -#: include/profile_selectors.php:42 -msgid "Widowed" -msgstr "Ekkja/Ekkill" - -#: include/profile_selectors.php:42 -msgid "Uncertain" -msgstr "Óviss" - -#: include/profile_selectors.php:42 -msgid "It's complicated" -msgstr "Þetta er flókið" - -#: include/profile_selectors.php:42 -msgid "Don't care" -msgstr "Gæti ekki verið meira sama" - -#: include/profile_selectors.php:42 -msgid "Ask me" -msgstr "Spurðu mig" - -#: include/dba_pdo.php:72 include/dba.php:56 +#: include/dba.php:57 #, php-format msgid "Cannot locate DNS info for database server '%s'" msgstr "Get ekki flett upp DNS upplýsingum fyrir gagnagrunnsþjón '%s'" -#: include/auth.php:45 -msgid "Logged out." -msgstr "Skráður út." - -#: include/auth.php:116 include/auth.php:178 mod/openid.php:100 -msgid "Login failed." -msgstr "Innskráning mistókst." - -#: include/auth.php:132 include/user.php:75 -msgid "" -"We encountered a problem while logging in with the OpenID you provided. " -"Please check the correct spelling of the ID." -msgstr "" - -#: include/auth.php:132 include/user.php:75 -msgid "The error message was:" -msgstr "Villumeldingin var:" - -#: include/group.php:25 -msgid "" -"A deleted group with this name was revived. Existing item permissions " -"may apply to this group and any future members. If this is " -"not what you intended, please create another group with a different name." -msgstr "Hóp sem var eytt hefur verið endurlífgaður. Færslur sem þegar voru til geta mögulega 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." - -#: include/group.php:209 -msgid "Default privacy group for new contacts" -msgstr "" - -#: include/group.php:242 -msgid "Everybody" -msgstr "Allir" - -#: include/group.php:265 -msgid "edit" -msgstr "breyta" - -#: include/group.php:286 mod/newmember.php:61 -msgid "Groups" -msgstr "Hópar" - -#: include/group.php:288 -msgid "Edit groups" -msgstr "Breyta hópum" - -#: include/group.php:290 -msgid "Edit group" -msgstr "Breyta hóp" - -#: include/group.php:291 -msgid "Create a new group" -msgstr "Stofna nýjan hóp" - -#: include/group.php:292 mod/group.php:94 mod/group.php:178 -msgid "Group Name: " -msgstr "Nafn hóps: " - -#: include/group.php:294 -msgid "Contacts not in any group" -msgstr "Tengiliðir ekki í neinum hópum" - -#: include/group.php:296 mod/network.php:201 -msgid "add" -msgstr "bæta við" - -#: include/contact_selectors.php:32 -msgid "Unknown | Not categorised" -msgstr "Óþekkt | Ekki flokkað" - -#: include/contact_selectors.php:33 -msgid "Block immediately" -msgstr "Banna samstundis" - -#: include/contact_selectors.php:34 -msgid "Shady, spammer, self-marketer" -msgstr "Grunsamlegur, ruslsendari, auglýsandi" - -#: include/contact_selectors.php:35 -msgid "Known to me, but no opinion" -msgstr "Ég þekki þetta, en hef ekki skoðun á" - -#: include/contact_selectors.php:36 -msgid "OK, probably harmless" -msgstr "Í lagi, væntanlega meinlaus" - -#: include/contact_selectors.php:37 -msgid "Reputable, has my trust" -msgstr "Gott orðspor, ég treysti þessu" - -#: include/contact_selectors.php:56 mod/admin.php:890 -msgid "Frequently" -msgstr "Oft" - -#: include/contact_selectors.php:57 mod/admin.php:891 -msgid "Hourly" -msgstr "Klukkustundar fresti" - -#: include/contact_selectors.php:58 mod/admin.php:892 -msgid "Twice daily" -msgstr "Tvisvar á dag" - -#: include/contact_selectors.php:59 mod/admin.php:893 -msgid "Daily" -msgstr "Daglega" - -#: include/contact_selectors.php:60 -msgid "Weekly" -msgstr "Vikulega" - -#: include/contact_selectors.php:61 -msgid "Monthly" -msgstr "Mánaðarlega" - -#: include/contact_selectors.php:76 mod/dfrn_request.php:868 -msgid "Friendica" -msgstr "Friendica" - -#: include/contact_selectors.php:77 -msgid "OStatus" -msgstr "OStatus" - -#: include/contact_selectors.php:78 -msgid "RSS/Atom" -msgstr "RSS/Atom" - -#: include/contact_selectors.php:79 include/contact_selectors.php:86 -#: mod/admin.php:1396 mod/admin.php:1409 mod/admin.php:1422 mod/admin.php:1440 -msgid "Email" -msgstr "Póstfang" - -#: include/contact_selectors.php:80 mod/settings.php:842 -#: mod/dfrn_request.php:870 -msgid "Diaspora" -msgstr "Diaspora" - -#: include/contact_selectors.php:81 -msgid "Facebook" -msgstr "Facebook" - -#: include/contact_selectors.php:82 -msgid "Zot!" -msgstr "Zot!" - -#: include/contact_selectors.php:83 -msgid "LinkedIn" -msgstr "LinkedIn" - -#: include/contact_selectors.php:84 -msgid "XMPP/IM" -msgstr "XMPP/IM" - -#: include/contact_selectors.php:85 -msgid "MySpace" -msgstr "MySpace" - -#: include/contact_selectors.php:87 -msgid "Google+" -msgstr "Google+" - -#: include/contact_selectors.php:88 -msgid "pump.io" -msgstr "pump.io" - -#: include/contact_selectors.php:89 -msgid "Twitter" -msgstr "Twitter" - -#: include/contact_selectors.php:90 -msgid "Diaspora Connector" -msgstr "Diaspora tenging" - -#: include/contact_selectors.php:91 -msgid "GNU Social" -msgstr "GNU Social" - -#: include/contact_selectors.php:92 -msgid "App.net" -msgstr "App.net" - -#: include/contact_selectors.php:103 -msgid "Hubzilla/Redmatrix" -msgstr "Hubzilla/Redmatrix" - -#: include/acl_selectors.php:327 -msgid "Post to Email" -msgstr "Senda skilaboð á tölvupóst" - -#: include/acl_selectors.php:332 +#: include/api.php:1199 #, php-format -msgid "Connectors disabled, since \"%s\" is enabled." -msgstr "" - -#: include/acl_selectors.php:333 mod/settings.php:1181 -msgid "Hide your profile details from unknown viewers?" -msgstr "Fela forsíðuupplýsingar fyrir óþekktum?" - -#: include/acl_selectors.php:338 -msgid "Visible to everybody" -msgstr "Sjáanlegt öllum" - -#: include/acl_selectors.php:339 view/theme/vier/config.php:103 -msgid "show" -msgstr "sýna" - -#: include/acl_selectors.php:340 view/theme/vier/config.php:103 -msgid "don't show" -msgstr "fela" - -#: include/acl_selectors.php:346 mod/editpost.php:133 -msgid "CC: email addresses" -msgstr "CC: tölvupóstfang" - -#: include/acl_selectors.php:347 mod/editpost.php:140 -msgid "Example: bob@example.com, mary@example.com" -msgstr "Dæmi: bibbi@vefur.is, mgga@vefur.is" - -#: include/acl_selectors.php:349 mod/events.php:509 mod/photos.php:1156 -#: mod/photos.php:1535 -msgid "Permissions" -msgstr "Aðgangsheimildir" - -#: include/acl_selectors.php:350 -msgid "Close" -msgstr "Loka" - -#: include/like.php:163 include/conversation.php:130 -#: include/conversation.php:266 include/text.php:1804 mod/subthread.php:87 -#: mod/tagger.php:62 -msgid "photo" -msgstr "mynd" - -#: include/like.php:163 include/diaspora.php:1406 include/conversation.php:125 -#: include/conversation.php:134 include/conversation.php:261 -#: include/conversation.php:270 mod/subthread.php:87 mod/tagger.php:62 -msgid "status" -msgstr "staða" - -#: include/like.php:165 include/conversation.php:122 -#: include/conversation.php:258 include/text.php:1802 -msgid "event" -msgstr "atburður" - -#: include/like.php:182 include/diaspora.php:1402 include/conversation.php:141 -#, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "%1$s líkar við %3$s hjá %2$s " - -#: include/like.php:184 include/conversation.php:144 -#, php-format -msgid "%1$s doesn't like %2$s's %3$s" -msgstr "%1$s líkar ekki við %3$s hjá %2$s " - -#: include/like.php:186 -#, php-format -msgid "%1$s is attending %2$s's %3$s" -msgstr "" - -#: include/like.php:188 -#, php-format -msgid "%1$s is not attending %2$s's %3$s" -msgstr "" - -#: include/like.php:190 -#, php-format -msgid "%1$s may attend %2$s's %3$s" -msgstr "" - -#: include/message.php:15 include/message.php:173 -msgid "[no subject]" -msgstr "[ekkert efni]" - -#: include/message.php:145 include/Photo.php:1040 include/Photo.php:1056 -#: include/Photo.php:1064 include/Photo.php:1089 mod/wall_upload.php:218 -#: mod/wall_upload.php:232 mod/wall_upload.php:239 mod/item.php:478 -msgid "Wall Photos" -msgstr "Veggmyndir" - -#: include/plugin.php:526 include/plugin.php:528 -msgid "Click here to upgrade." -msgstr "Smelltu hér til að uppfæra." - -#: include/plugin.php:534 -msgid "This action exceeds the limits set by your subscription plan." -msgstr "" - -#: include/plugin.php:539 -msgid "This action is not available under your subscription plan." -msgstr "" - -#: include/uimport.php:94 -msgid "Error decoding account file" -msgstr "" - -#: include/uimport.php:100 -msgid "Error! No version data in file! This is not a Friendica account file?" -msgstr "" - -#: include/uimport.php:116 include/uimport.php:127 -msgid "Error! Cannot check nickname" -msgstr "" - -#: include/uimport.php:120 include/uimport.php:131 -#, php-format -msgid "User '%s' already exists on this server!" -msgstr "" - -#: include/uimport.php:153 -msgid "User creation error" -msgstr "" - -#: include/uimport.php:173 -msgid "User profile creation error" -msgstr "" - -#: include/uimport.php:222 -#, php-format -msgid "%d contact not imported" -msgid_plural "%d contacts not imported" +msgid "Daily posting limit of %d post reached. The post was rejected." +msgid_plural "Daily posting limit of %d posts reached. The post was rejected." msgstr[0] "" msgstr[1] "" -#: include/uimport.php:292 -msgid "Done. You can now login with your username and password" +#: include/api.php:1223 +#, php-format +msgid "Weekly posting limit of %d post reached. The post was rejected." +msgid_plural "" +"Weekly posting limit of %d posts reached. The post was rejected." +msgstr[0] "" +msgstr[1] "" + +#: include/api.php:1247 +#, php-format +msgid "Monthly posting limit of %d post reached. The post was rejected." msgstr "" -#: include/datetime.php:57 include/datetime.php:59 mod/profiles.php:705 -msgid "Miscellaneous" -msgstr "Ýmislegt" +#: include/api.php:4400 mod/photos.php:88 mod/photos.php:194 +#: mod/photos.php:722 mod/photos.php:1149 mod/photos.php:1166 +#: mod/photos.php:1684 mod/profile_photo.php:85 mod/profile_photo.php:93 +#: mod/profile_photo.php:101 mod/profile_photo.php:211 +#: mod/profile_photo.php:302 mod/profile_photo.php:312 src/Model/User.php:539 +#: src/Model/User.php:547 src/Model/User.php:555 +msgid "Profile Photos" +msgstr "Forsíðumyndir" -#: include/datetime.php:183 include/identity.php:629 -msgid "Birthday:" -msgstr "Afmælisdagur:" - -#: include/datetime.php:185 mod/profiles.php:728 -msgid "Age: " -msgstr "Aldur: " - -#: include/datetime.php:187 -msgid "YYYY-MM-DD or MM-DD" -msgstr "ÁÁÁÁ-MM-DD eða MM-DD" - -#: include/datetime.php:341 -msgid "never" -msgstr "aldrei" - -#: include/datetime.php:347 -msgid "less than a second ago" -msgstr "fyrir minna en sekúndu" - -#: include/datetime.php:350 -msgid "year" -msgstr "ár" - -#: include/datetime.php:350 -msgid "years" -msgstr "ár" - -#: include/datetime.php:351 include/event.php:480 mod/cal.php:284 -#: mod/events.php:389 -msgid "month" -msgstr "mánuður" - -#: include/datetime.php:351 -msgid "months" -msgstr "mánuðir" - -#: include/datetime.php:352 include/event.php:481 mod/cal.php:285 -#: mod/events.php:390 -msgid "week" -msgstr "vika" - -#: include/datetime.php:352 -msgid "weeks" -msgstr "vikur" - -#: include/datetime.php:353 include/event.php:482 mod/cal.php:286 -#: mod/events.php:391 -msgid "day" -msgstr "dagur" - -#: include/datetime.php:353 -msgid "days" -msgstr "dagar" - -#: include/datetime.php:354 -msgid "hour" -msgstr "klukkustund" - -#: include/datetime.php:354 -msgid "hours" -msgstr "klukkustundir" - -#: include/datetime.php:355 -msgid "minute" -msgstr "mínúta" - -#: include/datetime.php:355 -msgid "minutes" -msgstr "mínútur" - -#: include/datetime.php:356 -msgid "second" -msgstr "sekúnda" - -#: include/datetime.php:356 -msgid "seconds" -msgstr "sekúndur" - -#: include/datetime.php:365 -#, php-format -msgid "%1$d %2$s ago" -msgstr "Fyrir %1$d %2$s síðan" - -#: include/datetime.php:572 -#, php-format -msgid "%s's birthday" -msgstr "Afmælisdagur %s" - -#: include/datetime.php:573 include/dfrn.php:1109 -#, php-format -msgid "Happy Birthday %s" -msgstr "Til hamingju með afmælið %s" - -#: include/enotify.php:24 +#: include/enotify.php:31 msgid "Friendica Notification" msgstr "Friendica tilkynning" -#: include/enotify.php:27 +#: include/enotify.php:34 msgid "Thank You," msgstr "Takk fyrir," -#: include/enotify.php:30 +#: include/enotify.php:37 #, php-format msgid "%s Administrator" msgstr "Kerfisstjóri %s" -#: include/enotify.php:32 +#: include/enotify.php:39 #, php-format msgid "%1$s, %2$s Administrator" msgstr "%1$s, %2$s kerfisstjóri" -#: include/enotify.php:43 include/delivery.php:457 +#: include/enotify.php:50 src/Worker/Delivery.php:404 msgid "noreply" msgstr "ekki svara" -#: include/enotify.php:70 -#, php-format -msgid "%s " -msgstr "%s " - -#: include/enotify.php:83 +#: include/enotify.php:98 #, php-format msgid "[Friendica:Notify] New mail received at %s" msgstr "" -#: include/enotify.php:85 +#: include/enotify.php:100 #, php-format msgid "%1$s sent you a new private message at %2$s." msgstr "" -#: include/enotify.php:86 +#: include/enotify.php:101 +msgid "a private message" +msgstr "einkaskilaboð" + +#: include/enotify.php:101 #, php-format msgid "%1$s sent you %2$s." msgstr "%1$s sendi þér %2$s." -#: include/enotify.php:86 -msgid "a private message" -msgstr "einkaskilaboð" - -#: include/enotify.php:88 +#: include/enotify.php:103 #, php-format msgid "Please visit %s to view and/or reply to your private messages." msgstr "Farðu á %s til að skoða og/eða svara einkaskilaboðunum þínum." -#: include/enotify.php:134 +#: include/enotify.php:141 #, php-format msgid "%1$s commented on [url=%2$s]a %3$s[/url]" msgstr "" -#: include/enotify.php:141 +#: include/enotify.php:149 #, php-format msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" msgstr "" -#: include/enotify.php:149 +#: include/enotify.php:159 #, php-format msgid "%1$s commented on [url=%2$s]your %3$s[/url]" msgstr "" -#: include/enotify.php:159 +#: include/enotify.php:171 #, php-format msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" msgstr "" -#: include/enotify.php:161 +#: include/enotify.php:173 #, php-format msgid "%s commented on an item/conversation you have been following." msgstr "%s skrifaði athugasemd á færslu/samtal sem þú ert að fylgja." -#: include/enotify.php:164 include/enotify.php:178 include/enotify.php:192 -#: include/enotify.php:206 include/enotify.php:224 include/enotify.php:238 +#: include/enotify.php:176 include/enotify.php:191 include/enotify.php:206 +#: include/enotify.php:221 include/enotify.php:240 include/enotify.php:255 #, php-format msgid "Please visit %s to view and/or reply to the conversation." msgstr "Farðu á %s til að skoða og/eða svara samtali." -#: include/enotify.php:171 +#: include/enotify.php:183 #, php-format msgid "[Friendica:Notify] %s posted to your profile wall" msgstr "" -#: include/enotify.php:173 +#: include/enotify.php:185 #, php-format msgid "%1$s posted to your profile wall at %2$s" msgstr "" -#: include/enotify.php:174 +#: include/enotify.php:186 #, php-format msgid "%1$s posted to [url=%2$s]your wall[/url]" msgstr "" -#: include/enotify.php:185 +#: include/enotify.php:198 #, php-format msgid "[Friendica:Notify] %s tagged you" msgstr "" -#: include/enotify.php:187 +#: include/enotify.php:200 #, php-format msgid "%1$s tagged you at %2$s" msgstr "" -#: include/enotify.php:188 +#: include/enotify.php:201 #, php-format msgid "%1$s [url=%2$s]tagged you[/url]." msgstr "" -#: include/enotify.php:199 +#: include/enotify.php:213 #, php-format msgid "[Friendica:Notify] %s shared a new post" msgstr "" -#: include/enotify.php:201 +#: include/enotify.php:215 #, php-format msgid "%1$s shared a new post at %2$s" msgstr "" -#: include/enotify.php:202 +#: include/enotify.php:216 #, php-format msgid "%1$s [url=%2$s]shared a post[/url]." msgstr "" -#: include/enotify.php:213 +#: include/enotify.php:228 #, php-format msgid "[Friendica:Notify] %1$s poked you" msgstr "[Friendica:Notify] %1$s potaði í þig" -#: include/enotify.php:215 +#: include/enotify.php:230 #, php-format msgid "%1$s poked you at %2$s" msgstr "%1$s potaði í þig %2$s" -#: include/enotify.php:216 +#: include/enotify.php:231 #, php-format msgid "%1$s [url=%2$s]poked you[/url]." msgstr "" -#: include/enotify.php:231 +#: include/enotify.php:247 #, php-format msgid "[Friendica:Notify] %s tagged your post" msgstr "" -#: include/enotify.php:233 +#: include/enotify.php:249 #, php-format msgid "%1$s tagged your post at %2$s" msgstr "" -#: include/enotify.php:234 +#: include/enotify.php:250 #, php-format msgid "%1$s tagged [url=%2$s]your post[/url]" msgstr "" -#: include/enotify.php:245 +#: include/enotify.php:262 msgid "[Friendica:Notify] Introduction received" msgstr "" -#: include/enotify.php:247 +#: include/enotify.php:264 #, php-format msgid "You've received an introduction from '%1$s' at %2$s" msgstr "" -#: include/enotify.php:248 +#: include/enotify.php:265 #, php-format msgid "You've received [url=%1$s]an introduction[/url] from %2$s." msgstr "" -#: include/enotify.php:252 include/enotify.php:295 +#: include/enotify.php:270 include/enotify.php:316 #, php-format msgid "You may visit their profile at %s" msgstr "Þú getur heimsótt síðuna þeirra á %s" -#: include/enotify.php:254 +#: include/enotify.php:272 #, php-format msgid "Please visit %s to approve or reject the introduction." msgstr "Farðu á %s til að samþykkja eða hunsa þessa kynningu." -#: include/enotify.php:262 +#: include/enotify.php:280 msgid "[Friendica:Notify] A new person is sharing with you" msgstr "" -#: include/enotify.php:264 include/enotify.php:265 +#: include/enotify.php:282 include/enotify.php:283 #, php-format msgid "%1$s is sharing with you at %2$s" msgstr "" -#: include/enotify.php:271 +#: include/enotify.php:290 msgid "[Friendica:Notify] You have a new follower" msgstr "" -#: include/enotify.php:273 include/enotify.php:274 +#: include/enotify.php:292 include/enotify.php:293 #, php-format msgid "You have a new follower at %2$s : %1$s" msgstr "" -#: include/enotify.php:285 +#: include/enotify.php:305 msgid "[Friendica:Notify] Friend suggestion received" msgstr "" -#: include/enotify.php:287 +#: include/enotify.php:307 #, php-format msgid "You've received a friend suggestion from '%1$s' at %2$s" msgstr "" -#: include/enotify.php:288 +#: include/enotify.php:308 #, php-format msgid "" "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." msgstr "" -#: include/enotify.php:293 +#: include/enotify.php:314 msgid "Name:" msgstr "Nafn:" -#: include/enotify.php:294 +#: include/enotify.php:315 msgid "Photo:" msgstr "Mynd:" -#: include/enotify.php:297 +#: include/enotify.php:318 #, php-format msgid "Please visit %s to approve or reject the suggestion." msgstr "Farðu á %s til að samþykkja eða hunsa þessa uppástungu." -#: include/enotify.php:305 include/enotify.php:319 +#: include/enotify.php:326 include/enotify.php:341 msgid "[Friendica:Notify] Connection accepted" msgstr "[Friendica:Notify] Tenging samþykkt" -#: include/enotify.php:307 include/enotify.php:321 +#: include/enotify.php:328 include/enotify.php:343 #, php-format msgid "'%1$s' has accepted your connection request at %2$s" msgstr "" -#: include/enotify.php:308 include/enotify.php:322 +#: include/enotify.php:329 include/enotify.php:344 #, php-format msgid "%2$s has accepted your [url=%1$s]connection request[/url]." msgstr "" -#: include/enotify.php:312 +#: include/enotify.php:334 msgid "" "You are now mutual friends and may exchange status updates, photos, and " "email without restriction." msgstr "" -#: include/enotify.php:314 +#: include/enotify.php:336 #, php-format msgid "Please visit %s if you wish to make any changes to this relationship." msgstr "" -#: include/enotify.php:326 +#: include/enotify.php:349 #, php-format msgid "" -"'%1$s' has chosen to accept you a \"fan\", which restricts some forms of " +"'%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." msgstr "" -#: include/enotify.php:328 +#: include/enotify.php:351 #, php-format msgid "" "'%1$s' may choose to extend this into a two-way or more permissive " "relationship in the future." msgstr "" -#: include/enotify.php:330 +#: include/enotify.php:353 #, php-format msgid "Please visit %s if you wish to make any changes to this relationship." msgstr "" -#: include/enotify.php:340 +#: include/enotify.php:363 msgid "[Friendica System:Notify] registration request" msgstr "[Friendica System:Notify] beiðni um skráningu" -#: include/enotify.php:342 +#: include/enotify.php:365 #, php-format msgid "You've received a registration request from '%1$s' at %2$s" msgstr "" -#: include/enotify.php:343 +#: include/enotify.php:366 #, php-format msgid "You've received a [url=%1$s]registration request[/url] from %2$s." msgstr "" -#: include/enotify.php:347 +#: include/enotify.php:371 #, php-format msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)" msgstr "" -#: include/enotify.php:350 +#: include/enotify.php:377 #, php-format msgid "Please visit %s to approve or reject the request." msgstr "Farðu á %s til að samþykkja eða hunsa þessa beiðni." -#: include/event.php:16 include/bb2diaspora.php:152 mod/localtime.php:12 -msgid "l F d, Y \\@ g:i A" -msgstr "" - -#: include/event.php:33 include/event.php:51 include/event.php:487 -#: include/bb2diaspora.php:158 -msgid "Starts:" -msgstr "Byrjar:" - -#: include/event.php:36 include/event.php:57 include/event.php:488 -#: include/bb2diaspora.php:166 -msgid "Finishes:" -msgstr "Endar:" - -#: include/event.php:39 include/event.php:63 include/event.php:489 -#: include/bb2diaspora.php:174 include/identity.php:328 -#: mod/notifications.php:232 mod/directory.php:137 mod/events.php:494 -#: mod/contacts.php:628 -msgid "Location:" -msgstr "Staðsetning:" - -#: include/event.php:441 -msgid "Sun" -msgstr "Sun" - -#: include/event.php:442 -msgid "Mon" -msgstr "Mán" - -#: include/event.php:443 -msgid "Tue" -msgstr "Þri" - -#: include/event.php:444 -msgid "Wed" -msgstr "Mið" - -#: include/event.php:445 -msgid "Thu" -msgstr "Fim" - -#: include/event.php:446 -msgid "Fri" -msgstr "Fös" - -#: include/event.php:447 -msgid "Sat" -msgstr "Lau" - -#: include/event.php:448 include/text.php:1130 mod/settings.php:972 -msgid "Sunday" -msgstr "Sunnudagur" - -#: include/event.php:449 include/text.php:1130 mod/settings.php:972 -msgid "Monday" -msgstr "Mánudagur" - -#: include/event.php:450 include/text.php:1130 -msgid "Tuesday" -msgstr "Þriðjudagur" - -#: include/event.php:451 include/text.php:1130 -msgid "Wednesday" -msgstr "Miðvikudagur" - -#: include/event.php:452 include/text.php:1130 -msgid "Thursday" -msgstr "Fimmtudagur" - -#: include/event.php:453 include/text.php:1130 -msgid "Friday" -msgstr "Föstudagur" - -#: include/event.php:454 include/text.php:1130 -msgid "Saturday" -msgstr "Laugardagur" - -#: include/event.php:455 -msgid "Jan" -msgstr "Jan" - -#: include/event.php:456 -msgid "Feb" -msgstr "Feb" - -#: include/event.php:457 -msgid "Mar" -msgstr "Mar" - -#: include/event.php:458 -msgid "Apr" -msgstr "Apr" - -#: include/event.php:459 include/event.php:471 include/text.php:1134 -msgid "May" -msgstr "Maí" - -#: include/event.php:460 -msgid "Jun" -msgstr "Jún" - -#: include/event.php:461 -msgid "Jul" -msgstr "Júl" - -#: include/event.php:462 -msgid "Aug" -msgstr "Ágú" - -#: include/event.php:463 -msgid "Sept" -msgstr "Sept" - -#: include/event.php:464 -msgid "Oct" -msgstr "Okt" - -#: include/event.php:465 -msgid "Nov" -msgstr "Nóv" - -#: include/event.php:466 -msgid "Dec" -msgstr "Des" - -#: include/event.php:467 include/text.php:1134 -msgid "January" -msgstr "Janúar" - -#: include/event.php:468 include/text.php:1134 -msgid "February" -msgstr "Febrúar" - -#: include/event.php:469 include/text.php:1134 -msgid "March" -msgstr "Mars" - -#: include/event.php:470 include/text.php:1134 -msgid "April" -msgstr "Apríl" - -#: include/event.php:472 include/text.php:1134 -msgid "June" -msgstr "Júní" - -#: include/event.php:473 include/text.php:1134 -msgid "July" -msgstr "Júlí" - -#: include/event.php:474 include/text.php:1134 -msgid "August" -msgstr "Ágúst" - -#: include/event.php:475 include/text.php:1134 -msgid "September" -msgstr "September" - -#: include/event.php:476 include/text.php:1134 -msgid "October" -msgstr "Október" - -#: include/event.php:477 include/text.php:1134 -msgid "November" -msgstr "Nóvember" - -#: include/event.php:478 include/text.php:1134 -msgid "December" -msgstr "Desember" - -#: include/event.php:479 mod/cal.php:283 mod/events.php:388 -msgid "today" -msgstr "í dag" - -#: include/event.php:483 -msgid "all-day" -msgstr "" - -#: include/event.php:485 -msgid "No events to display" -msgstr "" - -#: include/event.php:574 -msgid "l, F j" -msgstr "" - -#: include/event.php:593 -msgid "Edit event" -msgstr "Breyta atburð" - -#: include/event.php:615 include/text.php:1532 include/text.php:1539 -msgid "link to source" -msgstr "slóð á heimild" - -#: include/event.php:850 -msgid "Export" -msgstr "Flytja út" - -#: include/event.php:851 -msgid "Export calendar as ical" -msgstr "Flytja dagatal út sem ICAL" - -#: include/event.php:852 -msgid "Export calendar as csv" -msgstr "Flytja dagatal út sem CSV" - -#: include/nav.php:35 mod/navigation.php:19 -msgid "Nothing new here" -msgstr "Ekkert nýtt hér" - -#: include/nav.php:39 mod/navigation.php:23 -msgid "Clear notifications" -msgstr "Hreinsa tilkynningar" - -#: include/nav.php:40 include/text.php:1015 -msgid "@name, !forum, #tags, content" -msgstr "@nafn, !spjallsvæði, #merki, innihald" - -#: include/nav.php:78 view/theme/frio/theme.php:246 boot.php:1792 -msgid "Logout" -msgstr "Útskrá" - -#: include/nav.php:78 view/theme/frio/theme.php:246 -msgid "End this session" -msgstr "Loka þessu innliti" - -#: include/nav.php:81 include/identity.php:714 mod/contacts.php:637 -#: mod/contacts.php:833 view/theme/frio/theme.php:249 -msgid "Status" -msgstr "Staða" - -#: include/nav.php:81 include/nav.php:161 view/theme/frio/theme.php:249 -msgid "Your posts and conversations" -msgstr "Samtölin þín" - -#: include/nav.php:82 include/identity.php:605 include/identity.php:691 -#: include/identity.php:722 mod/profperm.php:104 mod/newmember.php:32 -#: mod/contacts.php:639 mod/contacts.php:841 view/theme/frio/theme.php:250 -msgid "Profile" -msgstr "Forsíða" - -#: include/nav.php:82 view/theme/frio/theme.php:250 -msgid "Your profile page" -msgstr "Forsíðan þín" - -#: include/nav.php:83 include/identity.php:730 mod/fbrowser.php:32 -#: view/theme/frio/theme.php:251 -msgid "Photos" -msgstr "Myndir" - -#: include/nav.php:83 view/theme/frio/theme.php:251 -msgid "Your photos" -msgstr "Myndirnar þínar" - -#: include/nav.php:84 include/identity.php:738 include/identity.php:741 -#: view/theme/frio/theme.php:252 -msgid "Videos" -msgstr "Myndskeið" - -#: include/nav.php:84 view/theme/frio/theme.php:252 -msgid "Your videos" -msgstr "Myndskeiðin þín" - -#: include/nav.php:85 include/nav.php:149 include/identity.php:750 -#: include/identity.php:761 mod/cal.php:275 mod/events.php:379 -#: view/theme/frio/theme.php:253 view/theme/frio/theme.php:257 -msgid "Events" -msgstr "Atburðir" - -#: include/nav.php:85 view/theme/frio/theme.php:253 -msgid "Your events" -msgstr "Atburðirnir þínir" - -#: include/nav.php:86 -msgid "Personal notes" -msgstr "Einkaglósur" - -#: include/nav.php:86 -msgid "Your personal notes" -msgstr "Einkaglósurnar þínar" - -#: include/nav.php:95 mod/bookmarklet.php:12 boot.php:1793 -msgid "Login" -msgstr "Innskrá" - -#: include/nav.php:95 -msgid "Sign in" -msgstr "Innskrá" - -#: include/nav.php:105 include/nav.php:161 -#: include/NotificationsManager.php:174 -msgid "Home" -msgstr "Heim" - -#: include/nav.php:105 -msgid "Home Page" -msgstr "Heimasíða" - -#: include/nav.php:109 mod/register.php:289 boot.php:1768 -msgid "Register" -msgstr "Nýskrá" - -#: include/nav.php:109 -msgid "Create an account" -msgstr "Stofna notanda" - -#: include/nav.php:115 mod/help.php:47 view/theme/vier/theme.php:298 -msgid "Help" -msgstr "Hjálp" - -#: include/nav.php:115 -msgid "Help and documentation" -msgstr "Hjálp og leiðbeiningar" - -#: include/nav.php:119 -msgid "Apps" -msgstr "Forrit" - -#: include/nav.php:119 -msgid "Addon applications, utilities, games" -msgstr "Viðbótarforrit, nytjatól, leikir" - -#: include/nav.php:123 include/text.php:1012 mod/search.php:149 -msgid "Search" -msgstr "Leita" - -#: include/nav.php:123 -msgid "Search site content" -msgstr "Leita í efni á vef" - -#: include/nav.php:126 include/text.php:1020 -msgid "Full Text" -msgstr "Allur textinn" - -#: include/nav.php:127 include/text.php:1021 -msgid "Tags" -msgstr "Merki" - -#: include/nav.php:128 include/nav.php:192 include/identity.php:783 -#: include/identity.php:786 include/text.php:1022 mod/contacts.php:792 -#: mod/contacts.php:853 mod/viewcontacts.php:116 view/theme/frio/theme.php:260 -msgid "Contacts" -msgstr "Tengiliðir" - -#: include/nav.php:143 include/nav.php:145 mod/community.php:36 -msgid "Community" -msgstr "Samfélag" - -#: include/nav.php:143 -msgid "Conversations on this site" -msgstr "Samtöl á þessum vef" - -#: include/nav.php:145 -msgid "Conversations on the network" -msgstr "Samtöl á þessu neti" - -#: include/nav.php:149 include/identity.php:753 include/identity.php:764 -#: view/theme/frio/theme.php:257 -msgid "Events and Calendar" -msgstr "Atburðir og dagskrá" - -#: include/nav.php:152 -msgid "Directory" -msgstr "Tengiliðalisti" - -#: include/nav.php:152 -msgid "People directory" -msgstr "Nafnaskrá" - -#: include/nav.php:154 -msgid "Information" -msgstr "Upplýsingar" - -#: include/nav.php:154 -msgid "Information about this friendica instance" -msgstr "Upplýsingar um þetta tilvik Friendica" - -#: include/nav.php:158 include/NotificationsManager.php:160 mod/admin.php:411 -#: view/theme/frio/theme.php:256 -msgid "Network" -msgstr "Samfélag" - -#: include/nav.php:158 view/theme/frio/theme.php:256 -msgid "Conversations from your friends" -msgstr "Samtöl frá vinum" - -#: include/nav.php:159 -msgid "Network Reset" -msgstr "Núllstilling netkerfis" - -#: include/nav.php:159 -msgid "Load Network page with no filters" -msgstr "" - -#: include/nav.php:166 include/NotificationsManager.php:181 -msgid "Introductions" -msgstr "Kynningar" - -#: include/nav.php:166 -msgid "Friend Requests" -msgstr "Vinabeiðnir" - -#: include/nav.php:169 mod/notifications.php:96 -msgid "Notifications" -msgstr "Tilkynningar" - -#: include/nav.php:170 -msgid "See all notifications" -msgstr "Sjá allar tilkynningar" - -#: include/nav.php:171 mod/settings.php:902 -msgid "Mark as seen" -msgstr "Merka sem séð" - -#: include/nav.php:171 -msgid "Mark all system notifications seen" -msgstr "Merkja allar tilkynningar sem séðar" - -#: include/nav.php:175 mod/message.php:190 view/theme/frio/theme.php:258 -msgid "Messages" -msgstr "Skilaboð" - -#: include/nav.php:175 view/theme/frio/theme.php:258 -msgid "Private mail" -msgstr "Einka skilaboð" - -#: include/nav.php:176 -msgid "Inbox" -msgstr "Innhólf" - -#: include/nav.php:177 -msgid "Outbox" -msgstr "Úthólf" - -#: include/nav.php:178 mod/message.php:16 -msgid "New Message" -msgstr "Ný skilaboð" - -#: include/nav.php:181 -msgid "Manage" -msgstr "Umsýsla" - -#: include/nav.php:181 -msgid "Manage other pages" -msgstr "Sýsla með aðrar síður" - -#: include/nav.php:184 mod/settings.php:81 -msgid "Delegations" -msgstr "" - -#: include/nav.php:184 mod/delegate.php:130 -msgid "Delegate Page Management" -msgstr "" - -#: include/nav.php:186 mod/newmember.php:22 mod/settings.php:111 -#: mod/admin.php:1524 mod/admin.php:1782 view/theme/frio/theme.php:259 -msgid "Settings" -msgstr "Stillingar" - -#: include/nav.php:186 view/theme/frio/theme.php:259 -msgid "Account settings" -msgstr "Stillingar aðgangsreiknings" - -#: include/nav.php:189 include/identity.php:282 -msgid "Profiles" -msgstr "Forsíður" - -#: include/nav.php:189 -msgid "Manage/Edit Profiles" -msgstr "Sýsla með forsíður" - -#: include/nav.php:192 view/theme/frio/theme.php:260 -msgid "Manage/edit friends and contacts" -msgstr "Sýsla með vini og tengiliði" - -#: include/nav.php:197 mod/admin.php:186 -msgid "Admin" -msgstr "Stjórnborð" - -#: include/nav.php:197 -msgid "Site setup and configuration" -msgstr "Uppsetning og stillingar vefsvæðis" - -#: include/nav.php:200 -msgid "Navigation" -msgstr "Yfirsýn" - -#: include/nav.php:200 -msgid "Site map" -msgstr "Yfirlit um vefsvæði" - -#: include/photos.php:53 mod/fbrowser.php:41 mod/fbrowser.php:62 -#: mod/photos.php:180 mod/photos.php:1086 mod/photos.php:1211 -#: mod/photos.php:1232 mod/photos.php:1795 mod/photos.php:1807 -msgid "Contact Photos" -msgstr "Myndir tengiliðs" - -#: include/security.php:22 -msgid "Welcome " -msgstr "Velkomin(n)" - -#: include/security.php:23 -msgid "Please upload a profile photo." -msgstr "Gerðu svo vel að hlaða inn forsíðumynd." - -#: include/security.php:26 -msgid "Welcome back " -msgstr "Velkomin(n) aftur" - -#: include/security.php:373 -msgid "" -"The form security token was not correct. This probably happened because the " -"form has been opened for too long (>3 hours) before submitting it." -msgstr "" - -#: include/NotificationsManager.php:153 -msgid "System" -msgstr "Kerfi" - -#: include/NotificationsManager.php:167 mod/profiles.php:703 -#: mod/network.php:845 -msgid "Personal" -msgstr "Einka" - -#: include/NotificationsManager.php:234 include/NotificationsManager.php:244 +#: include/items.php:342 mod/notice.php:22 mod/viewsrc.php:21 +#: mod/display.php:72 mod/display.php:252 mod/display.php:354 +#: mod/admin.php:276 mod/admin.php:1854 mod/admin.php:2102 +msgid "Item not found." +msgstr "Atriði fannst ekki." + +#: include/items.php:382 +msgid "Do you really want to delete this item?" +msgstr "Viltu í alvörunni eyða þessu atriði?" + +#: include/items.php:384 mod/api.php:110 mod/suggest.php:38 +#: mod/dfrn_request.php:653 mod/message.php:138 mod/follow.php:150 +#: mod/profiles.php:636 mod/profiles.php:639 mod/profiles.php:661 +#: mod/contacts.php:472 mod/register.php:237 mod/settings.php:1105 +#: mod/settings.php:1111 mod/settings.php:1118 mod/settings.php:1122 +#: mod/settings.php:1126 mod/settings.php:1130 mod/settings.php:1134 +#: mod/settings.php:1138 mod/settings.php:1158 mod/settings.php:1159 +#: mod/settings.php:1160 mod/settings.php:1161 mod/settings.php:1162 +msgid "Yes" +msgstr "Já" + +#: include/items.php:387 include/conversation.php:1378 mod/fbrowser.php:103 +#: mod/fbrowser.php:134 mod/suggest.php:41 mod/dfrn_request.php:663 +#: mod/tagrm.php:19 mod/tagrm.php:99 mod/editpost.php:149 mod/message.php:141 +#: mod/photos.php:248 mod/photos.php:324 mod/videos.php:147 +#: mod/unfollow.php:117 mod/follow.php:161 mod/contacts.php:475 +#: mod/settings.php:676 mod/settings.php:702 +msgid "Cancel" +msgstr "Hætta við" + +#: include/items.php:401 mod/allfriends.php:21 mod/api.php:35 mod/api.php:40 +#: mod/attach.php:38 mod/common.php:26 mod/crepair.php:98 mod/nogroup.php:28 +#: mod/repair_ostatus.php:13 mod/suggest.php:60 mod/uimport.php:28 +#: mod/notifications.php:73 mod/dfrn_confirm.php:68 mod/invite.php:20 +#: mod/invite.php:106 mod/wall_attach.php:74 mod/wall_attach.php:77 +#: mod/manage.php:131 mod/regmod.php:108 mod/viewcontacts.php:57 +#: mod/wallmessage.php:16 mod/wallmessage.php:40 mod/wallmessage.php:79 +#: mod/wallmessage.php:103 mod/poke.php:150 mod/wall_upload.php:103 +#: mod/wall_upload.php:106 mod/editpost.php:18 mod/fsuggest.php:80 +#: mod/group.php:26 mod/item.php:160 mod/message.php:59 mod/message.php:104 +#: mod/network.php:32 mod/notes.php:30 mod/photos.php:174 mod/photos.php:1051 +#: mod/delegate.php:25 mod/delegate.php:43 mod/delegate.php:54 +#: mod/dirfind.php:25 mod/ostatus_subscribe.php:16 mod/unfollow.php:15 +#: mod/unfollow.php:57 mod/unfollow.php:90 mod/cal.php:304 mod/events.php:194 +#: mod/profile_photo.php:30 mod/profile_photo.php:176 +#: mod/profile_photo.php:187 mod/profile_photo.php:200 mod/follow.php:17 +#: mod/follow.php:54 mod/follow.php:118 mod/profiles.php:182 +#: mod/profiles.php:606 mod/contacts.php:386 mod/register.php:53 +#: mod/settings.php:42 mod/settings.php:141 mod/settings.php:665 index.php:416 +msgid "Permission denied." +msgstr "Heimild ekki veitt." + +#: include/items.php:471 +msgid "Archives" +msgstr "Safnskrár" + +#: include/items.php:477 src/Content/ForumManager.php:130 +#: src/Content/Widget.php:312 src/Object/Post.php:430 src/App.php:512 +#: view/theme/vier/theme.php:259 +msgid "show more" +msgstr "birta meira" + +#: include/conversation.php:144 include/conversation.php:282 +#: include/text.php:1774 src/Model/Item.php:1795 +msgid "event" +msgstr "atburður" + +#: include/conversation.php:147 include/conversation.php:157 +#: include/conversation.php:285 include/conversation.php:294 +#: mod/subthread.php:97 mod/tagger.php:72 src/Model/Item.php:1793 +#: src/Protocol/Diaspora.php:2010 +msgid "status" +msgstr "staða" + +#: include/conversation.php:152 include/conversation.php:290 +#: include/text.php:1776 mod/subthread.php:97 mod/tagger.php:72 +#: src/Model/Item.php:1793 +msgid "photo" +msgstr "mynd" + +#: include/conversation.php:164 src/Model/Item.php:1666 +#: src/Protocol/Diaspora.php:2006 #, php-format -msgid "%s commented on %s's post" -msgstr "%s athugasemd við %s's færslu" +msgid "%1$s likes %2$s's %3$s" +msgstr "%1$s líkar við %3$s hjá %2$s " -#: include/NotificationsManager.php:243 +#: include/conversation.php:167 src/Model/Item.php:1671 #, php-format -msgid "%s created a new post" -msgstr "%s bjó til færslu" +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "%1$s líkar ekki við %3$s hjá %2$s " -#: include/NotificationsManager.php:256 -#, php-format -msgid "%s liked %s's post" -msgstr "%s líkaði færsla hjá %s" - -#: include/NotificationsManager.php:267 -#, php-format -msgid "%s disliked %s's post" -msgstr "%s mislíkaði færsla hjá %s" - -#: include/NotificationsManager.php:278 -#, php-format -msgid "%s is attending %s's event" -msgstr "" - -#: include/NotificationsManager.php:289 -#, php-format -msgid "%s is not attending %s's event" -msgstr "" - -#: include/NotificationsManager.php:300 -#, php-format -msgid "%s may attend %s's event" -msgstr "" - -#: include/NotificationsManager.php:315 -#, php-format -msgid "%s is now friends with %s" -msgstr "%s er nú vinur %s" - -#: include/NotificationsManager.php:748 -msgid "Friend Suggestion" -msgstr "Vina tillaga" - -#: include/NotificationsManager.php:781 -msgid "Friend/Connect Request" -msgstr "Vinabeiðni/Tengibeiðni" - -#: include/NotificationsManager.php:781 -msgid "New Follower" -msgstr "Nýr fylgjandi" - -#: include/dbstructure.php:26 -#, php-format -msgid "" -"\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." -msgstr "" - -#: include/dbstructure.php:31 -#, php-format -msgid "" -"The error message is\n" -"[pre]%s[/pre]" -msgstr "" - -#: include/dbstructure.php:183 -msgid "Errors encountered creating database tables." -msgstr "Villur komu upp við að stofna töflur í gagnagrunn." - -#: include/dbstructure.php:260 -msgid "Errors encountered performing database changes." -msgstr "" - -#: include/delivery.php:446 -msgid "(no subject)" -msgstr "(ekkert efni)" - -#: include/diaspora.php:1958 -msgid "Sharing notification from Diaspora network" -msgstr "Tilkynning um að einhver deildi atriði á Diaspora netinu" - -#: include/diaspora.php:2864 -msgid "Attachments:" -msgstr "Viðhengi:" - -#: include/network.php:595 -msgid "view full size" -msgstr "Skoða í fullri stærð" - -#: include/Contact.php:340 include/Contact.php:353 include/Contact.php:398 -#: include/conversation.php:968 include/conversation.php:984 -#: mod/allfriends.php:65 mod/directory.php:155 mod/dirfind.php:203 -#: mod/match.php:71 mod/suggest.php:82 -msgid "View Profile" -msgstr "Skoða forsíðu" - -#: include/Contact.php:397 include/conversation.php:967 -msgid "View Status" -msgstr "Skoða stöðu" - -#: include/Contact.php:399 include/conversation.php:969 -msgid "View Photos" -msgstr "Skoða myndir" - -#: include/Contact.php:400 include/conversation.php:970 -msgid "Network Posts" -msgstr "" - -#: include/Contact.php:401 include/conversation.php:971 -msgid "View Contact" -msgstr "" - -#: include/Contact.php:402 -msgid "Drop Contact" -msgstr "Henda tengilið" - -#: include/Contact.php:403 include/conversation.php:972 -msgid "Send PM" -msgstr "Senda einkaboð" - -#: include/Contact.php:404 include/conversation.php:976 -msgid "Poke" -msgstr "Pota" - -#: include/Contact.php:775 -msgid "Organisation" -msgstr "" - -#: include/Contact.php:778 -msgid "News" -msgstr "" - -#: include/Contact.php:781 -msgid "Forum" -msgstr "Spjallsvæði" - -#: include/api.php:1018 -#, php-format -msgid "Daily posting limit of %d posts reached. The post was rejected." -msgstr "" - -#: include/api.php:1038 -#, php-format -msgid "Weekly posting limit of %d posts reached. The post was rejected." -msgstr "" - -#: include/api.php:1059 -#, php-format -msgid "Monthly posting limit of %d posts reached. The post was rejected." -msgstr "" - -#: include/bbcode.php:350 include/bbcode.php:1057 include/bbcode.php:1058 -msgid "Image/photo" -msgstr "Mynd" - -#: include/bbcode.php:467 -#, php-format -msgid "%2$s %3$s" -msgstr "%2$s %3$s" - -#: include/bbcode.php:1017 include/bbcode.php:1037 -msgid "$1 wrote:" -msgstr "$1 skrifaði:" - -#: include/bbcode.php:1066 include/bbcode.php:1067 -msgid "Encrypted content" -msgstr "Dulritað efni" - -#: include/bbcode.php:1169 -msgid "Invalid source protocol" -msgstr "" - -#: include/bbcode.php:1179 -msgid "Invalid link protocol" -msgstr "" - -#: include/conversation.php:147 +#: include/conversation.php:170 #, php-format msgid "%1$s attends %2$s's %3$s" msgstr "" -#: include/conversation.php:150 +#: include/conversation.php:173 #, php-format msgid "%1$s doesn't attend %2$s's %3$s" msgstr "" -#: include/conversation.php:153 +#: include/conversation.php:176 #, php-format msgid "%1$s attends maybe %2$s's %3$s" msgstr "" -#: include/conversation.php:185 mod/dfrn_confirm.php:477 +#: include/conversation.php:209 mod/dfrn_confirm.php:431 +#: src/Protocol/Diaspora.php:2481 #, php-format msgid "%1$s is now friends with %2$s" msgstr "Núna er %1$s vinur %2$s" -#: include/conversation.php:219 +#: include/conversation.php:250 #, php-format msgid "%1$s poked %2$s" msgstr "%1$s potaði í %2$s" -#: include/conversation.php:239 mod/mood.php:62 -#, php-format -msgid "%1$s is currently %2$s" -msgstr "" - -#: include/conversation.php:278 mod/tagger.php:95 +#: include/conversation.php:304 mod/tagger.php:110 #, php-format msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "%1$s merkti %2$s's %3$s með %4$s" -#: include/conversation.php:303 +#: include/conversation.php:331 msgid "post/item" msgstr "" -#: include/conversation.php:304 +#: include/conversation.php:332 #, php-format msgid "%1$s marked %2$s's %3$s as favorite" msgstr "" -#: include/conversation.php:585 mod/content.php:372 mod/profiles.php:346 -#: mod/photos.php:1607 +#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:355 msgid "Likes" msgstr "Líkar" -#: include/conversation.php:585 mod/content.php:372 mod/profiles.php:350 -#: mod/photos.php:1607 +#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:359 msgid "Dislikes" msgstr "Mislíkar" -#: include/conversation.php:586 include/conversation.php:1481 -#: mod/content.php:373 mod/photos.php:1608 +#: include/conversation.php:606 include/conversation.php:1687 +#: mod/photos.php:1502 msgid "Attending" msgid_plural "Attending" msgstr[0] "Mætir" msgstr[1] "Mæta" -#: include/conversation.php:586 mod/content.php:373 mod/photos.php:1608 +#: include/conversation.php:606 mod/photos.php:1502 msgid "Not attending" msgstr "Mætir ekki" -#: include/conversation.php:586 mod/content.php:373 mod/photos.php:1608 +#: include/conversation.php:606 mod/photos.php:1502 msgid "Might attend" msgstr "Gæti mætt" -#: include/conversation.php:708 mod/content.php:453 mod/content.php:758 -#: mod/photos.php:1681 object/Item.php:133 +#: include/conversation.php:744 mod/photos.php:1569 src/Object/Post.php:178 msgid "Select" msgstr "Velja" -#: include/conversation.php:709 mod/group.php:171 mod/content.php:454 -#: mod/content.php:759 mod/photos.php:1682 mod/settings.php:741 -#: mod/admin.php:1414 mod/contacts.php:808 mod/contacts.php:1007 -#: object/Item.php:134 +#: include/conversation.php:745 mod/photos.php:1570 mod/contacts.php:830 +#: mod/contacts.php:1035 mod/admin.php:1798 mod/settings.php:738 +#: src/Object/Post.php:179 msgid "Delete" msgstr "Eyða" -#: include/conversation.php:753 mod/content.php:487 mod/content.php:910 -#: mod/content.php:911 object/Item.php:367 object/Item.php:368 +#: include/conversation.php:783 src/Object/Post.php:363 +#: src/Object/Post.php:364 #, php-format msgid "View %s's profile @ %s" msgstr "Birta forsíðu %s hjá %s" -#: include/conversation.php:765 object/Item.php:355 +#: include/conversation.php:795 src/Object/Post.php:351 msgid "Categories:" msgstr "Flokkar:" -#: include/conversation.php:766 object/Item.php:356 +#: include/conversation.php:796 src/Object/Post.php:352 msgid "Filed under:" msgstr "Skráð undir:" -#: include/conversation.php:773 mod/content.php:497 mod/content.php:923 -#: object/Item.php:381 +#: include/conversation.php:803 src/Object/Post.php:377 #, php-format msgid "%s from %s" msgstr "%s til %s" -#: include/conversation.php:789 mod/content.php:513 +#: include/conversation.php:818 msgid "View in context" msgstr "Birta í samhengi" -#: include/conversation.php:791 include/conversation.php:1264 -#: mod/editpost.php:124 mod/wallmessage.php:156 mod/message.php:356 -#: mod/message.php:548 mod/content.php:515 mod/content.php:948 -#: mod/photos.php:1570 object/Item.php:406 +#: include/conversation.php:820 include/conversation.php:1360 +#: mod/wallmessage.php:145 mod/editpost.php:125 mod/message.php:264 +#: mod/message.php:433 mod/photos.php:1473 src/Object/Post.php:402 msgid "Please wait" msgstr "Hinkraðu aðeins" -#: include/conversation.php:870 +#: include/conversation.php:891 msgid "remove" msgstr "fjarlægja" -#: include/conversation.php:874 +#: include/conversation.php:895 msgid "Delete Selected Items" msgstr "Eyða völdum færslum" -#: include/conversation.php:966 +#: include/conversation.php:1065 view/theme/frio/theme.php:352 msgid "Follow Thread" msgstr "Fylgja þræði" -#: include/conversation.php:1097 +#: include/conversation.php:1066 src/Model/Contact.php:640 +msgid "View Status" +msgstr "Skoða stöðu" + +#: include/conversation.php:1067 include/conversation.php:1083 +#: mod/allfriends.php:73 mod/suggest.php:82 mod/match.php:89 +#: mod/dirfind.php:217 mod/directory.php:159 src/Model/Contact.php:580 +#: src/Model/Contact.php:593 src/Model/Contact.php:641 +msgid "View Profile" +msgstr "Skoða forsíðu" + +#: include/conversation.php:1068 src/Model/Contact.php:642 +msgid "View Photos" +msgstr "Skoða myndir" + +#: include/conversation.php:1069 src/Model/Contact.php:643 +msgid "Network Posts" +msgstr "" + +#: include/conversation.php:1070 src/Model/Contact.php:644 +msgid "View Contact" +msgstr "Skoða tengilið" + +#: include/conversation.php:1071 src/Model/Contact.php:646 +msgid "Send PM" +msgstr "Senda einkaboð" + +#: include/conversation.php:1075 src/Model/Contact.php:647 +msgid "Poke" +msgstr "Pota" + +#: include/conversation.php:1080 mod/allfriends.php:74 mod/suggest.php:83 +#: mod/match.php:90 mod/dirfind.php:218 mod/follow.php:143 +#: mod/contacts.php:596 src/Content/Widget.php:61 src/Model/Contact.php:594 +msgid "Connect/Follow" +msgstr "Tengjast/fylgja" + +#: include/conversation.php:1199 #, php-format msgid "%s likes this." msgstr "%s líkar þetta." -#: include/conversation.php:1100 +#: include/conversation.php:1202 #, php-format msgid "%s doesn't like this." msgstr "%s mislíkar þetta." -#: include/conversation.php:1103 +#: include/conversation.php:1205 #, php-format msgid "%s attends." msgstr "%s mætir." -#: include/conversation.php:1106 +#: include/conversation.php:1208 #, php-format msgid "%s doesn't attend." msgstr "%s mætir ekki." -#: include/conversation.php:1109 +#: include/conversation.php:1211 #, php-format msgid "%s attends maybe." msgstr "%s mætir kannski." -#: include/conversation.php:1119 +#: include/conversation.php:1222 msgid "and" msgstr "og" -#: include/conversation.php:1125 +#: include/conversation.php:1228 #, php-format -msgid ", and %d other people" -msgstr ", og %d öðrum" +msgid "and %d other people" +msgstr "" -#: include/conversation.php:1134 +#: include/conversation.php:1237 #, php-format msgid "%2$d people like this" msgstr "" -#: include/conversation.php:1135 +#: include/conversation.php:1238 #, php-format msgid "%s like this." msgstr "" -#: include/conversation.php:1138 +#: include/conversation.php:1241 #, php-format msgid "%2$d people don't like this" msgstr "" -#: include/conversation.php:1139 +#: include/conversation.php:1242 #, php-format msgid "%s don't like this." msgstr "" -#: include/conversation.php:1142 +#: include/conversation.php:1245 #, php-format msgid "%2$d people attend" msgstr "" -#: include/conversation.php:1143 +#: include/conversation.php:1246 #, php-format msgid "%s attend." msgstr "" -#: include/conversation.php:1146 +#: include/conversation.php:1249 #, php-format msgid "%2$d people don't attend" msgstr "" -#: include/conversation.php:1147 +#: include/conversation.php:1250 #, php-format msgid "%s don't attend." msgstr "" -#: include/conversation.php:1150 +#: include/conversation.php:1253 #, php-format msgid "%2$d people attend maybe" msgstr "" -#: include/conversation.php:1151 +#: include/conversation.php:1254 #, php-format -msgid "%s anttend maybe." +msgid "%s attend maybe." msgstr "" -#: include/conversation.php:1190 include/conversation.php:1208 +#: include/conversation.php:1284 include/conversation.php:1300 msgid "Visible to everybody" msgstr "Sjáanlegt öllum" -#: include/conversation.php:1191 include/conversation.php:1209 -#: mod/wallmessage.php:127 mod/wallmessage.php:135 mod/message.php:291 -#: mod/message.php:299 mod/message.php:442 mod/message.php:450 +#: include/conversation.php:1285 include/conversation.php:1301 +#: mod/wallmessage.php:120 mod/wallmessage.php:127 mod/message.php:200 +#: mod/message.php:207 mod/message.php:343 mod/message.php:350 msgid "Please enter a link URL:" msgstr "Sláðu inn slóð:" -#: include/conversation.php:1192 include/conversation.php:1210 +#: include/conversation.php:1286 include/conversation.php:1302 msgid "Please enter a video link/URL:" msgstr "Settu inn slóð á myndskeið:" -#: include/conversation.php:1193 include/conversation.php:1211 +#: include/conversation.php:1287 include/conversation.php:1303 msgid "Please enter an audio link/URL:" msgstr "Settu inn slóð á hljóðskrá:" -#: include/conversation.php:1194 include/conversation.php:1212 +#: include/conversation.php:1288 include/conversation.php:1304 msgid "Tag term:" msgstr "Merka með:" -#: include/conversation.php:1195 include/conversation.php:1213 -#: mod/filer.php:30 +#: include/conversation.php:1289 include/conversation.php:1305 +#: mod/filer.php:34 msgid "Save to Folder:" msgstr "Vista í möppu:" -#: include/conversation.php:1196 include/conversation.php:1214 +#: include/conversation.php:1290 include/conversation.php:1306 msgid "Where are you right now?" msgstr "Hvar ert þú núna?" -#: include/conversation.php:1197 +#: include/conversation.php:1291 msgid "Delete item(s)?" msgstr "Eyða atriði/atriðum?" -#: include/conversation.php:1245 mod/photos.php:1569 +#: include/conversation.php:1338 +msgid "New Post" +msgstr "Ný færsla" + +#: include/conversation.php:1341 msgid "Share" msgstr "Deila" -#: include/conversation.php:1246 mod/editpost.php:110 mod/wallmessage.php:154 -#: mod/message.php:354 mod/message.php:545 +#: include/conversation.php:1342 mod/wallmessage.php:143 mod/editpost.php:111 +#: mod/message.php:262 mod/message.php:430 msgid "Upload photo" msgstr "Hlaða upp mynd" -#: include/conversation.php:1247 mod/editpost.php:111 +#: include/conversation.php:1343 mod/editpost.php:112 msgid "upload photo" msgstr "Hlaða upp mynd" -#: include/conversation.php:1248 mod/editpost.php:112 +#: include/conversation.php:1344 mod/editpost.php:113 msgid "Attach file" msgstr "Bæta við skrá" -#: include/conversation.php:1249 mod/editpost.php:113 +#: include/conversation.php:1345 mod/editpost.php:114 msgid "attach file" msgstr "Hengja skrá við" -#: include/conversation.php:1250 mod/editpost.php:114 mod/wallmessage.php:155 -#: mod/message.php:355 mod/message.php:546 +#: include/conversation.php:1346 mod/wallmessage.php:144 mod/editpost.php:115 +#: mod/message.php:263 mod/message.php:431 msgid "Insert web link" msgstr "Setja inn vefslóð" -#: include/conversation.php:1251 mod/editpost.php:115 +#: include/conversation.php:1347 mod/editpost.php:116 msgid "web link" msgstr "vefslóð" -#: include/conversation.php:1252 mod/editpost.php:116 +#: include/conversation.php:1348 mod/editpost.php:117 msgid "Insert video link" msgstr "Setja inn slóð á myndskeið" -#: include/conversation.php:1253 mod/editpost.php:117 +#: include/conversation.php:1349 mod/editpost.php:118 msgid "video link" msgstr "slóð á myndskeið" -#: include/conversation.php:1254 mod/editpost.php:118 +#: include/conversation.php:1350 mod/editpost.php:119 msgid "Insert audio link" msgstr "Setja inn slóð á hljóðskrá" -#: include/conversation.php:1255 mod/editpost.php:119 +#: include/conversation.php:1351 mod/editpost.php:120 msgid "audio link" msgstr "slóð á hljóðskrá" -#: include/conversation.php:1256 mod/editpost.php:120 +#: include/conversation.php:1352 mod/editpost.php:121 msgid "Set your location" msgstr "Veldu staðsetningu þína" -#: include/conversation.php:1257 mod/editpost.php:121 +#: include/conversation.php:1353 mod/editpost.php:122 msgid "set location" msgstr "stilla staðsetningu" -#: include/conversation.php:1258 mod/editpost.php:122 +#: include/conversation.php:1354 mod/editpost.php:123 msgid "Clear browser location" msgstr "Hreinsa staðsetningu í vafra" -#: include/conversation.php:1259 mod/editpost.php:123 +#: include/conversation.php:1355 mod/editpost.php:124 msgid "clear location" msgstr "hreinsa staðsetningu" -#: include/conversation.php:1261 mod/editpost.php:137 +#: include/conversation.php:1357 mod/editpost.php:138 msgid "Set title" msgstr "Setja titil" -#: include/conversation.php:1263 mod/editpost.php:139 +#: include/conversation.php:1359 mod/editpost.php:140 msgid "Categories (comma-separated list)" msgstr "Flokkar (listi aðskilinn með kommum)" -#: include/conversation.php:1265 mod/editpost.php:125 +#: include/conversation.php:1361 mod/editpost.php:126 msgid "Permission settings" msgstr "Stillingar aðgangsheimilda" -#: include/conversation.php:1266 mod/editpost.php:154 +#: include/conversation.php:1362 mod/editpost.php:155 msgid "permissions" msgstr "aðgangsstýring" -#: include/conversation.php:1274 mod/editpost.php:134 +#: include/conversation.php:1370 mod/editpost.php:135 msgid "Public post" msgstr "Opinber færsla" -#: include/conversation.php:1279 mod/editpost.php:145 mod/content.php:737 -#: mod/events.php:504 mod/photos.php:1591 mod/photos.php:1639 -#: mod/photos.php:1725 object/Item.php:729 +#: include/conversation.php:1374 mod/editpost.php:146 mod/photos.php:1492 +#: mod/photos.php:1531 mod/photos.php:1604 mod/events.php:528 +#: src/Object/Post.php:805 msgid "Preview" msgstr "Forskoðun" -#: include/conversation.php:1283 include/items.php:1974 mod/fbrowser.php:101 -#: mod/fbrowser.php:136 mod/tagrm.php:11 mod/tagrm.php:94 mod/editpost.php:148 -#: mod/message.php:220 mod/suggest.php:32 mod/photos.php:235 -#: mod/photos.php:322 mod/settings.php:679 mod/settings.php:705 -#: mod/videos.php:128 mod/contacts.php:445 mod/dfrn_request.php:876 -#: mod/follow.php:121 -msgid "Cancel" -msgstr "Hætta við" - -#: include/conversation.php:1289 +#: include/conversation.php:1383 msgid "Post to Groups" msgstr "Senda á hópa" -#: include/conversation.php:1290 +#: include/conversation.php:1384 msgid "Post to Contacts" msgstr "Senda á tengiliði" -#: include/conversation.php:1291 +#: include/conversation.php:1385 msgid "Private post" msgstr "Einkafærsla" -#: include/conversation.php:1296 include/identity.php:256 mod/editpost.php:152 +#: include/conversation.php:1390 mod/editpost.php:153 +#: src/Model/Profile.php:342 msgid "Message" msgstr "Skilaboð" -#: include/conversation.php:1297 mod/editpost.php:153 +#: include/conversation.php:1391 mod/editpost.php:154 msgid "Browser" msgstr "Vafri" -#: include/conversation.php:1453 +#: include/conversation.php:1658 msgid "View all" msgstr "Skoða allt" -#: include/conversation.php:1475 +#: include/conversation.php:1681 msgid "Like" msgid_plural "Likes" msgstr[0] "Líkar" msgstr[1] "Líkar" -#: include/conversation.php:1478 +#: include/conversation.php:1684 msgid "Dislike" msgid_plural "Dislikes" msgstr[0] "Mislíkar" msgstr[1] "Mislíkar" -#: include/conversation.php:1484 +#: include/conversation.php:1690 msgid "Not Attending" msgid_plural "Not Attending" msgstr[0] "Mæti ekki" msgstr[1] "Mæta ekki" -#: include/dfrn.php:1108 -#, php-format -msgid "%s\\'s birthday" -msgstr "Afmælisdagur %s" +#: include/conversation.php:1693 src/Content/ContactSelector.php:125 +msgid "Undecided" +msgid_plural "Undecided" +msgstr[0] "Óviss" +msgstr[1] "Óvissir" -#: include/features.php:70 -msgid "General Features" -msgstr "Almennir eiginleikar" - -#: include/features.php:72 -msgid "Multiple Profiles" -msgstr "" - -#: include/features.php:72 -msgid "Ability to create multiple profiles" -msgstr "" - -#: include/features.php:73 -msgid "Photo Location" -msgstr "Staðsetning ljósmyndar" - -#: include/features.php:73 -msgid "" -"Photo metadata is normally stripped. This extracts the location (if present)" -" prior to stripping metadata and links it to a map." -msgstr "" - -#: include/features.php:74 -msgid "Export Public Calendar" -msgstr "Flytja út opinbert dagatal" - -#: include/features.php:74 -msgid "Ability for visitors to download the public calendar" -msgstr "" - -#: include/features.php:79 -msgid "Post Composition Features" -msgstr "" - -#: include/features.php:80 -msgid "Richtext Editor" -msgstr "" - -#: include/features.php:80 -msgid "Enable richtext editor" -msgstr "" - -#: include/features.php:81 -msgid "Post Preview" -msgstr "" - -#: include/features.php:81 -msgid "Allow previewing posts and comments before publishing them" -msgstr "" - -#: include/features.php:82 -msgid "Auto-mention Forums" -msgstr "" - -#: include/features.php:82 -msgid "" -"Add/remove mention when a forum page is selected/deselected in ACL window." -msgstr "" - -#: include/features.php:87 -msgid "Network Sidebar Widgets" -msgstr "" - -#: include/features.php:88 -msgid "Search by Date" -msgstr "Leita eftir dagsetningu" - -#: include/features.php:88 -msgid "Ability to select posts by date ranges" -msgstr "" - -#: include/features.php:89 include/features.php:119 -msgid "List Forums" -msgstr "Spjallsvæðalistar" - -#: include/features.php:89 -msgid "Enable widget to display the forums your are connected with" -msgstr "" - -#: include/features.php:90 -msgid "Group Filter" -msgstr "" - -#: include/features.php:90 -msgid "Enable widget to display Network posts only from selected group" -msgstr "" - -#: include/features.php:91 -msgid "Network Filter" -msgstr "" - -#: include/features.php:91 -msgid "Enable widget to display Network posts only from selected network" -msgstr "" - -#: include/features.php:92 mod/search.php:34 mod/network.php:200 -msgid "Saved Searches" -msgstr "Vistaðar leitir" - -#: include/features.php:92 -msgid "Save search terms for re-use" -msgstr "" - -#: include/features.php:97 -msgid "Network Tabs" -msgstr "" - -#: include/features.php:98 -msgid "Network Personal Tab" -msgstr "" - -#: include/features.php:98 -msgid "Enable tab to display only Network posts that you've interacted on" -msgstr "" - -#: include/features.php:99 -msgid "Network New Tab" -msgstr "" - -#: include/features.php:99 -msgid "Enable tab to display only new Network posts (from the last 12 hours)" -msgstr "" - -#: include/features.php:100 -msgid "Network Shared Links Tab" -msgstr "" - -#: include/features.php:100 -msgid "Enable tab to display only Network posts with links in them" -msgstr "" - -#: include/features.php:105 -msgid "Post/Comment Tools" -msgstr "" - -#: include/features.php:106 -msgid "Multiple Deletion" -msgstr "" - -#: include/features.php:106 -msgid "Select and delete multiple posts/comments at once" -msgstr "" - -#: include/features.php:107 -msgid "Edit Sent Posts" -msgstr "" - -#: include/features.php:107 -msgid "Edit and correct posts and comments after sending" -msgstr "" - -#: include/features.php:108 -msgid "Tagging" -msgstr "" - -#: include/features.php:108 -msgid "Ability to tag existing posts" -msgstr "" - -#: include/features.php:109 -msgid "Post Categories" -msgstr "" - -#: include/features.php:109 -msgid "Add categories to your posts" -msgstr "" - -#: include/features.php:110 -msgid "Ability to file posts under folders" -msgstr "" - -#: include/features.php:111 -msgid "Dislike Posts" -msgstr "" - -#: include/features.php:111 -msgid "Ability to dislike posts/comments" -msgstr "" - -#: include/features.php:112 -msgid "Star Posts" -msgstr "" - -#: include/features.php:112 -msgid "Ability to mark special posts with a star indicator" -msgstr "" - -#: include/features.php:113 -msgid "Mute Post Notifications" -msgstr "" - -#: include/features.php:113 -msgid "Ability to mute notifications for a thread" -msgstr "" - -#: include/features.php:118 -msgid "Advanced Profile Settings" -msgstr "" - -#: include/features.php:119 -msgid "Show visitors public community forums at the Advanced Profile Page" -msgstr "" - -#: include/follow.php:81 mod/dfrn_request.php:509 -msgid "Disallowed profile URL." -msgstr "Óleyfileg forsíðu slóð." - -#: include/follow.php:86 -msgid "Connect URL missing." -msgstr "Tengislóð vantar." - -#: include/follow.php:113 -msgid "" -"This site is not configured to allow communications with other networks." -msgstr "Þessi vefur er ekki uppsettur til að leyfa samskipti við önnur samfélagsnet." - -#: include/follow.php:114 include/follow.php:134 -msgid "No compatible communication protocols or feeds were discovered." -msgstr "Engir samhæfðir samskiptastaðlar né fréttastraumar fundust." - -#: include/follow.php:132 -msgid "The profile address specified does not provide adequate information." -msgstr "Uppgefin forsíðuslóð inniheldur ekki nægilegar upplýsingar." - -#: include/follow.php:136 -msgid "An author or name was not found." -msgstr "Höfundur eða nafn fannst ekki." - -#: include/follow.php:138 -msgid "No browser URL could be matched to this address." -msgstr "Engin vefslóð passaði við þetta vistfang." - -#: include/follow.php:140 -msgid "" -"Unable to match @-style Identity Address with a known protocol or email " -"contact." -msgstr "" - -#: include/follow.php:141 -msgid "Use mailto: in front of address to force email check." -msgstr "" - -#: include/follow.php:147 -msgid "" -"The profile address specified belongs to a network which has been disabled " -"on this site." -msgstr "Þessi forsíðu slóð tilheyrir neti sem er bannað á þessum vef." - -#: include/follow.php:157 -msgid "" -"Limited profile. This person will be unable to receive direct/personal " -"notifications from you." -msgstr "Takmörkuð forsíða. Þessi tengiliður mun ekki getað tekið á móti beinum/einka tilkynningum frá þér." - -#: include/follow.php:258 -msgid "Unable to retrieve contact information." -msgstr "Ekki hægt að sækja tengiliðs upplýsingar." - -#: include/identity.php:42 -msgid "Requested account is not available." -msgstr "Umbeðin forsíða er ekki til." - -#: include/identity.php:51 mod/profile.php:21 -msgid "Requested profile is not available." -msgstr "Umbeðin forsíða ekki til." - -#: include/identity.php:95 include/identity.php:311 include/identity.php:688 -msgid "Edit profile" -msgstr "Breyta forsíðu" - -#: include/identity.php:251 -msgid "Atom feed" -msgstr "Atom fréttaveita" - -#: include/identity.php:282 -msgid "Manage/edit profiles" -msgstr "Sýsla með forsíður" - -#: include/identity.php:287 include/identity.php:313 mod/profiles.php:795 -msgid "Change profile photo" -msgstr "Breyta forsíðumynd" - -#: include/identity.php:288 mod/profiles.php:796 -msgid "Create New Profile" -msgstr "Stofna nýja forsíðu" - -#: include/identity.php:298 mod/profiles.php:785 -msgid "Profile Image" -msgstr "Forsíðumynd" - -#: include/identity.php:301 mod/profiles.php:787 -msgid "visible to everybody" -msgstr "sýnilegt öllum" - -#: include/identity.php:302 mod/profiles.php:691 mod/profiles.php:788 -msgid "Edit visibility" -msgstr "Sýsla með sýnileika" - -#: include/identity.php:330 include/identity.php:616 mod/notifications.php:238 -#: mod/directory.php:139 -msgid "Gender:" -msgstr "Kyn:" - -#: include/identity.php:333 include/identity.php:636 mod/directory.php:141 -msgid "Status:" -msgstr "Staða:" - -#: include/identity.php:335 include/identity.php:647 mod/directory.php:143 -msgid "Homepage:" -msgstr "Heimasíða:" - -#: include/identity.php:337 include/identity.php:657 mod/notifications.php:234 -#: mod/directory.php:145 mod/contacts.php:632 -msgid "About:" -msgstr "Um:" - -#: include/identity.php:339 mod/contacts.php:630 -msgid "XMPP:" -msgstr "" - -#: include/identity.php:422 mod/notifications.php:246 mod/contacts.php:50 -msgid "Network:" -msgstr "Netkerfi:" - -#: include/identity.php:451 include/identity.php:535 -msgid "g A l F d" -msgstr "" - -#: include/identity.php:452 include/identity.php:536 -msgid "F d" -msgstr "" - -#: include/identity.php:497 include/identity.php:582 -msgid "[today]" -msgstr "[í dag]" - -#: include/identity.php:509 -msgid "Birthday Reminders" -msgstr "Afmælisáminningar" - -#: include/identity.php:510 -msgid "Birthdays this week:" -msgstr "Afmæli í þessari viku:" - -#: include/identity.php:569 -msgid "[No description]" -msgstr "[Engin lýsing]" - -#: include/identity.php:593 -msgid "Event Reminders" -msgstr "Atburðaáminningar" - -#: include/identity.php:594 -msgid "Events this week:" -msgstr "Atburðir vikunnar:" - -#: include/identity.php:614 mod/settings.php:1279 -msgid "Full Name:" -msgstr "Fullt nafn:" - -#: include/identity.php:621 -msgid "j F, Y" -msgstr "" - -#: include/identity.php:622 -msgid "j F" -msgstr "" - -#: include/identity.php:633 -msgid "Age:" -msgstr "Aldur:" - -#: include/identity.php:642 -#, php-format -msgid "for %1$d %2$s" -msgstr "" - -#: include/identity.php:645 mod/profiles.php:710 -msgid "Sexual Preference:" -msgstr "Kynhneigð:" - -#: include/identity.php:649 mod/profiles.php:737 -msgid "Hometown:" -msgstr "Heimabær:" - -#: include/identity.php:651 mod/notifications.php:236 mod/contacts.php:634 -#: mod/follow.php:134 -msgid "Tags:" -msgstr "Merki:" - -#: include/identity.php:653 mod/profiles.php:738 -msgid "Political Views:" -msgstr "Stórnmálaskoðanir:" - -#: include/identity.php:655 -msgid "Religion:" -msgstr "Trúarskoðanir:" - -#: include/identity.php:659 -msgid "Hobbies/Interests:" -msgstr "Áhugamál/Áhugasvið:" - -#: include/identity.php:661 mod/profiles.php:742 -msgid "Likes:" -msgstr "Líkar:" - -#: include/identity.php:663 mod/profiles.php:743 -msgid "Dislikes:" -msgstr "Mislíkar:" - -#: include/identity.php:666 -msgid "Contact information and Social Networks:" -msgstr "Tengiliðaupplýsingar og samfélagsnet:" - -#: include/identity.php:668 -msgid "Musical interests:" -msgstr "Tónlistaráhugi:" - -#: include/identity.php:670 -msgid "Books, literature:" -msgstr "Bækur, bókmenntir:" - -#: include/identity.php:672 -msgid "Television:" -msgstr "Sjónvarp:" - -#: include/identity.php:674 -msgid "Film/dance/culture/entertainment:" -msgstr "Kvikmyndir/dans/menning/afþreying:" - -#: include/identity.php:676 -msgid "Love/Romance:" -msgstr "Ást/rómantík:" - -#: include/identity.php:678 -msgid "Work/employment:" -msgstr "Atvinna:" - -#: include/identity.php:680 -msgid "School/education:" -msgstr "Skóli/menntun:" - -#: include/identity.php:684 -msgid "Forums:" -msgstr "Spjallsvæði:" - -#: include/identity.php:692 mod/events.php:507 -msgid "Basic" -msgstr "Einfalt" - -#: include/identity.php:693 mod/events.php:508 mod/admin.php:959 -#: mod/contacts.php:870 -msgid "Advanced" -msgstr "Flóknari" - -#: include/identity.php:717 mod/contacts.php:836 mod/follow.php:142 -msgid "Status Messages and Posts" -msgstr "Stöðu skilaboð og færslur" - -#: include/identity.php:725 mod/contacts.php:844 -msgid "Profile Details" -msgstr "Forsíðu upplýsingar" - -#: include/identity.php:733 mod/photos.php:87 -msgid "Photo Albums" -msgstr "Myndabækur" - -#: include/identity.php:772 mod/notes.php:46 -msgid "Personal Notes" -msgstr "Persónulegar glósur" - -#: include/identity.php:775 -msgid "Only You Can See This" -msgstr "Aðeins þú sérð þetta" - -#: include/items.php:1575 mod/dfrn_confirm.php:730 mod/dfrn_request.php:746 -msgid "[Name Withheld]" -msgstr "[Nafn ekki sýnt]" - -#: include/items.php:1930 mod/viewsrc.php:15 mod/notice.php:15 -#: mod/display.php:103 mod/display.php:279 mod/display.php:478 -#: mod/admin.php:234 mod/admin.php:1471 mod/admin.php:1705 -msgid "Item not found." -msgstr "Atriði fannst ekki." - -#: include/items.php:1969 -msgid "Do you really want to delete this item?" -msgstr "Viltu í alvörunni eyða þessu atriði?" - -#: include/items.php:1971 mod/api.php:105 mod/message.php:217 -#: mod/profiles.php:648 mod/profiles.php:651 mod/profiles.php:677 -#: mod/suggest.php:29 mod/register.php:245 mod/settings.php:1163 -#: mod/settings.php:1169 mod/settings.php:1177 mod/settings.php:1181 -#: mod/settings.php:1186 mod/settings.php:1192 mod/settings.php:1198 -#: mod/settings.php:1204 mod/settings.php:1230 mod/settings.php:1231 -#: mod/settings.php:1232 mod/settings.php:1233 mod/settings.php:1234 -#: mod/contacts.php:442 mod/dfrn_request.php:862 mod/follow.php:110 -msgid "Yes" -msgstr "Já" - -#: include/items.php:2134 mod/notes.php:22 mod/uimport.php:23 -#: mod/nogroup.php:25 mod/invite.php:15 mod/invite.php:101 -#: mod/repair_ostatus.php:9 mod/delegate.php:12 mod/attach.php:33 -#: mod/editpost.php:10 mod/group.php:19 mod/wallmessage.php:9 -#: mod/wallmessage.php:33 mod/wallmessage.php:79 mod/wallmessage.php:103 -#: mod/api.php:26 mod/api.php:31 mod/ostatus_subscribe.php:9 -#: mod/message.php:46 mod/message.php:182 mod/manage.php:96 -#: mod/crepair.php:100 mod/fsuggest.php:78 mod/mood.php:114 mod/poke.php:150 -#: mod/profile_photo.php:19 mod/profile_photo.php:175 -#: mod/profile_photo.php:186 mod/profile_photo.php:199 mod/regmod.php:110 -#: mod/notifications.php:71 mod/profiles.php:166 mod/profiles.php:605 -#: mod/allfriends.php:12 mod/cal.php:304 mod/common.php:18 mod/dirfind.php:11 -#: mod/display.php:475 mod/events.php:190 mod/suggest.php:58 -#: mod/photos.php:159 mod/photos.php:1072 mod/register.php:42 -#: mod/settings.php:22 mod/settings.php:128 mod/settings.php:665 -#: mod/wall_attach.php:67 mod/wall_attach.php:70 mod/wall_upload.php:77 -#: mod/wall_upload.php:80 mod/contacts.php:350 mod/dfrn_confirm.php:61 -#: mod/follow.php:11 mod/follow.php:73 mod/follow.php:155 mod/item.php:199 -#: mod/item.php:211 mod/network.php:4 mod/viewcontacts.php:45 index.php:401 -msgid "Permission denied." -msgstr "Heimild ekki veitt." - -#: include/items.php:2239 -msgid "Archives" -msgstr "Safnskrár" - -#: include/oembed.php:264 -msgid "Embedded content" -msgstr "Innbyggt efni" - -#: include/oembed.php:272 -msgid "Embedding disabled" -msgstr "Innfelling ekki leyfð" - -#: include/ostatus.php:1825 -#, php-format -msgid "%s is now following %s." -msgstr "" - -#: include/ostatus.php:1826 -msgid "following" -msgstr "fylgist með" - -#: include/ostatus.php:1829 -#, php-format -msgid "%s stopped following %s." -msgstr "" - -#: include/ostatus.php:1830 -msgid "stopped following" -msgstr "hætt að fylgja" - -#: include/text.php:304 +#: include/text.php:302 msgid "newer" msgstr "nýrri" -#: include/text.php:306 +#: include/text.php:303 msgid "older" msgstr "eldri" -#: include/text.php:311 -msgid "prev" -msgstr "á undan" - -#: include/text.php:313 +#: include/text.php:308 msgid "first" msgstr "fremsta" -#: include/text.php:345 -msgid "last" -msgstr "síðasta" +#: include/text.php:309 +msgid "prev" +msgstr "á undan" -#: include/text.php:348 +#: include/text.php:343 msgid "next" msgstr "næsta" -#: include/text.php:403 +#: include/text.php:344 +msgid "last" +msgstr "síðasta" + +#: include/text.php:398 msgid "Loading more entries..." msgstr "Hleð inn fleiri færslum..." -#: include/text.php:404 +#: include/text.php:399 msgid "The end" msgstr "Endir" -#: include/text.php:889 +#: include/text.php:884 msgid "No contacts" msgstr "Engir tengiliðir" -#: include/text.php:912 +#: include/text.php:908 #, php-format msgid "%d Contact" msgid_plural "%d Contacts" msgstr[0] "%d tengiliður" msgstr[1] "%d tengiliðir" -#: include/text.php:925 +#: include/text.php:921 msgid "View Contacts" msgstr "Skoða tengiliði" -#: include/text.php:1013 mod/notes.php:61 mod/filer.php:31 -#: mod/editpost.php:109 +#: include/text.php:1010 mod/filer.php:35 mod/editpost.php:110 +#: mod/notes.php:67 msgid "Save" msgstr "Vista" -#: include/text.php:1076 +#: include/text.php:1010 +msgid "Follow" +msgstr "Fylgja" + +#: include/text.php:1016 mod/search.php:155 src/Content/Nav.php:142 +msgid "Search" +msgstr "Leita" + +#: include/text.php:1019 src/Content/Nav.php:58 +msgid "@name, !forum, #tags, content" +msgstr "@nafn, !spjallsvæði, #merki, innihald" + +#: include/text.php:1025 src/Content/Nav.php:145 +msgid "Full Text" +msgstr "Allur textinn" + +#: include/text.php:1026 src/Content/Nav.php:146 +#: src/Content/Widget/TagCloud.php:54 +msgid "Tags" +msgstr "Merki" + +#: include/text.php:1027 mod/viewcontacts.php:131 mod/contacts.php:814 +#: mod/contacts.php:875 src/Content/Nav.php:147 src/Content/Nav.php:212 +#: src/Model/Profile.php:957 src/Model/Profile.php:960 +#: view/theme/frio/theme.php:270 +msgid "Contacts" +msgstr "Tengiliðir" + +#: include/text.php:1030 src/Content/ForumManager.php:125 +#: src/Content/Nav.php:151 view/theme/vier/theme.php:254 +msgid "Forums" +msgstr "Spjallsvæði" + +#: include/text.php:1074 msgid "poke" msgstr "pota" -#: include/text.php:1076 +#: include/text.php:1074 msgid "poked" msgstr "potaði" -#: include/text.php:1077 +#: include/text.php:1075 msgid "ping" -msgstr "" +msgstr "ping" -#: include/text.php:1077 +#: include/text.php:1075 msgid "pinged" msgstr "" -#: include/text.php:1078 +#: include/text.php:1076 msgid "prod" msgstr "" -#: include/text.php:1078 +#: include/text.php:1076 msgid "prodded" msgstr "" -#: include/text.php:1079 +#: include/text.php:1077 msgid "slap" msgstr "" -#: include/text.php:1079 +#: include/text.php:1077 msgid "slapped" msgstr "" -#: include/text.php:1080 +#: include/text.php:1078 msgid "finger" -msgstr "" +msgstr "fingur" -#: include/text.php:1080 +#: include/text.php:1078 msgid "fingered" msgstr "" -#: include/text.php:1081 +#: include/text.php:1079 msgid "rebuff" msgstr "" -#: include/text.php:1081 +#: include/text.php:1079 msgid "rebuffed" msgstr "" -#: include/text.php:1095 -msgid "happy" -msgstr "" +#: include/text.php:1093 mod/settings.php:943 src/Model/Event.php:379 +msgid "Monday" +msgstr "Mánudagur" -#: include/text.php:1096 -msgid "sad" -msgstr "" +#: include/text.php:1093 src/Model/Event.php:380 +msgid "Tuesday" +msgstr "Þriðjudagur" -#: include/text.php:1097 -msgid "mellow" -msgstr "" +#: include/text.php:1093 src/Model/Event.php:381 +msgid "Wednesday" +msgstr "Miðvikudagur" -#: include/text.php:1098 -msgid "tired" -msgstr "" +#: include/text.php:1093 src/Model/Event.php:382 +msgid "Thursday" +msgstr "Fimmtudagur" -#: include/text.php:1099 -msgid "perky" -msgstr "" +#: include/text.php:1093 src/Model/Event.php:383 +msgid "Friday" +msgstr "Föstudagur" -#: include/text.php:1100 -msgid "angry" -msgstr "" +#: include/text.php:1093 src/Model/Event.php:384 +msgid "Saturday" +msgstr "Laugardagur" -#: include/text.php:1101 -msgid "stupified" -msgstr "" +#: include/text.php:1093 mod/settings.php:943 src/Model/Event.php:378 +msgid "Sunday" +msgstr "Sunnudagur" -#: include/text.php:1102 -msgid "puzzled" -msgstr "" +#: include/text.php:1097 src/Model/Event.php:399 +msgid "January" +msgstr "Janúar" -#: include/text.php:1103 -msgid "interested" -msgstr "" +#: include/text.php:1097 src/Model/Event.php:400 +msgid "February" +msgstr "Febrúar" -#: include/text.php:1104 -msgid "bitter" -msgstr "" +#: include/text.php:1097 src/Model/Event.php:401 +msgid "March" +msgstr "Mars" -#: include/text.php:1105 -msgid "cheerful" -msgstr "" +#: include/text.php:1097 src/Model/Event.php:402 +msgid "April" +msgstr "Apríl" -#: include/text.php:1106 -msgid "alive" -msgstr "" +#: include/text.php:1097 include/text.php:1114 src/Model/Event.php:390 +#: src/Model/Event.php:403 +msgid "May" +msgstr "Maí" -#: include/text.php:1107 -msgid "annoyed" -msgstr "" +#: include/text.php:1097 src/Model/Event.php:404 +msgid "June" +msgstr "Júní" -#: include/text.php:1108 -msgid "anxious" -msgstr "" +#: include/text.php:1097 src/Model/Event.php:405 +msgid "July" +msgstr "Júlí" -#: include/text.php:1109 -msgid "cranky" -msgstr "" +#: include/text.php:1097 src/Model/Event.php:406 +msgid "August" +msgstr "Ágúst" -#: include/text.php:1110 -msgid "disturbed" -msgstr "" +#: include/text.php:1097 src/Model/Event.php:407 +msgid "September" +msgstr "September" -#: include/text.php:1111 -msgid "frustrated" -msgstr "" +#: include/text.php:1097 src/Model/Event.php:408 +msgid "October" +msgstr "Október" -#: include/text.php:1112 -msgid "motivated" -msgstr "" +#: include/text.php:1097 src/Model/Event.php:409 +msgid "November" +msgstr "Nóvember" -#: include/text.php:1113 -msgid "relaxed" -msgstr "" +#: include/text.php:1097 src/Model/Event.php:410 +msgid "December" +msgstr "Desember" + +#: include/text.php:1111 src/Model/Event.php:371 +msgid "Mon" +msgstr "Mán" + +#: include/text.php:1111 src/Model/Event.php:372 +msgid "Tue" +msgstr "Þri" + +#: include/text.php:1111 src/Model/Event.php:373 +msgid "Wed" +msgstr "Mið" + +#: include/text.php:1111 src/Model/Event.php:374 +msgid "Thu" +msgstr "Fim" + +#: include/text.php:1111 src/Model/Event.php:375 +msgid "Fri" +msgstr "Fös" + +#: include/text.php:1111 src/Model/Event.php:376 +msgid "Sat" +msgstr "Lau" + +#: include/text.php:1111 src/Model/Event.php:370 +msgid "Sun" +msgstr "Sun" + +#: include/text.php:1114 src/Model/Event.php:386 +msgid "Jan" +msgstr "Jan" + +#: include/text.php:1114 src/Model/Event.php:387 +msgid "Feb" +msgstr "Feb" + +#: include/text.php:1114 src/Model/Event.php:388 +msgid "Mar" +msgstr "Mar" + +#: include/text.php:1114 src/Model/Event.php:389 +msgid "Apr" +msgstr "Apr" + +#: include/text.php:1114 src/Model/Event.php:392 +msgid "Jul" +msgstr "Júl" + +#: include/text.php:1114 src/Model/Event.php:393 +msgid "Aug" +msgstr "Ágú" #: include/text.php:1114 -msgid "surprised" -msgstr "" +msgid "Sep" +msgstr "sep" -#: include/text.php:1324 mod/videos.php:380 +#: include/text.php:1114 src/Model/Event.php:395 +msgid "Oct" +msgstr "Okt" + +#: include/text.php:1114 src/Model/Event.php:396 +msgid "Nov" +msgstr "Nóv" + +#: include/text.php:1114 src/Model/Event.php:397 +msgid "Dec" +msgstr "Des" + +#: include/text.php:1275 +#, php-format +msgid "Content warning: %s" +msgstr "Viðvörun vegna innihalds: %s" + +#: include/text.php:1345 mod/videos.php:380 msgid "View Video" msgstr "Skoða myndskeið" -#: include/text.php:1356 +#: include/text.php:1362 msgid "bytes" msgstr "bæti" -#: include/text.php:1388 include/text.php:1400 +#: include/text.php:1395 include/text.php:1406 include/text.php:1442 msgid "Click to open/close" -msgstr "" +msgstr "Smelltu til að opna/loka" -#: include/text.php:1526 +#: include/text.php:1559 msgid "View on separate page" -msgstr "" +msgstr "Skoða á sérstakri síðu" -#: include/text.php:1527 +#: include/text.php:1560 msgid "view on separate page" -msgstr "" +msgstr "skoða á sérstakri síðu" -#: include/text.php:1806 +#: include/text.php:1565 include/text.php:1572 src/Model/Event.php:594 +msgid "link to source" +msgstr "slóð á heimild" + +#: include/text.php:1778 msgid "activity" msgstr "virkni" -#: include/text.php:1808 mod/content.php:623 object/Item.php:431 -#: object/Item.php:444 +#: include/text.php:1780 src/Object/Post.php:429 src/Object/Post.php:441 msgid "comment" msgid_plural "comments" msgstr[0] "athugasemd" msgstr[1] "athugasemdir" -#: include/text.php:1809 +#: include/text.php:1783 msgid "post" -msgstr "" +msgstr "senda" -#: include/text.php:1977 +#: include/text.php:1940 msgid "Item filed" -msgstr "" +msgstr "Atriði skráð" -#: include/user.php:39 mod/settings.php:373 -msgid "Passwords do not match. Password unchanged." -msgstr "Aðgangsorð ber ekki saman. Aðgangsorð óbreytt." +#: mod/allfriends.php:51 +msgid "No friends to display." +msgstr "Engir vinir til að birta." -#: include/user.php:48 -msgid "An invitation is required." -msgstr "Boðskort er skilyrði." +#: mod/allfriends.php:90 mod/suggest.php:101 mod/match.php:105 +#: mod/dirfind.php:215 src/Content/Widget.php:37 src/Model/Profile.php:297 +msgid "Connect" +msgstr "Tengjast" -#: include/user.php:53 -msgid "Invitation could not be verified." -msgstr "Ekki hægt að sannreyna boðskort." +#: mod/api.php:85 mod/api.php:107 +msgid "Authorize application connection" +msgstr "Leyfa forriti að tengjast" -#: include/user.php:61 -msgid "Invalid OpenID url" -msgstr "OpenID slóð ekki til" +#: mod/api.php:86 +msgid "Return to your app and insert this Securty Code:" +msgstr "Farðu aftur í forritið þitt og settu þennan öryggiskóða þar" -#: include/user.php:82 -msgid "Please enter the required information." -msgstr "Settu inn umbeðnar upplýsingar." +#: mod/api.php:95 +msgid "Please login to continue." +msgstr "Skráðu þig inn til að halda áfram." -#: include/user.php:96 -msgid "Please use a shorter name." -msgstr "Notaðu styttra nafn." - -#: include/user.php:98 -msgid "Name too short." -msgstr "Nafn of stutt." - -#: include/user.php:113 -msgid "That doesn't appear to be your full (First Last) name." -msgstr "Þetta virðist ekki vera fullt nafn (Jón Jónsson)." - -#: include/user.php:118 -msgid "Your email domain is not among those allowed on this site." -msgstr "Póstþjónninn er ekki í lista yfir leyfða póstþjóna á þessum vef." - -#: include/user.php:121 -msgid "Not a valid email address." -msgstr "Ekki gildt póstfang." - -#: include/user.php:134 -msgid "Cannot use that email." -msgstr "Ekki hægt að nota þetta póstfang." - -#: include/user.php:140 -msgid "Your \"nickname\" can only contain \"a-z\", \"0-9\" and \"_\"." -msgstr "Gælunafnið má bara innihalda \"a-z\", \"0-9, \"-\", \"_\"." - -#: include/user.php:147 include/user.php:245 -msgid "Nickname is already registered. Please choose another." -msgstr "Gælunafn þegar skráð. Veldu annað." - -#: include/user.php:157 +#: mod/api.php:109 msgid "" -"Nickname was once registered here and may not be re-used. Please choose " -"another." -msgstr "Gælunafn hefur áður skráð hér og er ekki hægt að endurnýta. Veldu eitthvað annað." +"Do you want to authorize this application to access your posts and contacts," +" and/or create new posts for you?" +msgstr "Vilt þú leyfa þessu forriti að hafa aðgang að færslum og tengiliðum, og/eða stofna nýjar færslur fyrir þig?" -#: include/user.php:173 -msgid "SERIOUS ERROR: Generation of security keys failed." -msgstr "VERULEGA ALVARLEG VILLA: Stofnun á öryggislyklum tókst ekki." +#: mod/api.php:111 mod/dfrn_request.php:653 mod/follow.php:150 +#: mod/profiles.php:636 mod/profiles.php:640 mod/profiles.php:661 +#: mod/register.php:238 mod/settings.php:1105 mod/settings.php:1111 +#: mod/settings.php:1118 mod/settings.php:1122 mod/settings.php:1126 +#: mod/settings.php:1130 mod/settings.php:1134 mod/settings.php:1138 +#: mod/settings.php:1158 mod/settings.php:1159 mod/settings.php:1160 +#: mod/settings.php:1161 mod/settings.php:1162 +msgid "No" +msgstr "Nei" -#: include/user.php:231 -msgid "An error occurred during registration. Please try again." -msgstr "Villa kom upp við nýskráningu. Reyndu aftur." +#: mod/apps.php:14 index.php:245 +msgid "You must be logged in to use addons. " +msgstr "Þú verður að vera skráður inn til að geta notað viðbætur. " -#: include/user.php:256 view/theme/duepuntozero/config.php:44 -msgid "default" -msgstr "sjálfgefið" +#: mod/apps.php:19 +msgid "Applications" +msgstr "Forrit" -#: include/user.php:266 -msgid "An error occurred creating your default profile. Please try again." -msgstr "Villa kom upp við að stofna sjálfgefna forsíðu. Vinnsamlegast reyndu aftur." +#: mod/apps.php:22 +msgid "No installed applications." +msgstr "Engin uppsett forrit" -#: include/user.php:326 include/user.php:333 include/user.php:340 -#: mod/profile_photo.php:74 mod/profile_photo.php:81 mod/profile_photo.php:88 -#: mod/profile_photo.php:210 mod/profile_photo.php:302 -#: mod/profile_photo.php:311 mod/photos.php:66 mod/photos.php:180 -#: mod/photos.php:751 mod/photos.php:1211 mod/photos.php:1232 -#: mod/photos.php:1819 -msgid "Profile Photos" -msgstr "Forsíðumyndir" +#: mod/attach.php:15 +msgid "Item not available." +msgstr "Atriði ekki í boði." -#: include/user.php:414 -#, php-format +#: mod/attach.php:25 +msgid "Item was not found." +msgstr "Atriði fannst ekki" + +#: mod/common.php:91 +msgid "No contacts in common." +msgstr "Engir sameiginlegir tengiliðir." + +#: mod/common.php:140 mod/contacts.php:886 +msgid "Common Friends" +msgstr "Sameiginlegir vinir" + +#: mod/credits.php:18 +msgid "Credits" +msgstr "Þakkir" + +#: mod/credits.php:19 msgid "" -"\n" -"\t\tDear %1$s,\n" -"\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n" -"\t" +"Friendica is a community project, that would not be possible without the " +"help of many people. Here is a list of those who have contributed to the " +"code or the translation of Friendica. Thank you all!" msgstr "" -#: include/user.php:424 -#, php-format -msgid "Registration at %s" -msgstr "" +#: mod/crepair.php:87 +msgid "Contact settings applied." +msgstr "Stillingar tengiliðs uppfærðar." -#: include/user.php:434 -#, php-format +#: mod/crepair.php:89 +msgid "Contact update failed." +msgstr "Uppfærsla tengiliðs mistókst." + +#: mod/crepair.php:110 mod/dfrn_confirm.php:131 mod/fsuggest.php:30 +#: mod/fsuggest.php:96 +msgid "Contact not found." +msgstr "Tengiliður fannst ekki." + +#: mod/crepair.php:114 msgid "" -"\n" -"\t\tDear %1$s,\n" -"\t\t\tThank you for registering at %2$s. Your account has been created.\n" -"\t" -msgstr "" +"WARNING: This is highly advanced and if you enter incorrect" +" information your communications with this contact may stop working." +msgstr "AÐVÖRUN: Þetta er mjög flókið og ef þú setur inn vitlausar upplýsingar þá munu samskipti við þennan tengilið hætta að virka." -#: include/user.php:438 -#, php-format +#: mod/crepair.php:115 msgid "" -"\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." +"Please use your browser 'Back' button now if you are " +"uncertain what to do on this page." +msgstr "Notaðu \"Til baka\" hnappinn núna ef þú ert ekki viss um hvað þú eigir að gera á þessari síðu." + +#: mod/crepair.php:129 mod/crepair.php:131 +msgid "No mirroring" msgstr "" -#: include/user.php:470 mod/admin.php:1213 -#, php-format -msgid "Registration details for %s" -msgstr "Nýskráningar upplýsingar fyrir %s" +#: mod/crepair.php:129 +msgid "Mirror as forwarded posting" +msgstr "" -#: mod/oexchange.php:25 -msgid "Post successful." -msgstr "Melding tókst." +#: mod/crepair.php:129 mod/crepair.php:131 +msgid "Mirror as my own posting" +msgstr "" -#: mod/viewsrc.php:7 -msgid "Access denied." -msgstr "Aðgangi hafnað." +#: mod/crepair.php:144 +msgid "Return to contact editor" +msgstr "Fara til baka í tengiliðasýsl" -#: mod/home.php:35 +#: mod/crepair.php:146 +msgid "Refetch contact data" +msgstr "" + +#: mod/crepair.php:148 mod/invite.php:150 mod/manage.php:184 +#: mod/localtime.php:56 mod/poke.php:199 mod/fsuggest.php:114 +#: mod/message.php:265 mod/message.php:432 mod/photos.php:1080 +#: mod/photos.php:1160 mod/photos.php:1445 mod/photos.php:1491 +#: mod/photos.php:1530 mod/photos.php:1603 mod/install.php:251 +#: mod/install.php:290 mod/events.php:530 mod/profiles.php:672 +#: mod/contacts.php:610 src/Object/Post.php:796 +#: view/theme/duepuntozero/config.php:71 view/theme/frio/config.php:113 +#: view/theme/quattro/config.php:73 view/theme/vier/config.php:119 +msgid "Submit" +msgstr "Senda inn" + +#: mod/crepair.php:149 +msgid "Remote Self" +msgstr "" + +#: mod/crepair.php:152 +msgid "Mirror postings from this contact" +msgstr "" + +#: mod/crepair.php:154 +msgid "" +"Mark this contact as remote_self, this will cause friendica to repost new " +"entries from this contact." +msgstr "" + +#: mod/crepair.php:158 mod/admin.php:490 mod/admin.php:1781 mod/admin.php:1793 +#: mod/admin.php:1806 mod/admin.php:1822 mod/settings.php:677 +#: mod/settings.php:703 +msgid "Name" +msgstr "Nafn" + +#: mod/crepair.php:159 +msgid "Account Nickname" +msgstr "Gælunafn notanda" + +#: mod/crepair.php:160 +msgid "@Tagname - overrides Name/Nickname" +msgstr "@Merkjanafn - yfirskrifar Nafn/Gælunafn" + +#: mod/crepair.php:161 +msgid "Account URL" +msgstr "Heimasíða notanda" + +#: mod/crepair.php:162 +msgid "Friend Request URL" +msgstr "Slóð vinabeiðnar" + +#: mod/crepair.php:163 +msgid "Friend Confirm URL" +msgstr "Slóð vina staðfestingar " + +#: mod/crepair.php:164 +msgid "Notification Endpoint URL" +msgstr "Slóð loka tilkynningar" + +#: mod/crepair.php:165 +msgid "Poll/Feed URL" +msgstr "Slóð á könnun/fréttastraum" + +#: mod/crepair.php:166 +msgid "New photo from this URL" +msgstr "Ný mynd frá slóð" + +#: mod/fbrowser.php:34 src/Content/Nav.php:102 src/Model/Profile.php:904 +#: view/theme/frio/theme.php:261 +msgid "Photos" +msgstr "Myndir" + +#: mod/fbrowser.php:43 mod/fbrowser.php:68 mod/photos.php:194 +#: mod/photos.php:1062 mod/photos.php:1149 mod/photos.php:1166 +#: mod/photos.php:1659 mod/photos.php:1673 src/Model/Photo.php:244 +#: src/Model/Photo.php:253 +msgid "Contact Photos" +msgstr "Myndir tengiliðs" + +#: mod/fbrowser.php:105 mod/fbrowser.php:136 mod/profile_photo.php:250 +msgid "Upload" +msgstr "Senda inn" + +#: mod/fbrowser.php:131 +msgid "Files" +msgstr "Skrár" + +#: mod/fetch.php:16 mod/fetch.php:52 mod/fetch.php:65 mod/help.php:60 +#: mod/p.php:21 mod/p.php:48 mod/p.php:57 index.php:292 +msgid "Not Found" +msgstr "Fannst ekki" + +#: mod/hcard.php:18 +msgid "No profile" +msgstr "Engin forsíða" + +#: mod/help.php:48 +msgid "Help:" +msgstr "Hjálp:" + +#: mod/help.php:54 src/Content/Nav.php:134 view/theme/vier/theme.php:298 +msgid "Help" +msgstr "Hjálp" + +#: mod/help.php:63 index.php:297 +msgid "Page not found." +msgstr "Síða fannst ekki." + +#: mod/home.php:39 #, php-format msgid "Welcome to %s" msgstr "Velkomin í %s" -#: mod/notify.php:60 -msgid "No more system notifications." -msgstr "Ekki fleiri kerfistilkynningar." +#: mod/lockview.php:38 mod/lockview.php:46 +msgid "Remote privacy information not available." +msgstr "Persónuverndar upplýsingar ekki fyrir hendi á fjarlægum vefþjón." -#: mod/notify.php:64 mod/notifications.php:111 +#: mod/lockview.php:55 +msgid "Visible to:" +msgstr "Sýnilegt eftirfarandi:" + +#: mod/maintenance.php:24 +msgid "System down for maintenance" +msgstr "Kerfið er óvirkt vegna viðhalds" + +#: mod/newmember.php:11 +msgid "Welcome to Friendica" +msgstr "Velkomin(n) á Friendica" + +#: mod/newmember.php:12 +msgid "New Member Checklist" +msgstr "Gátlisti nýs notanda" + +#: mod/newmember.php:14 +msgid "" +"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." +msgstr "" + +#: mod/newmember.php:15 +msgid "Getting Started" +msgstr "Til að komast í gang" + +#: mod/newmember.php:17 +msgid "Friendica Walk-Through" +msgstr "Leiðarvísir Friendica" + +#: mod/newmember.php:17 +msgid "" +"On your Quick Start page - find a brief introduction to your " +"profile and network tabs, make some new connections, and find some groups to" +" join." +msgstr "" + +#: mod/newmember.php:19 mod/admin.php:1906 mod/admin.php:2175 +#: mod/settings.php:123 src/Content/Nav.php:206 view/theme/frio/theme.php:269 +msgid "Settings" +msgstr "Stillingar" + +#: mod/newmember.php:21 +msgid "Go to Your Settings" +msgstr "Farðu í stillingarnar þínar" + +#: mod/newmember.php:21 +msgid "" +"On your Settings 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." +msgstr "" + +#: mod/newmember.php:22 +msgid "" +"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." +msgstr "Yfirfarðu aðrar stillingar, sérstaklega gagnaleyndarstillingar. Óútgefin forsíða er einsog óskráð símanúmer. Sem þýðir að líklega viltu gefa út forsíðuna þína - nema að allir vinir þínir og tilvonandi vinir viti nákvæmlega hvernig á að finna þig." + +#: mod/newmember.php:24 mod/profperm.php:113 mod/contacts.php:671 +#: mod/contacts.php:863 src/Content/Nav.php:101 src/Model/Profile.php:730 +#: src/Model/Profile.php:863 src/Model/Profile.php:896 +#: view/theme/frio/theme.php:260 +msgid "Profile" +msgstr "Forsíða" + +#: mod/newmember.php:26 mod/profile_photo.php:249 mod/profiles.php:691 +msgid "Upload Profile Photo" +msgstr "Hlaða upp forsíðu mynd" + +#: mod/newmember.php:26 +msgid "" +"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." +msgstr "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." + +#: mod/newmember.php:27 +msgid "Edit Your Profile" +msgstr "" + +#: mod/newmember.php:27 +msgid "" +"Edit your default profile to your liking. Review the " +"settings for hiding your list of friends and hiding the profile from unknown" +" visitors." +msgstr "Breyttu sjálfgefnu forsíðunni einsog þú villt. Yfirfarðu stillingu til að fela vinalista á forsíðu og stillingu til að fela forsíðu fyrir ókunnum." + +#: mod/newmember.php:28 +msgid "Profile Keywords" +msgstr "" + +#: mod/newmember.php:28 +msgid "" +"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." +msgstr "Bættu við leitarorðum í sjálfgefnu forsíðuna þína sem lýsa áhugamálum þínum. Þá er hægt að fólk með svipuð áhugamál og stinga uppá vinskap." + +#: mod/newmember.php:30 +msgid "Connecting" +msgstr "Tengist" + +#: mod/newmember.php:36 +msgid "Importing Emails" +msgstr "Flyt inn pósta" + +#: mod/newmember.php:36 +msgid "" +"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" +msgstr "Fylltu út aðgangsupplýsingar póstfangsins þíns á Tengistillingasíðunni ef þú vilt sækja tölvupóst og eiga samskipti við vini eða póstlista úr innhólfi tölvupóstsins þíns" + +#: mod/newmember.php:39 +msgid "Go to Your Contacts Page" +msgstr "" + +#: mod/newmember.php:39 +msgid "" +"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 Add New Contact dialog." +msgstr "Tengiliðasíðan er gáttin þín til að sýsla með vinasambönd og tengjast við vini á öðrum netum. Oftast setur þú vistfang eða slóð þeirra í Bæta við tengilið glugganum." + +#: mod/newmember.php:40 +msgid "Go to Your Site's Directory" +msgstr "" + +#: mod/newmember.php:40 +msgid "" +"The Directory page lets you find other people in this network or other " +"federated sites. Look for a Connect or Follow link on " +"their profile page. Provide your own Identity Address if requested." +msgstr "Tengiliðalistinn er góð leit til að finna fólk á samfélagsnetinu eða öðrum sambandsnetum. Leitaðu að Tengjast/Connect eða Fylgja/Follow tenglum á forsíðunni þeirra. Mögulega þarftu að gefa upp auðkennisslóðina þína." + +#: mod/newmember.php:41 +msgid "Finding New People" +msgstr "" + +#: mod/newmember.php:41 +msgid "" +"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." +msgstr "" + +#: mod/newmember.php:43 src/Model/Group.php:401 +msgid "Groups" +msgstr "Hópar" + +#: mod/newmember.php:45 +msgid "Group Your Contacts" +msgstr "" + +#: mod/newmember.php:45 +msgid "" +"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." +msgstr "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." + +#: mod/newmember.php:48 +msgid "Why Aren't My Posts Public?" +msgstr "" + +#: mod/newmember.php:48 +msgid "" +"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." +msgstr "" + +#: mod/newmember.php:52 +msgid "Getting Help" +msgstr "Til að fá hjálp" + +#: mod/newmember.php:54 +msgid "Go to the Help Section" +msgstr "" + +#: mod/newmember.php:54 +msgid "" +"Our help pages may be consulted for detail on other program" +" features and resources." +msgstr "Hægt er að styðjast við Hjálp síðuna til að fá leiðbeiningar um aðra eiginleika." + +#: mod/nogroup.php:42 mod/viewcontacts.php:112 mod/contacts.php:619 +#: mod/contacts.php:959 +#, php-format +msgid "Visit %s's profile [%s]" +msgstr "Heimsækja forsíðu %s [%s]" + +#: mod/nogroup.php:43 mod/contacts.php:960 +msgid "Edit contact" +msgstr "Breyta tengilið" + +#: mod/nogroup.php:63 +msgid "Contacts who are not members of a group" +msgstr "" + +#: mod/p.php:14 +msgid "Not Extended" +msgstr "" + +#: mod/repair_ostatus.php:18 +msgid "Resubscribing to OStatus contacts" +msgstr "" + +#: mod/repair_ostatus.php:34 +msgid "Error" +msgstr "Villa" + +#: mod/repair_ostatus.php:48 mod/ostatus_subscribe.php:64 +msgid "Done" +msgstr "Lokið" + +#: mod/repair_ostatus.php:54 mod/ostatus_subscribe.php:88 +msgid "Keep this window open until done." +msgstr "" + +#: mod/suggest.php:36 +msgid "Do you really want to delete this suggestion?" +msgstr "" + +#: mod/suggest.php:73 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." +msgstr "Engar uppástungur tiltækar. Ef þetta er nýr vefur, reyndu þá aftur eftir um 24 klukkustundir." + +#: mod/suggest.php:84 mod/suggest.php:104 +msgid "Ignore/Hide" +msgstr "Hunsa/Fela" + +#: mod/suggest.php:114 src/Content/Widget.php:64 view/theme/vier/theme.php:203 +msgid "Friend Suggestions" +msgstr "Vina uppástungur" + +#: mod/uimport.php:55 mod/register.php:191 +msgid "" +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." +msgstr "Þessi vefur hefur náð hámarks fjölda daglegra nýskráninga. Reyndu aftur á morgun." + +#: mod/uimport.php:70 mod/register.php:285 +msgid "Import" +msgstr "Flytja inn" + +#: mod/uimport.php:72 +msgid "Move account" +msgstr "Flytja aðgang" + +#: mod/uimport.php:73 +msgid "You can import an account from another Friendica server." +msgstr "" + +#: mod/uimport.php:74 +msgid "" +"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." +msgstr "" + +#: mod/uimport.php:75 +msgid "" +"This feature is experimental. We can't import contacts from the OStatus " +"network (GNU Social/Statusnet) or from Diaspora" +msgstr "" + +#: mod/uimport.php:76 +msgid "Account file" +msgstr "" + +#: mod/uimport.php:76 +msgid "" +"To export your account, go to \"Settings->Export your personal data\" and " +"select \"Export account\"" +msgstr "" + +#: mod/update_community.php:27 mod/update_display.php:27 +#: mod/update_notes.php:40 mod/update_profile.php:39 mod/update_network.php:33 +msgid "[Embedded content - reload page to view]" +msgstr "[Innfelt efni - endurhlaða síðu til að sjá]" + +#: mod/dfrn_poll.php:123 mod/dfrn_poll.php:543 +#, php-format +msgid "%1$s welcomes %2$s" +msgstr "" + +#: mod/match.php:48 +msgid "No keywords to match. Please add keywords to your default profile." +msgstr "Engin leitarorð. Bættu við leitarorðum í sjálfgefnu forsíðuna." + +#: mod/match.php:104 +msgid "is interested in:" +msgstr "hefur áhuga á:" + +#: mod/match.php:120 +msgid "Profile Match" +msgstr "Forsíða fannst" + +#: mod/match.php:125 mod/dirfind.php:253 +msgid "No matches" +msgstr "Engar leitarniðurstöður" + +#: mod/notifications.php:37 +msgid "Invalid request identifier." +msgstr "Ógilt auðkenni beiðnar." + +#: mod/notifications.php:46 mod/notifications.php:183 +#: mod/notifications.php:230 +msgid "Discard" +msgstr "Henda" + +#: mod/notifications.php:62 mod/notifications.php:182 +#: mod/notifications.php:266 mod/contacts.php:638 mod/contacts.php:828 +#: mod/contacts.php:1019 +msgid "Ignore" +msgstr "Hunsa" + +#: mod/notifications.php:98 src/Content/Nav.php:189 +msgid "Notifications" +msgstr "Tilkynningar" + +#: mod/notifications.php:107 +msgid "Network Notifications" +msgstr "Tilkynningar á neti" + +#: mod/notifications.php:113 mod/notify.php:81 msgid "System Notifications" msgstr "Kerfistilkynningar" -#: mod/search.php:25 mod/network.php:191 -msgid "Remove term" -msgstr "Fjarlæga gildi" +#: mod/notifications.php:119 +msgid "Personal Notifications" +msgstr "Einkatilkynningar." -#: mod/search.php:93 mod/search.php:99 mod/community.php:22 -#: mod/directory.php:37 mod/display.php:200 mod/photos.php:944 -#: mod/videos.php:194 mod/dfrn_request.php:791 mod/viewcontacts.php:35 +#: mod/notifications.php:125 +msgid "Home Notifications" +msgstr "Tilkynningar frá heimasvæði" + +#: mod/notifications.php:155 +msgid "Show Ignored Requests" +msgstr "Sýna hunsaðar beiðnir" + +#: mod/notifications.php:155 +msgid "Hide Ignored Requests" +msgstr "Fela hunsaðar beiðnir" + +#: mod/notifications.php:167 mod/notifications.php:237 +msgid "Notification type: " +msgstr "Gerð skilaboða: " + +#: mod/notifications.php:170 +#, php-format +msgid "suggested by %s" +msgstr "stungið uppá af %s" + +#: mod/notifications.php:175 mod/notifications.php:254 mod/contacts.php:646 +msgid "Hide this contact from others" +msgstr "Gera þennan notanda ósýnilegan öðrum" + +#: mod/notifications.php:176 mod/notifications.php:255 +msgid "Post a new friend activity" +msgstr "Búa til færslu um nýjan vin" + +#: mod/notifications.php:176 mod/notifications.php:255 +msgid "if applicable" +msgstr "ef við á" + +#: mod/notifications.php:179 mod/notifications.php:264 mod/admin.php:1796 +msgid "Approve" +msgstr "Samþykkja" + +#: mod/notifications.php:198 +msgid "Claims to be known to you: " +msgstr "Þykist þekkja þig:" + +#: mod/notifications.php:199 +msgid "yes" +msgstr "já" + +#: mod/notifications.php:199 +msgid "no" +msgstr "nei" + +#: mod/notifications.php:200 mod/notifications.php:205 +msgid "Shall your connection be bidirectional or not?" +msgstr "" + +#: mod/notifications.php:201 mod/notifications.php:206 +#, php-format +msgid "" +"Accepting %s as a friend allows %s to subscribe to your posts, and you will " +"also receive updates from them in your news feed." +msgstr "" + +#: mod/notifications.php:202 +#, php-format +msgid "" +"Accepting %s as a subscriber allows them to subscribe to your posts, but you" +" will not receive updates from them in your news feed." +msgstr "" + +#: mod/notifications.php:207 +#, php-format +msgid "" +"Accepting %s as a sharer allows them to subscribe to your posts, but you " +"will not receive updates from them in your news feed." +msgstr "" + +#: mod/notifications.php:218 +msgid "Friend" +msgstr "Vin" + +#: mod/notifications.php:219 +msgid "Sharer" +msgstr "Deilir" + +#: mod/notifications.php:219 +msgid "Subscriber" +msgstr "Áskrifandi" + +#: mod/notifications.php:247 mod/events.php:518 mod/directory.php:148 +#: mod/contacts.php:660 src/Model/Profile.php:417 src/Model/Event.php:60 +#: src/Model/Event.php:85 src/Model/Event.php:421 src/Model/Event.php:900 +msgid "Location:" +msgstr "Staðsetning:" + +#: mod/notifications.php:249 mod/directory.php:154 mod/contacts.php:664 +#: src/Model/Profile.php:423 src/Model/Profile.php:806 +msgid "About:" +msgstr "Um:" + +#: mod/notifications.php:251 mod/follow.php:174 mod/contacts.php:666 +#: src/Model/Profile.php:794 +msgid "Tags:" +msgstr "Merki:" + +#: mod/notifications.php:253 mod/directory.php:151 src/Model/Profile.php:420 +#: src/Model/Profile.php:745 +msgid "Gender:" +msgstr "Kyn:" + +#: mod/notifications.php:258 mod/unfollow.php:122 mod/follow.php:166 +#: mod/contacts.php:656 mod/admin.php:490 mod/admin.php:500 +msgid "Profile URL" +msgstr "Slóð á forsíðu" + +#: mod/notifications.php:261 mod/contacts.php:71 src/Model/Profile.php:518 +msgid "Network:" +msgstr "Netkerfi:" + +#: mod/notifications.php:275 +msgid "No introductions." +msgstr "Engar kynningar." + +#: mod/notifications.php:316 +msgid "Show unread" +msgstr "Birta ólesið" + +#: mod/notifications.php:316 +msgid "Show all" +msgstr "Birta allt" + +#: mod/notifications.php:322 +#, php-format +msgid "No more %s notifications." +msgstr "Ekki fleiri %s tilkynningar." + +#: mod/openid.php:29 +msgid "OpenID protocol error. No ID returned." +msgstr "Samskiptavilla í OpenID. Ekkert auðkenni barst." + +#: mod/openid.php:66 +msgid "" +"Account not found and OpenID registration is not permitted on this site." +msgstr "" + +#: mod/openid.php:116 src/Module/Login.php:86 src/Module/Login.php:134 +msgid "Login failed." +msgstr "Innskráning mistókst." + +#: mod/dfrn_confirm.php:74 mod/profiles.php:39 mod/profiles.php:149 +#: mod/profiles.php:196 mod/profiles.php:618 +msgid "Profile not found." +msgstr "Forsíða fannst ekki." + +#: mod/dfrn_confirm.php:132 +msgid "" +"This may occasionally happen if contact was requested by both persons and it" +" has already been approved." +msgstr "" + +#: mod/dfrn_confirm.php:242 +msgid "Response from remote site was not understood." +msgstr "Ekki tókst að skilja svar frá ytri vef." + +#: mod/dfrn_confirm.php:249 mod/dfrn_confirm.php:254 +msgid "Unexpected response from remote site: " +msgstr "Óskiljanlegt svar frá ytri vef:" + +#: mod/dfrn_confirm.php:263 +msgid "Confirmation completed successfully." +msgstr "Staðfesting kláraði eðlilega." + +#: mod/dfrn_confirm.php:275 +msgid "Temporary failure. Please wait and try again." +msgstr "Tímabundin villa. Bíddu aðeins og reyndu svo aftur." + +#: mod/dfrn_confirm.php:278 +msgid "Introduction failed or was revoked." +msgstr "Kynning mistókst eða var afturkölluð." + +#: mod/dfrn_confirm.php:283 +msgid "Remote site reported: " +msgstr "Ytri vefur svaraði:" + +#: mod/dfrn_confirm.php:396 +msgid "Unable to set contact photo." +msgstr "Ekki tókst að setja tengiliðamynd." + +#: mod/dfrn_confirm.php:498 +#, php-format +msgid "No user record found for '%s' " +msgstr "Engin notandafærsla fannst fyrir '%s'" + +#: mod/dfrn_confirm.php:508 +msgid "Our site encryption key is apparently messed up." +msgstr "Dulkóðunnar lykill síðunnar okker er í döðlu." + +#: mod/dfrn_confirm.php:519 +msgid "Empty site URL was provided or URL could not be decrypted by us." +msgstr "Tómt slóð var uppgefin eða ekki okkur tókst ekki að afkóða slóð." + +#: mod/dfrn_confirm.php:535 +msgid "Contact record was not found for you on our site." +msgstr "Tengiliðafærslan þín fannst ekki á þjóninum okkar." + +#: mod/dfrn_confirm.php:549 +#, php-format +msgid "Site public key not available in contact record for URL %s." +msgstr "Opinber lykill er ekki til í tengiliðafærslu fyrir slóð %s." + +#: mod/dfrn_confirm.php:565 +msgid "" +"The ID provided by your system is a duplicate on our system. It should work " +"if you try again." +msgstr "Skilríkið sem þjónninn þinn gaf upp er þegar afritað á okkar þjón. Þetta ætti að virka ef þú bara reynir aftur." + +#: mod/dfrn_confirm.php:576 +msgid "Unable to set your contact credentials on our system." +msgstr "Ekki tókst að setja tengiliða skilríkið þitt upp á þjóninum okkar." + +#: mod/dfrn_confirm.php:631 +msgid "Unable to update your contact profile details on our system" +msgstr "Ekki tókst að uppfæra tengiliða skilríkis upplýsingarnar á okkar þjón" + +#: mod/dfrn_confirm.php:661 mod/dfrn_request.php:568 +#: src/Model/Contact.php:1520 +msgid "[Name Withheld]" +msgstr "[Nafn ekki sýnt]" + +#: mod/dfrn_confirm.php:694 +#, php-format +msgid "%1$s has joined %2$s" +msgstr "%1$s hefur gengið til liðs við %2$s" + +#: mod/invite.php:33 +msgid "Total invitation limit exceeded." +msgstr "" + +#: mod/invite.php:55 +#, php-format +msgid "%s : Not a valid email address." +msgstr "%s : Ekki gilt póstfang" + +#: mod/invite.php:80 +msgid "Please join us on Friendica" +msgstr "Komdu í hópinn á Friendica" + +#: mod/invite.php:91 +msgid "Invitation limit exceeded. Please contact your site administrator." +msgstr "" + +#: mod/invite.php:95 +#, php-format +msgid "%s : Message delivery failed." +msgstr "%s : Skilaboð komust ekki til skila." + +#: mod/invite.php:99 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "%d skilaboð send." +msgstr[1] "%d skilaboð send" + +#: mod/invite.php:117 +msgid "You have no more invitations available" +msgstr "Þú hefur ekki fleiri boðskort." + +#: mod/invite.php:125 +#, php-format +msgid "" +"Visit %s for a list of public sites that you can join. Friendica members on " +"other sites can all connect with each other, as well as with members of many" +" other social networks." +msgstr "" + +#: mod/invite.php:127 +#, php-format +msgid "" +"To accept this invitation, please visit and register at %s or any other " +"public Friendica website." +msgstr "" + +#: mod/invite.php:128 +#, php-format +msgid "" +"Friendica sites all inter-connect to create a huge privacy-enhanced social " +"web that is owned and controlled by its members. They can also connect with " +"many traditional social networks. See %s for a list of alternate Friendica " +"sites you can join." +msgstr "" + +#: mod/invite.php:132 +msgid "" +"Our apologies. This system is not currently configured to connect with other" +" public sites or invite members." +msgstr "" + +#: mod/invite.php:136 +msgid "" +"Friendica sites all inter-connect to create a huge privacy-enhanced social " +"web that is owned and controlled by its members. They can also connect with " +"many traditional social networks." +msgstr "" + +#: mod/invite.php:135 +#, php-format +msgid "To accept this invitation, please visit and register at %s." +msgstr "" + +#: mod/invite.php:142 +msgid "Send invitations" +msgstr "Senda kynningar" + +#: mod/invite.php:143 +msgid "Enter email addresses, one per line:" +msgstr "Póstföng, eitt í hverja línu:" + +#: mod/invite.php:144 mod/wallmessage.php:141 mod/message.php:259 +#: mod/message.php:426 +msgid "Your message:" +msgstr "Skilaboðin:" + +#: mod/invite.php:145 +msgid "" +"You are cordially invited to join me and other close friends on Friendica - " +"and help us to create a better social web." +msgstr "" + +#: mod/invite.php:147 +msgid "You will need to supply this invitation code: $invite_code" +msgstr "Þú þarft að nota eftirfarandi boðskorta auðkenni: $invite_code" + +#: mod/invite.php:147 +msgid "" +"Once you have registered, please connect with me via my profile page at:" +msgstr "Þegar þú hefur nýskráð þig, hafðu samband við mig gegnum síðuna mína á:" + +#: mod/invite.php:149 +msgid "" +"For more information about the Friendica project and why we feel it is " +"important, please visit http://friendi.ca" +msgstr "" + +#: mod/wall_attach.php:24 mod/wall_attach.php:32 mod/wall_attach.php:83 +#: mod/wall_upload.php:38 mod/wall_upload.php:54 mod/wall_upload.php:112 +#: mod/wall_upload.php:155 mod/wall_upload.php:158 +msgid "Invalid request." +msgstr "Ógild fyrirspurn." + +#: mod/wall_attach.php:101 +msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" +msgstr "" + +#: mod/wall_attach.php:101 +msgid "Or - did you try to upload an empty file?" +msgstr "" + +#: mod/wall_attach.php:112 +#, php-format +msgid "File exceeds size limit of %s" +msgstr "" + +#: mod/wall_attach.php:136 mod/wall_attach.php:152 +msgid "File upload failed." +msgstr "Skráar upphlöðun mistókst." + +#: mod/manage.php:180 +msgid "Manage Identities and/or Pages" +msgstr "Sýsla með notendur og/eða síður" + +#: mod/manage.php:181 +msgid "" +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "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." + +#: mod/manage.php:182 +msgid "Select an identity to manage: " +msgstr "Veldu notanda til að sýsla með:" + +#: mod/dfrn_request.php:94 +msgid "This introduction has already been accepted." +msgstr "Þessi kynning hefur þegar verið samþykkt." + +#: mod/dfrn_request.php:112 mod/dfrn_request.php:359 +msgid "Profile location is not valid or does not contain profile information." +msgstr "Forsíðu slóð er ekki í lagi eða inniheldur ekki forsíðu upplýsingum." + +#: mod/dfrn_request.php:116 mod/dfrn_request.php:363 +msgid "Warning: profile location has no identifiable owner name." +msgstr "Aðvörun: forsíðu staðsetning hefur ekki aðgreinanlegt eigendanafn." + +#: mod/dfrn_request.php:119 mod/dfrn_request.php:366 +msgid "Warning: profile location has no profile photo." +msgstr "Aðvörun: forsíðu slóð hefur ekki forsíðu mynd." + +#: mod/dfrn_request.php:123 mod/dfrn_request.php:370 +#, php-format +msgid "%d required parameter was not found at the given location" +msgid_plural "%d required parameters were not found at the given location" +msgstr[0] "%d skilyrt breyta fannst ekki á uppgefinni staðsetningu" +msgstr[1] "%d skilyrtar breytur fundust ekki á uppgefninni staðsetningu" + +#: mod/dfrn_request.php:162 +msgid "Introduction complete." +msgstr "Kynning tilbúinn." + +#: mod/dfrn_request.php:199 +msgid "Unrecoverable protocol error." +msgstr "Alvarleg samskipta villa." + +#: mod/dfrn_request.php:226 +msgid "Profile unavailable." +msgstr "Ekki hægt að sækja forsíðu" + +#: mod/dfrn_request.php:248 +#, php-format +msgid "%s has received too many connection requests today." +msgstr "%s hefur fengið of margar tengibeiðnir í dag." + +#: mod/dfrn_request.php:249 +msgid "Spam protection measures have been invoked." +msgstr "Kveikt hefur verið á ruslsíu" + +#: mod/dfrn_request.php:250 +msgid "Friends are advised to please try again in 24 hours." +msgstr "Vinir eru beðnir um að reyna aftur eftir 24 klukkustundir." + +#: mod/dfrn_request.php:280 +msgid "Invalid locator" +msgstr "Ógild staðsetning" + +#: mod/dfrn_request.php:316 +msgid "You have already introduced yourself here." +msgstr "Kynning hefur þegar átt sér stað hér." + +#: mod/dfrn_request.php:319 +#, php-format +msgid "Apparently you are already friends with %s." +msgstr "Þú ert þegar vinur %s." + +#: mod/dfrn_request.php:339 +msgid "Invalid profile URL." +msgstr "Ógild forsíðu slóð." + +#: mod/dfrn_request.php:345 src/Model/Contact.php:1223 +msgid "Disallowed profile URL." +msgstr "Óleyfileg forsíðu slóð." + +#: mod/dfrn_request.php:351 mod/friendica.php:128 mod/admin.php:353 +#: mod/admin.php:371 src/Model/Contact.php:1228 +msgid "Blocked domain" +msgstr "Útilokað lén" + +#: mod/dfrn_request.php:419 mod/contacts.php:230 +msgid "Failed to update contact record." +msgstr "Ekki tókst að uppfæra tengiliðs skrá." + +#: mod/dfrn_request.php:439 +msgid "Your introduction has been sent." +msgstr "Kynningin þín hefur verið send." + +#: mod/dfrn_request.php:477 +msgid "" +"Remote subscription can't be done for your network. Please subscribe " +"directly on your system." +msgstr "" + +#: mod/dfrn_request.php:493 +msgid "Please login to confirm introduction." +msgstr "Skráðu þig inn til að staðfesta kynningu." + +#: mod/dfrn_request.php:501 +msgid "" +"Incorrect identity currently logged in. Please login to " +"this profile." +msgstr "Ekki réttur notandi skráður inn. Skráðu þig inn sem þessi notandi." + +#: mod/dfrn_request.php:515 mod/dfrn_request.php:532 +msgid "Confirm" +msgstr "Staðfesta" + +#: mod/dfrn_request.php:527 +msgid "Hide this contact" +msgstr "Fela þennan tengilið" + +#: mod/dfrn_request.php:530 +#, php-format +msgid "Welcome home %s." +msgstr "Velkomin(n) heim %s." + +#: mod/dfrn_request.php:531 +#, php-format +msgid "Please confirm your introduction/connection request to %s." +msgstr "Staðfestu kynninguna/tengibeiðnina við %s." + +#: mod/dfrn_request.php:607 mod/probe.php:13 mod/viewcontacts.php:45 +#: mod/webfinger.php:16 mod/search.php:98 mod/search.php:104 +#: mod/community.php:27 mod/photos.php:932 mod/videos.php:199 +#: mod/display.php:203 mod/directory.php:42 msgid "Public access denied." msgstr "Alemennings aðgangur ekki veittur." -#: mod/search.php:100 +#: mod/dfrn_request.php:642 +msgid "" +"Please enter your 'Identity Address' from one of the following supported " +"communications networks:" +msgstr "Settu inn 'Auðkennisnetfang' þitt úr einhverjum af eftirfarandi samskiptanetum:" + +#: mod/dfrn_request.php:645 +#, php-format +msgid "" +"If you are not yet a member of the free social web, follow " +"this link to find a public Friendica site and join us today." +msgstr "" + +#: mod/dfrn_request.php:650 +msgid "Friend/Connection Request" +msgstr "Vinabeiðni/Tengibeiðni" + +#: mod/dfrn_request.php:651 +msgid "" +"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " +"testuser@gnusocial.de" +msgstr "" + +#: mod/dfrn_request.php:652 mod/follow.php:149 +msgid "Please answer the following:" +msgstr "Vinnsamlegast svaraðu eftirfarandi:" + +#: mod/dfrn_request.php:653 mod/follow.php:150 +#, php-format +msgid "Does %s know you?" +msgstr "Þekkir %s þig?" + +#: mod/dfrn_request.php:654 mod/follow.php:151 +msgid "Add a personal note:" +msgstr "Bæta við persónulegri athugasemd" + +#: mod/dfrn_request.php:656 src/Content/ContactSelector.php:79 +msgid "Friendica" +msgstr "Friendica" + +#: mod/dfrn_request.php:657 +msgid "GNU Social (Pleroma, Mastodon)" +msgstr "GNU Social (Pleroma, Mastodon)" + +#: mod/dfrn_request.php:658 +msgid "Diaspora (Socialhome, Hubzilla)" +msgstr "Diaspora (Socialhome, Hubzilla)" + +#: mod/dfrn_request.php:659 +#, php-format +msgid "" +" - please do not use this form. Instead, enter %s into your Diaspora search" +" bar." +msgstr "" + +#: mod/dfrn_request.php:660 mod/unfollow.php:113 mod/follow.php:157 +msgid "Your Identity Address:" +msgstr "Auðkennisnetfang þitt:" + +#: mod/dfrn_request.php:662 mod/unfollow.php:65 mod/follow.php:62 +msgid "Submit Request" +msgstr "Senda beiðni" + +#: mod/localtime.php:19 src/Model/Event.php:36 src/Model/Event.php:814 +msgid "l F d, Y \\@ g:i A" +msgstr "l F d, Y \\@ g:i A" + +#: mod/localtime.php:33 +msgid "Time Conversion" +msgstr "Tíma leiðréttir" + +#: mod/localtime.php:35 +msgid "" +"Friendica provides this service for sharing events with other networks and " +"friends in unknown timezones." +msgstr "Friendica veitir þessa þjónustu til að deila atburðum milli neta og vina í óþekktum tímabeltum." + +#: mod/localtime.php:39 +#, php-format +msgid "UTC time: %s" +msgstr "Máltími: %s" + +#: mod/localtime.php:42 +#, php-format +msgid "Current timezone: %s" +msgstr "Núverandi tímabelti: %s" + +#: mod/localtime.php:46 +#, php-format +msgid "Converted localtime: %s" +msgstr "Umbreyttur staðartími: %s" + +#: mod/localtime.php:52 +msgid "Please select your timezone:" +msgstr "Veldu tímabeltið þitt:" + +#: mod/probe.php:14 mod/webfinger.php:17 +msgid "Only logged in users are permitted to perform a probing." +msgstr "" + +#: mod/profperm.php:28 mod/group.php:83 index.php:415 +msgid "Permission denied" +msgstr "Bannaður aðgangur" + +#: mod/profperm.php:34 mod/profperm.php:65 +msgid "Invalid profile identifier." +msgstr "Ógilt tengiliða auðkenni" + +#: mod/profperm.php:111 +msgid "Profile Visibility Editor" +msgstr "Sýsla með sjáanleika forsíðu" + +#: mod/profperm.php:115 mod/group.php:265 +msgid "Click on a contact to add or remove." +msgstr "Ýttu á tengilið til að bæta við hóp eða taka úr hóp." + +#: mod/profperm.php:124 +msgid "Visible To" +msgstr "Sjáanlegur hverjum" + +#: mod/profperm.php:140 +msgid "All Contacts (with secure profile access)" +msgstr "Allir tengiliðir (með öruggann aðgang að forsíðu)" + +#: mod/regmod.php:68 +msgid "Account approved." +msgstr "Notandi samþykktur." + +#: mod/regmod.php:93 +#, php-format +msgid "Registration revoked for %s" +msgstr "Skráning afturköllurð vegna %s" + +#: mod/regmod.php:102 +msgid "Please login." +msgstr "Skráðu yður inn." + +#: mod/removeme.php:55 mod/removeme.php:58 +msgid "Remove My Account" +msgstr "Eyða þessum notanda" + +#: mod/removeme.php:56 +msgid "" +"This will completely remove your account. Once this has been done it is not " +"recoverable." +msgstr "Þetta mun algjörlega eyða notandanum. Þegar þetta hefur verið gert er þetta ekki afturkræft." + +#: mod/removeme.php:57 +msgid "Please enter your password for verification:" +msgstr "Sláðu inn aðgangsorð yðar:" + +#: mod/viewcontacts.php:87 +msgid "No contacts." +msgstr "Enginn tengiliður" + +#: mod/viewsrc.php:12 +msgid "Access denied." +msgstr "Aðgangi hafnað." + +#: mod/wallmessage.php:49 mod/wallmessage.php:112 +#, php-format +msgid "Number of daily wall messages for %s exceeded. Message failed." +msgstr "" + +#: mod/wallmessage.php:57 mod/message.php:73 +msgid "No recipient selected." +msgstr "Engir viðtakendur valdir." + +#: mod/wallmessage.php:60 +msgid "Unable to check your home location." +msgstr "" + +#: mod/wallmessage.php:63 mod/message.php:80 +msgid "Message could not be sent." +msgstr "Ekki tókst að senda skilaboð." + +#: mod/wallmessage.php:66 mod/message.php:83 +msgid "Message collection failure." +msgstr "Ekki tókst að sækja skilaboð." + +#: mod/wallmessage.php:69 mod/message.php:86 +msgid "Message sent." +msgstr "Skilaboð send." + +#: mod/wallmessage.php:86 mod/wallmessage.php:95 +msgid "No recipient." +msgstr "Enginn viðtakandi" + +#: mod/wallmessage.php:132 mod/message.php:250 +msgid "Send Private Message" +msgstr "Senda einkaskilaboð" + +#: mod/wallmessage.php:133 +#, php-format +msgid "" +"If you wish for %s to respond, please check that the privacy settings on " +"your site allow private mail from unknown senders." +msgstr "" + +#: mod/wallmessage.php:134 mod/message.php:251 mod/message.php:421 +msgid "To:" +msgstr "Til:" + +#: mod/wallmessage.php:135 mod/message.php:255 mod/message.php:423 +msgid "Subject:" +msgstr "Efni:" + +#: mod/uexport.php:44 +msgid "Export account" +msgstr "Flytja út notandaaðgang" + +#: mod/uexport.php:44 +msgid "" +"Export your account info and contacts. Use this to make a backup of your " +"account and/or to move it to another server." +msgstr "" + +#: mod/uexport.php:45 +msgid "Export all" +msgstr "Flytja út allt" + +#: mod/uexport.php:45 +msgid "" +"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)" +msgstr "" + +#: mod/uexport.php:52 mod/settings.php:107 +msgid "Export personal data" +msgstr "Sækja persónuleg gögn" + +#: mod/filer.php:34 +msgid "- select -" +msgstr "- veldu -" + +#: mod/notify.php:77 +msgid "No more system notifications." +msgstr "Ekki fleiri kerfistilkynningar." + +#: mod/ping.php:292 +msgid "{0} wants to be your friend" +msgstr "{0} vill vera vinur þinn" + +#: mod/ping.php:307 +msgid "{0} sent you a message" +msgstr "{0} sendi þér skilboð" + +#: mod/ping.php:322 +msgid "{0} requested registration" +msgstr "{0} óskaði eftir skráningu" + +#: mod/poke.php:192 +msgid "Poke/Prod" +msgstr "" + +#: mod/poke.php:193 +msgid "poke, prod or do other things to somebody" +msgstr "" + +#: mod/poke.php:194 +msgid "Recipient" +msgstr "Viðtakandi" + +#: mod/poke.php:195 +msgid "Choose what you wish to do to recipient" +msgstr "" + +#: mod/poke.php:198 +msgid "Make this post private" +msgstr "Gera þennan póst einka" + +#: mod/subthread.php:113 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "" + +#: mod/tagrm.php:47 +msgid "Tag removed" +msgstr "Merki fjarlægt" + +#: mod/tagrm.php:85 +msgid "Remove Item Tag" +msgstr "Fjarlægja merki " + +#: mod/tagrm.php:87 +msgid "Select a tag to remove: " +msgstr "Veldu merki til að fjarlægja:" + +#: mod/tagrm.php:98 mod/delegate.php:177 +msgid "Remove" +msgstr "Fjarlægja" + +#: mod/wall_upload.php:186 mod/photos.php:763 mod/photos.php:766 +#: mod/photos.php:795 mod/profile_photo.php:153 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "" + +#: mod/wall_upload.php:200 mod/photos.php:818 mod/profile_photo.php:162 +msgid "Unable to process image." +msgstr "Ekki mögulegt afgreiða mynd" + +#: mod/wall_upload.php:231 mod/item.php:471 src/Object/Image.php:953 +#: src/Object/Image.php:969 src/Object/Image.php:977 src/Object/Image.php:1002 +msgid "Wall Photos" +msgstr "Veggmyndir" + +#: mod/wall_upload.php:239 mod/photos.php:847 mod/profile_photo.php:307 +msgid "Image upload failed." +msgstr "Ekki hægt að hlaða upp mynd." + +#: mod/search.php:37 mod/network.php:194 +msgid "Remove term" +msgstr "Fjarlæga gildi" + +#: mod/search.php:46 mod/network.php:201 src/Content/Feature.php:100 +msgid "Saved Searches" +msgstr "Vistaðar leitir" + +#: mod/search.php:105 msgid "Only logged in users are permitted to perform a search." msgstr "Aðeins innskráðir notendur geta framkvæmt leit." -#: mod/search.php:124 +#: mod/search.php:129 msgid "Too Many Requests" msgstr "Of margar beiðnir" -#: mod/search.php:125 +#: mod/search.php:130 msgid "Only one search per minute is permitted for not logged in users." msgstr "Notendur sem ekki eru innskráðir geta aðeins framkvæmt eina leit á mínútu." -#: mod/search.php:224 mod/community.php:66 mod/community.php:75 +#: mod/search.php:228 mod/community.php:136 msgid "No results." msgstr "Engar leitarniðurstöður." -#: mod/search.php:230 +#: mod/search.php:234 #, php-format msgid "Items tagged with: %s" msgstr "Atriði merkt með: %s" -#: mod/search.php:232 mod/contacts.php:797 mod/network.php:146 +#: mod/search.php:236 mod/contacts.php:819 #, php-format msgid "Results for: %s" msgstr "Niðurstöður fyrir: %s" -#: mod/friendica.php:70 +#: mod/bookmarklet.php:23 src/Content/Nav.php:114 src/Module/Login.php:312 +msgid "Login" +msgstr "Innskráning" + +#: mod/bookmarklet.php:51 +msgid "The post was created" +msgstr "" + +#: mod/community.php:46 +msgid "Community option not available." +msgstr "" + +#: mod/community.php:63 +msgid "Not available." +msgstr "Ekki tiltækt." + +#: mod/community.php:76 +msgid "Local Community" +msgstr "" + +#: mod/community.php:79 +msgid "Posts from local users on this server" +msgstr "" + +#: mod/community.php:87 +msgid "Global Community" +msgstr "" + +#: mod/community.php:90 +msgid "Posts from users of the whole federated network" +msgstr "" + +#: mod/community.php:180 +msgid "" +"This community stream shows all public posts received by this node. They may" +" not reflect the opinions of this node’s users." +msgstr "" + +#: mod/editpost.php:25 mod/editpost.php:35 +msgid "Item not found" +msgstr "Atriði fannst ekki" + +#: mod/editpost.php:42 +msgid "Edit post" +msgstr "Breyta skilaboðum" + +#: mod/editpost.php:134 src/Core/ACL.php:315 +msgid "CC: email addresses" +msgstr "CC: tölvupóstfang" + +#: mod/editpost.php:141 src/Core/ACL.php:316 +msgid "Example: bob@example.com, mary@example.com" +msgstr "Dæmi: bibbi@vefur.is, mgga@vefur.is" + +#: mod/feedtest.php:20 +msgid "You must be logged in to use this module" +msgstr "" + +#: mod/feedtest.php:48 +msgid "Source URL" +msgstr "Upprunaslóð" + +#: mod/fsuggest.php:72 +msgid "Friend suggestion sent." +msgstr "Vina tillaga send" + +#: mod/fsuggest.php:101 +msgid "Suggest Friends" +msgstr "Stinga uppá vinum" + +#: mod/fsuggest.php:103 +#, php-format +msgid "Suggest a friend for %s" +msgstr "Stinga uppá vin fyrir %s" + +#: mod/group.php:36 +msgid "Group created." +msgstr "Hópur stofnaður" + +#: mod/group.php:42 +msgid "Could not create group." +msgstr "Gat ekki stofnað hóp." + +#: mod/group.php:56 mod/group.php:157 +msgid "Group not found." +msgstr "Hópur fannst ekki." + +#: mod/group.php:70 +msgid "Group name changed." +msgstr "Hópur endurskýrður." + +#: mod/group.php:97 +msgid "Save Group" +msgstr "Vista hóp" + +#: mod/group.php:102 +msgid "Create a group of contacts/friends." +msgstr "Stofna hóp af tengiliðum/vinum" + +#: mod/group.php:103 mod/group.php:199 src/Model/Group.php:408 +msgid "Group Name: " +msgstr "Nafn hóps: " + +#: mod/group.php:127 +msgid "Group removed." +msgstr "Hópi eytt." + +#: mod/group.php:129 +msgid "Unable to remove group." +msgstr "Ekki tókst að eyða hóp." + +#: mod/group.php:192 +msgid "Delete Group" +msgstr "Eyða hópi" + +#: mod/group.php:198 +msgid "Group Editor" +msgstr "Hópa sýslari" + +#: mod/group.php:203 +msgid "Edit Group Name" +msgstr "Breyta nafni hóps" + +#: mod/group.php:213 +msgid "Members" +msgstr "Meðlimir" + +#: mod/group.php:215 mod/contacts.php:719 +msgid "All Contacts" +msgstr "Allir tengiliðir" + +#: mod/group.php:216 mod/network.php:639 +msgid "Group is empty" +msgstr "Hópur er tómur" + +#: mod/group.php:229 +msgid "Remove Contact" +msgstr "Fjarlægja tengilið" + +#: mod/group.php:253 +msgid "Add Contact" +msgstr "Bæta við tengilið" + +#: mod/item.php:114 +msgid "Unable to locate original post." +msgstr "Ekki tókst að finna upphaflega færslu." + +#: mod/item.php:274 +msgid "Empty post discarded." +msgstr "Tóm færsla eytt." + +#: mod/item.php:799 +#, php-format +msgid "" +"This message was sent to you by %s, a member of the Friendica social " +"network." +msgstr "Skilaboðið sendi %s, notandi á Friendica samfélagsnetinu." + +#: mod/item.php:801 +#, php-format +msgid "You may visit them online at %s" +msgstr "Þú getur heimsótt þau á netinu á %s" + +#: mod/item.php:802 +msgid "" +"Please contact the sender by replying to this post if you do not wish to " +"receive these messages." +msgstr "Hafðu samband við sendanda með því að svara á þessari færslu ef þú villt ekki fá þessi skilaboð." + +#: mod/item.php:806 +#, php-format +msgid "%s posted an update." +msgstr "%s hefur sent uppfærslu." + +#: mod/message.php:30 src/Content/Nav.php:198 +msgid "New Message" +msgstr "Ný skilaboð" + +#: mod/message.php:77 +msgid "Unable to locate contact information." +msgstr "Ekki tókst að staðsetja tengiliðs upplýsingar." + +#: mod/message.php:112 src/Content/Nav.php:195 view/theme/frio/theme.php:268 +msgid "Messages" +msgstr "Skilaboð" + +#: mod/message.php:136 +msgid "Do you really want to delete this message?" +msgstr "Viltu virkilega eyða þessum skilaboðum?" + +#: mod/message.php:156 +msgid "Message deleted." +msgstr "Skilaboðum eytt." + +#: mod/message.php:185 +msgid "Conversation removed." +msgstr "Samtali eytt." + +#: mod/message.php:291 +msgid "No messages." +msgstr "Engin skilaboð." + +#: mod/message.php:330 +msgid "Message not available." +msgstr "Ekki næst í skilaboð." + +#: mod/message.php:397 +msgid "Delete message" +msgstr "Eyða skilaboðum" + +#: mod/message.php:399 mod/message.php:500 +msgid "D, d M Y - g:i A" +msgstr "D, d. M Y - g:i A" + +#: mod/message.php:414 mod/message.php:497 +msgid "Delete conversation" +msgstr "Eyða samtali" + +#: mod/message.php:416 +msgid "" +"No secure communications available. You may be able to " +"respond from the sender's profile page." +msgstr "" + +#: mod/message.php:420 +msgid "Send Reply" +msgstr "Senda svar" + +#: mod/message.php:471 +#, php-format +msgid "Unknown sender - %s" +msgstr "Óþekktur sendandi - %s" + +#: mod/message.php:473 +#, php-format +msgid "You and %s" +msgstr "Þú og %s" + +#: mod/message.php:475 +#, php-format +msgid "%s and You" +msgstr "%s og þú" + +#: mod/message.php:503 +#, php-format +msgid "%d message" +msgid_plural "%d messages" +msgstr[0] "%d skilaboð" +msgstr[1] "%d skilaboð" + +#: mod/network.php:202 src/Model/Group.php:400 +msgid "add" +msgstr "bæta við" + +#: mod/network.php:547 +#, php-format +msgid "" +"Warning: This group contains %s member from a network that doesn't allow non" +" public messages." +msgid_plural "" +"Warning: This group contains %s members from a network that doesn't allow " +"non public messages." +msgstr[0] "" +msgstr[1] "" + +#: mod/network.php:550 +msgid "Messages in this group won't be send to these receivers." +msgstr "" + +#: mod/network.php:618 +msgid "No such group" +msgstr "Enginn slíkur hópur" + +#: mod/network.php:643 +#, php-format +msgid "Group: %s" +msgstr "Hópur: %s" + +#: mod/network.php:669 +msgid "Private messages to this person are at risk of public disclosure." +msgstr "Einka skilaboð send á þennan notanda eiga á hættu að verða opinber." + +#: mod/network.php:672 +msgid "Invalid contact." +msgstr "Ógildur tengiliður." + +#: mod/network.php:921 +msgid "Commented Order" +msgstr "Athugasemdar röð" + +#: mod/network.php:924 +msgid "Sort by Comment Date" +msgstr "Raða eftir umræðu dagsetningu" + +#: mod/network.php:929 +msgid "Posted Order" +msgstr "Færlsu röð" + +#: mod/network.php:932 +msgid "Sort by Post Date" +msgstr "Raða eftir færslu dagsetningu" + +#: mod/network.php:940 mod/profiles.php:687 +#: src/Core/NotificationsManager.php:185 +msgid "Personal" +msgstr "Einka" + +#: mod/network.php:943 +msgid "Posts that mention or involve you" +msgstr "Færslur sem tengjast þér" + +#: mod/network.php:951 +msgid "New" +msgstr "Nýtt" + +#: mod/network.php:954 +msgid "Activity Stream - by date" +msgstr "Færslu straumur - raðað eftir dagsetningu" + +#: mod/network.php:962 +msgid "Shared Links" +msgstr "Sameignartenglar" + +#: mod/network.php:965 +msgid "Interesting Links" +msgstr "Áhugaverðir tenglar" + +#: mod/network.php:973 +msgid "Starred" +msgstr "Stjörnumerkt" + +#: mod/network.php:976 +msgid "Favourite Posts" +msgstr "Uppáhalds færslur" + +#: mod/notes.php:52 src/Model/Profile.php:946 +msgid "Personal Notes" +msgstr "Persónulegar glósur" + +#: mod/oexchange.php:30 +msgid "Post successful." +msgstr "Melding tókst." + +#: mod/photos.php:108 src/Model/Profile.php:907 +msgid "Photo Albums" +msgstr "Myndabækur" + +#: mod/photos.php:109 mod/photos.php:1713 +msgid "Recent Photos" +msgstr "Nýlegar myndir" + +#: mod/photos.php:112 mod/photos.php:1210 mod/photos.php:1715 +msgid "Upload New Photos" +msgstr "Hlaða upp nýjum myndum" + +#: mod/photos.php:126 mod/settings.php:50 +msgid "everybody" +msgstr "allir" + +#: mod/photos.php:184 +msgid "Contact information unavailable" +msgstr "Tengiliða upplýsingar ekki til" + +#: mod/photos.php:204 +msgid "Album not found." +msgstr "Myndabók finnst ekki." + +#: mod/photos.php:234 mod/photos.php:245 mod/photos.php:1161 +msgid "Delete Album" +msgstr "Fjarlægja myndabók" + +#: mod/photos.php:243 +msgid "Do you really want to delete this photo album and all its photos?" +msgstr "" + +#: mod/photos.php:310 mod/photos.php:321 mod/photos.php:1446 +msgid "Delete Photo" +msgstr "Fjarlægja mynd" + +#: mod/photos.php:319 +msgid "Do you really want to delete this photo?" +msgstr "" + +#: mod/photos.php:667 +msgid "a photo" +msgstr "mynd" + +#: mod/photos.php:667 +#, php-format +msgid "%1$s was tagged in %2$s by %3$s" +msgstr "" + +#: mod/photos.php:769 +msgid "Image upload didn't complete, please try again" +msgstr "" + +#: mod/photos.php:772 +msgid "Image file is missing" +msgstr "Myndskrá vantar" + +#: mod/photos.php:777 +msgid "" +"Server can't accept new file upload at this time, please contact your " +"administrator" +msgstr "" + +#: mod/photos.php:803 +msgid "Image file is empty." +msgstr "Mynda skrá er tóm." + +#: mod/photos.php:940 +msgid "No photos selected" +msgstr "Engar myndir valdar" + +#: mod/photos.php:1036 mod/videos.php:309 +msgid "Access to this item is restricted." +msgstr "Aðgangur að þessum hlut hefur verið heftur" + +#: mod/photos.php:1090 +msgid "Upload Photos" +msgstr "Hlaða upp myndum" + +#: mod/photos.php:1094 mod/photos.php:1156 +msgid "New album name: " +msgstr "Nýtt nafn myndbókar:" + +#: mod/photos.php:1095 +msgid "or existing album name: " +msgstr "eða fyrra nafn myndbókar:" + +#: mod/photos.php:1096 +msgid "Do not show a status post for this upload" +msgstr "Ekki sýna færslu fyrir þessari upphölun" + +#: mod/photos.php:1098 mod/photos.php:1441 mod/events.php:533 +#: src/Core/ACL.php:318 +msgid "Permissions" +msgstr "Aðgangsheimildir" + +#: mod/photos.php:1106 mod/photos.php:1449 mod/settings.php:1229 +msgid "Show to Groups" +msgstr "Birta hópum" + +#: mod/photos.php:1107 mod/photos.php:1450 mod/settings.php:1230 +msgid "Show to Contacts" +msgstr "Birta tengiliðum" + +#: mod/photos.php:1167 +msgid "Edit Album" +msgstr "Breyta myndbók" + +#: mod/photos.php:1172 +msgid "Show Newest First" +msgstr "Birta nýjast fyrst" + +#: mod/photos.php:1174 +msgid "Show Oldest First" +msgstr "Birta elsta fyrst" + +#: mod/photos.php:1195 mod/photos.php:1698 +msgid "View Photo" +msgstr "Skoða mynd" + +#: mod/photos.php:1236 +msgid "Permission denied. Access to this item may be restricted." +msgstr "Aðgangi hafnað. Aðgangur að þessum hlut kann að vera skertur." + +#: mod/photos.php:1238 +msgid "Photo not available" +msgstr "Mynd ekki til" + +#: mod/photos.php:1301 +msgid "View photo" +msgstr "Birta mynd" + +#: mod/photos.php:1301 +msgid "Edit photo" +msgstr "Breyta mynd" + +#: mod/photos.php:1302 +msgid "Use as profile photo" +msgstr "Nota sem forsíðu mynd" + +#: mod/photos.php:1308 src/Object/Post.php:149 +msgid "Private Message" +msgstr "Einkaskilaboð" + +#: mod/photos.php:1327 +msgid "View Full Size" +msgstr "Skoða í fullri stærð" + +#: mod/photos.php:1414 +msgid "Tags: " +msgstr "Merki:" + +#: mod/photos.php:1417 +msgid "[Remove any tag]" +msgstr "[Fjarlægja öll merki]" + +#: mod/photos.php:1432 +msgid "New album name" +msgstr "Nýtt nafn myndbókar" + +#: mod/photos.php:1433 +msgid "Caption" +msgstr "Yfirskrift" + +#: mod/photos.php:1434 +msgid "Add a Tag" +msgstr "Bæta við merki" + +#: mod/photos.php:1434 +msgid "" +"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +msgstr "Til dæmis: @bob, @Barbara_Jensen, @jim@example.com, #Reykjavík #tjalda" + +#: mod/photos.php:1435 +msgid "Do not rotate" +msgstr "Ekki snúa" + +#: mod/photos.php:1436 +msgid "Rotate CW (right)" +msgstr "Snúa réttsælis (hægri)" + +#: mod/photos.php:1437 +msgid "Rotate CCW (left)" +msgstr "Snúa rangsælis (vinstri)" + +#: mod/photos.php:1471 src/Object/Post.php:296 +msgid "I like this (toggle)" +msgstr "Mér líkar þetta (kveikja/slökkva)" + +#: mod/photos.php:1472 src/Object/Post.php:297 +msgid "I don't like this (toggle)" +msgstr "Mér líkar þetta ekki (kveikja/slökkva)" + +#: mod/photos.php:1488 mod/photos.php:1527 mod/photos.php:1600 +#: mod/contacts.php:953 src/Object/Post.php:793 +msgid "This is you" +msgstr "Þetta ert þú" + +#: mod/photos.php:1490 mod/photos.php:1529 mod/photos.php:1602 +#: src/Object/Post.php:399 src/Object/Post.php:795 +msgid "Comment" +msgstr "Athugasemd" + +#: mod/photos.php:1634 +msgid "Map" +msgstr "Landakort" + +#: mod/photos.php:1704 mod/videos.php:387 +msgid "View Album" +msgstr "Skoða myndabók" + +#: mod/profile.php:37 src/Model/Profile.php:118 +msgid "Requested profile is not available." +msgstr "Umbeðin forsíða ekki til." + +#: mod/profile.php:78 src/Protocol/OStatus.php:1252 +#, php-format +msgid "%s's posts" +msgstr "Færslur frá %s" + +#: mod/profile.php:79 src/Protocol/OStatus.php:1253 +#, php-format +msgid "%s's comments" +msgstr "Athugasemdir frá %s" + +#: mod/profile.php:80 src/Protocol/OStatus.php:1251 +#, php-format +msgid "%s's timeline" +msgstr "Tímalína fyrir %s" + +#: mod/profile.php:173 mod/display.php:313 mod/cal.php:142 +msgid "Access to this profile has been restricted." +msgstr "Aðgangur að þessari forsíðu hefur verið heftur." + +#: mod/profile.php:194 +msgid "Tips for New Members" +msgstr "Ábendingar fyrir nýja notendur" + +#: mod/videos.php:139 +msgid "Do you really want to delete this video?" +msgstr "" + +#: mod/videos.php:144 +msgid "Delete Video" +msgstr "Eyða myndskeiði" + +#: mod/videos.php:207 +msgid "No videos selected" +msgstr "Engin myndskeið valin" + +#: mod/videos.php:396 +msgid "Recent Videos" +msgstr "Nýleg myndskeið" + +#: mod/videos.php:398 +msgid "Upload New Videos" +msgstr "Senda inn ný myndskeið" + +#: mod/delegate.php:37 +msgid "Parent user not found." +msgstr "" + +#: mod/delegate.php:144 +msgid "No parent user" +msgstr "" + +#: mod/delegate.php:159 +msgid "Parent Password:" +msgstr "" + +#: mod/delegate.php:159 +msgid "" +"Please enter the password of the parent account to legitimize your request." +msgstr "" + +#: mod/delegate.php:164 +msgid "Parent User" +msgstr "" + +#: mod/delegate.php:167 +msgid "" +"Parent users have total control about this account, including the account " +"settings. Please double check whom you give this access." +msgstr "" + +#: mod/delegate.php:168 mod/admin.php:307 mod/admin.php:1346 +#: mod/admin.php:1965 mod/admin.php:2218 mod/admin.php:2292 mod/admin.php:2439 +#: mod/settings.php:675 mod/settings.php:784 mod/settings.php:872 +#: mod/settings.php:961 mod/settings.php:1194 +msgid "Save Settings" +msgstr "Vista stillingar" + +#: mod/delegate.php:169 src/Content/Nav.php:204 +msgid "Delegate Page Management" +msgstr "" + +#: mod/delegate.php:170 +msgid "Delegates" +msgstr "" + +#: mod/delegate.php:172 +msgid "" +"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." +msgstr "" + +#: mod/delegate.php:173 +msgid "Existing Page Delegates" +msgstr "" + +#: mod/delegate.php:175 +msgid "Potential Delegates" +msgstr "" + +#: mod/delegate.php:178 +msgid "Add" +msgstr "Bæta við" + +#: mod/delegate.php:179 +msgid "No entries." +msgstr "Engar færslur." + +#: mod/dirfind.php:49 +#, php-format +msgid "People Search - %s" +msgstr "Leita að fólki - %s" + +#: mod/dirfind.php:60 +#, php-format +msgid "Forum Search - %s" +msgstr "Leita á spjallsvæði - %s" + +#: mod/install.php:114 +msgid "Friendica Communications Server - Setup" +msgstr "" + +#: mod/install.php:120 +msgid "Could not connect to database." +msgstr "Gat ekki tengst gagnagrunn." + +#: mod/install.php:124 +msgid "Could not create table." +msgstr "Gat ekki búið til töflu." + +#: mod/install.php:130 +msgid "Your Friendica site database has been installed." +msgstr "Friendica gagnagrunnurinn þinn hefur verið uppsettur." + +#: mod/install.php:135 +msgid "" +"You may need to import the file \"database.sql\" manually using phpmyadmin " +"or mysql." +msgstr "Þú þarft mögulega að keyra inn skránna \"database.sql\" handvirkt með phpmyadmin eða mysql." + +#: mod/install.php:136 mod/install.php:208 mod/install.php:558 +msgid "Please see the file \"INSTALL.txt\"." +msgstr "Lestu skrána \"INSTALL.txt\"." + +#: mod/install.php:148 +msgid "Database already in use." +msgstr "Gagnagrunnur er þegar í notkun." + +#: mod/install.php:205 +msgid "System check" +msgstr "Kerfis prófun" + +#: mod/install.php:209 mod/cal.php:277 mod/events.php:395 +msgid "Next" +msgstr "Næsta" + +#: mod/install.php:210 +msgid "Check again" +msgstr "Prófa aftur" + +#: mod/install.php:230 +msgid "Database connection" +msgstr "Gangagrunns tenging" + +#: mod/install.php:231 +msgid "" +"In order to install Friendica we need to know how to connect to your " +"database." +msgstr "Til að setja upp Friendica þurfum við að vita hvernig á að tengjast gagnagrunninum þínum." + +#: mod/install.php:232 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "Hafðu samband við hýsingaraðilann þinn eða kerfisstjóra ef þú hefur spurningar varðandi þessar stillingar." + +#: mod/install.php:233 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "Gagnagrunnurinn sem þú bendir á þarf þegar að vera til. Ef ekki þá þarf að stofna hann áður en haldið er áfram." + +#: mod/install.php:237 +msgid "Database Server Name" +msgstr "Vélanafn gagangrunns" + +#: mod/install.php:238 +msgid "Database Login Name" +msgstr "Notendanafn í gagnagrunn" + +#: mod/install.php:239 +msgid "Database Login Password" +msgstr "Aðgangsorð í gagnagrunns" + +#: mod/install.php:239 +msgid "For security reasons the password must not be empty" +msgstr "" + +#: mod/install.php:240 +msgid "Database Name" +msgstr "Nafn gagnagrunns" + +#: mod/install.php:241 mod/install.php:281 +msgid "Site administrator email address" +msgstr "Póstfang kerfisstjóra vefsvæðis" + +#: mod/install.php:241 mod/install.php:281 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "Póstfang aðgangsins þíns verður að passa við þetta til að hægt sé að nota umsýsluvefviðmótið." + +#: mod/install.php:245 mod/install.php:284 +msgid "Please select a default timezone for your website" +msgstr "Veldu sjálfgefið tímabelti fyrir vefsíðuna" + +#: mod/install.php:271 +msgid "Site settings" +msgstr "Stillingar vefsvæðis" + +#: mod/install.php:285 +msgid "System Language:" +msgstr "Tungumál kerfis:" + +#: mod/install.php:285 +msgid "" +"Set the default language for your Friendica installation interface and to " +"send emails." +msgstr "" + +#: mod/install.php:325 +msgid "Could not find a command line version of PHP in the web server PATH." +msgstr "Gat ekki fundið skipanalínu útgáfu af PHP í vefþjóns PATH." + +#: mod/install.php:326 +msgid "" +"If you don't have a command line version of PHP installed on your server, " +"you will not be able to run the background processing. See 'Setup the worker'" +msgstr "" + +#: mod/install.php:330 +msgid "PHP executable path" +msgstr "PHP keyrslu slóð" + +#: mod/install.php:330 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." +msgstr "" + +#: mod/install.php:335 +msgid "Command line PHP" +msgstr "Skipanalínu PHP" + +#: mod/install.php:344 +msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" +msgstr "" + +#: mod/install.php:345 +msgid "Found PHP version: " +msgstr "Fann PHP útgáfu: " + +#: mod/install.php:347 +msgid "PHP cli binary" +msgstr "" + +#: mod/install.php:358 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." +msgstr "Skipanalínu útgáfa af PHP á vefþjóninum hefur ekki kveikt á \"register_argc_argv\"." + +#: mod/install.php:359 +msgid "This is required for message delivery to work." +msgstr "Þetta er skilyrt fyrir því að skilaboð komist til skila." + +#: mod/install.php:361 +msgid "PHP register_argc_argv" +msgstr "" + +#: mod/install.php:384 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" +msgstr "Villa: Stefjan \"openssl_pkey_new\" á vefþjóninum getur ekki stofnað dulkóðunar lykla" + +#: mod/install.php:385 +msgid "" +"If running under Windows, please see " +"\"http://www.php.net/manual/en/openssl.installation.php\"." +msgstr "Ef keyrt er á Window, skoðaðu þá \"http://www.php.net/manual/en/openssl.installation.php\"." + +#: mod/install.php:387 +msgid "Generate encryption keys" +msgstr "Búa til dulkóðunar lykla" + +#: mod/install.php:394 +msgid "libCurl PHP module" +msgstr "libCurl PHP eining" + +#: mod/install.php:395 +msgid "GD graphics PHP module" +msgstr "GD graphics PHP eining" + +#: mod/install.php:396 +msgid "OpenSSL PHP module" +msgstr "OpenSSL PHP eining" + +#: mod/install.php:397 +msgid "PDO or MySQLi PHP module" +msgstr "" + +#: mod/install.php:398 +msgid "mb_string PHP module" +msgstr "mb_string PHP eining" + +#: mod/install.php:399 +msgid "XML PHP module" +msgstr "" + +#: mod/install.php:400 +msgid "iconv PHP module" +msgstr "" + +#: mod/install.php:401 +msgid "POSIX PHP module" +msgstr "" + +#: mod/install.php:405 mod/install.php:407 +msgid "Apache mod_rewrite module" +msgstr "Apache mod_rewrite eining" + +#: mod/install.php:405 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." +msgstr "Villa: Apache vefþjóns eining mod-rewrite er skilyrði og er ekki uppsett. " + +#: mod/install.php:413 +msgid "Error: libCURL PHP module required but not installed." +msgstr "Villa: libCurl PHP eining er skilyrði og er ekki uppsett." + +#: mod/install.php:417 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." +msgstr "Villa: GD graphics PHP eining með JPEG stuðningi er skilyrði og er ekki uppsett." + +#: mod/install.php:421 +msgid "Error: openssl PHP module required but not installed." +msgstr "Villa: openssl PHP eining skilyrði og er ekki uppsett." + +#: mod/install.php:425 +msgid "Error: PDO or MySQLi PHP module required but not installed." +msgstr "" + +#: mod/install.php:429 +msgid "Error: The MySQL driver for PDO is not installed." +msgstr "" + +#: mod/install.php:433 +msgid "Error: mb_string PHP module required but not installed." +msgstr "Villa: mb_string PHP eining skilyrði en ekki uppsett." + +#: mod/install.php:437 +msgid "Error: iconv PHP module required but not installed." +msgstr "" + +#: mod/install.php:441 +msgid "Error: POSIX PHP module required but not installed." +msgstr "" + +#: mod/install.php:451 +msgid "Error, XML PHP module required but not installed." +msgstr "" + +#: mod/install.php:463 +msgid "" +"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." +msgstr "Vef uppsetningar forrit þarf að geta stofnað skránna \".htconfig.php\" in efsta skráarsafninu á vefþjóninum og það getur ekki gert það." + +#: mod/install.php:464 +msgid "" +"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." +msgstr "Þetta er oftast aðgangsstýringa stilling, þar sem vefþjónninn getur ekki skrifað út skrár í skráarsafnið - þó þú getir það." + +#: mod/install.php:465 +msgid "" +"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." +msgstr "" + +#: mod/install.php:466 +msgid "" +"You can alternatively skip this procedure and perform a manual installation." +" Please see the file \"INSTALL.txt\" for instructions." +msgstr "" + +#: mod/install.php:469 +msgid ".htconfig.php is writable" +msgstr ".htconfig.php er skrifanleg" + +#: mod/install.php:479 +msgid "" +"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." +msgstr "" + +#: mod/install.php:480 +msgid "" +"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." +msgstr "" + +#: mod/install.php:481 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has" +" write access to this folder." +msgstr "" + +#: mod/install.php:482 +msgid "" +"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." +msgstr "" + +#: mod/install.php:485 +msgid "view/smarty3 is writable" +msgstr "" + +#: mod/install.php:501 +msgid "" +"Url rewrite in .htaccess is not working. Check your server configuration." +msgstr "" + +#: mod/install.php:503 +msgid "Url rewrite is working" +msgstr "" + +#: mod/install.php:522 +msgid "ImageMagick PHP extension is not installed" +msgstr "" + +#: mod/install.php:524 +msgid "ImageMagick PHP extension is installed" +msgstr "" + +#: mod/install.php:526 +msgid "ImageMagick supports GIF" +msgstr "" + +#: mod/install.php:533 +msgid "" +"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." +msgstr "Ekki tókst að skrifa stillingaskrá gagnagrunns \".htconfig.php\". Notað meðfylgjandi texta til að búa til stillingarskrá í rót vefþjónsins." + +#: mod/install.php:556 +msgid "

What next

" +msgstr "" + +#: mod/install.php:557 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"worker." +msgstr "" + +#: mod/install.php:560 +#, php-format +msgid "" +"Go to your new Friendica node registration page " +"and register as new user. Remember to use the same email you have entered as" +" administrator email. This will allow you to enter the site admin panel." +msgstr "" + +#: mod/ostatus_subscribe.php:21 +msgid "Subscribing to OStatus contacts" +msgstr "" + +#: mod/ostatus_subscribe.php:33 +msgid "No contact provided." +msgstr "Enginn tengiliður uppgefinn." + +#: mod/ostatus_subscribe.php:40 +msgid "Couldn't fetch information for contact." +msgstr "" + +#: mod/ostatus_subscribe.php:50 +msgid "Couldn't fetch friends for contact." +msgstr "" + +#: mod/ostatus_subscribe.php:78 +msgid "success" +msgstr "tókst" + +#: mod/ostatus_subscribe.php:80 +msgid "failed" +msgstr "mistókst" + +#: mod/ostatus_subscribe.php:83 src/Object/Post.php:279 +msgid "ignored" +msgstr "hunsað" + +#: mod/unfollow.php:34 +msgid "Contact wasn't found or can't be unfollowed." +msgstr "" + +#: mod/unfollow.php:47 +msgid "Contact unfollowed" +msgstr "" + +#: mod/unfollow.php:73 +msgid "You aren't a friend of this contact." +msgstr "" + +#: mod/unfollow.php:79 +msgid "Unfollowing is currently not supported by your network." +msgstr "" + +#: mod/unfollow.php:100 mod/contacts.php:599 +msgid "Disconnect/Unfollow" +msgstr "" + +#: mod/unfollow.php:132 mod/follow.php:186 mod/contacts.php:858 +#: src/Model/Profile.php:891 +msgid "Status Messages and Posts" +msgstr "Stöðu skilaboð og færslur" + +#: mod/cal.php:274 mod/events.php:391 src/Content/Nav.php:104 +#: src/Content/Nav.php:169 src/Model/Profile.php:924 src/Model/Profile.php:935 +#: view/theme/frio/theme.php:263 view/theme/frio/theme.php:267 +msgid "Events" +msgstr "Atburðir" + +#: mod/cal.php:275 mod/events.php:392 +msgid "View" +msgstr "Skoða" + +#: mod/cal.php:276 mod/events.php:394 +msgid "Previous" +msgstr "Fyrra" + +#: mod/cal.php:280 mod/events.php:400 src/Model/Event.php:412 +msgid "today" +msgstr "í dag" + +#: mod/cal.php:281 mod/events.php:401 src/Util/Temporal.php:304 +#: src/Model/Event.php:413 +msgid "month" +msgstr "mánuður" + +#: mod/cal.php:282 mod/events.php:402 src/Util/Temporal.php:305 +#: src/Model/Event.php:414 +msgid "week" +msgstr "vika" + +#: mod/cal.php:283 mod/events.php:403 src/Util/Temporal.php:306 +#: src/Model/Event.php:415 +msgid "day" +msgstr "dagur" + +#: mod/cal.php:284 mod/events.php:404 +msgid "list" +msgstr "listi" + +#: mod/cal.php:297 src/Core/Console/NewPassword.php:74 src/Model/User.php:204 +msgid "User not found" +msgstr "Notandi fannst ekki" + +#: mod/cal.php:313 +msgid "This calendar format is not supported" +msgstr "" + +#: mod/cal.php:315 +msgid "No exportable data found" +msgstr "" + +#: mod/cal.php:332 +msgid "calendar" +msgstr "dagatal" + +#: mod/events.php:105 mod/events.php:107 +msgid "Event can not end before it has started." +msgstr "" + +#: mod/events.php:114 mod/events.php:116 +msgid "Event title and start time are required." +msgstr "" + +#: mod/events.php:393 +msgid "Create New Event" +msgstr "Stofna nýjan atburð" + +#: mod/events.php:506 +msgid "Event details" +msgstr "Nánar um atburð" + +#: mod/events.php:507 +msgid "Starting date and Title are required." +msgstr "" + +#: mod/events.php:508 mod/events.php:509 +msgid "Event Starts:" +msgstr "Atburður hefst:" + +#: mod/events.php:508 mod/events.php:520 mod/profiles.php:700 +msgid "Required" +msgstr "Nauðsynlegt" + +#: mod/events.php:510 mod/events.php:526 +msgid "Finish date/time is not known or not relevant" +msgstr "Loka dagsetning/tímasetning ekki vituð eða skiptir ekki máli" + +#: mod/events.php:512 mod/events.php:513 +msgid "Event Finishes:" +msgstr "Atburður klárar:" + +#: mod/events.php:514 mod/events.php:527 +msgid "Adjust for viewer timezone" +msgstr "Heimfæra á tímabelti áhorfanda" + +#: mod/events.php:516 +msgid "Description:" +msgstr "Lýsing:" + +#: mod/events.php:520 mod/events.php:522 +msgid "Title:" +msgstr "Titill:" + +#: mod/events.php:523 mod/events.php:524 +msgid "Share this event" +msgstr "Deila þessum atburði" + +#: mod/events.php:531 src/Model/Profile.php:864 +msgid "Basic" +msgstr "Einfalt" + +#: mod/events.php:532 mod/contacts.php:895 mod/admin.php:1351 +#: src/Model/Profile.php:865 +msgid "Advanced" +msgstr "Flóknari" + +#: mod/events.php:552 +msgid "Failed to remove event" +msgstr "" + +#: mod/events.php:554 +msgid "Event removed" +msgstr "" + +#: mod/profile_photo.php:55 +msgid "Image uploaded but image cropping failed." +msgstr "Tókst að hala upp mynd en afskurður tókst ekki." + +#: mod/profile_photo.php:88 mod/profile_photo.php:96 mod/profile_photo.php:104 +#: mod/profile_photo.php:315 +#, php-format +msgid "Image size reduction [%s] failed." +msgstr "Myndar minnkun [%s] tókst ekki." + +#: mod/profile_photo.php:125 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." +msgstr "Ýta þarf á " + +#: mod/profile_photo.php:134 +msgid "Unable to process image" +msgstr "Ekki tókst að vinna mynd" + +#: mod/profile_photo.php:247 +msgid "Upload File:" +msgstr "Hlaða upp skrá:" + +#: mod/profile_photo.php:248 +msgid "Select a profile:" +msgstr "" + +#: mod/profile_photo.php:253 +msgid "or" +msgstr "eða" + +#: mod/profile_photo.php:253 +msgid "skip this step" +msgstr "sleppa þessu skrefi" + +#: mod/profile_photo.php:253 +msgid "select a photo from your photo albums" +msgstr "velja mynd í myndabókum" + +#: mod/profile_photo.php:266 +msgid "Crop Image" +msgstr "Skera af mynd" + +#: mod/profile_photo.php:267 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "Stilltu afskurð fyrir besta birtingu." + +#: mod/profile_photo.php:269 +msgid "Done Editing" +msgstr "Breyting kláruð" + +#: mod/profile_photo.php:305 +msgid "Image uploaded successfully." +msgstr "Upphölun á mynd tóks." + +#: mod/directory.php:152 src/Model/Profile.php:421 src/Model/Profile.php:769 +msgid "Status:" +msgstr "Staða:" + +#: mod/directory.php:153 src/Model/Profile.php:422 src/Model/Profile.php:786 +msgid "Homepage:" +msgstr "Heimasíða:" + +#: mod/directory.php:202 view/theme/vier/theme.php:201 +msgid "Global Directory" +msgstr "Alheimstengiliðaskrá" + +#: mod/directory.php:204 +msgid "Find on this site" +msgstr "Leita á þessum vef" + +#: mod/directory.php:206 +msgid "Results for:" +msgstr "Niðurstöður fyrir:" + +#: mod/directory.php:208 +msgid "Site Directory" +msgstr "Skrá yfir tengiliði á þessum vef" + +#: mod/directory.php:209 mod/contacts.php:820 src/Content/Widget.php:63 +msgid "Find" +msgstr "Finna" + +#: mod/directory.php:213 +msgid "No entries (some entries may be hidden)." +msgstr "Engar færslur (sumar geta verið faldar)." + +#: mod/babel.php:22 +msgid "Source input" +msgstr "" + +#: mod/babel.php:28 +msgid "BBCode::convert (raw HTML)" +msgstr "" + +#: mod/babel.php:33 +msgid "BBCode::convert" +msgstr "" + +#: mod/babel.php:39 +msgid "BBCode::convert => HTML::toBBCode" +msgstr "" + +#: mod/babel.php:45 +msgid "BBCode::toMarkdown" +msgstr "" + +#: mod/babel.php:51 +msgid "BBCode::toMarkdown => Markdown::convert" +msgstr "" + +#: mod/babel.php:57 +msgid "BBCode::toMarkdown => Markdown::toBBCode" +msgstr "" + +#: mod/babel.php:63 +msgid "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode" +msgstr "" + +#: mod/babel.php:70 +msgid "Source input \\x28Diaspora format\\x29" +msgstr "" + +#: mod/babel.php:76 +msgid "Markdown::toBBCode" +msgstr "Markdown::toBBCode" + +#: mod/babel.php:83 +msgid "Raw HTML input" +msgstr "Hrátt HTML-ílag" + +#: mod/babel.php:88 +msgid "HTML Input" +msgstr "HTML Input" + +#: mod/babel.php:94 +msgid "HTML::toBBCode" +msgstr "HTML::toBBCode" + +#: mod/babel.php:100 +msgid "HTML::toPlaintext" +msgstr "HTML::toPlaintext" + +#: mod/babel.php:108 +msgid "Source text" +msgstr "Frumtexti" + +#: mod/babel.php:109 +msgid "BBCode" +msgstr "BBCode" + +#: mod/babel.php:110 +msgid "Markdown" +msgstr "Markdown" + +#: mod/babel.php:111 +msgid "HTML" +msgstr "HTML" + +#: mod/follow.php:45 +msgid "The contact could not be added." +msgstr "" + +#: mod/follow.php:73 +msgid "You already added this contact." +msgstr "" + +#: mod/follow.php:83 +msgid "Diaspora support isn't enabled. Contact can't be added." +msgstr "" + +#: mod/follow.php:90 +msgid "OStatus support is disabled. Contact can't be added." +msgstr "" + +#: mod/follow.php:97 +msgid "The network type couldn't be detected. Contact can't be added." +msgstr "" + +#: mod/profiles.php:58 +msgid "Profile deleted." +msgstr "Forsíðu eytt." + +#: mod/profiles.php:74 mod/profiles.php:110 +msgid "Profile-" +msgstr "Forsíða-" + +#: mod/profiles.php:93 mod/profiles.php:132 +msgid "New profile created." +msgstr "Ný forsíða búinn til." + +#: mod/profiles.php:116 +msgid "Profile unavailable to clone." +msgstr "Ekki tókst að klóna forsíðu" + +#: mod/profiles.php:206 +msgid "Profile Name is required." +msgstr "Nafn á forsíðu er skilyrði" + +#: mod/profiles.php:347 +msgid "Marital Status" +msgstr "Hjúskaparstaða" + +#: mod/profiles.php:351 +msgid "Romantic Partner" +msgstr "" + +#: mod/profiles.php:363 +msgid "Work/Employment" +msgstr "Atvinna/Starf" + +#: mod/profiles.php:366 +msgid "Religion" +msgstr "Trúarbrögð" + +#: mod/profiles.php:370 +msgid "Political Views" +msgstr "Stórnmálaskoðanir" + +#: mod/profiles.php:374 +msgid "Gender" +msgstr "Kyn" + +#: mod/profiles.php:378 +msgid "Sexual Preference" +msgstr "Kynhneigð" + +#: mod/profiles.php:382 +msgid "XMPP" +msgstr "XMPP" + +#: mod/profiles.php:386 +msgid "Homepage" +msgstr "Heimasíða" + +#: mod/profiles.php:390 mod/profiles.php:686 +msgid "Interests" +msgstr "Áhugamál" + +#: mod/profiles.php:394 mod/admin.php:490 +msgid "Address" +msgstr "Heimilisfang" + +#: mod/profiles.php:401 mod/profiles.php:682 +msgid "Location" +msgstr "Staðsetning" + +#: mod/profiles.php:486 +msgid "Profile updated." +msgstr "Forsíða uppfærð." + +#: mod/profiles.php:564 +msgid " and " +msgstr "og" + +#: mod/profiles.php:573 +msgid "public profile" +msgstr "Opinber forsíða" + +#: mod/profiles.php:576 +#, php-format +msgid "%1$s changed %2$s to “%3$s”" +msgstr "" + +#: mod/profiles.php:577 +#, php-format +msgid " - Visit %1$s's %2$s" +msgstr " - Heimsæktu %1$s's %2$s" + +#: mod/profiles.php:579 +#, php-format +msgid "%1$s has an updated %2$s, changing %3$s." +msgstr "%1$s hefur uppfært %2$s, með því að breyta %3$s." + +#: mod/profiles.php:633 +msgid "Hide contacts and friends:" +msgstr "Fela tengiliði og vini" + +#: mod/profiles.php:638 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "Fela tengiliða-/vinalista á þessari forsíðu?" + +#: mod/profiles.php:658 +msgid "Show more profile fields:" +msgstr "" + +#: mod/profiles.php:670 +msgid "Profile Actions" +msgstr "" + +#: mod/profiles.php:671 +msgid "Edit Profile Details" +msgstr "Breyta forsíðu upplýsingum" + +#: mod/profiles.php:673 +msgid "Change Profile Photo" +msgstr "" + +#: mod/profiles.php:674 +msgid "View this profile" +msgstr "Skoða þessa forsíðu" + +#: mod/profiles.php:675 mod/profiles.php:770 src/Model/Profile.php:393 +msgid "Edit visibility" +msgstr "Sýsla með sýnileika" + +#: mod/profiles.php:676 +msgid "Create a new profile using these settings" +msgstr "Búa til nýja forsíðu með þessum stillingum" + +#: mod/profiles.php:677 +msgid "Clone this profile" +msgstr "Klóna þessa forsíðu" + +#: mod/profiles.php:678 +msgid "Delete this profile" +msgstr "Eyða þessari forsíðu" + +#: mod/profiles.php:680 +msgid "Basic information" +msgstr "" + +#: mod/profiles.php:681 +msgid "Profile picture" +msgstr "Notandamynd" + +#: mod/profiles.php:683 +msgid "Preferences" +msgstr "Kjörstillingar" + +#: mod/profiles.php:684 +msgid "Status information" +msgstr "" + +#: mod/profiles.php:685 +msgid "Additional information" +msgstr "Viðbótarupplýsingar" + +#: mod/profiles.php:688 +msgid "Relation" +msgstr "Vensl" + +#: mod/profiles.php:689 src/Util/Temporal.php:81 src/Util/Temporal.php:83 +msgid "Miscellaneous" +msgstr "Ýmislegt" + +#: mod/profiles.php:692 +msgid "Your Gender:" +msgstr "Kyn:" + +#: mod/profiles.php:693 +msgid " Marital Status:" +msgstr " Hjúskaparstaða:" + +#: mod/profiles.php:694 src/Model/Profile.php:782 +msgid "Sexual Preference:" +msgstr "Kynhneigð:" + +#: mod/profiles.php:695 +msgid "Example: fishing photography software" +msgstr "Til dæmis: fishing photography software" + +#: mod/profiles.php:700 +msgid "Profile Name:" +msgstr "Forsíðu nafn:" + +#: mod/profiles.php:702 +msgid "" +"This is your public profile.
It may " +"be visible to anybody using the internet." +msgstr "Þetta er opinber forsíða.
Hún verður sjáanleg öðrum sem nota alnetið." + +#: mod/profiles.php:703 +msgid "Your Full Name:" +msgstr "Fullt nafn:" + +#: mod/profiles.php:704 +msgid "Title/Description:" +msgstr "Starfsheiti/Lýsing:" + +#: mod/profiles.php:707 +msgid "Street Address:" +msgstr "Gata:" + +#: mod/profiles.php:708 +msgid "Locality/City:" +msgstr "Bær/Borg:" + +#: mod/profiles.php:709 +msgid "Region/State:" +msgstr "Svæði/Sýsla" + +#: mod/profiles.php:710 +msgid "Postal/Zip Code:" +msgstr "Póstnúmer:" + +#: mod/profiles.php:711 +msgid "Country:" +msgstr "Land:" + +#: mod/profiles.php:712 src/Util/Temporal.php:149 +msgid "Age: " +msgstr "Aldur: " + +#: mod/profiles.php:715 +msgid "Who: (if applicable)" +msgstr "Hver: (ef við á)" + +#: mod/profiles.php:715 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "Dæmi: cathy123, Cathy Williams, cathy@example.com" + +#: mod/profiles.php:716 +msgid "Since [date]:" +msgstr "Síðan [date]:" + +#: mod/profiles.php:718 +msgid "Tell us about yourself..." +msgstr "Segðu okkur frá sjálfum þér..." + +#: mod/profiles.php:719 +msgid "XMPP (Jabber) address:" +msgstr "XMPP (Jabber) vistfang:" + +#: mod/profiles.php:719 +msgid "" +"The XMPP address will be propagated to your contacts so that they can follow" +" you." +msgstr "" + +#: mod/profiles.php:720 +msgid "Homepage URL:" +msgstr "Slóð heimasíðu:" + +#: mod/profiles.php:721 src/Model/Profile.php:790 +msgid "Hometown:" +msgstr "Heimabær:" + +#: mod/profiles.php:722 src/Model/Profile.php:798 +msgid "Political Views:" +msgstr "Stórnmálaskoðanir:" + +#: mod/profiles.php:723 +msgid "Religious Views:" +msgstr "Trúarskoðanir" + +#: mod/profiles.php:724 +msgid "Public Keywords:" +msgstr "Opinber leitarorð:" + +#: mod/profiles.php:724 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "(Notað til að stinga uppá mögulegum vinum, aðrir geta séð)" + +#: mod/profiles.php:725 +msgid "Private Keywords:" +msgstr "Einka leitarorð:" + +#: mod/profiles.php:725 +msgid "(Used for searching profiles, never shown to others)" +msgstr "(Notað við leit að öðrum notendum, aldrei sýnt öðrum)" + +#: mod/profiles.php:726 src/Model/Profile.php:814 +msgid "Likes:" +msgstr "Líkar:" + +#: mod/profiles.php:727 src/Model/Profile.php:818 +msgid "Dislikes:" +msgstr "Mislíkar:" + +#: mod/profiles.php:728 +msgid "Musical interests" +msgstr "Tónlistarsmekkur" + +#: mod/profiles.php:729 +msgid "Books, literature" +msgstr "Bækur, bókmenntir" + +#: mod/profiles.php:730 +msgid "Television" +msgstr "Sjónvarp" + +#: mod/profiles.php:731 +msgid "Film/dance/culture/entertainment" +msgstr "Kvikmyndir/dans/menning/afþreying" + +#: mod/profiles.php:732 +msgid "Hobbies/Interests" +msgstr "Áhugamál" + +#: mod/profiles.php:733 +msgid "Love/romance" +msgstr "Ást/rómantík" + +#: mod/profiles.php:734 +msgid "Work/employment" +msgstr "Atvinna:" + +#: mod/profiles.php:735 +msgid "School/education" +msgstr "Skóli/menntun" + +#: mod/profiles.php:736 +msgid "Contact information and Social Networks" +msgstr "Tengiliðaupplýsingar og samfélagsnet" + +#: mod/profiles.php:767 src/Model/Profile.php:389 +msgid "Profile Image" +msgstr "Forsíðumynd" + +#: mod/profiles.php:769 src/Model/Profile.php:392 +msgid "visible to everybody" +msgstr "sýnilegt öllum" + +#: mod/profiles.php:776 +msgid "Edit/Manage Profiles" +msgstr "Sýsla með forsíður" + +#: mod/profiles.php:777 src/Model/Profile.php:379 src/Model/Profile.php:401 +msgid "Change profile photo" +msgstr "Breyta forsíðumynd" + +#: mod/profiles.php:778 src/Model/Profile.php:380 +msgid "Create New Profile" +msgstr "Stofna nýja forsíðu" + +#: mod/contacts.php:157 +#, php-format +msgid "%d contact edited." +msgid_plural "%d contacts edited." +msgstr[0] "" +msgstr[1] "" + +#: mod/contacts.php:184 mod/contacts.php:400 +msgid "Could not access contact record." +msgstr "Tókst ekki að ná í uppl. um tengilið" + +#: mod/contacts.php:194 +msgid "Could not locate selected profile." +msgstr "Tókst ekki að staðsetja valinn forsíðu" + +#: mod/contacts.php:228 +msgid "Contact updated." +msgstr "Tengiliður uppfærður" + +#: mod/contacts.php:421 +msgid "Contact has been blocked" +msgstr "Lokað á tengilið" + +#: mod/contacts.php:421 +msgid "Contact has been unblocked" +msgstr "Opnað á tengilið" + +#: mod/contacts.php:432 +msgid "Contact has been ignored" +msgstr "Tengiliður hunsaður" + +#: mod/contacts.php:432 +msgid "Contact has been unignored" +msgstr "Tengiliður afhunsaður" + +#: mod/contacts.php:443 +msgid "Contact has been archived" +msgstr "Tengiliður settur í geymslu" + +#: mod/contacts.php:443 +msgid "Contact has been unarchived" +msgstr "Tengiliður tekinn úr geymslu" + +#: mod/contacts.php:467 +msgid "Drop contact" +msgstr "Henda tengilið" + +#: mod/contacts.php:470 mod/contacts.php:823 +msgid "Do you really want to delete this contact?" +msgstr "Viltu í alvörunni eyða þessum tengilið?" + +#: mod/contacts.php:488 +msgid "Contact has been removed." +msgstr "Tengiliður fjarlægður" + +#: mod/contacts.php:519 +#, php-format +msgid "You are mutual friends with %s" +msgstr "Þú ert gagnkvæmur vinur %s" + +#: mod/contacts.php:523 +#, php-format +msgid "You are sharing with %s" +msgstr "Þú ert að deila með %s" + +#: mod/contacts.php:527 +#, php-format +msgid "%s is sharing with you" +msgstr "%s er að deila með þér" + +#: mod/contacts.php:547 +msgid "Private communications are not available for this contact." +msgstr "Einkasamtal ekki í boði fyrir þennan" + +#: mod/contacts.php:549 +msgid "Never" +msgstr "Aldrei" + +#: mod/contacts.php:552 +msgid "(Update was successful)" +msgstr "(uppfærsla tókst)" + +#: mod/contacts.php:552 +msgid "(Update was not successful)" +msgstr "(uppfærsla tókst ekki)" + +#: mod/contacts.php:554 mod/contacts.php:992 +msgid "Suggest friends" +msgstr "Stinga uppá vinum" + +#: mod/contacts.php:558 +#, php-format +msgid "Network type: %s" +msgstr "Net tegund: %s" + +#: mod/contacts.php:563 +msgid "Communications lost with this contact!" +msgstr "" + +#: mod/contacts.php:569 +msgid "Fetch further information for feeds" +msgstr "Ná í ítarlegri upplýsingar um fréttaveitur" + +#: mod/contacts.php:571 +msgid "" +"Fetch information like preview pictures, title and teaser from the feed " +"item. You can activate this if the feed doesn't contain much text. Keywords " +"are taken from the meta header in the feed item and are posted as hash tags." +msgstr "" + +#: mod/contacts.php:572 mod/admin.php:1272 mod/admin.php:1435 +#: mod/admin.php:1445 +msgid "Disabled" +msgstr "Óvirkt" + +#: mod/contacts.php:573 +msgid "Fetch information" +msgstr "Ná í upplýsingar" + +#: mod/contacts.php:574 +msgid "Fetch keywords" +msgstr "Ná í stikkorð" + +#: mod/contacts.php:575 +msgid "Fetch information and keywords" +msgstr "Ná í upplýsingar og stikkorð" + +#: mod/contacts.php:608 +msgid "Contact" +msgstr "Tengiliður" + +#: mod/contacts.php:611 +msgid "Profile Visibility" +msgstr "Forsíðu sjáanleiki" + +#: mod/contacts.php:612 +#, php-format +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." +msgstr "Veldu forsíðu sem á að birtast %s þegar hann skoðaður með öruggum hætti" + +#: mod/contacts.php:613 +msgid "Contact Information / Notes" +msgstr "Uppl. um tengilið / minnisatriði" + +#: mod/contacts.php:614 +msgid "Their personal note" +msgstr "" + +#: mod/contacts.php:616 +msgid "Edit contact notes" +msgstr "Breyta minnispunktum tengiliðs " + +#: mod/contacts.php:620 +msgid "Block/Unblock contact" +msgstr "útiloka/opna á tengilið" + +#: mod/contacts.php:621 +msgid "Ignore contact" +msgstr "Hunsa tengilið" + +#: mod/contacts.php:622 +msgid "Repair URL settings" +msgstr "Gera við stillingar á slóðum" + +#: mod/contacts.php:623 +msgid "View conversations" +msgstr "Skoða samtöl" + +#: mod/contacts.php:628 +msgid "Last update:" +msgstr "Síðasta uppfærsla:" + +#: mod/contacts.php:630 +msgid "Update public posts" +msgstr "Uppfæra opinberar færslur" + +#: mod/contacts.php:632 mod/contacts.php:1002 +msgid "Update now" +msgstr "Uppfæra núna" + +#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011 +#: mod/admin.php:485 mod/admin.php:1800 +msgid "Unblock" +msgstr "Afbanna" + +#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011 +#: mod/admin.php:484 mod/admin.php:1799 +msgid "Block" +msgstr "Útiloka" + +#: mod/contacts.php:638 mod/contacts.php:828 mod/contacts.php:1019 +msgid "Unignore" +msgstr "Byrja að fylgjast með á ný" + +#: mod/contacts.php:642 +msgid "Currently blocked" +msgstr "Útilokaður sem stendur" + +#: mod/contacts.php:643 +msgid "Currently ignored" +msgstr "Hunsaður sem stendur" + +#: mod/contacts.php:644 +msgid "Currently archived" +msgstr "Í geymslu" + +#: mod/contacts.php:645 +msgid "Awaiting connection acknowledge" +msgstr "" + +#: mod/contacts.php:646 +msgid "" +"Replies/likes to your public posts may still be visible" +msgstr "Svör eða \"líkar við\" á opinberar færslur þínar geta mögulega verið sýnileg öðrum" + +#: mod/contacts.php:647 +msgid "Notification for new posts" +msgstr "" + +#: mod/contacts.php:647 +msgid "Send a notification of every new post of this contact" +msgstr "" + +#: mod/contacts.php:650 +msgid "Blacklisted keywords" +msgstr "" + +#: mod/contacts.php:650 +msgid "" +"Comma separated list of keywords that should not be converted to hashtags, " +"when \"Fetch information and keywords\" is selected" +msgstr "" + +#: mod/contacts.php:662 src/Model/Profile.php:424 +msgid "XMPP:" +msgstr "XMPP:" + +#: mod/contacts.php:667 +msgid "Actions" +msgstr "Aðgerðir" + +#: mod/contacts.php:669 mod/contacts.php:855 src/Content/Nav.php:100 +#: src/Model/Profile.php:888 view/theme/frio/theme.php:259 +msgid "Status" +msgstr "Staða" + +#: mod/contacts.php:670 +msgid "Contact Settings" +msgstr "Stillingar tengiliðar" + +#: mod/contacts.php:711 +msgid "Suggestions" +msgstr "Uppástungur" + +#: mod/contacts.php:714 +msgid "Suggest potential friends" +msgstr "Stinga uppá mögulegum vinum" + +#: mod/contacts.php:722 +msgid "Show all contacts" +msgstr "Sýna alla tengiliði" + +#: mod/contacts.php:727 +msgid "Unblocked" +msgstr "Afhunsað" + +#: mod/contacts.php:730 +msgid "Only show unblocked contacts" +msgstr "" + +#: mod/contacts.php:735 +msgid "Blocked" +msgstr "Útilokað" + +#: mod/contacts.php:738 +msgid "Only show blocked contacts" +msgstr "" + +#: mod/contacts.php:743 +msgid "Ignored" +msgstr "Hunsa" + +#: mod/contacts.php:746 +msgid "Only show ignored contacts" +msgstr "" + +#: mod/contacts.php:751 +msgid "Archived" +msgstr "Í geymslu" + +#: mod/contacts.php:754 +msgid "Only show archived contacts" +msgstr "Aðeins sýna geymda tengiliði" + +#: mod/contacts.php:759 +msgid "Hidden" +msgstr "Falinn" + +#: mod/contacts.php:762 +msgid "Only show hidden contacts" +msgstr "Aðeins sýna falda tengiliði" + +#: mod/contacts.php:818 +msgid "Search your contacts" +msgstr "Leita í þínum vinum" + +#: mod/contacts.php:826 mod/settings.php:170 mod/settings.php:701 +msgid "Update" +msgstr "Uppfæra" + +#: mod/contacts.php:829 mod/contacts.php:1027 +msgid "Archive" +msgstr "Setja í geymslu" + +#: mod/contacts.php:829 mod/contacts.php:1027 +msgid "Unarchive" +msgstr "Taka úr geymslu" + +#: mod/contacts.php:832 +msgid "Batch Actions" +msgstr "" + +#: mod/contacts.php:866 src/Model/Profile.php:899 +msgid "Profile Details" +msgstr "Forsíðu upplýsingar" + +#: mod/contacts.php:878 +msgid "View all contacts" +msgstr "Skoða alla tengiliði" + +#: mod/contacts.php:889 +msgid "View all common friends" +msgstr "" + +#: mod/contacts.php:898 +msgid "Advanced Contact Settings" +msgstr "" + +#: mod/contacts.php:930 +msgid "Mutual Friendship" +msgstr "Sameiginlegur vinskapur" + +#: mod/contacts.php:934 +msgid "is a fan of yours" +msgstr "er fylgjandi þinn" + +#: mod/contacts.php:938 +msgid "you are a fan of" +msgstr "þú er fylgjandi" + +#: mod/contacts.php:1013 +msgid "Toggle Blocked status" +msgstr "" + +#: mod/contacts.php:1021 +msgid "Toggle Ignored status" +msgstr "" + +#: mod/contacts.php:1029 +msgid "Toggle Archive status" +msgstr "" + +#: mod/contacts.php:1037 +msgid "Delete contact" +msgstr "Eyða tengilið" + +#: mod/_tos.php:48 mod/register.php:288 mod/admin.php:188 mod/admin.php:302 +#: src/Module/Tos.php:48 +msgid "Terms of Service" +msgstr "Þjónustuskilmálar" + +#: mod/_tos.php:51 src/Module/Tos.php:51 +msgid "Privacy Statement" +msgstr "Yfirlýsing um gagnaleynd" + +#: mod/_tos.php:52 src/Module/Tos.php:52 +msgid "" +"At the time of registration, and for providing communications between the " +"user account and their contacts, the user has to provide a display name (pen" +" name), an username (nickname) and a working email address. The names will " +"be accessible on the profile page of the account by any visitor of the page," +" even if other profile details are not displayed. The email address will " +"only be used to send the user notifications about interactions, but wont be " +"visibly displayed. The listing of an account in the node's user directory or" +" the global user directory is optional and can be controlled in the user " +"settings, it is not necessary for communication." +msgstr "" + +#: mod/_tos.php:53 src/Module/Tos.php:53 +#, php-format +msgid "" +"At any point in time a logged in user can export their account data from the" +" account settings. If the user wants " +"to delete their account they can do so at %1$s/removeme. The deletion of the account will " +"be permanent." +msgstr "" + +#: mod/friendica.php:77 msgid "This is Friendica, version" msgstr "Þetta er Friendica útgáfa" -#: mod/friendica.php:71 +#: mod/friendica.php:78 msgid "running at web location" msgstr "Keyrir á slóð" -#: mod/friendica.php:73 +#: mod/friendica.php:82 msgid "" -"Please visit Friendica.com to learn " -"more about the Friendica project." -msgstr "Á Friendica.com er hægt að fræðast nánar um Friendica verkefnið." +"Please visit Friendi.ca to learn more " +"about the Friendica project." +msgstr "" -#: mod/friendica.php:75 +#: mod/friendica.php:86 msgid "Bug reports and issues: please visit" msgstr "Villu tilkynningar og vandamál: endilega skoða" -#: mod/friendica.php:75 +#: mod/friendica.php:86 msgid "the bugtracker at github" msgstr "villuskráningu á GitHub" -#: mod/friendica.php:76 +#: mod/friendica.php:89 msgid "" "Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " "dot com" msgstr "Uppástungur, lof, framlög og svo framvegis - sendið tölvupóst á \"Info\" hjá Friendica - punktur com" -#: mod/friendica.php:90 -msgid "Installed plugins/addons/apps:" -msgstr "Uppsettar kerfiseiningar/viðbætur/forrit:" - #: mod/friendica.php:103 -msgid "No installed plugins/addons/apps" -msgstr "Engin uppsett kerfiseining/viðbót/forrit" +msgid "Installed addons/apps:" +msgstr "" -#: mod/lostpass.php:19 +#: mod/friendica.php:117 +msgid "No installed addons/apps" +msgstr "" + +#: mod/friendica.php:122 +#, php-format +msgid "Read about the Terms of Service of this node." +msgstr "" + +#: mod/friendica.php:127 +msgid "On this server the following remote servers are blocked." +msgstr "" + +#: mod/friendica.php:128 mod/admin.php:354 mod/admin.php:372 +msgid "Reason for the block" +msgstr "" + +#: mod/lostpass.php:27 msgid "No valid account found." msgstr "Engin gildur aðgangur fannst." -#: mod/lostpass.php:35 +#: mod/lostpass.php:39 msgid "Password reset request issued. Check your email." msgstr "Gefin var beiðni um breytingu á lykilorði. Opnaðu tölvupóstinn þinn." -#: mod/lostpass.php:42 +#: mod/lostpass.php:45 #, php-format msgid "" "\n" @@ -3204,17 +4827,17 @@ msgid "" "\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" +"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n" "\n" "\t\tYour password will not be changed unless we can verify that you\n" "\t\tissued this request." msgstr "" -#: mod/lostpass.php:53 +#: mod/lostpass.php:56 #, php-format msgid "" "\n" -"\t\tFollow this link to verify your identity:\n" +"\t\tFollow this link soon to verify your identity:\n" "\n" "\t\t%1$s\n" "\n" @@ -3227,3580 +4850,1054 @@ msgid "" "\t\tLogin Name:\t%3$s" msgstr "" -#: mod/lostpass.php:72 +#: mod/lostpass.php:73 #, php-format msgid "Password reset requested at %s" msgstr "Beðið var um endurstillingu lykilorðs %s" -#: mod/lostpass.php:92 +#: mod/lostpass.php:89 msgid "" "Request could not be verified. (You may have previously submitted it.) " "Password reset failed." msgstr "Ekki var hægt að sannreyna beiðni. (Það getur verið að þú hafir þegar verið búin/n að senda hana.) Endurstilling á lykilorði tókst ekki." -#: mod/lostpass.php:109 boot.php:1807 -msgid "Password Reset" -msgstr "Endurstilling aðgangsorðs" - -#: mod/lostpass.php:110 -msgid "Your password has been reset as requested." -msgstr "Aðgangsorðið þitt hefur verið endurstilt." - -#: mod/lostpass.php:111 -msgid "Your new password is" -msgstr "Nýja aðgangsorð þitt er " - -#: mod/lostpass.php:112 -msgid "Save or copy your new password - and then" -msgstr "Vistaðu eða afritaðu nýja aðgangsorðið - og" - -#: mod/lostpass.php:113 -msgid "click here to login" -msgstr "smelltu síðan hér til að skrá þig inn" - -#: mod/lostpass.php:114 -msgid "" -"Your password may be changed from the Settings page after " -"successful login." -msgstr "Þú getur breytt aðgangsorðinu þínu á Stillingar síðunni eftir að þú hefur skráð þig inn." - -#: mod/lostpass.php:125 -#, php-format -msgid "" -"\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" +#: mod/lostpass.php:102 +msgid "Request has expired, please make a new one." msgstr "" -#: mod/lostpass.php:131 -#, php-format -msgid "" -"\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" -msgstr "" - -#: mod/lostpass.php:147 -#, php-format -msgid "Your password has been changed at %s" -msgstr "Aðgangsorðinu þínu var breytt í %s" - -#: mod/lostpass.php:159 +#: mod/lostpass.php:117 msgid "Forgot your Password?" msgstr "Gleymdir þú lykilorði þínu?" -#: mod/lostpass.php:160 +#: mod/lostpass.php:118 msgid "" "Enter your email address and submit to have your password reset. Then check " "your email for further instructions." msgstr "Sláðu inn tölvupóstfangið þitt til að endurstilla aðgangsorðið og fá leiðbeiningar sendar með tölvupósti." -#: mod/lostpass.php:161 boot.php:1795 +#: mod/lostpass.php:119 src/Module/Login.php:314 msgid "Nickname or Email: " msgstr "Gælunafn eða póstfang: " -#: mod/lostpass.php:162 +#: mod/lostpass.php:120 msgid "Reset" -msgstr "Endursetja" +msgstr "Endurstilla" -#: mod/hcard.php:10 -msgid "No profile" -msgstr "Engin forsíða" +#: mod/lostpass.php:136 src/Module/Login.php:326 +msgid "Password Reset" +msgstr "Endurstilling aðgangsorðs" -#: mod/help.php:41 -msgid "Help:" -msgstr "Hjálp:" +#: mod/lostpass.php:137 +msgid "Your password has been reset as requested." +msgstr "Aðgangsorðið þitt hefur verið endurstilt." -#: mod/help.php:53 mod/p.php:16 mod/p.php:43 mod/p.php:52 mod/fetch.php:12 -#: mod/fetch.php:39 mod/fetch.php:48 index.php:288 -msgid "Not Found" -msgstr "Fannst ekki" +#: mod/lostpass.php:138 +msgid "Your new password is" +msgstr "Nýja aðgangsorð þitt er " -#: mod/help.php:56 index.php:291 -msgid "Page not found." -msgstr "Síða fannst ekki." +#: mod/lostpass.php:139 +msgid "Save or copy your new password - and then" +msgstr "Vistaðu eða afritaðu nýja aðgangsorðið - og" -#: mod/lockview.php:31 mod/lockview.php:39 -msgid "Remote privacy information not available." -msgstr "Persónuverndar upplýsingar ekki fyrir hendi á fjarlægum vefþjón." +#: mod/lostpass.php:140 +msgid "click here to login" +msgstr "smelltu síðan hér til að skrá þig inn" -#: mod/lockview.php:48 -msgid "Visible to:" -msgstr "Sýnilegt eftirfarandi:" - -#: mod/openid.php:24 -msgid "OpenID protocol error. No ID returned." -msgstr "Samskiptavilla í OpenID. Ekkert auðkenni barst." - -#: mod/openid.php:60 +#: mod/lostpass.php:141 msgid "" -"Account not found and OpenID registration is not permitted on this site." -msgstr "" +"Your password may be changed from the Settings page after " +"successful login." +msgstr "Þú getur breytt aðgangsorðinu þínu á Stillingar síðunni eftir að þú hefur skráð þig inn." -#: mod/uimport.php:50 mod/register.php:198 -msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." -msgstr "Þessi vefur hefur náð hámarks fjölda daglegra nýskráninga. Reyndu aftur á morgun." - -#: mod/uimport.php:64 mod/register.php:295 -msgid "Import" -msgstr "Flytja inn" - -#: mod/uimport.php:66 -msgid "Move account" -msgstr "Flytja aðgang" - -#: mod/uimport.php:67 -msgid "You can import an account from another Friendica server." -msgstr "" - -#: mod/uimport.php:68 -msgid "" -"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." -msgstr "" - -#: mod/uimport.php:69 -msgid "" -"This feature is experimental. We can't import contacts from the OStatus " -"network (GNU Social/Statusnet) or from Diaspora" -msgstr "" - -#: mod/uimport.php:70 -msgid "Account file" -msgstr "" - -#: mod/uimport.php:70 -msgid "" -"To export your account, go to \"Settings->Export your personal data\" and " -"select \"Export account\"" -msgstr "" - -#: mod/nogroup.php:41 mod/contacts.php:586 mod/contacts.php:930 -#: mod/viewcontacts.php:97 -#, php-format -msgid "Visit %s's profile [%s]" -msgstr "Heimsækja forsíðu %s [%s]" - -#: mod/nogroup.php:42 mod/contacts.php:931 -msgid "Edit contact" -msgstr "Breyta tengilið" - -#: mod/nogroup.php:63 -msgid "Contacts who are not members of a group" -msgstr "" - -#: mod/uexport.php:29 -msgid "Export account" -msgstr "" - -#: mod/uexport.php:29 -msgid "" -"Export your account info and contacts. Use this to make a backup of your " -"account and/or to move it to another server." -msgstr "" - -#: mod/uexport.php:30 -msgid "Export all" -msgstr "" - -#: mod/uexport.php:30 -msgid "" -"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)" -msgstr "" - -#: mod/uexport.php:37 mod/settings.php:95 -msgid "Export personal data" -msgstr "Sækja persónuleg gögn" - -#: mod/invite.php:27 -msgid "Total invitation limit exceeded." -msgstr "" - -#: mod/invite.php:49 -#, php-format -msgid "%s : Not a valid email address." -msgstr "%s : Ekki gilt póstfang" - -#: mod/invite.php:73 -msgid "Please join us on Friendica" -msgstr "" - -#: mod/invite.php:84 -msgid "Invitation limit exceeded. Please contact your site administrator." -msgstr "" - -#: mod/invite.php:89 -#, php-format -msgid "%s : Message delivery failed." -msgstr "%s : Skilaboð komust ekki til skila." - -#: mod/invite.php:93 -#, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "%d skilaboð send." -msgstr[1] "%d skilaboð send" - -#: mod/invite.php:112 -msgid "You have no more invitations available" -msgstr "Þú hefur ekki fleiri boðskort." - -#: mod/invite.php:120 +#: mod/lostpass.php:149 #, php-format msgid "" -"Visit %s for a list of public sites that you can join. Friendica members on " -"other sites can all connect with each other, as well as with members of many" -" other social networks." +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tYour password has been changed as requested. Please retain this\n" +"\t\t\tinformation for your records (or change your password immediately to\n" +"\t\t\tsomething that you will remember).\n" +"\t\t" msgstr "" -#: mod/invite.php:122 +#: mod/lostpass.php:155 #, php-format msgid "" -"To accept this invitation, please visit and register at %s or any other " -"public Friendica website." +"\n" +"\t\t\tYour login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%1$s\n" +"\t\t\tLogin Name:\t%2$s\n" +"\t\t\tPassword:\t%3$s\n" +"\n" +"\t\t\tYou may change that password from your account settings page after logging in.\n" +"\t\t" msgstr "" -#: mod/invite.php:123 +#: mod/lostpass.php:169 #, php-format -msgid "" -"Friendica sites all inter-connect to create a huge privacy-enhanced social " -"web that is owned and controlled by its members. They can also connect with " -"many traditional social networks. See %s for a list of alternate Friendica " -"sites you can join." -msgstr "" +msgid "Your password has been changed at %s" +msgstr "Aðgangsorðinu þínu var breytt í %s" -#: mod/invite.php:126 -msgid "" -"Our apologies. This system is not currently configured to connect with other" -" public sites or invite members." -msgstr "" - -#: mod/invite.php:132 -msgid "Send invitations" -msgstr "Senda kynningar" - -#: mod/invite.php:133 -msgid "Enter email addresses, one per line:" -msgstr "Póstföng, eitt í hverja línu:" - -#: mod/invite.php:134 mod/wallmessage.php:151 mod/message.php:351 -#: mod/message.php:541 -msgid "Your message:" -msgstr "Skilaboðin:" - -#: mod/invite.php:135 -msgid "" -"You are cordially invited to join me and other close friends on Friendica - " -"and help us to create a better social web." -msgstr "" - -#: mod/invite.php:137 -msgid "You will need to supply this invitation code: $invite_code" -msgstr "Þú þarft að nota eftirfarandi boðskorta auðkenni: $invite_code" - -#: mod/invite.php:137 -msgid "" -"Once you have registered, please connect with me via my profile page at:" -msgstr "Þegar þú hefur nýskráð þig, hafðu samband við mig gegnum síðuna mína á:" - -#: mod/invite.php:139 -msgid "" -"For more information about the Friendica project and why we feel it is " -"important, please visit http://friendica.com" -msgstr "" - -#: mod/invite.php:140 mod/localtime.php:45 mod/message.php:357 -#: mod/message.php:547 mod/manage.php:143 mod/crepair.php:154 -#: mod/content.php:728 mod/fsuggest.php:107 mod/mood.php:137 mod/poke.php:199 -#: mod/profiles.php:688 mod/events.php:506 mod/photos.php:1104 -#: mod/photos.php:1226 mod/photos.php:1539 mod/photos.php:1590 -#: mod/photos.php:1638 mod/photos.php:1724 mod/contacts.php:577 -#: mod/install.php:272 mod/install.php:312 object/Item.php:720 -#: view/theme/frio/config.php:59 view/theme/quattro/config.php:64 -#: view/theme/vier/config.php:107 view/theme/duepuntozero/config.php:59 -msgid "Submit" -msgstr "Senda inn" - -#: mod/fbrowser.php:133 -msgid "Files" -msgstr "Skrár" - -#: mod/profperm.php:19 mod/group.php:72 index.php:400 -msgid "Permission denied" -msgstr "Bannaður aðgangur" - -#: mod/profperm.php:25 mod/profperm.php:56 -msgid "Invalid profile identifier." -msgstr "Ógilt tengiliða auðkenni" - -#: mod/profperm.php:102 -msgid "Profile Visibility Editor" -msgstr "Sýsla með sjáanleika forsíðu" - -#: mod/profperm.php:106 mod/group.php:223 -msgid "Click on a contact to add or remove." -msgstr "Ýttu á tengilið til að bæta við hóp eða taka úr hóp." - -#: mod/profperm.php:115 -msgid "Visible To" -msgstr "Sjáanlegur hverjum" - -#: mod/profperm.php:131 -msgid "All Contacts (with secure profile access)" -msgstr "Allir tengiliðir (með öruggann aðgang að forsíðu)" - -#: mod/tagrm.php:41 -msgid "Tag removed" -msgstr "Merki fjarlægt" - -#: mod/tagrm.php:79 -msgid "Remove Item Tag" -msgstr "Fjarlægja merki " - -#: mod/tagrm.php:81 -msgid "Select a tag to remove: " -msgstr "Veldu merki til að fjarlægja:" - -#: mod/tagrm.php:93 mod/delegate.php:139 -msgid "Remove" -msgstr "Fjarlægja" - -#: mod/repair_ostatus.php:14 -msgid "Resubscribing to OStatus contacts" -msgstr "" - -#: mod/repair_ostatus.php:30 -msgid "Error" -msgstr "" - -#: mod/repair_ostatus.php:44 mod/ostatus_subscribe.php:51 -msgid "Done" -msgstr "Lokið" - -#: mod/repair_ostatus.php:50 mod/ostatus_subscribe.php:73 -msgid "Keep this window open until done." -msgstr "" - -#: mod/delegate.php:101 -msgid "No potential page delegates located." -msgstr "Engir mögulegir viðtakendur síðunnar fundust." - -#: mod/delegate.php:132 -msgid "" -"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." -msgstr "" - -#: mod/delegate.php:133 -msgid "Existing Page Managers" -msgstr "" - -#: mod/delegate.php:135 -msgid "Existing Page Delegates" -msgstr "" - -#: mod/delegate.php:137 -msgid "Potential Delegates" -msgstr "" - -#: mod/delegate.php:140 -msgid "Add" -msgstr "Bæta við" - -#: mod/delegate.php:141 -msgid "No entries." -msgstr "Engar færslur." - -#: mod/credits.php:16 -msgid "Credits" -msgstr "" - -#: mod/credits.php:17 -msgid "" -"Friendica is a community project, that would not be possible without the " -"help of many people. Here is a list of those who have contributed to the " -"code or the translation of Friendica. Thank you all!" -msgstr "" - -#: mod/filer.php:30 -msgid "- select -" -msgstr "- veldu -" - -#: mod/subthread.php:103 -#, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "" - -#: mod/attach.php:8 -msgid "Item not available." -msgstr "Atriði ekki í boði." - -#: mod/attach.php:20 -msgid "Item was not found." -msgstr "Atriði fannst ekki" - -#: mod/apps.php:7 index.php:244 -msgid "You must be logged in to use addons. " -msgstr "Þú verður að vera skráður inn til að geta notað viðbætur. " - -#: mod/apps.php:11 -msgid "Applications" -msgstr "Forrit" - -#: mod/apps.php:14 -msgid "No installed applications." -msgstr "Engin uppsett forrit" - -#: mod/p.php:9 -msgid "Not Extended" -msgstr "" - -#: mod/newmember.php:6 -msgid "Welcome to Friendica" -msgstr "Velkomin(n) á Friendica" - -#: mod/newmember.php:8 -msgid "New Member Checklist" -msgstr "Nýr notandi verklisti" - -#: mod/newmember.php:12 -msgid "" -"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." -msgstr "" - -#: mod/newmember.php:14 -msgid "Getting Started" -msgstr "" - -#: mod/newmember.php:18 -msgid "Friendica Walk-Through" -msgstr "" - -#: mod/newmember.php:18 -msgid "" -"On your Quick Start page - find a brief introduction to your " -"profile and network tabs, make some new connections, and find some groups to" -" join." -msgstr "" - -#: mod/newmember.php:26 -msgid "Go to Your Settings" -msgstr "" - -#: mod/newmember.php:26 -msgid "" -"On your Settings 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." -msgstr "" - -#: mod/newmember.php:28 -msgid "" -"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." -msgstr "Yfirfarðu aðrar stillingar, sérstaklega gagnaleyndarstillingar. Óútgefin forsíða er einsog óskráð símanúmer. Sem þýðir að líklega viltu gefa út forsíðuna þína - nema að allir vinir þínir og tilvonandi vinir viti nákvæmlega hvernig á að finna þig." - -#: mod/newmember.php:36 mod/profile_photo.php:250 mod/profiles.php:707 -msgid "Upload Profile Photo" -msgstr "Hlaða upp forsíðu mynd" - -#: mod/newmember.php:36 -msgid "" -"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." -msgstr "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." - -#: mod/newmember.php:38 -msgid "Edit Your Profile" -msgstr "" - -#: mod/newmember.php:38 -msgid "" -"Edit your default profile to your liking. Review the " -"settings for hiding your list of friends and hiding the profile from unknown" -" visitors." -msgstr "Breyttu sjálfgefnu forsíðunni einsog þú villt. Yfirfarðu stillingu til að fela vinalista á forsíðu og stillingu til að fela forsíðu fyrir ókunnum." - -#: mod/newmember.php:40 -msgid "Profile Keywords" -msgstr "" - -#: mod/newmember.php:40 -msgid "" -"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." -msgstr "Bættu við leitarorðum í sjálfgefnu forsíðuna þína sem lýsa áhugamálum þínum. Þá er hægt að fólk með svipuð áhugamál og stinga uppá vinskap." - -#: mod/newmember.php:44 -msgid "Connecting" -msgstr "Tengist" - -#: mod/newmember.php:51 -msgid "Importing Emails" -msgstr "" - -#: mod/newmember.php:51 -msgid "" -"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" -msgstr "Fylltu út aðgangsupplýsingar póstfangsins þíns á Tengistillingasíðunni ef þú vilt sækja tölvupóst og eiga samskipti við vini eða póstlista úr innhólfi tölvupóstsins þíns" - -#: mod/newmember.php:53 -msgid "Go to Your Contacts Page" -msgstr "" - -#: mod/newmember.php:53 -msgid "" -"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 Add New Contact dialog." -msgstr "Tengiliðasíðan er gáttin þín til að sýsla með vinasambönd og tengjast við vini á öðrum netum. Oftast setur þú vistfang eða slóð þeirra í Bæta við tengilið glugganum." - -#: mod/newmember.php:55 -msgid "Go to Your Site's Directory" -msgstr "" - -#: mod/newmember.php:55 -msgid "" -"The Directory page lets you find other people in this network or other " -"federated sites. Look for a Connect or Follow link on " -"their profile page. Provide your own Identity Address if requested." -msgstr "Tengiliðalistinn er góð leit til að finna fólk á samfélagsnetinu eða öðrum sambandsnetum. Leitaðu að Tengjast/Connect eða Fylgja/Follow tenglum á forsíðunni þeirra. Mögulega þarftu að gefa upp auðkennisslóðina þína." - -#: mod/newmember.php:57 -msgid "Finding New People" -msgstr "" - -#: mod/newmember.php:57 -msgid "" -"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." -msgstr "" - -#: mod/newmember.php:65 -msgid "Group Your Contacts" -msgstr "" - -#: mod/newmember.php:65 -msgid "" -"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." -msgstr "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." - -#: mod/newmember.php:68 -msgid "Why Aren't My Posts Public?" -msgstr "" - -#: mod/newmember.php:68 -msgid "" -"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." -msgstr "" - -#: mod/newmember.php:73 -msgid "Getting Help" -msgstr "" - -#: mod/newmember.php:77 -msgid "Go to the Help Section" -msgstr "" - -#: mod/newmember.php:77 -msgid "" -"Our help pages may be consulted for detail on other program" -" features and resources." -msgstr "Hægt er að styðjast við Hjálp síðuna til að fá leiðbeiningar um aðra eiginleika." - -#: mod/removeme.php:46 mod/removeme.php:49 -msgid "Remove My Account" -msgstr "Eyða þessum notanda" - -#: mod/removeme.php:47 -msgid "" -"This will completely remove your account. Once this has been done it is not " -"recoverable." -msgstr "Þetta mun algjörlega eyða notandanum. Þegar þetta hefur verið gert er þetta ekki afturkræft." - -#: mod/removeme.php:48 -msgid "Please enter your password for verification:" -msgstr "Sláðu inn aðgangsorð yðar:" - -#: mod/editpost.php:17 mod/editpost.php:27 -msgid "Item not found" -msgstr "Atriði fannst ekki" - -#: mod/editpost.php:40 -msgid "Edit post" -msgstr "Breyta skilaboðum" - -#: mod/localtime.php:24 -msgid "Time Conversion" -msgstr "Tíma leiðréttir" - -#: mod/localtime.php:26 -msgid "" -"Friendica provides this service for sharing events with other networks and " -"friends in unknown timezones." -msgstr "Friendica veitir þessa þjónustu til að deila atburðum milli neta og vina í óþekktum tímabeltum." - -#: mod/localtime.php:30 -#, php-format -msgid "UTC time: %s" -msgstr "Máltími: %s" - -#: mod/localtime.php:33 -#, php-format -msgid "Current timezone: %s" -msgstr "Núverandi tímabelti: %s" - -#: mod/localtime.php:36 -#, php-format -msgid "Converted localtime: %s" -msgstr "Umbreyttur staðartími: %s" - -#: mod/localtime.php:41 -msgid "Please select your timezone:" -msgstr "Veldu tímabeltið þitt:" - -#: mod/bookmarklet.php:41 -msgid "The post was created" -msgstr "" - -#: mod/group.php:29 -msgid "Group created." -msgstr "Hópur stofnaður" - -#: mod/group.php:35 -msgid "Could not create group." -msgstr "Gat ekki stofnað hóp." - -#: mod/group.php:47 mod/group.php:140 -msgid "Group not found." -msgstr "Hópur fannst ekki." - -#: mod/group.php:60 -msgid "Group name changed." -msgstr "Hópur endurskýrður." - -#: mod/group.php:87 -msgid "Save Group" -msgstr "" - -#: mod/group.php:93 -msgid "Create a group of contacts/friends." -msgstr "Stofna hóp af tengiliðum/vinum" - -#: mod/group.php:113 -msgid "Group removed." -msgstr "Hópi eytt." - -#: mod/group.php:115 -msgid "Unable to remove group." -msgstr "Ekki tókst að eyða hóp." - -#: mod/group.php:177 -msgid "Group Editor" -msgstr "Hópa sýslari" - -#: mod/group.php:190 -msgid "Members" -msgstr "Aðilar" - -#: mod/group.php:192 mod/contacts.php:692 -msgid "All Contacts" -msgstr "Allir tengiliðir" - -#: mod/group.php:193 mod/content.php:130 mod/network.php:496 -msgid "Group is empty" -msgstr "Hópur er tómur" - -#: mod/wallmessage.php:42 mod/wallmessage.php:112 -#, php-format -msgid "Number of daily wall messages for %s exceeded. Message failed." -msgstr "" - -#: mod/wallmessage.php:56 mod/message.php:71 -msgid "No recipient selected." -msgstr "Engir viðtakendur valdir." - -#: mod/wallmessage.php:59 -msgid "Unable to check your home location." -msgstr "" - -#: mod/wallmessage.php:62 mod/message.php:78 -msgid "Message could not be sent." -msgstr "Ekki tókst að senda skilaboð." - -#: mod/wallmessage.php:65 mod/message.php:81 -msgid "Message collection failure." -msgstr "Ekki tókst að sækja skilaboð." - -#: mod/wallmessage.php:68 mod/message.php:84 -msgid "Message sent." -msgstr "Skilaboð send." - -#: mod/wallmessage.php:86 mod/wallmessage.php:95 -msgid "No recipient." -msgstr "" - -#: mod/wallmessage.php:142 mod/message.php:341 -msgid "Send Private Message" -msgstr "Senda einkaskilaboð" - -#: mod/wallmessage.php:143 -#, php-format -msgid "" -"If you wish for %s to respond, please check that the privacy settings on " -"your site allow private mail from unknown senders." -msgstr "" - -#: mod/wallmessage.php:144 mod/message.php:342 mod/message.php:536 -msgid "To:" -msgstr "Til:" - -#: mod/wallmessage.php:145 mod/message.php:347 mod/message.php:538 -msgid "Subject:" -msgstr "Efni:" - -#: mod/share.php:38 -msgid "link" -msgstr "tengill" - -#: mod/api.php:76 mod/api.php:102 -msgid "Authorize application connection" -msgstr "Leyfa forriti að tengjast" - -#: mod/api.php:77 -msgid "Return to your app and insert this Securty Code:" -msgstr "Farðu aftur í forritið þitt og settu þennan öryggiskóða þar" - -#: mod/api.php:89 -msgid "Please login to continue." -msgstr "Skráðu þig inn til að halda áfram." - -#: mod/api.php:104 -msgid "" -"Do you want to authorize this application to access your posts and contacts," -" and/or create new posts for you?" -msgstr "Vilt þú leyfa þessu forriti að hafa aðgang að færslum og tengiliðum, og/eða stofna nýjar færslur fyrir þig?" - -#: mod/api.php:106 mod/profiles.php:648 mod/profiles.php:652 -#: mod/profiles.php:677 mod/register.php:246 mod/settings.php:1163 -#: mod/settings.php:1169 mod/settings.php:1177 mod/settings.php:1181 -#: mod/settings.php:1186 mod/settings.php:1192 mod/settings.php:1198 -#: mod/settings.php:1204 mod/settings.php:1230 mod/settings.php:1231 -#: mod/settings.php:1232 mod/settings.php:1233 mod/settings.php:1234 -#: mod/dfrn_request.php:862 mod/follow.php:110 -msgid "No" -msgstr "Nei" - -#: mod/babel.php:17 -msgid "Source (bbcode) text:" -msgstr "" - -#: mod/babel.php:23 -msgid "Source (Diaspora) text to convert to BBcode:" -msgstr "" - -#: mod/babel.php:31 -msgid "Source input: " -msgstr "" - -#: mod/babel.php:35 -msgid "bb2html (raw HTML): " -msgstr "bb2html (hrátt HTML): " - -#: mod/babel.php:39 -msgid "bb2html: " -msgstr "bb2html: " - -#: mod/babel.php:43 -msgid "bb2html2bb: " -msgstr "bb2html2bb: " - -#: mod/babel.php:47 -msgid "bb2md: " -msgstr "bb2md: " - -#: mod/babel.php:51 -msgid "bb2md2html: " -msgstr "bb2md2html: " - -#: mod/babel.php:55 -msgid "bb2dia2bb: " -msgstr "bb2dia2bb: " - -#: mod/babel.php:59 -msgid "bb2md2html2bb: " -msgstr "bb2md2html2bb: " - -#: mod/babel.php:69 -msgid "Source input (Diaspora format): " -msgstr "" - -#: mod/babel.php:74 -msgid "diaspora2bb: " -msgstr "diaspora2bb: " - -#: mod/ostatus_subscribe.php:14 -msgid "Subscribing to OStatus contacts" -msgstr "" - -#: mod/ostatus_subscribe.php:25 -msgid "No contact provided." -msgstr "" - -#: mod/ostatus_subscribe.php:30 -msgid "Couldn't fetch information for contact." -msgstr "" - -#: mod/ostatus_subscribe.php:38 -msgid "Couldn't fetch friends for contact." -msgstr "" - -#: mod/ostatus_subscribe.php:65 -msgid "success" -msgstr "tókst" - -#: mod/ostatus_subscribe.php:67 -msgid "failed" -msgstr "mistókst" - -#: mod/ostatus_subscribe.php:69 mod/content.php:792 object/Item.php:245 -msgid "ignored" -msgstr "hunsað" - -#: mod/dfrn_poll.php:104 mod/dfrn_poll.php:537 -#, php-format -msgid "%1$s welcomes %2$s" -msgstr "" - -#: mod/message.php:75 -msgid "Unable to locate contact information." -msgstr "Ekki tókst að staðsetja tengiliðs upplýsingar." - -#: mod/message.php:215 -msgid "Do you really want to delete this message?" -msgstr "" - -#: mod/message.php:235 -msgid "Message deleted." -msgstr "Skilaboðum eytt." - -#: mod/message.php:266 -msgid "Conversation removed." -msgstr "Samtali eytt." - -#: mod/message.php:383 -msgid "No messages." -msgstr "Engin skilaboð." - -#: mod/message.php:426 -msgid "Message not available." -msgstr "Ekki næst í skilaboð." - -#: mod/message.php:503 -msgid "Delete message" -msgstr "Eyða skilaboðum" - -#: mod/message.php:529 mod/message.php:609 -msgid "Delete conversation" -msgstr "Eyða samtali" - -#: mod/message.php:531 -msgid "" -"No secure communications available. You may be able to " -"respond from the sender's profile page." -msgstr "" - -#: mod/message.php:535 -msgid "Send Reply" -msgstr "Senda svar" - -#: mod/message.php:579 -#, php-format -msgid "Unknown sender - %s" -msgstr "" - -#: mod/message.php:581 -#, php-format -msgid "You and %s" -msgstr "" - -#: mod/message.php:583 -#, php-format -msgid "%s and You" -msgstr "" - -#: mod/message.php:612 -msgid "D, d M Y - g:i A" -msgstr "" - -#: mod/message.php:615 -#, php-format -msgid "%d message" -msgid_plural "%d messages" -msgstr[0] "" -msgstr[1] "" - -#: mod/manage.php:139 -msgid "Manage Identities and/or Pages" -msgstr "Sýsla með notendur og/eða síður" - -#: mod/manage.php:140 -msgid "" -"Toggle between different identities or community/group pages which share " -"your account details or which you have been granted \"manage\" permissions" -msgstr "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." - -#: mod/manage.php:141 -msgid "Select an identity to manage: " -msgstr "Veldu notanda til að sýsla með:" - -#: mod/crepair.php:87 -msgid "Contact settings applied." -msgstr "Stillingar tengiliðs uppfærðar." - -#: mod/crepair.php:89 -msgid "Contact update failed." -msgstr "Uppfærsla tengiliðs mistókst." - -#: mod/crepair.php:114 mod/fsuggest.php:20 mod/fsuggest.php:92 -#: mod/dfrn_confirm.php:126 -msgid "Contact not found." -msgstr "Tengiliður fannst ekki." - -#: mod/crepair.php:120 -msgid "" -"WARNING: This is highly advanced and if you enter incorrect" -" information your communications with this contact may stop working." -msgstr "AÐVÖRUN: Þetta er mjög flókið og ef þú setur inn vitlausar upplýsingar þá munu samskipti við þennan tengilið hætta að virka." - -#: mod/crepair.php:121 -msgid "" -"Please use your browser 'Back' button now if you are " -"uncertain what to do on this page." -msgstr "Notaðu \"Til baka\" hnappinn núna ef þú ert ekki viss um hvað þú eigir að gera á þessari síðu." - -#: mod/crepair.php:134 mod/crepair.php:136 -msgid "No mirroring" -msgstr "" - -#: mod/crepair.php:134 -msgid "Mirror as forwarded posting" -msgstr "" - -#: mod/crepair.php:134 mod/crepair.php:136 -msgid "Mirror as my own posting" -msgstr "" - -#: mod/crepair.php:150 -msgid "Return to contact editor" -msgstr "Fara til baka í tengiliðasýsl" - -#: mod/crepair.php:152 -msgid "Refetch contact data" -msgstr "" - -#: mod/crepair.php:156 -msgid "Remote Self" -msgstr "" - -#: mod/crepair.php:159 -msgid "Mirror postings from this contact" -msgstr "" - -#: mod/crepair.php:161 -msgid "" -"Mark this contact as remote_self, this will cause friendica to repost new " -"entries from this contact." -msgstr "" - -#: mod/crepair.php:165 mod/settings.php:680 mod/settings.php:706 -#: mod/admin.php:1396 mod/admin.php:1409 mod/admin.php:1422 mod/admin.php:1438 -msgid "Name" -msgstr "Nafn" - -#: mod/crepair.php:166 -msgid "Account Nickname" -msgstr "Gælunafn notanda" - -#: mod/crepair.php:167 -msgid "@Tagname - overrides Name/Nickname" -msgstr "@Merkjanafn - yfirskrifar Nafn/Gælunafn" - -#: mod/crepair.php:168 -msgid "Account URL" -msgstr "Heimasíða notanda" - -#: mod/crepair.php:169 -msgid "Friend Request URL" -msgstr "Slóð vinabeiðnar" - -#: mod/crepair.php:170 -msgid "Friend Confirm URL" -msgstr "Slóð vina staðfestingar " - -#: mod/crepair.php:171 -msgid "Notification Endpoint URL" -msgstr "Slóð loka tilkynningar" - -#: mod/crepair.php:172 -msgid "Poll/Feed URL" -msgstr "Slóð á könnun/fréttastraum" - -#: mod/crepair.php:173 -msgid "New photo from this URL" -msgstr "Ný mynd frá slóð" - -#: mod/content.php:119 mod/network.php:469 -msgid "No such group" -msgstr "Hópur ekki til" - -#: mod/content.php:135 mod/network.php:500 -#, php-format -msgid "Group: %s" -msgstr "" - -#: mod/content.php:325 object/Item.php:95 -msgid "This entry was edited" -msgstr "" - -#: mod/content.php:621 object/Item.php:429 -#, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "%d ummæli" -msgstr[1] "%d ummæli" - -#: mod/content.php:638 mod/photos.php:1379 object/Item.php:117 -msgid "Private Message" -msgstr "Einkaskilaboð" - -#: mod/content.php:702 mod/photos.php:1567 object/Item.php:263 -msgid "I like this (toggle)" -msgstr "Mér líkar þetta (kveikja/slökkva)" - -#: mod/content.php:702 object/Item.php:263 -msgid "like" -msgstr "líkar" - -#: mod/content.php:703 mod/photos.php:1568 object/Item.php:264 -msgid "I don't like this (toggle)" -msgstr "Mér líkar þetta ekki (kveikja/slökkva)" - -#: mod/content.php:703 object/Item.php:264 -msgid "dislike" -msgstr "mislíkar" - -#: mod/content.php:705 object/Item.php:266 -msgid "Share this" -msgstr "Deila þessu" - -#: mod/content.php:705 object/Item.php:266 -msgid "share" -msgstr "deila" - -#: mod/content.php:725 mod/photos.php:1587 mod/photos.php:1635 -#: mod/photos.php:1721 object/Item.php:717 -msgid "This is you" -msgstr "Þetta ert þú" - -#: mod/content.php:727 mod/content.php:945 mod/photos.php:1589 -#: mod/photos.php:1637 mod/photos.php:1723 object/Item.php:403 -#: object/Item.php:719 boot.php:971 -msgid "Comment" -msgstr "Athugasemd" - -#: mod/content.php:729 object/Item.php:721 -msgid "Bold" -msgstr "Feitletrað" - -#: mod/content.php:730 object/Item.php:722 -msgid "Italic" -msgstr "Skáletrað" - -#: mod/content.php:731 object/Item.php:723 -msgid "Underline" -msgstr "Undirstrikað" - -#: mod/content.php:732 object/Item.php:724 -msgid "Quote" -msgstr "Gæsalappir" - -#: mod/content.php:733 object/Item.php:725 -msgid "Code" -msgstr "Kóði" - -#: mod/content.php:734 object/Item.php:726 -msgid "Image" -msgstr "Mynd" - -#: mod/content.php:735 object/Item.php:727 -msgid "Link" -msgstr "Tengill" - -#: mod/content.php:736 object/Item.php:728 -msgid "Video" -msgstr "Myndband" - -#: mod/content.php:746 mod/settings.php:740 object/Item.php:122 -#: object/Item.php:124 -msgid "Edit" -msgstr "Breyta" - -#: mod/content.php:771 object/Item.php:227 -msgid "add star" -msgstr "bæta við stjörnu" - -#: mod/content.php:772 object/Item.php:228 -msgid "remove star" -msgstr "eyða stjörnu" - -#: mod/content.php:773 object/Item.php:229 -msgid "toggle star status" -msgstr "Kveikja/slökkva á stjörnu" - -#: mod/content.php:776 object/Item.php:232 -msgid "starred" -msgstr "stjörnumerkt" - -#: mod/content.php:777 mod/content.php:798 object/Item.php:252 -msgid "add tag" -msgstr "bæta við merki" - -#: mod/content.php:787 object/Item.php:240 -msgid "ignore thread" -msgstr "" - -#: mod/content.php:788 object/Item.php:241 -msgid "unignore thread" -msgstr "" - -#: mod/content.php:789 object/Item.php:242 -msgid "toggle ignore status" -msgstr "" - -#: mod/content.php:803 object/Item.php:137 -msgid "save to folder" -msgstr "vista í möppu" - -#: mod/content.php:848 object/Item.php:201 -msgid "I will attend" -msgstr "" - -#: mod/content.php:848 object/Item.php:201 -msgid "I will not attend" -msgstr "" - -#: mod/content.php:848 object/Item.php:201 -msgid "I might attend" -msgstr "" - -#: mod/content.php:912 object/Item.php:369 -msgid "to" -msgstr "við" - -#: mod/content.php:913 object/Item.php:371 -msgid "Wall-to-Wall" -msgstr "vegg við vegg" - -#: mod/content.php:914 object/Item.php:372 -msgid "via Wall-To-Wall:" -msgstr "gegnum vegg við vegg" - -#: mod/fsuggest.php:63 -msgid "Friend suggestion sent." -msgstr "Vina tillaga send" - -#: mod/fsuggest.php:97 -msgid "Suggest Friends" -msgstr "Stinga uppá vinum" - -#: mod/fsuggest.php:99 -#, php-format -msgid "Suggest a friend for %s" -msgstr "Stinga uppá vin fyrir %s" - -#: mod/mood.php:133 -msgid "Mood" -msgstr "" - -#: mod/mood.php:134 -msgid "Set your current mood and tell your friends" -msgstr "" - -#: mod/poke.php:192 -msgid "Poke/Prod" -msgstr "" - -#: mod/poke.php:193 -msgid "poke, prod or do other things to somebody" -msgstr "" - -#: mod/poke.php:194 -msgid "Recipient" -msgstr "" - -#: mod/poke.php:195 -msgid "Choose what you wish to do to recipient" -msgstr "" - -#: mod/poke.php:198 -msgid "Make this post private" -msgstr "" - -#: mod/profile_photo.php:44 -msgid "Image uploaded but image cropping failed." -msgstr "Tókst að hala upp mynd en afskurður tókst ekki." - -#: mod/profile_photo.php:77 mod/profile_photo.php:84 mod/profile_photo.php:91 -#: mod/profile_photo.php:314 -#, php-format -msgid "Image size reduction [%s] failed." -msgstr "Myndar minnkun [%s] tókst ekki." - -#: mod/profile_photo.php:124 -msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "Ýta þarf á " - -#: mod/profile_photo.php:134 -msgid "Unable to process image" -msgstr "Ekki tókst að vinna mynd" - -#: mod/profile_photo.php:150 mod/photos.php:786 mod/wall_upload.php:151 -#, php-format -msgid "Image exceeds size limit of %s" -msgstr "" - -#: mod/profile_photo.php:159 mod/photos.php:826 mod/wall_upload.php:188 -msgid "Unable to process image." -msgstr "Ekki mögulegt afgreiða mynd" - -#: mod/profile_photo.php:248 -msgid "Upload File:" -msgstr "Hlaða upp skrá:" - -#: mod/profile_photo.php:249 -msgid "Select a profile:" -msgstr "" - -#: mod/profile_photo.php:251 -msgid "Upload" -msgstr "Hlaða upp" - -#: mod/profile_photo.php:254 -msgid "or" -msgstr "eða" - -#: mod/profile_photo.php:254 -msgid "skip this step" -msgstr "sleppa þessu skrefi" - -#: mod/profile_photo.php:254 -msgid "select a photo from your photo albums" -msgstr "velja mynd í myndabókum" - -#: mod/profile_photo.php:268 -msgid "Crop Image" -msgstr "Skera af mynd" - -#: mod/profile_photo.php:269 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "Stilltu afskurð fyrir besta birtingu." - -#: mod/profile_photo.php:271 -msgid "Done Editing" -msgstr "Breyting kláruð" - -#: mod/profile_photo.php:305 -msgid "Image uploaded successfully." -msgstr "Upphölun á mynd tóks." - -#: mod/profile_photo.php:307 mod/photos.php:853 mod/wall_upload.php:221 -msgid "Image upload failed." -msgstr "Ekki hægt að hlaða upp mynd." - -#: mod/regmod.php:55 -msgid "Account approved." -msgstr "Notandi samþykktur." - -#: mod/regmod.php:92 -#, php-format -msgid "Registration revoked for %s" -msgstr "Skráning afturköllurð vegna %s" - -#: mod/regmod.php:104 -msgid "Please login." -msgstr "Skráðu yður inn." - -#: mod/notifications.php:35 -msgid "Invalid request identifier." -msgstr "Ógilt auðkenni beiðnar." - -#: mod/notifications.php:44 mod/notifications.php:180 -#: mod/notifications.php:252 -msgid "Discard" -msgstr "Henda" - -#: mod/notifications.php:60 mod/notifications.php:179 -#: mod/notifications.php:251 mod/contacts.php:606 mod/contacts.php:806 -#: mod/contacts.php:991 -msgid "Ignore" -msgstr "Hunsa" - -#: mod/notifications.php:105 -msgid "Network Notifications" -msgstr "Tilkynningar á neti" - -#: mod/notifications.php:117 -msgid "Personal Notifications" -msgstr "Einkatilkynningar." - -#: mod/notifications.php:123 -msgid "Home Notifications" -msgstr "Tilkynningar frá heimasvæði" - -#: mod/notifications.php:152 -msgid "Show Ignored Requests" -msgstr "Sýna hunsaðar beiðnir" - -#: mod/notifications.php:152 -msgid "Hide Ignored Requests" -msgstr "Fela hunsaðar beiðnir" - -#: mod/notifications.php:164 mod/notifications.php:222 -msgid "Notification type: " -msgstr "Gerð skilaboða: " - -#: mod/notifications.php:167 -#, php-format -msgid "suggested by %s" -msgstr "stungið uppá af %s" - -#: mod/notifications.php:172 mod/notifications.php:239 mod/contacts.php:613 -msgid "Hide this contact from others" -msgstr "Gera þennan notanda ósýnilegan öðrum" - -#: mod/notifications.php:173 mod/notifications.php:240 -msgid "Post a new friend activity" -msgstr "Búa til færslu um nýjan vin" - -#: mod/notifications.php:173 mod/notifications.php:240 -msgid "if applicable" -msgstr "ef við á" - -#: mod/notifications.php:176 mod/notifications.php:249 mod/admin.php:1412 -msgid "Approve" -msgstr "Samþykkja" - -#: mod/notifications.php:195 -msgid "Claims to be known to you: " -msgstr "Þykist þekkja þig:" - -#: mod/notifications.php:196 -msgid "yes" -msgstr "já" - -#: mod/notifications.php:196 -msgid "no" -msgstr "nei" - -#: mod/notifications.php:197 -msgid "" -"Shall your connection be bidirectional or not? \"Friend\" implies that you " -"allow to read and you subscribe to their posts. \"Fan/Admirer\" means that " -"you allow to read but you do not want to read theirs. Approve as: " -msgstr "" - -#: mod/notifications.php:200 -msgid "" -"Shall your connection be bidirectional or not? \"Friend\" implies that you " -"allow to read and you subscribe to their posts. \"Sharer\" means that you " -"allow to read but you do not want to read theirs. Approve as: " -msgstr "" - -#: mod/notifications.php:209 -msgid "Friend" -msgstr "Vin" - -#: mod/notifications.php:210 -msgid "Sharer" -msgstr "Deilir" - -#: mod/notifications.php:210 -msgid "Fan/Admirer" -msgstr "Fylgjandi/Aðdáandi" - -#: mod/notifications.php:243 mod/contacts.php:624 mod/follow.php:126 -msgid "Profile URL" -msgstr "Slóð á forsíðu" - -#: mod/notifications.php:260 -msgid "No introductions." -msgstr "Engar kynningar." - -#: mod/notifications.php:299 -msgid "Show unread" -msgstr "" - -#: mod/notifications.php:299 -msgid "Show all" -msgstr "" - -#: mod/notifications.php:305 -#, php-format -msgid "No more %s notifications." -msgstr "" - -#: mod/profiles.php:19 mod/profiles.php:134 mod/profiles.php:180 -#: mod/profiles.php:617 mod/dfrn_confirm.php:70 -msgid "Profile not found." -msgstr "Forsíða fannst ekki." - -#: mod/profiles.php:38 -msgid "Profile deleted." -msgstr "Forsíðu eytt." - -#: mod/profiles.php:56 mod/profiles.php:90 -msgid "Profile-" -msgstr "Forsíða-" - -#: mod/profiles.php:75 mod/profiles.php:118 -msgid "New profile created." -msgstr "Ný forsíða búinn til." - -#: mod/profiles.php:96 -msgid "Profile unavailable to clone." -msgstr "Ekki tókst að klóna forsíðu" - -#: mod/profiles.php:190 -msgid "Profile Name is required." -msgstr "Nafn á forsíðu er skilyrði" - -#: mod/profiles.php:338 -msgid "Marital Status" -msgstr "" - -#: mod/profiles.php:342 -msgid "Romantic Partner" -msgstr "" - -#: mod/profiles.php:354 -msgid "Work/Employment" -msgstr "" - -#: mod/profiles.php:357 -msgid "Religion" -msgstr "" - -#: mod/profiles.php:361 -msgid "Political Views" -msgstr "" - -#: mod/profiles.php:365 -msgid "Gender" -msgstr "" - -#: mod/profiles.php:369 -msgid "Sexual Preference" -msgstr "" - -#: mod/profiles.php:373 -msgid "XMPP" -msgstr "" - -#: mod/profiles.php:377 -msgid "Homepage" -msgstr "" - -#: mod/profiles.php:381 mod/profiles.php:702 -msgid "Interests" -msgstr "" - -#: mod/profiles.php:385 -msgid "Address" -msgstr "" - -#: mod/profiles.php:392 mod/profiles.php:698 -msgid "Location" -msgstr "" - -#: mod/profiles.php:477 -msgid "Profile updated." -msgstr "Forsíða uppfærð." - -#: mod/profiles.php:564 -msgid " and " -msgstr "og" - -#: mod/profiles.php:572 -msgid "public profile" -msgstr "Opinber forsíða" - -#: mod/profiles.php:575 -#, php-format -msgid "%1$s changed %2$s to “%3$s”" -msgstr "" - -#: mod/profiles.php:576 -#, php-format -msgid " - Visit %1$s's %2$s" -msgstr "" - -#: mod/profiles.php:579 -#, php-format -msgid "%1$s has an updated %2$s, changing %3$s." -msgstr "%1$s hefur uppfært %2$s, með því að breyta %3$s." - -#: mod/profiles.php:645 -msgid "Hide contacts and friends:" -msgstr "" - -#: mod/profiles.php:650 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "Fela tengiliða-/vinalista á þessari forsíðu?" - -#: mod/profiles.php:674 -msgid "Show more profile fields:" -msgstr "" - -#: mod/profiles.php:686 -msgid "Profile Actions" -msgstr "" - -#: mod/profiles.php:687 -msgid "Edit Profile Details" -msgstr "Breyta forsíðu upplýsingum" - -#: mod/profiles.php:689 -msgid "Change Profile Photo" -msgstr "" - -#: mod/profiles.php:690 -msgid "View this profile" -msgstr "Skoða þessa forsíðu" - -#: mod/profiles.php:692 -msgid "Create a new profile using these settings" -msgstr "Búa til nýja forsíðu með þessum stillingum" - -#: mod/profiles.php:693 -msgid "Clone this profile" -msgstr "Klóna þessa forsíðu" - -#: mod/profiles.php:694 -msgid "Delete this profile" -msgstr "Eyða þessari forsíðu" - -#: mod/profiles.php:696 -msgid "Basic information" -msgstr "" - -#: mod/profiles.php:697 -msgid "Profile picture" -msgstr "" - -#: mod/profiles.php:699 -msgid "Preferences" -msgstr "" - -#: mod/profiles.php:700 -msgid "Status information" -msgstr "" - -#: mod/profiles.php:701 -msgid "Additional information" -msgstr "" - -#: mod/profiles.php:704 -msgid "Relation" -msgstr "" - -#: mod/profiles.php:708 -msgid "Your Gender:" -msgstr "Kyn:" - -#: mod/profiles.php:709 -msgid " Marital Status:" -msgstr " Hjúskaparstaða:" - -#: mod/profiles.php:711 -msgid "Example: fishing photography software" -msgstr "Til dæmis: fishing photography software" - -#: mod/profiles.php:716 -msgid "Profile Name:" -msgstr "Forsíðu nafn:" - -#: mod/profiles.php:716 mod/events.php:484 mod/events.php:496 -msgid "Required" -msgstr "Nauðsynlegt" - -#: mod/profiles.php:718 -msgid "" -"This is your public profile.
It may " -"be visible to anybody using the internet." -msgstr "Þetta er opinber forsíða.
Hún verður sjáanleg öðrum sem nota alnetið." - -#: mod/profiles.php:719 -msgid "Your Full Name:" -msgstr "Fullt nafn:" - -#: mod/profiles.php:720 -msgid "Title/Description:" -msgstr "Starfsheiti/Lýsing:" - -#: mod/profiles.php:723 -msgid "Street Address:" -msgstr "Gata:" - -#: mod/profiles.php:724 -msgid "Locality/City:" -msgstr "Bær/Borg:" - -#: mod/profiles.php:725 -msgid "Region/State:" -msgstr "Svæði/Sýsla" - -#: mod/profiles.php:726 -msgid "Postal/Zip Code:" -msgstr "Póstnúmer:" - -#: mod/profiles.php:727 -msgid "Country:" -msgstr "Land:" - -#: mod/profiles.php:731 -msgid "Who: (if applicable)" -msgstr "Hver: (ef við á)" - -#: mod/profiles.php:731 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "Dæmi: cathy123, Cathy Williams, cathy@example.com" - -#: mod/profiles.php:732 -msgid "Since [date]:" -msgstr "" - -#: mod/profiles.php:734 -msgid "Tell us about yourself..." -msgstr "Segðu okkur frá sjálfum þér..." - -#: mod/profiles.php:735 -msgid "XMPP (Jabber) address:" -msgstr "" - -#: mod/profiles.php:735 -msgid "" -"The XMPP address will be propagated to your contacts so that they can follow" -" you." -msgstr "" - -#: mod/profiles.php:736 -msgid "Homepage URL:" -msgstr "Slóð heimasíðu:" - -#: mod/profiles.php:739 -msgid "Religious Views:" -msgstr "Trúarskoðanir" - -#: mod/profiles.php:740 -msgid "Public Keywords:" -msgstr "Opinber leitarorð:" - -#: mod/profiles.php:740 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "(Notað til að stinga uppá mögulegum vinum, aðrir geta séð)" - -#: mod/profiles.php:741 -msgid "Private Keywords:" -msgstr "Einka leitarorð:" - -#: mod/profiles.php:741 -msgid "(Used for searching profiles, never shown to others)" -msgstr "(Notað við leit að öðrum notendum, aldrei sýnt öðrum)" - -#: mod/profiles.php:744 -msgid "Musical interests" -msgstr "Tónlistarsmekkur" - -#: mod/profiles.php:745 -msgid "Books, literature" -msgstr "Bækur, bókmenntir" - -#: mod/profiles.php:746 -msgid "Television" -msgstr "Sjónvarp" - -#: mod/profiles.php:747 -msgid "Film/dance/culture/entertainment" -msgstr "Kvikmyndir/dans/menning/afþreying" - -#: mod/profiles.php:748 -msgid "Hobbies/Interests" -msgstr "Áhugamál" - -#: mod/profiles.php:749 -msgid "Love/romance" -msgstr "Ást/rómantík" - -#: mod/profiles.php:750 -msgid "Work/employment" -msgstr "Atvinna:" - -#: mod/profiles.php:751 -msgid "School/education" -msgstr "Skóli/menntun" - -#: mod/profiles.php:752 -msgid "Contact information and Social Networks" -msgstr "Tengiliðaupplýsingar og samfélagsnet" - -#: mod/profiles.php:794 -msgid "Edit/Manage Profiles" -msgstr "Sýsla með forsíður" - -#: mod/allfriends.php:43 -msgid "No friends to display." -msgstr "Engir vinir til að birta." - -#: mod/cal.php:149 mod/display.php:328 mod/profile.php:155 -msgid "Access to this profile has been restricted." -msgstr "Aðgangur að þessari forsíðu hefur verið heftur." - -#: mod/cal.php:276 mod/events.php:380 -msgid "View" -msgstr "Skoða" - -#: mod/cal.php:277 mod/events.php:382 -msgid "Previous" -msgstr "Fyrra" - -#: mod/cal.php:278 mod/events.php:383 mod/install.php:231 -msgid "Next" -msgstr "Næsta" - -#: mod/cal.php:287 mod/events.php:392 -msgid "list" -msgstr "" - -#: mod/cal.php:297 -msgid "User not found" -msgstr "" - -#: mod/cal.php:313 -msgid "This calendar format is not supported" -msgstr "" - -#: mod/cal.php:315 -msgid "No exportable data found" -msgstr "" - -#: mod/cal.php:330 -msgid "calendar" -msgstr "" - -#: mod/common.php:86 -msgid "No contacts in common." -msgstr "" - -#: mod/common.php:134 mod/contacts.php:863 -msgid "Common Friends" -msgstr "Sameiginlegir vinir" - -#: mod/community.php:27 -msgid "Not available." -msgstr "Ekki í boði." - -#: mod/directory.php:197 view/theme/vier/theme.php:201 -msgid "Global Directory" -msgstr "Alheimstengiliðaskrá" - -#: mod/directory.php:199 -msgid "Find on this site" -msgstr "Leita á þessum vef" - -#: mod/directory.php:201 -msgid "Results for:" -msgstr "Niðurstöður fyrir:" - -#: mod/directory.php:203 -msgid "Site Directory" -msgstr "Skrá yfir tengiliði á þessum vef" - -#: mod/directory.php:210 -msgid "No entries (some entries may be hidden)." -msgstr "Engar færslur (sumar geta verið faldar)." - -#: mod/dirfind.php:36 -#, php-format -msgid "People Search - %s" -msgstr "Leita að fólki - %s" - -#: mod/dirfind.php:47 -#, php-format -msgid "Forum Search - %s" -msgstr "Leita á spjallsvæði - %s" - -#: mod/dirfind.php:240 mod/match.php:107 -msgid "No matches" -msgstr "Engar leitarniðurstöður" - -#: mod/display.php:473 -msgid "Item has been removed." -msgstr "Atriði hefur verið fjarlægt." - -#: mod/events.php:95 mod/events.php:97 -msgid "Event can not end before it has started." -msgstr "" - -#: mod/events.php:104 mod/events.php:106 -msgid "Event title and start time are required." -msgstr "" - -#: mod/events.php:381 -msgid "Create New Event" -msgstr "Stofna nýjan atburð" - -#: mod/events.php:482 -msgid "Event details" -msgstr "Nánar um atburð" - -#: mod/events.php:483 -msgid "Starting date and Title are required." -msgstr "" - -#: mod/events.php:484 mod/events.php:485 -msgid "Event Starts:" -msgstr "Atburður hefst:" - -#: mod/events.php:486 mod/events.php:502 -msgid "Finish date/time is not known or not relevant" -msgstr "Loka dagsetning/tímasetning ekki vituð eða skiptir ekki máli" - -#: mod/events.php:488 mod/events.php:489 -msgid "Event Finishes:" -msgstr "Atburður klárar:" - -#: mod/events.php:490 mod/events.php:503 -msgid "Adjust for viewer timezone" -msgstr "Heimfæra á tímabelti áhorfanda" - -#: mod/events.php:492 -msgid "Description:" -msgstr "Lýsing:" - -#: mod/events.php:496 mod/events.php:498 -msgid "Title:" -msgstr "Titill:" - -#: mod/events.php:499 mod/events.php:500 -msgid "Share this event" -msgstr "Deila þessum atburði" - -#: mod/maintenance.php:9 -msgid "System down for maintenance" -msgstr "Kerfið er óvirkt vegna viðhalds" - -#: mod/match.php:33 -msgid "No keywords to match. Please add keywords to your default profile." -msgstr "Engin leitarorð. Bættu við leitarorðum í sjálfgefnu forsíðuna." - -#: mod/match.php:86 -msgid "is interested in:" -msgstr "hefur áhuga á:" - -#: mod/match.php:100 -msgid "Profile Match" -msgstr "Forsíða fannst" - -#: mod/profile.php:179 -msgid "Tips for New Members" -msgstr "Ábendingar fyrir nýja notendur" - -#: mod/suggest.php:27 -msgid "Do you really want to delete this suggestion?" -msgstr "" - -#: mod/suggest.php:71 -msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." -msgstr "Engar uppástungur tiltækar. Ef þetta er nýr vefur, reyndu þá aftur eftir um 24 klukkustundir." - -#: mod/suggest.php:84 mod/suggest.php:104 -msgid "Ignore/Hide" -msgstr "Hunsa/Fela" - -#: mod/update_community.php:19 mod/update_display.php:23 -#: mod/update_network.php:27 mod/update_notes.php:36 mod/update_profile.php:35 -msgid "[Embedded content - reload page to view]" -msgstr "[Innfelt efni - endurhlaða síðu til að sjá]" - -#: mod/photos.php:88 mod/photos.php:1856 -msgid "Recent Photos" -msgstr "Nýlegar myndir" - -#: mod/photos.php:91 mod/photos.php:1283 mod/photos.php:1858 -msgid "Upload New Photos" -msgstr "Hlaða upp nýjum myndum" - -#: mod/photos.php:105 mod/settings.php:36 -msgid "everybody" -msgstr "allir" - -#: mod/photos.php:169 -msgid "Contact information unavailable" -msgstr "Tengiliða upplýsingar ekki til" - -#: mod/photos.php:190 -msgid "Album not found." -msgstr "Myndabók finnst ekki." - -#: mod/photos.php:220 mod/photos.php:232 mod/photos.php:1227 -msgid "Delete Album" -msgstr "Fjarlægja myndabók" - -#: mod/photos.php:230 -msgid "Do you really want to delete this photo album and all its photos?" -msgstr "" - -#: mod/photos.php:308 mod/photos.php:319 mod/photos.php:1540 -msgid "Delete Photo" -msgstr "Fjarlægja mynd" - -#: mod/photos.php:317 -msgid "Do you really want to delete this photo?" -msgstr "" - -#: mod/photos.php:688 -#, php-format -msgid "%1$s was tagged in %2$s by %3$s" -msgstr "" - -#: mod/photos.php:688 -msgid "a photo" -msgstr "mynd" - -#: mod/photos.php:794 -msgid "Image file is empty." -msgstr "Mynda skrá er tóm." - -#: mod/photos.php:954 -msgid "No photos selected" -msgstr "Engar myndir valdar" - -#: mod/photos.php:1054 mod/videos.php:305 -msgid "Access to this item is restricted." -msgstr "Aðgangur að þessum hlut hefur verið heftur" - -#: mod/photos.php:1114 -#, php-format -msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." -msgstr "" - -#: mod/photos.php:1148 -msgid "Upload Photos" -msgstr "Hlaða upp myndum" - -#: mod/photos.php:1152 mod/photos.php:1222 -msgid "New album name: " -msgstr "Nýtt nafn myndbókar:" - -#: mod/photos.php:1153 -msgid "or existing album name: " -msgstr "eða fyrra nafn myndbókar:" - -#: mod/photos.php:1154 -msgid "Do not show a status post for this upload" -msgstr "Ekki sýna færslu fyrir þessari upphölun" - -#: mod/photos.php:1165 mod/photos.php:1544 mod/settings.php:1300 -msgid "Show to Groups" -msgstr "Birta hópum" - -#: mod/photos.php:1166 mod/photos.php:1545 mod/settings.php:1301 -msgid "Show to Contacts" -msgstr "Birta tengiliðum" - -#: mod/photos.php:1167 -msgid "Private Photo" -msgstr "Einkamynd" - -#: mod/photos.php:1168 -msgid "Public Photo" -msgstr "Opinber mynd" - -#: mod/photos.php:1234 -msgid "Edit Album" -msgstr "Breyta myndbók" - -#: mod/photos.php:1240 -msgid "Show Newest First" -msgstr "Birta nýjast fyrst" - -#: mod/photos.php:1242 -msgid "Show Oldest First" -msgstr "Birta elsta fyrst" - -#: mod/photos.php:1269 mod/photos.php:1841 -msgid "View Photo" -msgstr "Skoða mynd" - -#: mod/photos.php:1315 -msgid "Permission denied. Access to this item may be restricted." -msgstr "Aðgangi hafnað. Aðgangur að þessum hlut kann að vera skertur." - -#: mod/photos.php:1317 -msgid "Photo not available" -msgstr "Mynd ekki til" - -#: mod/photos.php:1372 -msgid "View photo" -msgstr "Birta mynd" - -#: mod/photos.php:1372 -msgid "Edit photo" -msgstr "Breyta mynd" - -#: mod/photos.php:1373 -msgid "Use as profile photo" -msgstr "Nota sem forsíðu mynd" - -#: mod/photos.php:1398 -msgid "View Full Size" -msgstr "Skoða í fullri stærð" - -#: mod/photos.php:1484 -msgid "Tags: " -msgstr "Merki:" - -#: mod/photos.php:1487 -msgid "[Remove any tag]" -msgstr "[Fjarlægja öll merki]" - -#: mod/photos.php:1526 -msgid "New album name" -msgstr "Nýtt nafn myndbókar" - -#: mod/photos.php:1527 -msgid "Caption" -msgstr "Yfirskrift" - -#: mod/photos.php:1528 -msgid "Add a Tag" -msgstr "Bæta við merki" - -#: mod/photos.php:1528 -msgid "" -"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -msgstr "Til dæmis: @bob, @Barbara_Jensen, @jim@example.com, #Reykjavík #tjalda" - -#: mod/photos.php:1529 -msgid "Do not rotate" -msgstr "" - -#: mod/photos.php:1530 -msgid "Rotate CW (right)" -msgstr "" - -#: mod/photos.php:1531 -msgid "Rotate CCW (left)" -msgstr "" - -#: mod/photos.php:1546 -msgid "Private photo" -msgstr "Einkamynd" - -#: mod/photos.php:1547 -msgid "Public photo" -msgstr "Opinber mynd" - -#: mod/photos.php:1770 -msgid "Map" -msgstr "" - -#: mod/photos.php:1847 mod/videos.php:387 -msgid "View Album" -msgstr "Skoða myndabók" - -#: mod/register.php:93 +#: mod/register.php:99 msgid "" "Registration successful. Please check your email for further instructions." msgstr "Nýskráning tóks. Frekari fyrirmæli voru send í tölvupósti." -#: mod/register.php:98 +#: mod/register.php:103 #, php-format msgid "" "Failed to send email message. Here your accout details:
login: %s
" "password: %s

You can change your password after login." msgstr "" -#: mod/register.php:105 +#: mod/register.php:110 msgid "Registration successful." -msgstr "" +msgstr "Nýskráning tókst." -#: mod/register.php:111 +#: mod/register.php:115 msgid "Your registration can not be processed." msgstr "Skráninguna þína er ekki hægt að vinna." -#: mod/register.php:160 +#: mod/register.php:162 msgid "Your registration is pending approval by the site owner." msgstr "Skráningin þín bíður samþykkis af eiganda síðunnar." -#: mod/register.php:226 +#: mod/register.php:220 msgid "" "You may (optionally) fill in this form via OpenID by supplying your OpenID " "and clicking 'Register'." msgstr "Þú mátt (valfrjálst) fylla í þetta svæði gegnum OpenID með því gefa upp þitt OpenID og ýta á 'Skrá'." -#: mod/register.php:227 +#: mod/register.php:221 msgid "" "If you are not familiar with OpenID, please leave that field blank and fill " "in the rest of the items." msgstr "Ef þú veist ekki hvað OpenID er, skildu þá þetta svæði eftir tómt en fylltu í restin af svæðunum." -#: mod/register.php:228 +#: mod/register.php:222 msgid "Your OpenID (optional): " msgstr "Þitt OpenID (valfrjálst):" -#: mod/register.php:242 +#: mod/register.php:234 msgid "Include your profile in member directory?" msgstr "Á forsíðan þín að sjást í notendalistanum?" -#: mod/register.php:267 +#: mod/register.php:259 msgid "Note for the admin" msgstr "" -#: mod/register.php:267 +#: mod/register.php:259 msgid "Leave a message for the admin, why you want to join this node" msgstr "" -#: mod/register.php:268 +#: mod/register.php:260 msgid "Membership on this site is by invitation only." msgstr "Aðild að þessum vef er " -#: mod/register.php:269 -msgid "Your invitation ID: " -msgstr "Boðskorta auðkenni:" +#: mod/register.php:261 +msgid "Your invitation code: " +msgstr "" -#: mod/register.php:272 mod/admin.php:956 +#: mod/register.php:264 mod/admin.php:1348 msgid "Registration" msgstr "Nýskráning" -#: mod/register.php:280 +#: mod/register.php:270 msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " msgstr "" -#: mod/register.php:281 -msgid "Your Email Address: " -msgstr "Tölvupóstur:" +#: mod/register.php:271 +msgid "" +"Your Email Address: (Initial information will be send there, so this has to " +"be an existing address.)" +msgstr "" -#: mod/register.php:283 mod/settings.php:1271 +#: mod/register.php:273 mod/settings.php:1201 msgid "New Password:" msgstr "Nýtt aðgangsorð:" -#: mod/register.php:283 +#: mod/register.php:273 msgid "Leave empty for an auto generated password." msgstr "" -#: mod/register.php:284 mod/settings.php:1272 +#: mod/register.php:274 mod/settings.php:1202 msgid "Confirm:" msgstr "Staðfesta:" -#: mod/register.php:285 +#: mod/register.php:275 +#, php-format msgid "" "Choose a profile nickname. This must begin with a text character. Your " -"profile address on this site will then be " -"'nickname@$sitename'." -msgstr "Veldu gælunafn. Verður að byrja á staf. Slóðin þín á þessum vef verður síðan 'gælunafn@$sitename'." +"profile address on this site will then be 'nickname@%s'." +msgstr "" -#: mod/register.php:286 +#: mod/register.php:276 msgid "Choose a nickname: " msgstr "Veldu gælunafn:" -#: mod/register.php:296 +#: mod/register.php:279 src/Content/Nav.php:128 src/Module/Login.php:283 +msgid "Register" +msgstr "Nýskrá" + +#: mod/register.php:286 msgid "Import your profile to this friendica instance" msgstr "" -#: mod/settings.php:43 mod/admin.php:1396 -msgid "Account" -msgstr "Notandi" - -#: mod/settings.php:52 mod/admin.php:160 -msgid "Additional features" -msgstr "Viðbótareiginleikar" - -#: mod/settings.php:60 -msgid "Display" -msgstr "" - -#: mod/settings.php:67 mod/settings.php:886 -msgid "Social Networks" -msgstr "" - -#: mod/settings.php:74 mod/admin.php:158 mod/admin.php:1522 mod/admin.php:1582 -msgid "Plugins" -msgstr "Kerfiseiningar" - -#: mod/settings.php:88 -msgid "Connected apps" -msgstr "Tengd forrit" - -#: mod/settings.php:102 -msgid "Remove account" -msgstr "Henda tengilið" - -#: mod/settings.php:155 -msgid "Missing some important data!" -msgstr "Vantar mikilvæg gögn!" - -#: mod/settings.php:158 mod/settings.php:704 mod/contacts.php:804 -msgid "Update" -msgstr "Uppfæra" - -#: mod/settings.php:269 -msgid "Failed to connect with email account using the settings provided." -msgstr "Ekki tókst að tengjast við pósthólf með stillingum sem uppgefnar eru." - -#: mod/settings.php:274 -msgid "Email settings updated." -msgstr "Stillingar póstfangs uppfærðar." - -#: mod/settings.php:289 -msgid "Features updated" -msgstr "" - -#: mod/settings.php:359 -msgid "Relocate message has been send to your contacts" -msgstr "" - -#: mod/settings.php:378 -msgid "Empty passwords are not allowed. Password unchanged." -msgstr "Tóm aðgangsorð eru ekki leyfileg. Aðgangsorð óbreytt." - -#: mod/settings.php:386 -msgid "Wrong password." -msgstr "" - -#: mod/settings.php:397 -msgid "Password changed." -msgstr "Aðgangsorði breytt." - -#: mod/settings.php:399 -msgid "Password update failed. Please try again." -msgstr "Uppfærsla á aðgangsorði tókst ekki. Reyndu aftur." - -#: mod/settings.php:479 -msgid " Please use a shorter name." -msgstr " Notaðu styttra nafn." - -#: mod/settings.php:481 -msgid " Name too short." -msgstr "Nafn of stutt." - -#: mod/settings.php:490 -msgid "Wrong Password" -msgstr "" - -#: mod/settings.php:495 -msgid " Not valid email." -msgstr "Póstfang ógilt" - -#: mod/settings.php:501 -msgid " Cannot change to that email." -msgstr "Ekki hægt að breyta yfir í þetta póstfang." - -#: mod/settings.php:557 -msgid "Private forum has no privacy permissions. Using default privacy group." -msgstr "" - -#: mod/settings.php:561 -msgid "Private forum has no privacy permissions and no default privacy group." -msgstr "" - -#: mod/settings.php:601 -msgid "Settings updated." -msgstr "Stillingar uppfærðar." - -#: mod/settings.php:677 mod/settings.php:703 mod/settings.php:739 -msgid "Add application" -msgstr "Bæta við forriti" - -#: mod/settings.php:678 mod/settings.php:788 mod/settings.php:835 -#: mod/settings.php:904 mod/settings.php:996 mod/settings.php:1264 -#: mod/admin.php:955 mod/admin.php:1583 mod/admin.php:1831 mod/admin.php:1905 -#: mod/admin.php:2055 -msgid "Save Settings" -msgstr "Vista stillingar" - -#: mod/settings.php:681 mod/settings.php:707 -msgid "Consumer Key" -msgstr "Notenda lykill" - -#: mod/settings.php:682 mod/settings.php:708 -msgid "Consumer Secret" -msgstr "Notenda leyndarmál" - -#: mod/settings.php:683 mod/settings.php:709 -msgid "Redirect" -msgstr "Áframsenda" - -#: mod/settings.php:684 mod/settings.php:710 -msgid "Icon url" -msgstr "Táknmyndar slóð" - -#: mod/settings.php:695 -msgid "You can't edit this application." -msgstr "Þú getur ekki breytt þessu forriti." - -#: mod/settings.php:738 -msgid "Connected Apps" -msgstr "Tengd forrit" - -#: mod/settings.php:742 -msgid "Client key starts with" -msgstr "Lykill viðskiptavinar byrjar á" - -#: mod/settings.php:743 -msgid "No name" -msgstr "Ekkert nafn" - -#: mod/settings.php:744 -msgid "Remove authorization" -msgstr "Fjarlæga auðkenningu" - -#: mod/settings.php:756 -msgid "No Plugin settings configured" -msgstr "Engar stillingar í kerfiseiningu uppsettar" - -#: mod/settings.php:764 -msgid "Plugin Settings" -msgstr "Stillingar kerfiseiningar" - -#: mod/settings.php:778 mod/admin.php:2044 mod/admin.php:2045 -msgid "Off" -msgstr "" - -#: mod/settings.php:778 mod/admin.php:2044 mod/admin.php:2045 -msgid "On" -msgstr "" - -#: mod/settings.php:786 -msgid "Additional Features" -msgstr "" - -#: mod/settings.php:796 mod/settings.php:800 -msgid "General Social Media Settings" -msgstr "" - -#: mod/settings.php:806 -msgid "Disable intelligent shortening" -msgstr "" - -#: mod/settings.php:808 -msgid "" -"Normally the system tries to find the best link to add to shortened posts. " -"If this option is enabled then every shortened post will always point to the" -" original friendica post." -msgstr "" - -#: mod/settings.php:814 -msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" -msgstr "" - -#: mod/settings.php:816 -msgid "" -"If you receive a message from an unknown OStatus user, this option decides " -"what to do. If it is checked, a new contact will be created for every " -"unknown user." -msgstr "" - -#: mod/settings.php:822 -msgid "Default group for OStatus contacts" -msgstr "" - -#: mod/settings.php:828 -msgid "Your legacy GNU Social account" -msgstr "" - -#: mod/settings.php:830 -msgid "" -"If you enter your old GNU Social/Statusnet account name here (in the format " -"user@domain.tld), your contacts will be added automatically. The field will " -"be emptied when done." -msgstr "" - -#: mod/settings.php:833 -msgid "Repair OStatus subscriptions" -msgstr "" - -#: mod/settings.php:842 mod/settings.php:843 -#, php-format -msgid "Built-in support for %s connectivity is %s" -msgstr "Innbyggður stuðningur fyrir %s tenging er%s" - -#: mod/settings.php:842 mod/settings.php:843 -msgid "enabled" -msgstr "kveikt" - -#: mod/settings.php:842 mod/settings.php:843 -msgid "disabled" -msgstr "slökkt" - -#: mod/settings.php:843 -msgid "GNU Social (OStatus)" -msgstr "" - -#: mod/settings.php:879 -msgid "Email access is disabled on this site." -msgstr "Slökkt hefur verið á tölvupóst aðgang á þessum þjón." - -#: mod/settings.php:891 -msgid "Email/Mailbox Setup" -msgstr "Tölvupóstur stilling" - -#: mod/settings.php:892 -msgid "" -"If you wish to communicate with email contacts using this service " -"(optional), please specify how to connect to your mailbox." -msgstr "Ef þú villt hafa samskipti við tölvupósts tengiliði með þessari þjónustu (valfrjálst), skilgreindu þá hvernig á að tengjast póstfanginu þínu." - -#: mod/settings.php:893 -msgid "Last successful email check:" -msgstr "Póstfang sannreynt síðast:" - -#: mod/settings.php:895 -msgid "IMAP server name:" -msgstr "IMAP þjónn:" - -#: mod/settings.php:896 -msgid "IMAP port:" -msgstr "IMAP port:" - -#: mod/settings.php:897 -msgid "Security:" -msgstr "Öryggi:" - -#: mod/settings.php:897 mod/settings.php:902 -msgid "None" -msgstr "Ekkert" - -#: mod/settings.php:898 -msgid "Email login name:" -msgstr "Notandanafn tölvupóstfangs:" - -#: mod/settings.php:899 -msgid "Email password:" -msgstr "Lykilorð tölvupóstfangs:" - -#: mod/settings.php:900 -msgid "Reply-to address:" -msgstr "Svarpóstfang:" - -#: mod/settings.php:901 -msgid "Send public posts to all email contacts:" -msgstr "Senda opinberar færslur á alla tölvupóst viðtakendur:" - -#: mod/settings.php:902 -msgid "Action after import:" -msgstr "" - -#: mod/settings.php:902 -msgid "Move to folder" -msgstr "Flytja yfir í skrásafn" - -#: mod/settings.php:903 -msgid "Move to folder:" -msgstr "Flytja yfir í skrásafn:" - -#: mod/settings.php:934 mod/admin.php:862 -msgid "No special theme for mobile devices" -msgstr "" - -#: mod/settings.php:994 -msgid "Display Settings" -msgstr "" - -#: mod/settings.php:1000 mod/settings.php:1023 -msgid "Display Theme:" -msgstr "Útlits þema:" - -#: mod/settings.php:1001 -msgid "Mobile Theme:" -msgstr "" - -#: mod/settings.php:1002 -msgid "Suppress warning of insecure networks" -msgstr "" - -#: mod/settings.php:1002 -msgid "" -"Should the system suppress the warning that the current group contains " -"members of networks that can't receive non public postings." -msgstr "" - -#: mod/settings.php:1003 -msgid "Update browser every xx seconds" -msgstr "Endurhlaða vefsíðu á xx sekúndu fresti" - -#: mod/settings.php:1003 -msgid "Minimum of 10 seconds. Enter -1 to disable it." -msgstr "" - -#: mod/settings.php:1004 -msgid "Number of items to display per page:" -msgstr "" - -#: mod/settings.php:1004 mod/settings.php:1005 -msgid "Maximum of 100 items" -msgstr "" - -#: mod/settings.php:1005 -msgid "Number of items to display per page when viewed from mobile device:" -msgstr "" - -#: mod/settings.php:1006 -msgid "Don't show emoticons" -msgstr "" - -#: mod/settings.php:1007 -msgid "Calendar" -msgstr "" - -#: mod/settings.php:1008 -msgid "Beginning of week:" -msgstr "" - -#: mod/settings.php:1009 -msgid "Don't show notices" -msgstr "" - -#: mod/settings.php:1010 -msgid "Infinite scroll" -msgstr "" - -#: mod/settings.php:1011 -msgid "Automatic updates only at the top of the network page" -msgstr "" - -#: mod/settings.php:1012 -msgid "Bandwith Saver Mode" -msgstr "" - -#: mod/settings.php:1012 -msgid "" -"When enabled, embedded content is not displayed on automatic updates, they " -"only show on page reload." -msgstr "" - -#: mod/settings.php:1014 -msgid "General Theme Settings" -msgstr "" - -#: mod/settings.php:1015 -msgid "Custom Theme Settings" -msgstr "" - -#: mod/settings.php:1016 -msgid "Content Settings" -msgstr "" - -#: mod/settings.php:1017 view/theme/frio/config.php:61 -#: view/theme/quattro/config.php:66 view/theme/vier/config.php:109 -#: view/theme/duepuntozero/config.php:61 -msgid "Theme settings" -msgstr "" - -#: mod/settings.php:1099 -msgid "Account Types" -msgstr "" - -#: mod/settings.php:1100 -msgid "Personal Page Subtypes" -msgstr "" - -#: mod/settings.php:1101 -msgid "Community Forum Subtypes" -msgstr "" - -#: mod/settings.php:1108 -msgid "Personal Page" -msgstr "" - -#: mod/settings.php:1109 -msgid "This account is a regular personal profile" -msgstr "" - -#: mod/settings.php:1112 -msgid "Organisation Page" -msgstr "" - -#: mod/settings.php:1113 -msgid "This account is a profile for an organisation" -msgstr "" - -#: mod/settings.php:1116 -msgid "News Page" -msgstr "" - -#: mod/settings.php:1117 -msgid "This account is a news account/reflector" -msgstr "" - -#: mod/settings.php:1120 -msgid "Community Forum" -msgstr "" - -#: mod/settings.php:1121 -msgid "" -"This account is a community forum where people can discuss with each other" -msgstr "" - -#: mod/settings.php:1124 -msgid "Normal Account Page" -msgstr "" - -#: mod/settings.php:1125 -msgid "This account is a normal personal profile" -msgstr "Þessi notandi er með venjulega persónulega forsíðu" - -#: mod/settings.php:1128 -msgid "Soapbox Page" -msgstr "" - -#: mod/settings.php:1129 -msgid "Automatically approve all connection/friend requests as read-only fans" -msgstr "Sjálfkrafa samþykkja allar tengibeiðnir/vinabeiðnir einungis sem les-fylgjendur" - -#: mod/settings.php:1132 -msgid "Public Forum" -msgstr "" - -#: mod/settings.php:1133 -msgid "Automatically approve all contact requests" -msgstr "" - -#: mod/settings.php:1136 -msgid "Automatic Friend Page" -msgstr "" - -#: mod/settings.php:1137 -msgid "Automatically approve all connection/friend requests as friends" -msgstr "Sjálfkrafa samþykkja allar tengibeiðnir/vinabeiðnir sem vini" - -#: mod/settings.php:1140 -msgid "Private Forum [Experimental]" -msgstr "Einkaspjallsvæði [á tilraunastigi]" - -#: mod/settings.php:1141 -msgid "Private forum - approved members only" -msgstr "Einkaspjallsvæði - einungis skráðir meðlimir" - -#: mod/settings.php:1153 -msgid "OpenID:" -msgstr "OpenID:" - -#: mod/settings.php:1153 -msgid "(Optional) Allow this OpenID to login to this account." -msgstr "(Valfrjálst) Leyfa þessu OpenID til að auðkennast sem þessi notandi." - -#: mod/settings.php:1163 -msgid "Publish your default profile in your local site directory?" -msgstr "Gefa út sjálfgefna forsíðu í tengiliðalista á þessum þjón?" - -#: mod/settings.php:1169 -msgid "Publish your default profile in the global social directory?" -msgstr "Gefa sjálfgefna forsíðu út í alheimstengiliðalista?" - -#: mod/settings.php:1177 -msgid "Hide your contact/friend list from viewers of your default profile?" -msgstr "Fela tengiliða-/vinalistann þinn fyrir áhorfendum á sjálfgefinni forsíðu?" - -#: mod/settings.php:1181 -msgid "" -"If enabled, posting public messages to Diaspora and other networks isn't " -"possible." -msgstr "" - -#: mod/settings.php:1186 -msgid "Allow friends to post to your profile page?" -msgstr "Leyfa vinum að deila á forsíðuna þína?" - -#: mod/settings.php:1192 -msgid "Allow friends to tag your posts?" -msgstr "Leyfa vinum að merkja færslurnar þínar?" - -#: mod/settings.php:1198 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "Leyfa að stungið verði uppá þér sem hugsamlegum vinur fyrir aðra notendur? " - -#: mod/settings.php:1204 -msgid "Permit unknown people to send you private mail?" -msgstr "" - -#: mod/settings.php:1212 -msgid "Profile is not published." -msgstr "Forsíðu hefur ekki verið gefinn út." - -#: mod/settings.php:1220 -#, php-format -msgid "Your Identity Address is '%s' or '%s'." -msgstr "" - -#: mod/settings.php:1227 -msgid "Automatically expire posts after this many days:" -msgstr "Sjálfkrafa fyrna færslu eftir hvað marga daga:" - -#: mod/settings.php:1227 -msgid "If empty, posts will not expire. Expired posts will be deleted" -msgstr "Tómar færslur renna ekki út. Útrunnum færslum er eytt" - -#: mod/settings.php:1228 -msgid "Advanced expiration settings" -msgstr "Ítarlegar stillingar fyrningatíma" - -#: mod/settings.php:1229 -msgid "Advanced Expiration" -msgstr "Flókin fyrning" - -#: mod/settings.php:1230 -msgid "Expire posts:" -msgstr "Fyrna færslur:" - -#: mod/settings.php:1231 -msgid "Expire personal notes:" -msgstr "Fyrna einka glósur:" - -#: mod/settings.php:1232 -msgid "Expire starred posts:" -msgstr "Fyrna stjörnumerktar færslur:" - -#: mod/settings.php:1233 -msgid "Expire photos:" -msgstr "Fyrna myndum:" - -#: mod/settings.php:1234 -msgid "Only expire posts by others:" -msgstr "" - -#: mod/settings.php:1262 -msgid "Account Settings" -msgstr "Stillingar aðgangs" - -#: mod/settings.php:1270 -msgid "Password Settings" -msgstr "Stillingar aðgangsorða" - -#: mod/settings.php:1272 -msgid "Leave password fields blank unless changing" -msgstr "Hafðu aðgangsorða svæði tóm nema þegar verið er að breyta" - -#: mod/settings.php:1273 -msgid "Current Password:" -msgstr "" - -#: mod/settings.php:1273 mod/settings.php:1274 -msgid "Your current password to confirm the changes" -msgstr "" - -#: mod/settings.php:1274 -msgid "Password:" -msgstr "" - -#: mod/settings.php:1278 -msgid "Basic Settings" -msgstr "Grunnstillingar" - -#: mod/settings.php:1280 -msgid "Email Address:" -msgstr "Póstfang:" - -#: mod/settings.php:1281 -msgid "Your Timezone:" -msgstr "Þitt tímabelti:" - -#: mod/settings.php:1282 -msgid "Your Language:" -msgstr "" - -#: mod/settings.php:1282 -msgid "" -"Set the language we use to show you friendica interface and to send you " -"emails" -msgstr "" - -#: mod/settings.php:1283 -msgid "Default Post Location:" -msgstr "Sjálfgefin staðsetning færslu:" - -#: mod/settings.php:1284 -msgid "Use Browser Location:" -msgstr "Nota vafra staðsetningu:" - -#: mod/settings.php:1287 -msgid "Security and Privacy Settings" -msgstr "Öryggis og friðhelgistillingar" - -#: mod/settings.php:1289 -msgid "Maximum Friend Requests/Day:" -msgstr "Hámarks vinabeiðnir á dag:" - -#: mod/settings.php:1289 mod/settings.php:1319 -msgid "(to prevent spam abuse)" -msgstr "(til að koma í veg fyrir rusl misnotkun)" - -#: mod/settings.php:1290 -msgid "Default Post Permissions" -msgstr "Sjálfgefnar aðgangstýring á færslum" - -#: mod/settings.php:1291 -msgid "(click to open/close)" -msgstr "(ýttu á til að opna/loka)" - -#: mod/settings.php:1302 -msgid "Default Private Post" -msgstr "" - -#: mod/settings.php:1303 -msgid "Default Public Post" -msgstr "" - -#: mod/settings.php:1307 -msgid "Default Permissions for New Posts" -msgstr "" - -#: mod/settings.php:1319 -msgid "Maximum private messages per day from unknown people:" -msgstr "" - -#: mod/settings.php:1322 -msgid "Notification Settings" -msgstr "Stillingar á tilkynningum" - -#: mod/settings.php:1323 -msgid "By default post a status message when:" -msgstr "" - -#: mod/settings.php:1324 -msgid "accepting a friend request" -msgstr "samþykki vinabeiðni" - -#: mod/settings.php:1325 -msgid "joining a forum/community" -msgstr "ganga til liðs við hóp/samfélag" - -#: mod/settings.php:1326 -msgid "making an interesting profile change" -msgstr "" - -#: mod/settings.php:1327 -msgid "Send a notification email when:" -msgstr "Senda tilkynninga tölvupóst þegar:" - -#: mod/settings.php:1328 -msgid "You receive an introduction" -msgstr "Þú færð kynningu" - -#: mod/settings.php:1329 -msgid "Your introductions are confirmed" -msgstr "Kynningarnar þínar eru samþykktar" - -#: mod/settings.php:1330 -msgid "Someone writes on your profile wall" -msgstr "Einhver skrifar á vegginn þínn" - -#: mod/settings.php:1331 -msgid "Someone writes a followup comment" -msgstr "Einhver skrifar athugasemd á færslu hjá þér" - -#: mod/settings.php:1332 -msgid "You receive a private message" -msgstr "Þú færð einkaskilaboð" - -#: mod/settings.php:1333 -msgid "You receive a friend suggestion" -msgstr "Þér hefur borist vina uppástunga" - -#: mod/settings.php:1334 -msgid "You are tagged in a post" -msgstr "Þú varst merkt(ur) í færslu" - -#: mod/settings.php:1335 -msgid "You are poked/prodded/etc. in a post" -msgstr "" - -#: mod/settings.php:1337 -msgid "Activate desktop notifications" -msgstr "" - -#: mod/settings.php:1337 -msgid "Show desktop popup on new notifications" -msgstr "" - -#: mod/settings.php:1339 -msgid "Text-only notification emails" -msgstr "" - -#: mod/settings.php:1341 -msgid "Send text only notification emails, without the html part" -msgstr "" - -#: mod/settings.php:1343 -msgid "Advanced Account/Page Type Settings" -msgstr "" - -#: mod/settings.php:1344 -msgid "Change the behaviour of this account for special situations" -msgstr "" - -#: mod/settings.php:1347 -msgid "Relocate" -msgstr "" - -#: mod/settings.php:1348 -msgid "" -"If you have moved this profile from another server, and some of your " -"contacts don't receive your updates, try pushing this button." -msgstr "" - -#: mod/settings.php:1349 -msgid "Resend relocate message to contacts" -msgstr "" - -#: mod/videos.php:120 -msgid "Do you really want to delete this video?" -msgstr "" - -#: mod/videos.php:125 -msgid "Delete Video" -msgstr "" - -#: mod/videos.php:204 -msgid "No videos selected" -msgstr "" - -#: mod/videos.php:396 -msgid "Recent Videos" -msgstr "" - -#: mod/videos.php:398 -msgid "Upload New Videos" -msgstr "" - -#: mod/wall_attach.php:17 mod/wall_attach.php:25 mod/wall_attach.php:76 -#: mod/wall_upload.php:20 mod/wall_upload.php:33 mod/wall_upload.php:86 -#: mod/wall_upload.php:122 mod/wall_upload.php:125 -msgid "Invalid request." -msgstr "Ógild fyrirspurn." - -#: mod/wall_attach.php:94 -msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" -msgstr "" - -#: mod/wall_attach.php:94 -msgid "Or - did you try to upload an empty file?" -msgstr "" - -#: mod/wall_attach.php:105 -#, php-format -msgid "File exceeds size limit of %s" -msgstr "" - -#: mod/wall_attach.php:156 mod/wall_attach.php:172 -msgid "File upload failed." -msgstr "Skráar upphlöðun mistókst." - -#: mod/admin.php:92 +#: mod/admin.php:106 msgid "Theme settings updated." msgstr "Þemastillingar uppfærðar." -#: mod/admin.php:156 mod/admin.php:954 +#: mod/admin.php:179 src/Content/Nav.php:174 +msgid "Information" +msgstr "Upplýsingar" + +#: mod/admin.php:180 +msgid "Overview" +msgstr "Yfirlit" + +#: mod/admin.php:181 mod/admin.php:718 +msgid "Federation Statistics" +msgstr "Tölfræði þjónasambands" + +#: mod/admin.php:182 +msgid "Configuration" +msgstr "Uppsetning" + +#: mod/admin.php:183 mod/admin.php:1345 msgid "Site" msgstr "Vefur" -#: mod/admin.php:157 mod/admin.php:898 mod/admin.php:1404 mod/admin.php:1420 +#: mod/admin.php:184 mod/admin.php:1273 mod/admin.php:1788 mod/admin.php:1804 msgid "Users" msgstr "Notendur" -#: mod/admin.php:159 mod/admin.php:1780 mod/admin.php:1830 +#: mod/admin.php:185 mod/admin.php:1904 mod/admin.php:1964 mod/settings.php:86 +msgid "Addons" +msgstr "Forritsviðbætur" + +#: mod/admin.php:186 mod/admin.php:2173 mod/admin.php:2217 msgid "Themes" msgstr "Þemu" -#: mod/admin.php:161 +#: mod/admin.php:187 mod/settings.php:64 +msgid "Additional features" +msgstr "Viðbótareiginleikar" + +#: mod/admin.php:189 +msgid "Database" +msgstr "Gagnagrunnur" + +#: mod/admin.php:190 msgid "DB updates" msgstr "Gagnagrunnsuppfærslur" -#: mod/admin.php:162 mod/admin.php:406 +#: mod/admin.php:191 mod/admin.php:753 msgid "Inspect Queue" msgstr "" -#: mod/admin.php:163 mod/admin.php:372 -msgid "Federation Statistics" -msgstr "" +#: mod/admin.php:192 +msgid "Tools" +msgstr "Verkfæri" -#: mod/admin.php:177 mod/admin.php:188 mod/admin.php:1904 +#: mod/admin.php:193 +msgid "Contact Blocklist" +msgstr "Svartur listi tengiliðar" + +#: mod/admin.php:194 mod/admin.php:362 +msgid "Server Blocklist" +msgstr "Svartur listi vefþjóns" + +#: mod/admin.php:195 mod/admin.php:521 +msgid "Delete Item" +msgstr "Eyða atriði" + +#: mod/admin.php:196 mod/admin.php:197 mod/admin.php:2291 msgid "Logs" msgstr "Atburðaskrá" -#: mod/admin.php:178 mod/admin.php:1972 +#: mod/admin.php:198 mod/admin.php:2358 msgid "View Logs" msgstr "Skoða atburðaskrár" -#: mod/admin.php:179 -msgid "probe address" -msgstr "" +#: mod/admin.php:200 +msgid "Diagnostics" +msgstr "Bilanagreining" -#: mod/admin.php:180 +#: mod/admin.php:201 +msgid "PHP Info" +msgstr "PHP-upplýsingar" + +#: mod/admin.php:202 +msgid "probe address" +msgstr "finna vistfang" + +#: mod/admin.php:203 msgid "check webfinger" msgstr "" -#: mod/admin.php:187 -msgid "Plugin Features" -msgstr "Eiginleikar kerfiseiningar" +#: mod/admin.php:222 src/Content/Nav.php:217 +msgid "Admin" +msgstr "Stjórnandi" -#: mod/admin.php:189 -msgid "diagnostics" -msgstr "greining" +#: mod/admin.php:223 +msgid "Addon Features" +msgstr "Eiginleikar forritsviðbótar" -#: mod/admin.php:190 +#: mod/admin.php:224 msgid "User registrations waiting for confirmation" msgstr "Notenda nýskráningar bíða samþykkis" -#: mod/admin.php:306 -msgid "unknown" +#: mod/admin.php:301 mod/admin.php:361 mod/admin.php:478 mod/admin.php:520 +#: mod/admin.php:717 mod/admin.php:752 mod/admin.php:848 mod/admin.php:1344 +#: mod/admin.php:1787 mod/admin.php:1903 mod/admin.php:1963 mod/admin.php:2172 +#: mod/admin.php:2216 mod/admin.php:2290 mod/admin.php:2357 +msgid "Administration" +msgstr "Stjórnun" + +#: mod/admin.php:303 +msgid "Display Terms of Service" +msgstr "" + +#: mod/admin.php:303 +msgid "" +"Enable the Terms of Service page. If this is enabled a link to the terms " +"will be added to the registration form and the general information page." +msgstr "" + +#: mod/admin.php:304 +msgid "Display Privacy Statement" +msgstr "" + +#: mod/admin.php:304 +#, php-format +msgid "" +"Show some informations regarding the needed information to operate the node " +"according e.g. to EU-GDPR." +msgstr "" + +#: mod/admin.php:305 +msgid "The Terms of Service" +msgstr "" + +#: mod/admin.php:305 +msgid "" +"Enter the Terms of Service for your node here. You can use BBCode. Headers " +"of sections should be [h2] and below." +msgstr "" + +#: mod/admin.php:353 +msgid "The blocked domain" +msgstr "" + +#: mod/admin.php:354 mod/admin.php:367 +msgid "The reason why you blocked this domain." +msgstr "" + +#: mod/admin.php:355 +msgid "Delete domain" +msgstr "Eyða léni" + +#: mod/admin.php:355 +msgid "Check to delete this entry from the blocklist" +msgstr "" + +#: mod/admin.php:363 +msgid "" +"This page can be used to define a black list of servers from the federated " +"network that are not allowed to interact with your node. For all entered " +"domains you should also give a reason why you have blocked the remote " +"server." +msgstr "" + +#: mod/admin.php:364 +msgid "" +"The list of blocked servers will be made publically available on the " +"/friendica page so that your users and people investigating communication " +"problems can find the reason easily." msgstr "" #: mod/admin.php:365 +msgid "Add new entry to block list" +msgstr "" + +#: mod/admin.php:366 +msgid "Server Domain" +msgstr "" + +#: mod/admin.php:366 +msgid "" +"The domain of the new server to add to the block list. Do not include the " +"protocol." +msgstr "" + +#: mod/admin.php:367 +msgid "Block reason" +msgstr "Ástæða fyrir útilokun" + +#: mod/admin.php:368 +msgid "Add Entry" +msgstr "Bæta við færslu" + +#: mod/admin.php:369 +msgid "Save changes to the blocklist" +msgstr "" + +#: mod/admin.php:370 +msgid "Current Entries in the Blocklist" +msgstr "" + +#: mod/admin.php:373 +msgid "Delete entry from blocklist" +msgstr "" + +#: mod/admin.php:376 +msgid "Delete entry from blocklist?" +msgstr "" + +#: mod/admin.php:402 +msgid "Server added to blocklist." +msgstr "" + +#: mod/admin.php:418 +msgid "Site blocklist updated." +msgstr "" + +#: mod/admin.php:441 src/Core/Console/GlobalCommunityBlock.php:72 +msgid "The contact has been blocked from the node" +msgstr "" + +#: mod/admin.php:443 src/Core/Console/GlobalCommunityBlock.php:69 +#, php-format +msgid "Could not find any contact entry for this URL (%s)" +msgstr "" + +#: mod/admin.php:450 +#, php-format +msgid "%s contact unblocked" +msgid_plural "%s contacts unblocked" +msgstr[0] "" +msgstr[1] "" + +#: mod/admin.php:479 +msgid "Remote Contact Blocklist" +msgstr "" + +#: mod/admin.php:480 +msgid "" +"This page allows you to prevent any message from a remote contact to reach " +"your node." +msgstr "" + +#: mod/admin.php:481 +msgid "Block Remote Contact" +msgstr "" + +#: mod/admin.php:482 mod/admin.php:1790 +msgid "select all" +msgstr "velja alla" + +#: mod/admin.php:483 +msgid "select none" +msgstr "velja ekkert" + +#: mod/admin.php:486 +msgid "No remote contact is blocked from this node." +msgstr "" + +#: mod/admin.php:488 +msgid "Blocked Remote Contacts" +msgstr "" + +#: mod/admin.php:489 +msgid "Block New Remote Contact" +msgstr "" + +#: mod/admin.php:490 +msgid "Photo" +msgstr "Ljósmynd" + +#: mod/admin.php:498 +#, php-format +msgid "%s total blocked contact" +msgid_plural "%s total blocked contacts" +msgstr[0] "" +msgstr[1] "" + +#: mod/admin.php:500 +msgid "URL of the remote contact to block." +msgstr "" + +#: mod/admin.php:522 +msgid "Delete this Item" +msgstr "Eyða þessu atriði" + +#: mod/admin.php:523 +msgid "" +"On this page you can delete an item from your node. If the item is a top " +"level posting, the entire thread will be deleted." +msgstr "" + +#: mod/admin.php:524 +msgid "" +"You need to know the GUID of the item. You can find it e.g. by looking at " +"the display URL. The last part of http://example.com/display/123456 is the " +"GUID, here 123456." +msgstr "" + +#: mod/admin.php:525 +msgid "GUID" +msgstr "" + +#: mod/admin.php:525 +msgid "The GUID of the item you want to delete." +msgstr "" + +#: mod/admin.php:564 +msgid "Item marked for deletion." +msgstr "Atriði merkt til eyðingar." + +#: mod/admin.php:635 +msgid "unknown" +msgstr "óþekkt" + +#: mod/admin.php:711 msgid "" "This page offers you some numbers to the known part of the federated social " "network your Friendica node is part of. These numbers are not complete but " "only reflect the part of the network your node is aware of." msgstr "" -#: mod/admin.php:366 +#: mod/admin.php:712 msgid "" "The Auto Discovered Contact Directory feature is not enabled, it " "will improve the data displayed here." msgstr "" -#: mod/admin.php:371 mod/admin.php:405 mod/admin.php:484 mod/admin.php:953 -#: mod/admin.php:1403 mod/admin.php:1521 mod/admin.php:1581 mod/admin.php:1779 -#: mod/admin.php:1829 mod/admin.php:1903 mod/admin.php:1971 -msgid "Administration" -msgstr "Stjórnun" - -#: mod/admin.php:378 +#: mod/admin.php:724 #, php-format -msgid "Currently this node is aware of %d nodes from the following platforms:" +msgid "" +"Currently this node is aware of %d nodes with %d registered users from the " +"following platforms:" msgstr "" -#: mod/admin.php:408 +#: mod/admin.php:755 msgid "ID" -msgstr "" +msgstr "Auðkenni (ID)" -#: mod/admin.php:409 +#: mod/admin.php:756 msgid "Recipient Name" msgstr "Nafn viðtakanda" -#: mod/admin.php:410 +#: mod/admin.php:757 msgid "Recipient Profile" msgstr "Forsíða viðtakanda" -#: mod/admin.php:412 +#: mod/admin.php:758 src/Core/NotificationsManager.php:178 +#: src/Content/Nav.php:178 view/theme/frio/theme.php:266 +msgid "Network" +msgstr "Samfélag" + +#: mod/admin.php:759 msgid "Created" msgstr "Búið til" -#: mod/admin.php:413 +#: mod/admin.php:760 msgid "Last Tried" msgstr "Síðast prófað" -#: mod/admin.php:414 +#: mod/admin.php:761 msgid "" "This page lists the content of the queue for outgoing postings. These are " "postings the initial delivery failed for. They will be resend later and " "eventually deleted if the delivery fails permanently." msgstr "" -#: mod/admin.php:439 +#: mod/admin.php:785 #, php-format msgid "" "Your DB still runs with MyISAM tables. You should change the engine type to " "InnoDB. As Friendica will use InnoDB only features in the future, you should" " change this! See here for a guide that may be helpful " -"converting the table engines. You may also use the " -"convert_innodb.sql in the /util directory of your " -"Friendica installation.
" +"converting the table engines. You may also use the command php " +"bin/console.php dbstructure toinnodb of your Friendica installation for" +" an automatic conversion.
" msgstr "" -#: mod/admin.php:444 +#: mod/admin.php:792 +#, php-format msgid "" -"You are using a MySQL version which does not support all features that " -"Friendica uses. You should consider switching to MariaDB." +"There is a new version of Friendica available for download. Your current " +"version is %1$s, upstream version is %2$s" msgstr "" -#: mod/admin.php:448 mod/admin.php:1352 +#: mod/admin.php:802 +msgid "" +"The database update failed. Please run \"php bin/console.php dbstructure " +"update\" from the command line and have a look at the errors that might " +"appear." +msgstr "" + +#: mod/admin.php:808 +msgid "The worker was never executed. Please check your database structure!" +msgstr "" + +#: mod/admin.php:811 +#, php-format +msgid "" +"The last worker execution was on %s UTC. This is older than one hour. Please" +" check your crontab settings." +msgstr "" + +#: mod/admin.php:816 mod/admin.php:1739 msgid "Normal Account" msgstr "Venjulegur notandi" -#: mod/admin.php:449 mod/admin.php:1353 -msgid "Soapbox Account" -msgstr "Sápukassa notandi" +#: mod/admin.php:817 mod/admin.php:1740 +msgid "Automatic Follower Account" +msgstr "" -#: mod/admin.php:450 mod/admin.php:1354 -msgid "Community/Celebrity Account" -msgstr "Hópa-/Stjörnusíða" +#: mod/admin.php:818 mod/admin.php:1741 +msgid "Public Forum Account" +msgstr "" -#: mod/admin.php:451 mod/admin.php:1355 +#: mod/admin.php:819 mod/admin.php:1742 msgid "Automatic Friend Account" msgstr "Verður sjálfkrafa vinur notandi" -#: mod/admin.php:452 +#: mod/admin.php:820 msgid "Blog Account" msgstr "" -#: mod/admin.php:453 -msgid "Private Forum" -msgstr "Einkaspjallsvæði" +#: mod/admin.php:821 +msgid "Private Forum Account" +msgstr "" -#: mod/admin.php:479 +#: mod/admin.php:843 msgid "Message queues" msgstr "" -#: mod/admin.php:485 +#: mod/admin.php:849 msgid "Summary" msgstr "Samantekt" -#: mod/admin.php:488 +#: mod/admin.php:851 msgid "Registered users" msgstr "Skráðir notendur" -#: mod/admin.php:490 +#: mod/admin.php:853 msgid "Pending registrations" msgstr "Nýskráningar í bið" -#: mod/admin.php:491 +#: mod/admin.php:854 msgid "Version" -msgstr "Útgáfa" +msgstr "Útgáfunúmer" -#: mod/admin.php:496 -msgid "Active plugins" -msgstr "Virkar kerfiseiningar" +#: mod/admin.php:859 +msgid "Active addons" +msgstr "" -#: mod/admin.php:521 +#: mod/admin.php:890 msgid "Can not parse base url. Must have at least ://" msgstr "" -#: mod/admin.php:826 -msgid "RINO2 needs mcrypt php extension to work." -msgstr "" - -#: mod/admin.php:834 +#: mod/admin.php:1209 msgid "Site settings updated." msgstr "Stillingar vefsvæðis uppfærðar." -#: mod/admin.php:881 +#: mod/admin.php:1236 mod/settings.php:905 +msgid "No special theme for mobile devices" +msgstr "" + +#: mod/admin.php:1265 msgid "No community page" msgstr "" -#: mod/admin.php:882 +#: mod/admin.php:1266 msgid "Public postings from users of this site" msgstr "" -#: mod/admin.php:883 -msgid "Global community page" +#: mod/admin.php:1267 +msgid "Public postings from the federated network" msgstr "" -#: mod/admin.php:888 mod/contacts.php:530 -msgid "Never" -msgstr "aldrei" - -#: mod/admin.php:889 -msgid "At post arrival" +#: mod/admin.php:1268 +msgid "Public postings from local users and the federated network" msgstr "" -#: mod/admin.php:897 mod/contacts.php:557 -msgid "Disabled" -msgstr "Slökkt" - -#: mod/admin.php:899 +#: mod/admin.php:1274 msgid "Users, Global Contacts" msgstr "" -#: mod/admin.php:900 +#: mod/admin.php:1275 msgid "Users, Global Contacts/fallback" msgstr "" -#: mod/admin.php:904 +#: mod/admin.php:1279 msgid "One month" msgstr "Einn mánuður" -#: mod/admin.php:905 +#: mod/admin.php:1280 msgid "Three months" msgstr "Þrír mánuðir" -#: mod/admin.php:906 +#: mod/admin.php:1281 msgid "Half a year" msgstr "Hálft ár" -#: mod/admin.php:907 +#: mod/admin.php:1282 msgid "One year" msgstr "Eitt ár" -#: mod/admin.php:912 +#: mod/admin.php:1287 msgid "Multi user instance" msgstr "" -#: mod/admin.php:935 +#: mod/admin.php:1310 msgid "Closed" msgstr "Lokað" -#: mod/admin.php:936 +#: mod/admin.php:1311 msgid "Requires approval" msgstr "Þarf samþykki" -#: mod/admin.php:937 +#: mod/admin.php:1312 msgid "Open" msgstr "Opið" -#: mod/admin.php:941 +#: mod/admin.php:1316 msgid "No SSL policy, links will track page SSL state" msgstr "" -#: mod/admin.php:942 +#: mod/admin.php:1317 msgid "Force all links to use SSL" msgstr "" -#: mod/admin.php:943 +#: mod/admin.php:1318 msgid "Self-signed certificate, use SSL for local links only (discouraged)" msgstr "" -#: mod/admin.php:957 +#: mod/admin.php:1322 +msgid "Don't check" +msgstr "" + +#: mod/admin.php:1323 +msgid "check the stable version" +msgstr "" + +#: mod/admin.php:1324 +msgid "check the development version" +msgstr "" + +#: mod/admin.php:1347 +msgid "Republish users to directory" +msgstr "" + +#: mod/admin.php:1349 msgid "File upload" msgstr "Hlaða upp skrá" -#: mod/admin.php:958 +#: mod/admin.php:1350 msgid "Policies" msgstr "Stefna" -#: mod/admin.php:960 +#: mod/admin.php:1352 msgid "Auto Discovered Contact Directory" msgstr "" -#: mod/admin.php:961 +#: mod/admin.php:1353 msgid "Performance" msgstr "Afköst" -#: mod/admin.php:962 +#: mod/admin.php:1354 msgid "Worker" msgstr "" -#: mod/admin.php:963 +#: mod/admin.php:1355 +msgid "Message Relay" +msgstr "" + +#: mod/admin.php:1356 msgid "" "Relocate - WARNING: advanced function. Could make this server unreachable." msgstr "" -#: mod/admin.php:966 +#: mod/admin.php:1359 msgid "Site name" -msgstr "Nafn síðu" +msgstr "Nafn vefsvæðis" -#: mod/admin.php:967 +#: mod/admin.php:1360 msgid "Host name" msgstr "Vélarheiti" -#: mod/admin.php:968 +#: mod/admin.php:1361 msgid "Sender Email" msgstr "Tölvupóstfang sendanda" -#: mod/admin.php:968 +#: mod/admin.php:1361 msgid "" "The email address your server shall use to send notification emails from." msgstr "" -#: mod/admin.php:969 +#: mod/admin.php:1362 msgid "Banner/Logo" msgstr "Borði/Merki" -#: mod/admin.php:970 +#: mod/admin.php:1363 msgid "Shortcut icon" msgstr "Táknmynd flýtivísunar" -#: mod/admin.php:970 +#: mod/admin.php:1363 msgid "Link to an icon that will be used for browsers." msgstr "" -#: mod/admin.php:971 +#: mod/admin.php:1364 msgid "Touch icon" msgstr "" -#: mod/admin.php:971 +#: mod/admin.php:1364 msgid "Link to an icon that will be used for tablets and mobiles." msgstr "" -#: mod/admin.php:972 +#: mod/admin.php:1365 msgid "Additional Info" -msgstr "" +msgstr "Viðbótarupplýsingar" -#: mod/admin.php:972 +#: mod/admin.php:1365 #, php-format msgid "" "For public servers: you can add additional information here that will be " -"listed at %s/siteinfo." +"listed at %s/servers." msgstr "" -#: mod/admin.php:973 +#: mod/admin.php:1366 msgid "System language" msgstr "Tungumál kerfis" -#: mod/admin.php:974 +#: mod/admin.php:1367 msgid "System theme" msgstr "Þema kerfis" -#: mod/admin.php:974 +#: mod/admin.php:1367 msgid "" "Default system theme - may be over-ridden by user profiles - change theme settings" msgstr "" -#: mod/admin.php:975 +#: mod/admin.php:1368 msgid "Mobile system theme" msgstr "" -#: mod/admin.php:975 +#: mod/admin.php:1368 msgid "Theme for mobile devices" msgstr "" -#: mod/admin.php:976 +#: mod/admin.php:1369 msgid "SSL link policy" msgstr "" -#: mod/admin.php:976 +#: mod/admin.php:1369 msgid "Determines whether generated links should be forced to use SSL" msgstr "" -#: mod/admin.php:977 +#: mod/admin.php:1370 msgid "Force SSL" msgstr "Þvinga SSL" -#: mod/admin.php:977 +#: mod/admin.php:1370 msgid "" "Force all Non-SSL requests to SSL - Attention: on some systems it could lead" " to endless loops." msgstr "" -#: mod/admin.php:978 -msgid "Old style 'Share'" -msgstr "" - -#: mod/admin.php:978 -msgid "Deactivates the bbcode element 'share' for repeating items." -msgstr "" - -#: mod/admin.php:979 +#: mod/admin.php:1371 msgid "Hide help entry from navigation menu" msgstr "" -#: mod/admin.php:979 +#: mod/admin.php:1371 msgid "" "Hides the menu entry for the Help pages from the navigation menu. You can " "still access it calling /help directly." msgstr "" -#: mod/admin.php:980 +#: mod/admin.php:1372 msgid "Single user instance" msgstr "" -#: mod/admin.php:980 +#: mod/admin.php:1372 msgid "Make this instance multi-user or single-user for the named user" msgstr "" -#: mod/admin.php:981 +#: mod/admin.php:1373 msgid "Maximum image size" msgstr "Mesta stærð mynda" -#: mod/admin.php:981 +#: mod/admin.php:1373 msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no " "limits." msgstr "" -#: mod/admin.php:982 +#: mod/admin.php:1374 msgid "Maximum image length" msgstr "" -#: mod/admin.php:982 +#: mod/admin.php:1374 msgid "" "Maximum length in pixels of the longest side of uploaded images. Default is " "-1, which means no limits." msgstr "" -#: mod/admin.php:983 +#: mod/admin.php:1375 msgid "JPEG image quality" msgstr "JPEG myndgæði" -#: mod/admin.php:983 +#: mod/admin.php:1375 msgid "" "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " "100, which is full quality." msgstr "" -#: mod/admin.php:985 +#: mod/admin.php:1377 msgid "Register policy" msgstr "Stefna varðandi nýskráningar" -#: mod/admin.php:986 +#: mod/admin.php:1378 msgid "Maximum Daily Registrations" msgstr "" -#: mod/admin.php:986 +#: mod/admin.php:1378 msgid "" "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." msgstr "" -#: mod/admin.php:987 +#: mod/admin.php:1379 msgid "Register text" msgstr "Texti við nýskráningu" -#: mod/admin.php:987 -msgid "Will be displayed prominently on the registration page." +#: mod/admin.php:1379 +msgid "" +"Will be displayed prominently on the registration page. You can use BBCode " +"here." msgstr "" -#: mod/admin.php:988 +#: mod/admin.php:1380 msgid "Accounts abandoned after x days" msgstr "Yfirgefnir notendur eftir x daga" -#: mod/admin.php:988 +#: mod/admin.php:1380 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "Hættir að eyða afli í að sækja færslur á ytri vefi fyrir yfirgefna notendur. 0 þýðir notendur merkjast ekki yfirgefnir." -#: mod/admin.php:989 +#: mod/admin.php:1381 msgid "Allowed friend domains" msgstr "Leyfð lén vina" -#: mod/admin.php:989 +#: mod/admin.php:1381 msgid "" "Comma separated list of domains which are allowed to establish friendships " "with this site. Wildcards are accepted. Empty to allow any domains" msgstr "" -#: mod/admin.php:990 +#: mod/admin.php:1382 msgid "Allowed email domains" msgstr "Leyfð lén póstfangs" -#: mod/admin.php:990 +#: mod/admin.php:1382 msgid "" "Comma separated list of domains which are allowed in email addresses for " "registrations to this site. Wildcards are accepted. Empty to allow any " "domains" msgstr "" -#: mod/admin.php:991 +#: mod/admin.php:1383 +msgid "No OEmbed rich content" +msgstr "" + +#: mod/admin.php:1383 +msgid "" +"Don't show the rich content (e.g. embedded PDF), except from the domains " +"listed below." +msgstr "" + +#: mod/admin.php:1384 +msgid "Allowed OEmbed domains" +msgstr "" + +#: mod/admin.php:1384 +msgid "" +"Comma separated list of domains which oembed content is allowed to be " +"displayed. Wildcards are accepted." +msgstr "" + +#: mod/admin.php:1385 msgid "Block public" msgstr "Loka á opinberar færslur" -#: mod/admin.php:991 +#: mod/admin.php:1385 msgid "" "Check to block public access to all otherwise public personal pages on this " "site unless you are currently logged in." msgstr "" -#: mod/admin.php:992 +#: mod/admin.php:1386 msgid "Force publish" msgstr "Skylda að vera í tengiliðalista" -#: mod/admin.php:992 +#: mod/admin.php:1386 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "" -#: mod/admin.php:993 +#: mod/admin.php:1387 msgid "Global directory URL" msgstr "" -#: mod/admin.php:993 +#: mod/admin.php:1387 msgid "" "URL to the global directory. If this is not set, the global directory is " "completely unavailable to the application." msgstr "" -#: mod/admin.php:994 -msgid "Allow threaded items" -msgstr "" - -#: mod/admin.php:994 -msgid "Allow infinite level threading for items on this site." -msgstr "" - -#: mod/admin.php:995 +#: mod/admin.php:1388 msgid "Private posts by default for new users" msgstr "" -#: mod/admin.php:995 +#: mod/admin.php:1388 msgid "" "Set default post permissions for all new members to the default privacy " "group rather than public." msgstr "" -#: mod/admin.php:996 +#: mod/admin.php:1389 msgid "Don't include post content in email notifications" msgstr "" -#: mod/admin.php:996 +#: mod/admin.php:1389 msgid "" "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." msgstr "" -#: mod/admin.php:997 +#: mod/admin.php:1390 msgid "Disallow public access to addons listed in the apps menu." msgstr "Hindra opið aðgengi að viðbótum í forritavalmyndinni." -#: mod/admin.php:997 +#: mod/admin.php:1390 msgid "" "Checking this box will restrict addons listed in the apps menu to members " "only." msgstr "Ef hakað er í þetta verður aðgengi að viðbótum í forritavalmyndinni takmarkað við meðlimi." -#: mod/admin.php:998 +#: mod/admin.php:1391 msgid "Don't embed private images in posts" msgstr "" -#: mod/admin.php:998 +#: mod/admin.php:1391 msgid "" "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 " @@ -6808,239 +5905,210 @@ msgid "" "while." msgstr "" -#: mod/admin.php:999 +#: mod/admin.php:1392 msgid "Allow Users to set remote_self" msgstr "" -#: mod/admin.php:999 +#: mod/admin.php:1392 msgid "" "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." msgstr "" -#: mod/admin.php:1000 +#: mod/admin.php:1393 msgid "Block multiple registrations" msgstr "Banna margar skráningar" -#: mod/admin.php:1000 +#: mod/admin.php:1393 msgid "Disallow users to register additional accounts for use as pages." msgstr "" -#: mod/admin.php:1001 +#: mod/admin.php:1394 msgid "OpenID support" msgstr "Leyfa OpenID auðkenningu" -#: mod/admin.php:1001 +#: mod/admin.php:1394 msgid "OpenID support for registration and logins." msgstr "" -#: mod/admin.php:1002 +#: mod/admin.php:1395 msgid "Fullname check" msgstr "Fullt nafn skilyrði" -#: mod/admin.php:1002 +#: mod/admin.php:1395 msgid "" "Force users to register with a space between firstname and lastname in Full " "name, as an antispam measure" msgstr "" -#: mod/admin.php:1003 -msgid "UTF-8 Regular expressions" -msgstr "UTF-8 hefðbundin stöfun" - -#: mod/admin.php:1003 -msgid "Use PHP UTF8 regular expressions" +#: mod/admin.php:1396 +msgid "Community pages for visitors" msgstr "" -#: mod/admin.php:1004 -msgid "Community Page Style" -msgstr "" - -#: mod/admin.php:1004 +#: mod/admin.php:1396 msgid "" -"Type of community page to show. 'Global community' shows every public " -"posting from an open distributed network that arrived on this server." +"Which community pages should be available for visitors. Local users always " +"see both pages." msgstr "" -#: mod/admin.php:1005 +#: mod/admin.php:1397 msgid "Posts per user on community page" msgstr "" -#: mod/admin.php:1005 +#: mod/admin.php:1397 msgid "" "The maximum number of posts per user on the community page. (Not valid for " "'Global Community')" msgstr "" -#: mod/admin.php:1006 +#: mod/admin.php:1398 msgid "Enable OStatus support" msgstr "Leyfa OStatus stuðning" -#: mod/admin.php:1006 +#: mod/admin.php:1398 msgid "" "Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " "communications in OStatus are public, so privacy warnings will be " "occasionally displayed." msgstr "" -#: mod/admin.php:1007 -msgid "OStatus conversation completion interval" -msgstr "" - -#: mod/admin.php:1007 -msgid "" -"How often shall the poller check for new entries in OStatus conversations? " -"This can be a very ressource task." -msgstr "" - -#: mod/admin.php:1008 +#: mod/admin.php:1399 msgid "Only import OStatus threads from our contacts" msgstr "" -#: mod/admin.php:1008 +#: mod/admin.php:1399 msgid "" "Normally we import every content from our OStatus contacts. With this option" " we only store threads that are started by a contact that is known on our " "system." msgstr "" -#: mod/admin.php:1009 +#: mod/admin.php:1400 msgid "OStatus support can only be enabled if threading is enabled." msgstr "" -#: mod/admin.php:1011 +#: mod/admin.php:1402 msgid "" "Diaspora support can't be enabled because Friendica was installed into a sub" " directory." msgstr "" -#: mod/admin.php:1012 +#: mod/admin.php:1403 msgid "Enable Diaspora support" msgstr "Leyfa Diaspora tengingar" -#: mod/admin.php:1012 +#: mod/admin.php:1403 msgid "Provide built-in Diaspora network compatibility." msgstr "" -#: mod/admin.php:1013 +#: mod/admin.php:1404 msgid "Only allow Friendica contacts" msgstr "Aðeins leyfa Friendica notendur" -#: mod/admin.php:1013 +#: mod/admin.php:1404 msgid "" "All contacts must use Friendica protocols. All other built-in communication " "protocols disabled." msgstr "" -#: mod/admin.php:1014 +#: mod/admin.php:1405 msgid "Verify SSL" msgstr "Sannreyna SSL" -#: mod/admin.php:1014 +#: mod/admin.php:1405 msgid "" "If you wish, you can turn on strict certificate checking. This will mean you" " cannot connect (at all) to self-signed SSL sites." msgstr "" -#: mod/admin.php:1015 +#: mod/admin.php:1406 msgid "Proxy user" msgstr "Proxy notandi" -#: mod/admin.php:1016 +#: mod/admin.php:1407 msgid "Proxy URL" msgstr "Proxy slóð" -#: mod/admin.php:1017 +#: mod/admin.php:1408 msgid "Network timeout" msgstr "Net tími útrunninn" -#: mod/admin.php:1017 +#: mod/admin.php:1408 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "" -#: mod/admin.php:1018 -msgid "Delivery interval" -msgstr "" - -#: mod/admin.php:1018 -msgid "" -"Delay background delivery processes by this many seconds to reduce system " -"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " -"for large dedicated servers." -msgstr "" - -#: mod/admin.php:1019 -msgid "Poll interval" -msgstr "" - -#: mod/admin.php:1019 -msgid "" -"Delay background polling processes by this many seconds to reduce system " -"load. If 0, use delivery interval." -msgstr "" - -#: mod/admin.php:1020 +#: mod/admin.php:1409 msgid "Maximum Load Average" msgstr "Mesta meðaltals álag" -#: mod/admin.php:1020 +#: mod/admin.php:1409 msgid "" "Maximum system load before delivery and poll processes are deferred - " "default 50." msgstr "" -#: mod/admin.php:1021 +#: mod/admin.php:1410 msgid "Maximum Load Average (Frontend)" msgstr "" -#: mod/admin.php:1021 +#: mod/admin.php:1410 msgid "Maximum system load before the frontend quits service - default 50." msgstr "" -#: mod/admin.php:1022 +#: mod/admin.php:1411 +msgid "Minimal Memory" +msgstr "" + +#: mod/admin.php:1411 +msgid "" +"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " +"default 0 (deactivated)." +msgstr "" + +#: mod/admin.php:1412 msgid "Maximum table size for optimization" msgstr "" -#: mod/admin.php:1022 +#: mod/admin.php:1412 msgid "" "Maximum table size (in MB) for the automatic optimization - default 100 MB. " "Enter -1 to disable it." msgstr "" -#: mod/admin.php:1023 +#: mod/admin.php:1413 msgid "Minimum level of fragmentation" msgstr "" -#: mod/admin.php:1023 +#: mod/admin.php:1413 msgid "" "Minimum fragmenation level to start the automatic optimization - default " "value is 30%." msgstr "" -#: mod/admin.php:1025 +#: mod/admin.php:1415 msgid "Periodical check of global contacts" msgstr "" -#: mod/admin.php:1025 +#: mod/admin.php:1415 msgid "" "If enabled, the global contacts are checked periodically for missing or " "outdated data and the vitality of the contacts and servers." msgstr "" -#: mod/admin.php:1026 +#: mod/admin.php:1416 msgid "Days between requery" msgstr "" -#: mod/admin.php:1026 +#: mod/admin.php:1416 msgid "Number of days after which a server is requeried for his contacts." msgstr "" -#: mod/admin.php:1027 +#: mod/admin.php:1417 msgid "Discover contacts from other servers" msgstr "" -#: mod/admin.php:1027 +#: mod/admin.php:1417 msgid "" "Periodically query other servers for contacts. You can choose between " "'users': the users on the remote system, 'Global Contacts': active contacts " @@ -7050,32 +6118,32 @@ msgid "" "Global Contacts'." msgstr "" -#: mod/admin.php:1028 +#: mod/admin.php:1418 msgid "Timeframe for fetching global contacts" msgstr "" -#: mod/admin.php:1028 +#: mod/admin.php:1418 msgid "" "When the discovery is activated, this value defines the timeframe for the " "activity of the global contacts that are fetched from other servers." msgstr "" -#: mod/admin.php:1029 +#: mod/admin.php:1419 msgid "Search the local directory" msgstr "" -#: mod/admin.php:1029 +#: mod/admin.php:1419 msgid "" "Search the local directory instead of the global directory. When searching " "locally, every search will be executed on the global directory in the " "background. This improves the search results when the search is repeated." msgstr "" -#: mod/admin.php:1031 +#: mod/admin.php:1421 msgid "Publish server information" msgstr "" -#: mod/admin.php:1031 +#: mod/admin.php:1421 msgid "" "If enabled, general server and usage data will be published. The data " "contains the name and version of the server, number of users with public " @@ -7083,260 +6151,282 @@ msgid "" " href='http://the-federation.info/'>the-federation.info for details." msgstr "" -#: mod/admin.php:1033 -msgid "Use MySQL full text engine" +#: mod/admin.php:1423 +msgid "Check upstream version" msgstr "" -#: mod/admin.php:1033 +#: mod/admin.php:1423 msgid "" -"Activates the full text engine. Speeds up search - but can only search for " -"four and more characters." +"Enables checking for new Friendica versions at github. If there is a new " +"version, you will be informed in the admin panel overview." msgstr "" -#: mod/admin.php:1034 -msgid "Suppress Language" -msgstr "" - -#: mod/admin.php:1034 -msgid "Suppress language information in meta information about a posting." -msgstr "" - -#: mod/admin.php:1035 +#: mod/admin.php:1424 msgid "Suppress Tags" msgstr "" -#: mod/admin.php:1035 +#: mod/admin.php:1424 msgid "Suppress showing a list of hashtags at the end of the posting." msgstr "" -#: mod/admin.php:1036 +#: mod/admin.php:1425 msgid "Path to item cache" msgstr "" -#: mod/admin.php:1036 +#: mod/admin.php:1425 msgid "The item caches buffers generated bbcode and external images." msgstr "" -#: mod/admin.php:1037 +#: mod/admin.php:1426 msgid "Cache duration in seconds" msgstr "" -#: mod/admin.php:1037 +#: mod/admin.php:1426 msgid "" "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." msgstr "" -#: mod/admin.php:1038 +#: mod/admin.php:1427 msgid "Maximum numbers of comments per post" msgstr "" -#: mod/admin.php:1038 +#: mod/admin.php:1427 msgid "How much comments should be shown for each post? Default value is 100." msgstr "" -#: mod/admin.php:1039 -msgid "Path for lock file" -msgstr "" - -#: mod/admin.php:1039 -msgid "" -"The lock file is used to avoid multiple pollers at one time. Only define a " -"folder here." -msgstr "" - -#: mod/admin.php:1040 +#: mod/admin.php:1428 msgid "Temp path" msgstr "" -#: mod/admin.php:1040 +#: mod/admin.php:1428 msgid "" "If you have a restricted system where the webserver can't access the system " "temp path, enter another path here." msgstr "" -#: mod/admin.php:1041 +#: mod/admin.php:1429 msgid "Base path to installation" msgstr "" -#: mod/admin.php:1041 +#: mod/admin.php:1429 msgid "" "If the system cannot detect the correct path to your installation, enter the" " correct path here. This setting should only be set if you are using a " "restricted system and symbolic links to your webroot." msgstr "" -#: mod/admin.php:1042 +#: mod/admin.php:1430 msgid "Disable picture proxy" msgstr "" -#: mod/admin.php:1042 +#: mod/admin.php:1430 msgid "" "The picture proxy increases performance and privacy. It shouldn't be used on" " systems with very low bandwith." msgstr "" -#: mod/admin.php:1043 -msgid "Enable old style pager" -msgstr "" - -#: mod/admin.php:1043 -msgid "" -"The old style pager has page numbers but slows down massively the page " -"speed." -msgstr "" - -#: mod/admin.php:1044 +#: mod/admin.php:1431 msgid "Only search in tags" msgstr "" -#: mod/admin.php:1044 +#: mod/admin.php:1431 msgid "On large systems the text search can slow down the system extremely." msgstr "" -#: mod/admin.php:1046 +#: mod/admin.php:1433 msgid "New base url" msgstr "" -#: mod/admin.php:1046 +#: mod/admin.php:1433 msgid "" -"Change base url for this server. Sends relocate message to all DFRN contacts" -" of all users." +"Change base url for this server. Sends relocate message to all Friendica and" +" Diaspora* contacts of all users." msgstr "" -#: mod/admin.php:1048 +#: mod/admin.php:1435 msgid "RINO Encryption" msgstr "" -#: mod/admin.php:1048 +#: mod/admin.php:1435 msgid "Encryption layer between nodes." msgstr "" -#: mod/admin.php:1049 -msgid "Embedly API key" -msgstr "" +#: mod/admin.php:1435 +msgid "Enabled" +msgstr "Virkt" -#: mod/admin.php:1049 -msgid "" -"Embedly is used to fetch additional data for " -"web pages. This is an optional parameter." -msgstr "" - -#: mod/admin.php:1051 -msgid "Enable 'worker' background processing" -msgstr "" - -#: mod/admin.php:1051 -msgid "" -"The worker background processing limits the number of parallel background " -"jobs to a maximum number and respects the system load." -msgstr "" - -#: mod/admin.php:1052 +#: mod/admin.php:1437 msgid "Maximum number of parallel workers" msgstr "" -#: mod/admin.php:1052 +#: mod/admin.php:1437 msgid "" "On shared hosters set this to 2. On larger systems, values of 10 are great. " "Default value is 4." msgstr "" -#: mod/admin.php:1053 +#: mod/admin.php:1438 msgid "Don't use 'proc_open' with the worker" msgstr "" -#: mod/admin.php:1053 +#: mod/admin.php:1438 msgid "" "Enable this if your system doesn't allow the use of 'proc_open'. This can " "happen on shared hosters. If this is enabled you should increase the " -"frequency of poller calls in your crontab." +"frequency of worker calls in your crontab." msgstr "" -#: mod/admin.php:1054 +#: mod/admin.php:1439 msgid "Enable fastlane" msgstr "" -#: mod/admin.php:1054 +#: mod/admin.php:1439 msgid "" "When enabed, the fastlane mechanism starts an additional worker if processes" " with higher priority are blocked by processes of lower priority." msgstr "" -#: mod/admin.php:1055 +#: mod/admin.php:1440 msgid "Enable frontend worker" msgstr "" -#: mod/admin.php:1055 +#: mod/admin.php:1440 +#, php-format msgid "" "When enabled the Worker process is triggered when backend access is " -"performed (e.g. messages being delivered). On smaller sites you might want " -"to call yourdomain.tld/worker on a regular basis via an external cron job. " +"performed \\x28e.g. messages being delivered\\x29. On smaller sites you " +"might want to call %s/worker on a regular basis via an external cron job. " "You should only enable this option if you cannot utilize cron/scheduled jobs" -" on your server. The worker background process needs to be activated for " -"this." +" on your server." msgstr "" -#: mod/admin.php:1084 +#: mod/admin.php:1442 +msgid "Subscribe to relay" +msgstr "" + +#: mod/admin.php:1442 +msgid "" +"Enables the receiving of public posts from the relay. They will be included " +"in the search, subscribed tags and on the global community page." +msgstr "" + +#: mod/admin.php:1443 +msgid "Relay server" +msgstr "" + +#: mod/admin.php:1443 +msgid "" +"Address of the relay server where public posts should be send to. For " +"example https://relay.diasp.org" +msgstr "" + +#: mod/admin.php:1444 +msgid "Direct relay transfer" +msgstr "" + +#: mod/admin.php:1444 +msgid "" +"Enables the direct transfer to other servers without using the relay servers" +msgstr "" + +#: mod/admin.php:1445 +msgid "Relay scope" +msgstr "" + +#: mod/admin.php:1445 +msgid "" +"Can be 'all' or 'tags'. 'all' means that every public post should be " +"received. 'tags' means that only posts with selected tags should be " +"received." +msgstr "" + +#: mod/admin.php:1445 +msgid "all" +msgstr "allt" + +#: mod/admin.php:1445 +msgid "tags" +msgstr "merki" + +#: mod/admin.php:1446 +msgid "Server tags" +msgstr "" + +#: mod/admin.php:1446 +msgid "Comma separated list of tags for the 'tags' subscription." +msgstr "" + +#: mod/admin.php:1447 +msgid "Allow user tags" +msgstr "" + +#: mod/admin.php:1447 +msgid "" +"If enabled, the tags from the saved searches will used for the 'tags' " +"subscription in addition to the 'relay_server_tags'." +msgstr "" + +#: mod/admin.php:1475 msgid "Update has been marked successful" msgstr "Uppfærsla merkt sem tókst" -#: mod/admin.php:1092 +#: mod/admin.php:1482 #, php-format msgid "Database structure update %s was successfully applied." msgstr "" -#: mod/admin.php:1095 +#: mod/admin.php:1485 #, php-format msgid "Executing of database structure update %s failed with error: %s" msgstr "" -#: mod/admin.php:1107 +#: mod/admin.php:1498 #, php-format msgid "Executing %s failed with error: %s" msgstr "" -#: mod/admin.php:1110 +#: mod/admin.php:1500 #, php-format msgid "Update %s was successfully applied." msgstr "Uppfærsla %s framkvæmd." -#: mod/admin.php:1114 +#: mod/admin.php:1503 #, php-format msgid "Update %s did not return a status. Unknown if it succeeded." msgstr "Uppfærsla %s skilaði ekki gildi. Óvíst hvort tókst." -#: mod/admin.php:1116 +#: mod/admin.php:1506 #, php-format msgid "There was no additional update function %s that needed to be called." msgstr "" -#: mod/admin.php:1135 +#: mod/admin.php:1526 msgid "No failed updates." msgstr "Engar uppfærslur mistókust." -#: mod/admin.php:1136 +#: mod/admin.php:1527 msgid "Check database structure" msgstr "" -#: mod/admin.php:1141 +#: mod/admin.php:1532 msgid "Failed Updates" msgstr "Uppfærslur sem mistókust" -#: mod/admin.php:1142 +#: mod/admin.php:1533 msgid "" "This does not include updates prior to 1139, which did not return a status." msgstr "Þetta á ekki við uppfærslur fyrir 1139, þær skiluðu ekki lokastöðu." -#: mod/admin.php:1143 +#: mod/admin.php:1534 msgid "Mark success (if update was manually applied)" msgstr "Merkja sem tókst (ef uppfærsla var framkvæmd handvirkt)" -#: mod/admin.php:1144 +#: mod/admin.php:1535 msgid "Attempt to execute this update step automatically" msgstr "Framkvæma þessa uppfærslu sjálfkrafa" -#: mod/admin.php:1178 +#: mod/admin.php:1574 #, php-format msgid "" "\n" @@ -7344,7 +6434,7 @@ msgid "" "\t\t\t\tthe administrator of %2$s has set up an account for you." msgstr "" -#: mod/admin.php:1181 +#: mod/admin.php:1577 #, php-format msgid "" "\n" @@ -7371,242 +6461,244 @@ msgid "" "\t\t\tIf you are new and do not know anybody here, they may help\n" "\t\t\tyou to make some new and interesting friends.\n" "\n" +"\t\t\tIf you ever want to delete your account, you can do so at %1$s/removeme\n" +"\n" "\t\t\tThank you and welcome to %4$s." msgstr "" -#: mod/admin.php:1225 +#: mod/admin.php:1611 src/Model/User.php:649 +#, php-format +msgid "Registration details for %s" +msgstr "Nýskráningar upplýsingar fyrir %s" + +#: mod/admin.php:1621 #, php-format msgid "%s user blocked/unblocked" msgid_plural "%s users blocked/unblocked" msgstr[0] "" msgstr[1] "" -#: mod/admin.php:1232 +#: mod/admin.php:1627 #, php-format msgid "%s user deleted" msgid_plural "%s users deleted" -msgstr[0] "%s notenda eytt" +msgstr[0] "%s notanda eytt" msgstr[1] "%s notendum eytt" -#: mod/admin.php:1279 +#: mod/admin.php:1674 #, php-format msgid "User '%s' deleted" msgstr "Notanda '%s' eytt" -#: mod/admin.php:1287 +#: mod/admin.php:1682 #, php-format msgid "User '%s' unblocked" msgstr "Notanda '%s' gefið frelsi" -#: mod/admin.php:1287 +#: mod/admin.php:1682 #, php-format msgid "User '%s' blocked" -msgstr "Notanda '%s' settur í bann" +msgstr "Notandi '%s' settur í bann" -#: mod/admin.php:1396 mod/admin.php:1422 +#: mod/admin.php:1781 mod/admin.php:1793 mod/admin.php:1806 mod/admin.php:1824 +#: src/Content/ContactSelector.php:82 +msgid "Email" +msgstr "Tölvupóstur" + +#: mod/admin.php:1781 mod/admin.php:1806 msgid "Register date" -msgstr "Skráningar dagsetning" +msgstr "Skráningardagur" -#: mod/admin.php:1396 mod/admin.php:1422 +#: mod/admin.php:1781 mod/admin.php:1806 msgid "Last login" msgstr "Síðast innskráður" -#: mod/admin.php:1396 mod/admin.php:1422 +#: mod/admin.php:1781 mod/admin.php:1806 msgid "Last item" -msgstr "Síðasta" +msgstr "Síðasta atriði" -#: mod/admin.php:1405 +#: mod/admin.php:1781 mod/settings.php:55 +msgid "Account" +msgstr "Notandi" + +#: mod/admin.php:1789 msgid "Add User" -msgstr "" +msgstr "Bæta við notanda" -#: mod/admin.php:1406 -msgid "select all" -msgstr "velja alla" - -#: mod/admin.php:1407 +#: mod/admin.php:1791 msgid "User registrations waiting for confirm" msgstr "Skráning notanda býður samþykkis" -#: mod/admin.php:1408 +#: mod/admin.php:1792 msgid "User waiting for permanent deletion" msgstr "" -#: mod/admin.php:1409 +#: mod/admin.php:1793 msgid "Request date" msgstr "Dagsetning beiðnar" -#: mod/admin.php:1410 +#: mod/admin.php:1794 msgid "No registrations." msgstr "Engin skráning" -#: mod/admin.php:1411 +#: mod/admin.php:1795 msgid "Note from the user" msgstr "" -#: mod/admin.php:1413 +#: mod/admin.php:1797 msgid "Deny" msgstr "Hafnað" -#: mod/admin.php:1415 mod/contacts.php:605 mod/contacts.php:805 -#: mod/contacts.php:983 -msgid "Block" -msgstr "Banna" - -#: mod/admin.php:1416 mod/contacts.php:605 mod/contacts.php:805 -#: mod/contacts.php:983 -msgid "Unblock" -msgstr "Afbanna" - -#: mod/admin.php:1417 +#: mod/admin.php:1801 msgid "Site admin" msgstr "Vefstjóri" -#: mod/admin.php:1418 +#: mod/admin.php:1802 msgid "Account expired" -msgstr "" +msgstr "Notandaaðgangur útrunninn" -#: mod/admin.php:1421 +#: mod/admin.php:1805 msgid "New User" -msgstr "" +msgstr "Nýr notandi" -#: mod/admin.php:1422 +#: mod/admin.php:1806 msgid "Deleted since" -msgstr "" +msgstr "Eytt síðan" -#: mod/admin.php:1427 +#: mod/admin.php:1811 msgid "" "Selected users will be deleted!\\n\\nEverything these users had posted on " "this site will be permanently deleted!\\n\\nAre you sure?" msgstr "Valdir notendur verður eytt!\\n\\nAllt sem þessir notendur hafa deilt á þessum vef verður varanlega eytt!\\n\\nErtu alveg viss?" -#: mod/admin.php:1428 +#: mod/admin.php:1812 msgid "" "The user {0} will be deleted!\\n\\nEverything this user has posted on this " "site will be permanently deleted!\\n\\nAre you sure?" msgstr "Notandinn {0} verður eytt!\\n\\nAllt sem þessi notandi hefur deilt á þessum vef veður varanlega eytt!\\n\\nErtu alveg viss?" -#: mod/admin.php:1438 +#: mod/admin.php:1822 msgid "Name of the new user." msgstr "" -#: mod/admin.php:1439 +#: mod/admin.php:1823 msgid "Nickname" -msgstr "" +msgstr "Stuttnefni" -#: mod/admin.php:1439 +#: mod/admin.php:1823 msgid "Nickname of the new user." msgstr "" -#: mod/admin.php:1440 +#: mod/admin.php:1824 msgid "Email address of the new user." msgstr "" -#: mod/admin.php:1483 +#: mod/admin.php:1866 #, php-format -msgid "Plugin %s disabled." -msgstr "Kerfiseining %s óvirk." +msgid "Addon %s disabled." +msgstr "" -#: mod/admin.php:1487 +#: mod/admin.php:1870 #, php-format -msgid "Plugin %s enabled." -msgstr "Kveikt á kerfiseiningu %s" +msgid "Addon %s enabled." +msgstr "" -#: mod/admin.php:1498 mod/admin.php:1734 +#: mod/admin.php:1880 mod/admin.php:2129 msgid "Disable" -msgstr "Slökkva" +msgstr "Gera óvirkt" -#: mod/admin.php:1500 mod/admin.php:1736 +#: mod/admin.php:1883 mod/admin.php:2132 msgid "Enable" -msgstr "Kveikja" +msgstr "Virkja" -#: mod/admin.php:1523 mod/admin.php:1781 +#: mod/admin.php:1905 mod/admin.php:2174 msgid "Toggle" msgstr "Skipta" -#: mod/admin.php:1531 mod/admin.php:1790 +#: mod/admin.php:1913 mod/admin.php:2183 msgid "Author: " msgstr "Höfundur:" -#: mod/admin.php:1532 mod/admin.php:1791 +#: mod/admin.php:1914 mod/admin.php:2184 msgid "Maintainer: " +msgstr "Umsjónarmaður: " + +#: mod/admin.php:1966 +msgid "Reload active addons" msgstr "" -#: mod/admin.php:1584 -msgid "Reload active plugins" -msgstr "Endurhlaða virkar kerfiseiningar" - -#: mod/admin.php:1589 +#: mod/admin.php:1971 #, php-format msgid "" -"There are currently no plugins available on your node. You can find the " -"official plugin repository at %1$s and might find other interesting plugins " -"in the open plugin registry at %2$s" +"There are currently no addons available on your node. You can find the " +"official addon repository at %1$s and might find other interesting addons in" +" the open addon registry at %2$s" msgstr "" -#: mod/admin.php:1694 +#: mod/admin.php:2091 msgid "No themes found." msgstr "Engin þemu fundust" -#: mod/admin.php:1772 +#: mod/admin.php:2165 msgid "Screenshot" msgstr "Skjámynd" -#: mod/admin.php:1832 +#: mod/admin.php:2219 msgid "Reload active themes" msgstr "" -#: mod/admin.php:1837 +#: mod/admin.php:2224 #, php-format -msgid "No themes found on the system. They should be paced in %1$s" +msgid "No themes found on the system. They should be placed in %1$s" msgstr "" -#: mod/admin.php:1838 +#: mod/admin.php:2225 msgid "[Experimental]" -msgstr "[Tilraun]" +msgstr "[Á tilraunastigi]" -#: mod/admin.php:1839 +#: mod/admin.php:2226 msgid "[Unsupported]" -msgstr "[Óstudd]" +msgstr "[Óstutt]" -#: mod/admin.php:1863 +#: mod/admin.php:2250 msgid "Log settings updated." msgstr "Stillingar atburðaskrár uppfærðar. " -#: mod/admin.php:1895 +#: mod/admin.php:2282 msgid "PHP log currently enabled." msgstr "" -#: mod/admin.php:1897 +#: mod/admin.php:2284 msgid "PHP log currently disabled." msgstr "" -#: mod/admin.php:1906 +#: mod/admin.php:2293 msgid "Clear" msgstr "Hreinsa" -#: mod/admin.php:1911 +#: mod/admin.php:2297 msgid "Enable Debugging" msgstr "" -#: mod/admin.php:1912 +#: mod/admin.php:2298 msgid "Log file" msgstr "Atburðaskrá" -#: mod/admin.php:1912 +#: mod/admin.php:2298 msgid "" "Must be writable by web server. Relative to your Friendica top-level " "directory." msgstr "Vefþjónn verður að hafa skrifréttindi. Afstætt við Friendica rótar skráarsafn." -#: mod/admin.php:1913 +#: mod/admin.php:2299 msgid "Log level" msgstr "Stig atburðaskráningar" -#: mod/admin.php:1916 +#: mod/admin.php:2301 msgid "PHP logging" msgstr "" -#: mod/admin.php:1917 +#: mod/admin.php:2302 msgid "" "To enable logging of PHP errors and warnings you can add the following to " "the .htconfig.php file of your installation. The filename set in the " @@ -7615,1294 +6707,2792 @@ msgid "" "'display_errors' is to enable these options, set to '0' to disable them." msgstr "" -#: mod/admin.php:2045 +#: mod/admin.php:2333 +#, php-format +msgid "" +"Error trying to open %1$s log file.\\r\\n
Check to see " +"if file %1$s exist and is readable." +msgstr "" + +#: mod/admin.php:2337 +#, php-format +msgid "" +"Couldn't open %1$s log file.\\r\\n
Check to see if file" +" %1$s is readable." +msgstr "" + +#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775 +msgid "Off" +msgstr "Slökkt" + +#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775 +msgid "On" +msgstr "Kveikt" + +#: mod/admin.php:2429 #, php-format msgid "Lock feature %s" msgstr "" -#: mod/admin.php:2053 +#: mod/admin.php:2437 msgid "Manage Additional Features" msgstr "" -#: mod/contacts.php:128 +#: mod/settings.php:72 +msgid "Display" +msgstr "Birting" + +#: mod/settings.php:79 mod/settings.php:842 +msgid "Social Networks" +msgstr "Samfélagsnet" + +#: mod/settings.php:93 src/Content/Nav.php:204 +msgid "Delegations" +msgstr "" + +#: mod/settings.php:100 +msgid "Connected apps" +msgstr "Tengd forrit" + +#: mod/settings.php:114 +msgid "Remove account" +msgstr "Henda tengilið" + +#: mod/settings.php:168 +msgid "Missing some important data!" +msgstr "Vantar mikilvæg gögn!" + +#: mod/settings.php:279 +msgid "Failed to connect with email account using the settings provided." +msgstr "Ekki tókst að tengjast við pósthólf með stillingum sem uppgefnar eru." + +#: mod/settings.php:284 +msgid "Email settings updated." +msgstr "Stillingar póstfangs uppfærðar." + +#: mod/settings.php:300 +msgid "Features updated" +msgstr "" + +#: mod/settings.php:372 +msgid "Relocate message has been send to your contacts" +msgstr "" + +#: mod/settings.php:384 src/Model/User.php:325 +msgid "Passwords do not match. Password unchanged." +msgstr "Aðgangsorð ber ekki saman. Aðgangsorð óbreytt." + +#: mod/settings.php:389 +msgid "Empty passwords are not allowed. Password unchanged." +msgstr "Tóm aðgangsorð eru ekki leyfileg. Aðgangsorð óbreytt." + +#: mod/settings.php:394 src/Core/Console/NewPassword.php:78 +msgid "" +"The new password has been exposed in a public data dump, please choose " +"another." +msgstr "" + +#: mod/settings.php:400 +msgid "Wrong password." +msgstr "Rangt lykilorð." + +#: mod/settings.php:407 src/Core/Console/NewPassword.php:85 +msgid "Password changed." +msgstr "Aðgangsorði breytt." + +#: mod/settings.php:409 src/Core/Console/NewPassword.php:82 +msgid "Password update failed. Please try again." +msgstr "Uppfærsla á aðgangsorði tókst ekki. Reyndu aftur." + +#: mod/settings.php:496 +msgid " Please use a shorter name." +msgstr " Notaðu styttra nafn." + +#: mod/settings.php:499 +msgid " Name too short." +msgstr "Nafn of stutt." + +#: mod/settings.php:507 +msgid "Wrong Password" +msgstr "Rangt lykilorð" + +#: mod/settings.php:512 +msgid "Invalid email." +msgstr "Ógilt tölvupóstfang." + +#: mod/settings.php:519 +msgid "Cannot change to that email." +msgstr "" + +#: mod/settings.php:572 +msgid "Private forum has no privacy permissions. Using default privacy group." +msgstr "" + +#: mod/settings.php:575 +msgid "Private forum has no privacy permissions and no default privacy group." +msgstr "" + +#: mod/settings.php:615 +msgid "Settings updated." +msgstr "Stillingar uppfærðar." + +#: mod/settings.php:674 mod/settings.php:700 mod/settings.php:736 +msgid "Add application" +msgstr "Bæta við forriti" + +#: mod/settings.php:678 mod/settings.php:704 +msgid "Consumer Key" +msgstr "Notenda lykill" + +#: mod/settings.php:679 mod/settings.php:705 +msgid "Consumer Secret" +msgstr "Notenda leyndarmál" + +#: mod/settings.php:680 mod/settings.php:706 +msgid "Redirect" +msgstr "Áframsenda" + +#: mod/settings.php:681 mod/settings.php:707 +msgid "Icon url" +msgstr "Táknmyndar slóð" + +#: mod/settings.php:692 +msgid "You can't edit this application." +msgstr "Þú getur ekki breytt þessu forriti." + +#: mod/settings.php:735 +msgid "Connected Apps" +msgstr "Tengd forrit" + +#: mod/settings.php:737 src/Object/Post.php:155 src/Object/Post.php:157 +msgid "Edit" +msgstr "Breyta" + +#: mod/settings.php:739 +msgid "Client key starts with" +msgstr "Lykill viðskiptavinar byrjar á" + +#: mod/settings.php:740 +msgid "No name" +msgstr "Ekkert nafn" + +#: mod/settings.php:741 +msgid "Remove authorization" +msgstr "Fjarlæga auðkenningu" + +#: mod/settings.php:752 +msgid "No Addon settings configured" +msgstr "" + +#: mod/settings.php:761 +msgid "Addon Settings" +msgstr "" + +#: mod/settings.php:782 +msgid "Additional Features" +msgstr "" + +#: mod/settings.php:805 src/Content/ContactSelector.php:83 +msgid "Diaspora" +msgstr "Diaspora" + +#: mod/settings.php:805 mod/settings.php:806 +msgid "enabled" +msgstr "kveikt" + +#: mod/settings.php:805 mod/settings.php:806 +msgid "disabled" +msgstr "slökkt" + +#: mod/settings.php:805 mod/settings.php:806 #, php-format -msgid "%d contact edited." -msgid_plural "%d contacts edited." +msgid "Built-in support for %s connectivity is %s" +msgstr "Innbyggður stuðningur fyrir %s tenging er%s" + +#: mod/settings.php:806 +msgid "GNU Social (OStatus)" +msgstr "GNU Social (OStatus)" + +#: mod/settings.php:837 +msgid "Email access is disabled on this site." +msgstr "Slökkt hefur verið á tölvupóst aðgang á þessum þjón." + +#: mod/settings.php:847 +msgid "General Social Media Settings" +msgstr "Almennar stillingar samfélagsmiðla" + +#: mod/settings.php:848 +msgid "Disable Content Warning" +msgstr "" + +#: mod/settings.php:848 +msgid "" +"Users on networks like Mastodon or Pleroma are able to set a content warning" +" field which collapse their post by default. This disables the automatic " +"collapsing and sets the content warning as the post title. Doesn't affect " +"any other content filtering you eventually set up." +msgstr "" + +#: mod/settings.php:849 +msgid "Disable intelligent shortening" +msgstr "" + +#: mod/settings.php:849 +msgid "" +"Normally the system tries to find the best link to add to shortened posts. " +"If this option is enabled then every shortened post will always point to the" +" original friendica post." +msgstr "" + +#: mod/settings.php:850 +msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" +msgstr "" + +#: mod/settings.php:850 +msgid "" +"If you receive a message from an unknown OStatus user, this option decides " +"what to do. If it is checked, a new contact will be created for every " +"unknown user." +msgstr "" + +#: mod/settings.php:851 +msgid "Default group for OStatus contacts" +msgstr "" + +#: mod/settings.php:852 +msgid "Your legacy GNU Social account" +msgstr "" + +#: mod/settings.php:852 +msgid "" +"If you enter your old GNU Social/Statusnet account name here (in the format " +"user@domain.tld), your contacts will be added automatically. The field will " +"be emptied when done." +msgstr "" + +#: mod/settings.php:855 +msgid "Repair OStatus subscriptions" +msgstr "" + +#: mod/settings.php:859 +msgid "Email/Mailbox Setup" +msgstr "Tölvupóstur stilling" + +#: mod/settings.php:860 +msgid "" +"If you wish to communicate with email contacts using this service " +"(optional), please specify how to connect to your mailbox." +msgstr "Ef þú villt hafa samskipti við tölvupósts tengiliði með þessari þjónustu (valfrjálst), skilgreindu þá hvernig á að tengjast póstfanginu þínu." + +#: mod/settings.php:861 +msgid "Last successful email check:" +msgstr "Póstfang sannreynt síðast:" + +#: mod/settings.php:863 +msgid "IMAP server name:" +msgstr "IMAP þjónn:" + +#: mod/settings.php:864 +msgid "IMAP port:" +msgstr "IMAP port:" + +#: mod/settings.php:865 +msgid "Security:" +msgstr "Öryggi:" + +#: mod/settings.php:865 mod/settings.php:870 +msgid "None" +msgstr "Ekkert" + +#: mod/settings.php:866 +msgid "Email login name:" +msgstr "Notandanafn tölvupóstfangs:" + +#: mod/settings.php:867 +msgid "Email password:" +msgstr "Lykilorð tölvupóstfangs:" + +#: mod/settings.php:868 +msgid "Reply-to address:" +msgstr "Svarpóstfang:" + +#: mod/settings.php:869 +msgid "Send public posts to all email contacts:" +msgstr "Senda opinberar færslur á alla tölvupóst viðtakendur:" + +#: mod/settings.php:870 +msgid "Action after import:" +msgstr "" + +#: mod/settings.php:870 src/Content/Nav.php:191 +msgid "Mark as seen" +msgstr "Merka sem séð" + +#: mod/settings.php:870 +msgid "Move to folder" +msgstr "Flytja yfir í skrásafn" + +#: mod/settings.php:871 +msgid "Move to folder:" +msgstr "Flytja yfir í skrásafn:" + +#: mod/settings.php:914 +#, php-format +msgid "%s - (Unsupported)" +msgstr "%s - (ekki stutt)" + +#: mod/settings.php:916 +#, php-format +msgid "%s - (Experimental)" +msgstr "%s - (á tilraunastigi)" + +#: mod/settings.php:959 +msgid "Display Settings" +msgstr "Birtingarstillingar" + +#: mod/settings.php:965 mod/settings.php:989 +msgid "Display Theme:" +msgstr "Útlits þema:" + +#: mod/settings.php:966 +msgid "Mobile Theme:" +msgstr "Farsímaþema" + +#: mod/settings.php:967 +msgid "Suppress warning of insecure networks" +msgstr "" + +#: mod/settings.php:967 +msgid "" +"Should the system suppress the warning that the current group contains " +"members of networks that can't receive non public postings." +msgstr "" + +#: mod/settings.php:968 +msgid "Update browser every xx seconds" +msgstr "Endurhlaða vefsíðu á xx sekúndu fresti" + +#: mod/settings.php:968 +msgid "Minimum of 10 seconds. Enter -1 to disable it." +msgstr "" + +#: mod/settings.php:969 +msgid "Number of items to display per page:" +msgstr "" + +#: mod/settings.php:969 mod/settings.php:970 +msgid "Maximum of 100 items" +msgstr "" + +#: mod/settings.php:970 +msgid "Number of items to display per page when viewed from mobile device:" +msgstr "" + +#: mod/settings.php:971 +msgid "Don't show emoticons" +msgstr "" + +#: mod/settings.php:972 +msgid "Calendar" +msgstr "Dagatal" + +#: mod/settings.php:973 +msgid "Beginning of week:" +msgstr "Upphaf viku:" + +#: mod/settings.php:974 +msgid "Don't show notices" +msgstr "" + +#: mod/settings.php:975 +msgid "Infinite scroll" +msgstr "" + +#: mod/settings.php:976 +msgid "Automatic updates only at the top of the network page" +msgstr "" + +#: mod/settings.php:976 +msgid "" +"When disabled, the network page is updated all the time, which could be " +"confusing while reading." +msgstr "" + +#: mod/settings.php:977 +msgid "Bandwith Saver Mode" +msgstr "" + +#: mod/settings.php:977 +msgid "" +"When enabled, embedded content is not displayed on automatic updates, they " +"only show on page reload." +msgstr "" + +#: mod/settings.php:978 +msgid "Smart Threading" +msgstr "" + +#: mod/settings.php:978 +msgid "" +"When enabled, suppress extraneous thread indentation while keeping it where " +"it matters. Only works if threading is available and enabled." +msgstr "" + +#: mod/settings.php:980 +msgid "General Theme Settings" +msgstr "" + +#: mod/settings.php:981 +msgid "Custom Theme Settings" +msgstr "" + +#: mod/settings.php:982 +msgid "Content Settings" +msgstr "Stillingar efnis" + +#: mod/settings.php:983 view/theme/duepuntozero/config.php:73 +#: view/theme/frio/config.php:115 view/theme/quattro/config.php:75 +#: view/theme/vier/config.php:121 +msgid "Theme settings" +msgstr "Þemastillingar" + +#: mod/settings.php:1002 +msgid "Unable to find your profile. Please contact your admin." +msgstr "" + +#: mod/settings.php:1044 +msgid "Account Types" +msgstr "Gerðir notendaaðganga" + +#: mod/settings.php:1045 +msgid "Personal Page Subtypes" +msgstr "" + +#: mod/settings.php:1046 +msgid "Community Forum Subtypes" +msgstr "" + +#: mod/settings.php:1053 +msgid "Personal Page" +msgstr "" + +#: mod/settings.php:1054 +msgid "Account for a personal profile." +msgstr "" + +#: mod/settings.php:1057 +msgid "Organisation Page" +msgstr "" + +#: mod/settings.php:1058 +msgid "" +"Account for an organisation that automatically approves contact requests as " +"\"Followers\"." +msgstr "" + +#: mod/settings.php:1061 +msgid "News Page" +msgstr "" + +#: mod/settings.php:1062 +msgid "" +"Account for a news reflector that automatically approves contact requests as" +" \"Followers\"." +msgstr "" + +#: mod/settings.php:1065 +msgid "Community Forum" +msgstr "" + +#: mod/settings.php:1066 +msgid "Account for community discussions." +msgstr "" + +#: mod/settings.php:1069 +msgid "Normal Account Page" +msgstr "" + +#: mod/settings.php:1070 +msgid "" +"Account for a regular personal profile that requires manual approval of " +"\"Friends\" and \"Followers\"." +msgstr "" + +#: mod/settings.php:1073 +msgid "Soapbox Page" +msgstr "" + +#: mod/settings.php:1074 +msgid "" +"Account for a public profile that automatically approves contact requests as" +" \"Followers\"." +msgstr "" + +#: mod/settings.php:1077 +msgid "Public Forum" +msgstr "" + +#: mod/settings.php:1078 +msgid "Automatically approves all contact requests." +msgstr "" + +#: mod/settings.php:1081 +msgid "Automatic Friend Page" +msgstr "" + +#: mod/settings.php:1082 +msgid "" +"Account for a popular profile that automatically approves contact requests " +"as \"Friends\"." +msgstr "" + +#: mod/settings.php:1085 +msgid "Private Forum [Experimental]" +msgstr "Einkaspjallsvæði [á tilraunastigi]" + +#: mod/settings.php:1086 +msgid "Requires manual approval of contact requests." +msgstr "" + +#: mod/settings.php:1097 +msgid "OpenID:" +msgstr "OpenID:" + +#: mod/settings.php:1097 +msgid "(Optional) Allow this OpenID to login to this account." +msgstr "(Valfrjálst) Leyfa þessu OpenID til að auðkennast sem þessi notandi." + +#: mod/settings.php:1105 +msgid "Publish your default profile in your local site directory?" +msgstr "Gefa út sjálfgefna forsíðu í tengiliðalista á þessum þjón?" + +#: mod/settings.php:1105 +#, php-format +msgid "" +"Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public." +msgstr "" + +#: mod/settings.php:1111 +msgid "Publish your default profile in the global social directory?" +msgstr "Gefa sjálfgefna forsíðu út í alheimstengiliðalista?" + +#: mod/settings.php:1111 +#, php-format +msgid "" +"Your profile will be published in this node's local " +"directory. Your profile details may be publicly visible depending on the" +" system settings." +msgstr "" + +#: mod/settings.php:1118 +msgid "Hide your contact/friend list from viewers of your default profile?" +msgstr "Fela tengiliða-/vinalistann þinn fyrir áhorfendum á sjálfgefinni forsíðu?" + +#: mod/settings.php:1118 +msgid "" +"Your contact list won't be shown in your default profile page. You can " +"decide to show your contact list separately for each additional profile you " +"create" +msgstr "" + +#: mod/settings.php:1122 +msgid "Hide your profile details from anonymous viewers?" +msgstr "" + +#: mod/settings.php:1122 +msgid "" +"Anonymous visitors will only see your profile picture, your display name and" +" the nickname you are using on your profile page. Disables posting public " +"messages to Diaspora and other networks." +msgstr "" + +#: mod/settings.php:1126 +msgid "Allow friends to post to your profile page?" +msgstr "Leyfa vinum að deila á forsíðuna þína?" + +#: mod/settings.php:1126 +msgid "" +"Your contacts may write posts on your profile wall. These posts will be " +"distributed to your contacts" +msgstr "" + +#: mod/settings.php:1130 +msgid "Allow friends to tag your posts?" +msgstr "Leyfa vinum að merkja færslurnar þínar?" + +#: mod/settings.php:1130 +msgid "Your contacts can add additional tags to your posts." +msgstr "" + +#: mod/settings.php:1134 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "Leyfa að stungið verði uppá þér sem hugsamlegum vinur fyrir aðra notendur? " + +#: mod/settings.php:1134 +msgid "" +"If you like, Friendica may suggest new members to add you as a contact." +msgstr "" + +#: mod/settings.php:1138 +msgid "Permit unknown people to send you private mail?" +msgstr "" + +#: mod/settings.php:1138 +msgid "" +"Friendica network users may send you private messages even if they are not " +"in your contact list." +msgstr "" + +#: mod/settings.php:1142 +msgid "Profile is not published." +msgstr "Forsíðu hefur ekki verið gefinn út." + +#: mod/settings.php:1148 +#, php-format +msgid "Your Identity Address is '%s' or '%s'." +msgstr "" + +#: mod/settings.php:1155 +msgid "Automatically expire posts after this many days:" +msgstr "Sjálfkrafa fyrna færslu eftir hvað marga daga:" + +#: mod/settings.php:1155 +msgid "If empty, posts will not expire. Expired posts will be deleted" +msgstr "Tómar færslur renna ekki út. Útrunnum færslum er eytt" + +#: mod/settings.php:1156 +msgid "Advanced expiration settings" +msgstr "Ítarlegar stillingar fyrningatíma" + +#: mod/settings.php:1157 +msgid "Advanced Expiration" +msgstr "Flókin fyrning" + +#: mod/settings.php:1158 +msgid "Expire posts:" +msgstr "Fyrna færslur:" + +#: mod/settings.php:1159 +msgid "Expire personal notes:" +msgstr "Fyrna einka glósur:" + +#: mod/settings.php:1160 +msgid "Expire starred posts:" +msgstr "Fyrna stjörnumerktar færslur:" + +#: mod/settings.php:1161 +msgid "Expire photos:" +msgstr "Fyrna myndum:" + +#: mod/settings.php:1162 +msgid "Only expire posts by others:" +msgstr "" + +#: mod/settings.php:1192 +msgid "Account Settings" +msgstr "Stillingar aðgangs" + +#: mod/settings.php:1200 +msgid "Password Settings" +msgstr "Stillingar aðgangsorða" + +#: mod/settings.php:1202 +msgid "Leave password fields blank unless changing" +msgstr "Hafðu aðgangsorða svæði tóm nema þegar verið er að breyta" + +#: mod/settings.php:1203 +msgid "Current Password:" +msgstr "Núverandi lykilorð:" + +#: mod/settings.php:1203 mod/settings.php:1204 +msgid "Your current password to confirm the changes" +msgstr "" + +#: mod/settings.php:1204 +msgid "Password:" +msgstr "Lykilorð:" + +#: mod/settings.php:1208 +msgid "Basic Settings" +msgstr "Grunnstillingar" + +#: mod/settings.php:1209 src/Model/Profile.php:738 +msgid "Full Name:" +msgstr "Fullt nafn:" + +#: mod/settings.php:1210 +msgid "Email Address:" +msgstr "Póstfang:" + +#: mod/settings.php:1211 +msgid "Your Timezone:" +msgstr "Þitt tímabelti:" + +#: mod/settings.php:1212 +msgid "Your Language:" +msgstr "Tungumálið þitt:" + +#: mod/settings.php:1212 +msgid "" +"Set the language we use to show you friendica interface and to send you " +"emails" +msgstr "" + +#: mod/settings.php:1213 +msgid "Default Post Location:" +msgstr "Sjálfgefin staðsetning færslu:" + +#: mod/settings.php:1214 +msgid "Use Browser Location:" +msgstr "Nota vafra staðsetningu:" + +#: mod/settings.php:1217 +msgid "Security and Privacy Settings" +msgstr "Öryggis og friðhelgistillingar" + +#: mod/settings.php:1219 +msgid "Maximum Friend Requests/Day:" +msgstr "Hámarks vinabeiðnir á dag:" + +#: mod/settings.php:1219 mod/settings.php:1248 +msgid "(to prevent spam abuse)" +msgstr "(til að koma í veg fyrir rusl misnotkun)" + +#: mod/settings.php:1220 +msgid "Default Post Permissions" +msgstr "Sjálfgefnar aðgangstýring á færslum" + +#: mod/settings.php:1221 +msgid "(click to open/close)" +msgstr "(ýttu á til að opna/loka)" + +#: mod/settings.php:1231 +msgid "Default Private Post" +msgstr "" + +#: mod/settings.php:1232 +msgid "Default Public Post" +msgstr "" + +#: mod/settings.php:1236 +msgid "Default Permissions for New Posts" +msgstr "" + +#: mod/settings.php:1248 +msgid "Maximum private messages per day from unknown people:" +msgstr "" + +#: mod/settings.php:1251 +msgid "Notification Settings" +msgstr "Stillingar á tilkynningum" + +#: mod/settings.php:1252 +msgid "By default post a status message when:" +msgstr "" + +#: mod/settings.php:1253 +msgid "accepting a friend request" +msgstr "samþykki vinabeiðni" + +#: mod/settings.php:1254 +msgid "joining a forum/community" +msgstr "ganga til liðs við hóp/samfélag" + +#: mod/settings.php:1255 +msgid "making an interesting profile change" +msgstr "" + +#: mod/settings.php:1256 +msgid "Send a notification email when:" +msgstr "Senda tilkynninga tölvupóst þegar:" + +#: mod/settings.php:1257 +msgid "You receive an introduction" +msgstr "Þú færð kynningu" + +#: mod/settings.php:1258 +msgid "Your introductions are confirmed" +msgstr "Kynningarnar þínar eru samþykktar" + +#: mod/settings.php:1259 +msgid "Someone writes on your profile wall" +msgstr "Einhver skrifar á vegginn þínn" + +#: mod/settings.php:1260 +msgid "Someone writes a followup comment" +msgstr "Einhver skrifar athugasemd á færslu hjá þér" + +#: mod/settings.php:1261 +msgid "You receive a private message" +msgstr "Þú færð einkaskilaboð" + +#: mod/settings.php:1262 +msgid "You receive a friend suggestion" +msgstr "Þér hefur borist vina uppástunga" + +#: mod/settings.php:1263 +msgid "You are tagged in a post" +msgstr "Þú varst merkt(ur) í færslu" + +#: mod/settings.php:1264 +msgid "You are poked/prodded/etc. in a post" +msgstr "" + +#: mod/settings.php:1266 +msgid "Activate desktop notifications" +msgstr "" + +#: mod/settings.php:1266 +msgid "Show desktop popup on new notifications" +msgstr "" + +#: mod/settings.php:1268 +msgid "Text-only notification emails" +msgstr "" + +#: mod/settings.php:1270 +msgid "Send text only notification emails, without the html part" +msgstr "" + +#: mod/settings.php:1272 +msgid "Show detailled notifications" +msgstr "" + +#: mod/settings.php:1274 +msgid "" +"Per default, notifications are condensed to a single notification per item. " +"When enabled every notification is displayed." +msgstr "" + +#: mod/settings.php:1276 +msgid "Advanced Account/Page Type Settings" +msgstr "" + +#: mod/settings.php:1277 +msgid "Change the behaviour of this account for special situations" +msgstr "" + +#: mod/settings.php:1280 +msgid "Relocate" +msgstr "" + +#: mod/settings.php:1281 +msgid "" +"If you have moved this profile from another server, and some of your " +"contacts don't receive your updates, try pushing this button." +msgstr "" + +#: mod/settings.php:1282 +msgid "Resend relocate message to contacts" +msgstr "" + +#: src/Core/UserImport.php:104 +msgid "Error decoding account file" +msgstr "" + +#: src/Core/UserImport.php:110 +msgid "Error! No version data in file! This is not a Friendica account file?" +msgstr "" + +#: src/Core/UserImport.php:118 +#, php-format +msgid "User '%s' already exists on this server!" +msgstr "" + +#: src/Core/UserImport.php:151 +msgid "User creation error" +msgstr "" + +#: src/Core/UserImport.php:169 +msgid "User profile creation error" +msgstr "" + +#: src/Core/UserImport.php:213 +#, php-format +msgid "%d contact not imported" +msgid_plural "%d contacts not imported" msgstr[0] "" msgstr[1] "" -#: mod/contacts.php:159 mod/contacts.php:368 -msgid "Could not access contact record." -msgstr "Tókst ekki að ná í uppl. um tengilið" - -#: mod/contacts.php:173 -msgid "Could not locate selected profile." -msgstr "Tókst ekki að staðsetja valinn forsíðu" - -#: mod/contacts.php:206 -msgid "Contact updated." -msgstr "Tengiliður uppfærður" - -#: mod/contacts.php:208 mod/dfrn_request.php:583 -msgid "Failed to update contact record." -msgstr "Ekki tókst að uppfæra tengiliðs skrá." - -#: mod/contacts.php:389 -msgid "Contact has been blocked" -msgstr "Lokað á tengilið" - -#: mod/contacts.php:389 -msgid "Contact has been unblocked" -msgstr "Opnað á tengilið" - -#: mod/contacts.php:400 -msgid "Contact has been ignored" -msgstr "Tengiliður hunsaður" - -#: mod/contacts.php:400 -msgid "Contact has been unignored" -msgstr "Tengiliður afhunsaður" - -#: mod/contacts.php:412 -msgid "Contact has been archived" -msgstr "Tengiliður settur í geymslu" - -#: mod/contacts.php:412 -msgid "Contact has been unarchived" -msgstr "Tengiliður tekinn úr geymslu" - -#: mod/contacts.php:437 -msgid "Drop contact" +#: src/Core/UserImport.php:278 +msgid "Done. You can now login with your username and password" msgstr "" -#: mod/contacts.php:440 mod/contacts.php:801 -msgid "Do you really want to delete this contact?" -msgstr "Viltu í alvörunni eyða þessum tengilið?" +#: src/Core/NotificationsManager.php:171 +msgid "System" +msgstr "Kerfi" -#: mod/contacts.php:457 -msgid "Contact has been removed." -msgstr "Tengiliður fjarlægður" +#: src/Core/NotificationsManager.php:192 src/Content/Nav.php:124 +#: src/Content/Nav.php:181 +msgid "Home" +msgstr "Heim" -#: mod/contacts.php:498 +#: src/Core/NotificationsManager.php:199 src/Content/Nav.php:186 +msgid "Introductions" +msgstr "Kynningar" + +#: src/Core/NotificationsManager.php:256 src/Core/NotificationsManager.php:268 #, php-format -msgid "You are mutual friends with %s" -msgstr "Þú ert gagnkvæmur vinur %s" +msgid "%s commented on %s's post" +msgstr "%s athugasemd við %s's færslu" -#: mod/contacts.php:502 +#: src/Core/NotificationsManager.php:267 #, php-format -msgid "You are sharing with %s" -msgstr "Þú ert að deila með %s" +msgid "%s created a new post" +msgstr "%s bjó til færslu" -#: mod/contacts.php:507 +#: src/Core/NotificationsManager.php:281 #, php-format -msgid "%s is sharing with you" -msgstr "%s er að deila með þér" +msgid "%s liked %s's post" +msgstr "%s líkaði færsla hjá %s" -#: mod/contacts.php:527 -msgid "Private communications are not available for this contact." -msgstr "Einkasamtal ekki í boði fyrir þennan" - -#: mod/contacts.php:534 -msgid "(Update was successful)" -msgstr "(uppfærsla tókst)" - -#: mod/contacts.php:534 -msgid "(Update was not successful)" -msgstr "(uppfærsla tókst ekki)" - -#: mod/contacts.php:536 mod/contacts.php:964 -msgid "Suggest friends" -msgstr "Stinga uppá vinum" - -#: mod/contacts.php:540 +#: src/Core/NotificationsManager.php:294 #, php-format -msgid "Network type: %s" -msgstr "Net tegund: %s" +msgid "%s disliked %s's post" +msgstr "%s mislíkaði færsla hjá %s" -#: mod/contacts.php:553 -msgid "Communications lost with this contact!" -msgstr "" - -#: mod/contacts.php:556 -msgid "Fetch further information for feeds" -msgstr "Ná í ítarlegri upplýsingar um fréttaveitur" - -#: mod/contacts.php:557 -msgid "Fetch information" -msgstr "" - -#: mod/contacts.php:557 -msgid "Fetch information and keywords" -msgstr "" - -#: mod/contacts.php:575 -msgid "Contact" -msgstr "" - -#: mod/contacts.php:578 -msgid "Profile Visibility" -msgstr "Forsíðu sjáanleiki" - -#: mod/contacts.php:579 +#: src/Core/NotificationsManager.php:307 #, php-format -msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." -msgstr "Veldu forsíðu sem á að birtast %s þegar hann skoðaður með öruggum hætti" - -#: mod/contacts.php:580 -msgid "Contact Information / Notes" -msgstr "Uppl. um tengilið / minnisatriði" - -#: mod/contacts.php:581 -msgid "Edit contact notes" -msgstr "Breyta minnispunktum tengiliðs " - -#: mod/contacts.php:587 -msgid "Block/Unblock contact" -msgstr "útiloka/opna á tengilið" - -#: mod/contacts.php:588 -msgid "Ignore contact" -msgstr "Hunsa tengilið" - -#: mod/contacts.php:589 -msgid "Repair URL settings" -msgstr "Gera við stillingar á slóðum" - -#: mod/contacts.php:590 -msgid "View conversations" -msgstr "Skoða samtöl" - -#: mod/contacts.php:596 -msgid "Last update:" -msgstr "Síðasta uppfærsla:" - -#: mod/contacts.php:598 -msgid "Update public posts" -msgstr "Uppfæra opinberar færslur" - -#: mod/contacts.php:600 mod/contacts.php:974 -msgid "Update now" -msgstr "Uppfæra núna" - -#: mod/contacts.php:606 mod/contacts.php:806 mod/contacts.php:991 -msgid "Unignore" -msgstr "Byrja að fylgjast með á ný" - -#: mod/contacts.php:610 -msgid "Currently blocked" -msgstr "Útilokaður sem stendur" - -#: mod/contacts.php:611 -msgid "Currently ignored" -msgstr "Hunsaður sem stendur" - -#: mod/contacts.php:612 -msgid "Currently archived" -msgstr "Í geymslu" - -#: mod/contacts.php:613 -msgid "" -"Replies/likes to your public posts may still be visible" -msgstr "Svör eða \"líkar við\" á opinberar færslur þínar geta mögulega verið sýnileg öðrum" - -#: mod/contacts.php:614 -msgid "Notification for new posts" +msgid "%s is attending %s's event" msgstr "" -#: mod/contacts.php:614 -msgid "Send a notification of every new post of this contact" -msgstr "" - -#: mod/contacts.php:617 -msgid "Blacklisted keywords" -msgstr "" - -#: mod/contacts.php:617 -msgid "" -"Comma separated list of keywords that should not be converted to hashtags, " -"when \"Fetch information and keywords\" is selected" -msgstr "" - -#: mod/contacts.php:635 -msgid "Actions" -msgstr "" - -#: mod/contacts.php:638 -msgid "Contact Settings" -msgstr "" - -#: mod/contacts.php:684 -msgid "Suggestions" -msgstr "Uppástungur" - -#: mod/contacts.php:687 -msgid "Suggest potential friends" -msgstr "" - -#: mod/contacts.php:695 -msgid "Show all contacts" -msgstr "Sýna alla tengiliði" - -#: mod/contacts.php:700 -msgid "Unblocked" -msgstr "Afhunsað" - -#: mod/contacts.php:703 -msgid "Only show unblocked contacts" -msgstr "" - -#: mod/contacts.php:709 -msgid "Blocked" -msgstr "Banna" - -#: mod/contacts.php:712 -msgid "Only show blocked contacts" -msgstr "" - -#: mod/contacts.php:718 -msgid "Ignored" -msgstr "Hunsa" - -#: mod/contacts.php:721 -msgid "Only show ignored contacts" -msgstr "" - -#: mod/contacts.php:727 -msgid "Archived" -msgstr "Í geymslu" - -#: mod/contacts.php:730 -msgid "Only show archived contacts" -msgstr "Aðeins sýna geymda tengiliði" - -#: mod/contacts.php:736 -msgid "Hidden" -msgstr "Falinn" - -#: mod/contacts.php:739 -msgid "Only show hidden contacts" -msgstr "Aðeins sýna falda tengiliði" - -#: mod/contacts.php:796 -msgid "Search your contacts" -msgstr "Leita í þínum vinum" - -#: mod/contacts.php:807 mod/contacts.php:999 -msgid "Archive" -msgstr "Setja í geymslu" - -#: mod/contacts.php:807 mod/contacts.php:999 -msgid "Unarchive" -msgstr "Taka úr geymslu" - -#: mod/contacts.php:810 -msgid "Batch Actions" -msgstr "" - -#: mod/contacts.php:856 -msgid "View all contacts" -msgstr "Skoða alla tengiliði" - -#: mod/contacts.php:866 -msgid "View all common friends" -msgstr "" - -#: mod/contacts.php:873 -msgid "Advanced Contact Settings" -msgstr "" - -#: mod/contacts.php:907 -msgid "Mutual Friendship" -msgstr "Sameiginlegur vinskapur" - -#: mod/contacts.php:911 -msgid "is a fan of yours" -msgstr "er fylgjandi þinn" - -#: mod/contacts.php:915 -msgid "you are a fan of" -msgstr "þú er fylgjandi" - -#: mod/contacts.php:985 -msgid "Toggle Blocked status" -msgstr "" - -#: mod/contacts.php:993 -msgid "Toggle Ignored status" -msgstr "" - -#: mod/contacts.php:1001 -msgid "Toggle Archive status" -msgstr "" - -#: mod/contacts.php:1009 -msgid "Delete contact" -msgstr "Eyða tengilið" - -#: mod/dfrn_confirm.php:127 -msgid "" -"This may occasionally happen if contact was requested by both persons and it" -" has already been approved." -msgstr "" - -#: mod/dfrn_confirm.php:246 -msgid "Response from remote site was not understood." -msgstr "Ekki tókst að skilja svar frá ytri vef." - -#: mod/dfrn_confirm.php:255 mod/dfrn_confirm.php:260 -msgid "Unexpected response from remote site: " -msgstr "Óskiljanlegt svar frá ytri vef:" - -#: mod/dfrn_confirm.php:269 -msgid "Confirmation completed successfully." -msgstr "Staðfesting kláraði eðlilega." - -#: mod/dfrn_confirm.php:271 mod/dfrn_confirm.php:285 mod/dfrn_confirm.php:292 -msgid "Remote site reported: " -msgstr "Ytri vefur svaraði:" - -#: mod/dfrn_confirm.php:283 -msgid "Temporary failure. Please wait and try again." -msgstr "Tímabundin villa. Bíddu aðeins og reyndu svo aftur." - -#: mod/dfrn_confirm.php:290 -msgid "Introduction failed or was revoked." -msgstr "Kynning mistókst eða var afturkölluð." - -#: mod/dfrn_confirm.php:419 -msgid "Unable to set contact photo." -msgstr "Ekki tókst að setja tengiliðamynd." - -#: mod/dfrn_confirm.php:557 +#: src/Core/NotificationsManager.php:320 #, php-format -msgid "No user record found for '%s' " -msgstr "Engin notandafærsla fannst fyrir '%s'" - -#: mod/dfrn_confirm.php:567 -msgid "Our site encryption key is apparently messed up." -msgstr "Dulkóðunnar lykill síðunnar okker er í döðlu." - -#: mod/dfrn_confirm.php:578 -msgid "Empty site URL was provided or URL could not be decrypted by us." -msgstr "Tómt slóð var uppgefin eða ekki okkur tókst ekki að afkóða slóð." - -#: mod/dfrn_confirm.php:599 -msgid "Contact record was not found for you on our site." -msgstr "Tengiliðafærslan þín fannst ekki á þjóninum okkar." - -#: mod/dfrn_confirm.php:613 -#, php-format -msgid "Site public key not available in contact record for URL %s." -msgstr "Opinber lykill er ekki til í tengiliðafærslu fyrir slóð %s." - -#: mod/dfrn_confirm.php:633 -msgid "" -"The ID provided by your system is a duplicate on our system. It should work " -"if you try again." -msgstr "Skilríkið sem þjónninn þinn gaf upp er þegar afritað á okkar þjón. Þetta ætti að virka ef þú bara reynir aftur." - -#: mod/dfrn_confirm.php:644 -msgid "Unable to set your contact credentials on our system." -msgstr "Ekki tókst að setja tengiliða skilríkið þitt upp á þjóninum okkar." - -#: mod/dfrn_confirm.php:703 -msgid "Unable to update your contact profile details on our system" -msgstr "Ekki tókst að uppfæra tengiliða skilríkis upplýsingarnar á okkar þjón" - -#: mod/dfrn_confirm.php:775 -#, php-format -msgid "%1$s has joined %2$s" -msgstr "%1$s hefur gengið til liðs við %2$s" - -#: mod/dfrn_request.php:101 -msgid "This introduction has already been accepted." -msgstr "Þessi kynning hefur þegar verið samþykkt." - -#: mod/dfrn_request.php:124 mod/dfrn_request.php:520 -msgid "Profile location is not valid or does not contain profile information." -msgstr "Forsíðu slóð er ekki í lagi eða inniheldur ekki forsíðu upplýsingum." - -#: mod/dfrn_request.php:129 mod/dfrn_request.php:525 -msgid "Warning: profile location has no identifiable owner name." -msgstr "Aðvörun: forsíðu staðsetning hefur ekki aðgreinanlegt eigendanafn." - -#: mod/dfrn_request.php:131 mod/dfrn_request.php:527 -msgid "Warning: profile location has no profile photo." -msgstr "Aðvörun: forsíðu slóð hefur ekki forsíðu mynd." - -#: mod/dfrn_request.php:134 mod/dfrn_request.php:530 -#, php-format -msgid "%d required parameter was not found at the given location" -msgid_plural "%d required parameters were not found at the given location" -msgstr[0] "%d skilyrt breyta fannst ekki á uppgefinni staðsetningu" -msgstr[1] "%d skilyrtar breytur fundust ekki á uppgefninni staðsetningu" - -#: mod/dfrn_request.php:180 -msgid "Introduction complete." -msgstr "Kynning tilbúinn." - -#: mod/dfrn_request.php:222 -msgid "Unrecoverable protocol error." -msgstr "Alvarleg samskipta villa." - -#: mod/dfrn_request.php:250 -msgid "Profile unavailable." -msgstr "Ekki hægt að sækja forsíðu" - -#: mod/dfrn_request.php:277 -#, php-format -msgid "%s has received too many connection requests today." -msgstr "%s hefur fengið of margar tengibeiðnir í dag." - -#: mod/dfrn_request.php:278 -msgid "Spam protection measures have been invoked." -msgstr "Kveikt hefur verið á ruslsíu" - -#: mod/dfrn_request.php:279 -msgid "Friends are advised to please try again in 24 hours." -msgstr "Vinir eru beðnir um að reyna aftur eftir 24 klukkustundir." - -#: mod/dfrn_request.php:341 -msgid "Invalid locator" -msgstr "Ógild staðsetning" - -#: mod/dfrn_request.php:350 -msgid "Invalid email address." -msgstr "Ógilt póstfang." - -#: mod/dfrn_request.php:375 -msgid "This account has not been configured for email. Request failed." +msgid "%s is not attending %s's event" msgstr "" -#: mod/dfrn_request.php:478 -msgid "You have already introduced yourself here." -msgstr "Kynning hefur þegar átt sér stað hér." - -#: mod/dfrn_request.php:482 +#: src/Core/NotificationsManager.php:333 #, php-format -msgid "Apparently you are already friends with %s." -msgstr "Þú ert þegar vinur %s." - -#: mod/dfrn_request.php:503 -msgid "Invalid profile URL." -msgstr "Ógild forsíðu slóð." - -#: mod/dfrn_request.php:604 -msgid "Your introduction has been sent." -msgstr "Kynningin þín hefur verið send." - -#: mod/dfrn_request.php:644 -msgid "" -"Remote subscription can't be done for your network. Please subscribe " -"directly on your system." +msgid "%s may attend %s's event" msgstr "" -#: mod/dfrn_request.php:664 -msgid "Please login to confirm introduction." -msgstr "Skráðu þig inn til að staðfesta kynningu." - -#: mod/dfrn_request.php:674 -msgid "" -"Incorrect identity currently logged in. Please login to " -"this profile." -msgstr "Ekki réttur notandi skráður inn. Skráðu þig inn sem þessi notandi." - -#: mod/dfrn_request.php:688 mod/dfrn_request.php:705 -msgid "Confirm" -msgstr "Staðfesta" - -#: mod/dfrn_request.php:700 -msgid "Hide this contact" -msgstr "Fela þennan tengilið" - -#: mod/dfrn_request.php:703 +#: src/Core/NotificationsManager.php:350 #, php-format -msgid "Welcome home %s." -msgstr "Velkomin(n) heim %s." +msgid "%s is now friends with %s" +msgstr "%s er nú vinur %s" -#: mod/dfrn_request.php:704 -#, php-format -msgid "Please confirm your introduction/connection request to %s." -msgstr "Staðfestu kynninguna/tengibeiðnina við %s." +#: src/Core/NotificationsManager.php:825 +msgid "Friend Suggestion" +msgstr "Vina tillaga" -#: mod/dfrn_request.php:833 -msgid "" -"Please enter your 'Identity Address' from one of the following supported " -"communications networks:" -msgstr "Settu inn 'Auðkennisnetfang' þitt úr einhverjum af eftirfarandi samskiptanetum:" - -#: mod/dfrn_request.php:854 -#, php-format -msgid "" -"If you are not yet a member of the free social web, follow this link to find a public Friendica site and " -"join us today." -msgstr "" - -#: mod/dfrn_request.php:859 -msgid "Friend/Connection Request" +#: src/Core/NotificationsManager.php:851 +msgid "Friend/Connect Request" msgstr "Vinabeiðni/Tengibeiðni" -#: mod/dfrn_request.php:860 -msgid "" -"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " -"testuser@identi.ca" -msgstr "Dæmi: siggi@demo.friendica.com, http://demo.friendica.com/profile/siggi, prufunotandi@identi.ca" +#: src/Core/NotificationsManager.php:851 +msgid "New Follower" +msgstr "Nýr fylgjandi" -#: mod/dfrn_request.php:861 mod/follow.php:109 -msgid "Please answer the following:" -msgstr "Vinnsamlegast svaraðu eftirfarandi:" +#: src/Core/ACL.php:295 +msgid "Post to Email" +msgstr "Senda skilaboð á tölvupóst" -#: mod/dfrn_request.php:862 mod/follow.php:110 +#: src/Core/ACL.php:301 +msgid "Hide your profile details from unknown viewers?" +msgstr "Fela forsíðuupplýsingar fyrir óþekktum?" + +#: src/Core/ACL.php:300 #, php-format -msgid "Does %s know you?" -msgstr "Þekkir %s þig?" +msgid "Connectors disabled, since \"%s\" is enabled." +msgstr "" -#: mod/dfrn_request.php:866 mod/follow.php:111 -msgid "Add a personal note:" -msgstr "Bæta við persónulegri athugasemd" +#: src/Core/ACL.php:307 +msgid "Visible to everybody" +msgstr "Sjáanlegt öllum" -#: mod/dfrn_request.php:869 -msgid "StatusNet/Federated Social Web" -msgstr "StatusNet/Federated Social Web" +#: src/Core/ACL.php:308 view/theme/vier/config.php:115 +msgid "show" +msgstr "sýna" -#: mod/dfrn_request.php:871 +#: src/Core/ACL.php:309 view/theme/vier/config.php:115 +msgid "don't show" +msgstr "fela" + +#: src/Core/ACL.php:319 +msgid "Close" +msgstr "Loka" + +#: src/Util/Temporal.php:147 src/Model/Profile.php:758 +msgid "Birthday:" +msgstr "Afmælisdagur:" + +#: src/Util/Temporal.php:151 +msgid "YYYY-MM-DD or MM-DD" +msgstr "ÁÁÁÁ-MM-DD eða MM-DD" + +#: src/Util/Temporal.php:294 +msgid "never" +msgstr "aldrei" + +#: src/Util/Temporal.php:300 +msgid "less than a second ago" +msgstr "fyrir minna en sekúndu" + +#: src/Util/Temporal.php:303 +msgid "year" +msgstr "ár" + +#: src/Util/Temporal.php:303 +msgid "years" +msgstr "ár" + +#: src/Util/Temporal.php:304 +msgid "months" +msgstr "mánuðir" + +#: src/Util/Temporal.php:305 +msgid "weeks" +msgstr "vikur" + +#: src/Util/Temporal.php:306 +msgid "days" +msgstr "dagar" + +#: src/Util/Temporal.php:307 +msgid "hour" +msgstr "klukkustund" + +#: src/Util/Temporal.php:307 +msgid "hours" +msgstr "klukkustundir" + +#: src/Util/Temporal.php:308 +msgid "minute" +msgstr "mínúta" + +#: src/Util/Temporal.php:308 +msgid "minutes" +msgstr "mínútur" + +#: src/Util/Temporal.php:309 +msgid "second" +msgstr "sekúnda" + +#: src/Util/Temporal.php:309 +msgid "seconds" +msgstr "sekúndur" + +#: src/Util/Temporal.php:318 +#, php-format +msgid "%1$d %2$s ago" +msgstr "Fyrir %1$d %2$s síðan" + +#: src/Content/Text/BBCode.php:555 +msgid "view full size" +msgstr "Skoða í fullri stærð" + +#: src/Content/Text/BBCode.php:981 src/Content/Text/BBCode.php:1750 +#: src/Content/Text/BBCode.php:1751 +msgid "Image/photo" +msgstr "Mynd" + +#: src/Content/Text/BBCode.php:1119 +#, php-format +msgid "%2$s %3$s" +msgstr "%2$s %3$s" + +#: src/Content/Text/BBCode.php:1677 src/Content/Text/BBCode.php:1699 +msgid "$1 wrote:" +msgstr "$1 skrifaði:" + +#: src/Content/Text/BBCode.php:1759 src/Content/Text/BBCode.php:1760 +msgid "Encrypted content" +msgstr "Dulritað efni" + +#: src/Content/Text/BBCode.php:1879 +msgid "Invalid source protocol" +msgstr "" + +#: src/Content/Text/BBCode.php:1890 +msgid "Invalid link protocol" +msgstr "" + +#: src/Content/ForumManager.php:127 view/theme/vier/theme.php:256 +msgid "External link to forum" +msgstr "Ytri tengill á spjallsvæði" + +#: src/Content/Nav.php:53 +msgid "Nothing new here" +msgstr "Ekkert nýtt hér" + +#: src/Content/Nav.php:57 +msgid "Clear notifications" +msgstr "Hreinsa tilkynningar" + +#: src/Content/Nav.php:97 src/Module/Login.php:311 +#: view/theme/frio/theme.php:256 +msgid "Logout" +msgstr "Útskráning" + +#: src/Content/Nav.php:97 view/theme/frio/theme.php:256 +msgid "End this session" +msgstr "Loka þessu innliti" + +#: src/Content/Nav.php:100 src/Content/Nav.php:181 +#: view/theme/frio/theme.php:259 +msgid "Your posts and conversations" +msgstr "Samtölin þín" + +#: src/Content/Nav.php:101 view/theme/frio/theme.php:260 +msgid "Your profile page" +msgstr "Forsíðan þín" + +#: src/Content/Nav.php:102 view/theme/frio/theme.php:261 +msgid "Your photos" +msgstr "Myndirnar þínar" + +#: src/Content/Nav.php:103 src/Model/Profile.php:912 src/Model/Profile.php:915 +#: view/theme/frio/theme.php:262 +msgid "Videos" +msgstr "Myndskeið" + +#: src/Content/Nav.php:103 view/theme/frio/theme.php:262 +msgid "Your videos" +msgstr "Myndskeiðin þín" + +#: src/Content/Nav.php:104 view/theme/frio/theme.php:263 +msgid "Your events" +msgstr "Atburðirnir þínir" + +#: src/Content/Nav.php:105 +msgid "Personal notes" +msgstr "Einkaglósur" + +#: src/Content/Nav.php:105 +msgid "Your personal notes" +msgstr "Einkaglósurnar þínar" + +#: src/Content/Nav.php:114 +msgid "Sign in" +msgstr "Innskrá" + +#: src/Content/Nav.php:124 +msgid "Home Page" +msgstr "Heimasíða" + +#: src/Content/Nav.php:128 +msgid "Create an account" +msgstr "Stofna notanda" + +#: src/Content/Nav.php:134 +msgid "Help and documentation" +msgstr "Hjálp og leiðbeiningar" + +#: src/Content/Nav.php:138 +msgid "Apps" +msgstr "Forrit" + +#: src/Content/Nav.php:138 +msgid "Addon applications, utilities, games" +msgstr "Viðbótarforrit, nytjatól, leikir" + +#: src/Content/Nav.php:142 +msgid "Search site content" +msgstr "Leita í efni á vef" + +#: src/Content/Nav.php:165 +msgid "Community" +msgstr "Samfélag" + +#: src/Content/Nav.php:165 +msgid "Conversations on this and other servers" +msgstr "" + +#: src/Content/Nav.php:169 src/Model/Profile.php:927 src/Model/Profile.php:938 +#: view/theme/frio/theme.php:267 +msgid "Events and Calendar" +msgstr "Atburðir og dagskrá" + +#: src/Content/Nav.php:172 +msgid "Directory" +msgstr "Mappa" + +#: src/Content/Nav.php:172 +msgid "People directory" +msgstr "Nafnaskrá" + +#: src/Content/Nav.php:174 +msgid "Information about this friendica instance" +msgstr "Upplýsingar um þetta tilvik Friendica" + +#: src/Content/Nav.php:178 view/theme/frio/theme.php:266 +msgid "Conversations from your friends" +msgstr "Samtöl frá vinum" + +#: src/Content/Nav.php:179 +msgid "Network Reset" +msgstr "Núllstilling netkerfis" + +#: src/Content/Nav.php:179 +msgid "Load Network page with no filters" +msgstr "" + +#: src/Content/Nav.php:186 +msgid "Friend Requests" +msgstr "Vinabeiðnir" + +#: src/Content/Nav.php:190 +msgid "See all notifications" +msgstr "Sjá allar tilkynningar" + +#: src/Content/Nav.php:191 +msgid "Mark all system notifications seen" +msgstr "Merkja allar tilkynningar sem séðar" + +#: src/Content/Nav.php:195 view/theme/frio/theme.php:268 +msgid "Private mail" +msgstr "Einka skilaboð" + +#: src/Content/Nav.php:196 +msgid "Inbox" +msgstr "Innhólf" + +#: src/Content/Nav.php:197 +msgid "Outbox" +msgstr "Úthólf" + +#: src/Content/Nav.php:201 +msgid "Manage" +msgstr "Umsýsla" + +#: src/Content/Nav.php:201 +msgid "Manage other pages" +msgstr "Sýsla með aðrar síður" + +#: src/Content/Nav.php:206 view/theme/frio/theme.php:269 +msgid "Account settings" +msgstr "Stillingar aðgangsreiknings" + +#: src/Content/Nav.php:209 src/Model/Profile.php:372 +msgid "Profiles" +msgstr "Forsíður" + +#: src/Content/Nav.php:209 +msgid "Manage/Edit Profiles" +msgstr "Sýsla með forsíður" + +#: src/Content/Nav.php:212 view/theme/frio/theme.php:270 +msgid "Manage/edit friends and contacts" +msgstr "Sýsla með vini og tengiliði" + +#: src/Content/Nav.php:217 +msgid "Site setup and configuration" +msgstr "Uppsetning og stillingar vefsvæðis" + +#: src/Content/Nav.php:220 +msgid "Navigation" +msgstr "Yfirsýn" + +#: src/Content/Nav.php:220 +msgid "Site map" +msgstr "Yfirlit um vefsvæði" + +#: src/Content/OEmbed.php:253 +msgid "Embedding disabled" +msgstr "Innfelling ekki leyfð" + +#: src/Content/OEmbed.php:373 +msgid "Embedded content" +msgstr "Innbyggt efni" + +#: src/Content/Widget/CalendarExport.php:61 +msgid "Export" +msgstr "Flytja út" + +#: src/Content/Widget/CalendarExport.php:62 +msgid "Export calendar as ical" +msgstr "Flytja dagatal út sem ICAL" + +#: src/Content/Widget/CalendarExport.php:63 +msgid "Export calendar as csv" +msgstr "Flytja dagatal út sem CSV" + +#: src/Content/Feature.php:79 +msgid "General Features" +msgstr "Almennir eiginleikar" + +#: src/Content/Feature.php:81 +msgid "Multiple Profiles" +msgstr "" + +#: src/Content/Feature.php:81 +msgid "Ability to create multiple profiles" +msgstr "" + +#: src/Content/Feature.php:82 +msgid "Photo Location" +msgstr "Staðsetning ljósmyndar" + +#: src/Content/Feature.php:82 +msgid "" +"Photo metadata is normally stripped. This extracts the location (if present)" +" prior to stripping metadata and links it to a map." +msgstr "" + +#: src/Content/Feature.php:83 +msgid "Export Public Calendar" +msgstr "Flytja út opinbert dagatal" + +#: src/Content/Feature.php:83 +msgid "Ability for visitors to download the public calendar" +msgstr "" + +#: src/Content/Feature.php:88 +msgid "Post Composition Features" +msgstr "" + +#: src/Content/Feature.php:89 +msgid "Post Preview" +msgstr "" + +#: src/Content/Feature.php:89 +msgid "Allow previewing posts and comments before publishing them" +msgstr "" + +#: src/Content/Feature.php:90 +msgid "Auto-mention Forums" +msgstr "" + +#: src/Content/Feature.php:90 +msgid "" +"Add/remove mention when a forum page is selected/deselected in ACL window." +msgstr "" + +#: src/Content/Feature.php:95 +msgid "Network Sidebar Widgets" +msgstr "" + +#: src/Content/Feature.php:96 +msgid "Search by Date" +msgstr "Leita eftir dagsetningu" + +#: src/Content/Feature.php:96 +msgid "Ability to select posts by date ranges" +msgstr "" + +#: src/Content/Feature.php:97 src/Content/Feature.php:127 +msgid "List Forums" +msgstr "Spjallsvæðalistar" + +#: src/Content/Feature.php:97 +msgid "Enable widget to display the forums your are connected with" +msgstr "" + +#: src/Content/Feature.php:98 +msgid "Group Filter" +msgstr "" + +#: src/Content/Feature.php:98 +msgid "Enable widget to display Network posts only from selected group" +msgstr "" + +#: src/Content/Feature.php:99 +msgid "Network Filter" +msgstr "" + +#: src/Content/Feature.php:99 +msgid "Enable widget to display Network posts only from selected network" +msgstr "" + +#: src/Content/Feature.php:100 +msgid "Save search terms for re-use" +msgstr "" + +#: src/Content/Feature.php:105 +msgid "Network Tabs" +msgstr "" + +#: src/Content/Feature.php:106 +msgid "Network Personal Tab" +msgstr "" + +#: src/Content/Feature.php:106 +msgid "Enable tab to display only Network posts that you've interacted on" +msgstr "" + +#: src/Content/Feature.php:107 +msgid "Network New Tab" +msgstr "" + +#: src/Content/Feature.php:107 +msgid "Enable tab to display only new Network posts (from the last 12 hours)" +msgstr "" + +#: src/Content/Feature.php:108 +msgid "Network Shared Links Tab" +msgstr "" + +#: src/Content/Feature.php:108 +msgid "Enable tab to display only Network posts with links in them" +msgstr "" + +#: src/Content/Feature.php:113 +msgid "Post/Comment Tools" +msgstr "" + +#: src/Content/Feature.php:114 +msgid "Multiple Deletion" +msgstr "" + +#: src/Content/Feature.php:114 +msgid "Select and delete multiple posts/comments at once" +msgstr "" + +#: src/Content/Feature.php:115 +msgid "Edit Sent Posts" +msgstr "" + +#: src/Content/Feature.php:115 +msgid "Edit and correct posts and comments after sending" +msgstr "" + +#: src/Content/Feature.php:116 +msgid "Tagging" +msgstr "" + +#: src/Content/Feature.php:116 +msgid "Ability to tag existing posts" +msgstr "" + +#: src/Content/Feature.php:117 +msgid "Post Categories" +msgstr "" + +#: src/Content/Feature.php:117 +msgid "Add categories to your posts" +msgstr "" + +#: src/Content/Feature.php:118 src/Content/Widget.php:200 +msgid "Saved Folders" +msgstr "Vistaðar möppur" + +#: src/Content/Feature.php:118 +msgid "Ability to file posts under folders" +msgstr "" + +#: src/Content/Feature.php:119 +msgid "Dislike Posts" +msgstr "" + +#: src/Content/Feature.php:119 +msgid "Ability to dislike posts/comments" +msgstr "" + +#: src/Content/Feature.php:120 +msgid "Star Posts" +msgstr "" + +#: src/Content/Feature.php:120 +msgid "Ability to mark special posts with a star indicator" +msgstr "" + +#: src/Content/Feature.php:121 +msgid "Mute Post Notifications" +msgstr "" + +#: src/Content/Feature.php:121 +msgid "Ability to mute notifications for a thread" +msgstr "" + +#: src/Content/Feature.php:126 +msgid "Advanced Profile Settings" +msgstr "" + +#: src/Content/Feature.php:127 +msgid "Show visitors public community forums at the Advanced Profile Page" +msgstr "" + +#: src/Content/Feature.php:128 +msgid "Tag Cloud" +msgstr "" + +#: src/Content/Feature.php:128 +msgid "Provide a personal tag cloud on your profile page" +msgstr "" + +#: src/Content/Feature.php:129 +msgid "Display Membership Date" +msgstr "" + +#: src/Content/Feature.php:129 +msgid "Display membership date in profile" +msgstr "" + +#: src/Content/Widget.php:33 +msgid "Add New Contact" +msgstr "Bæta við tengilið" + +#: src/Content/Widget.php:34 +msgid "Enter address or web location" +msgstr "Settu inn slóð" + +#: src/Content/Widget.php:35 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "Dæmi: gudmundur@simnet.is, http://simnet.is/gudmundur" + +#: src/Content/Widget.php:53 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "%d boðskort í boði" +msgstr[1] "%d boðskort í boði" + +#: src/Content/Widget.php:59 +msgid "Find People" +msgstr "Finna fólk" + +#: src/Content/Widget.php:60 +msgid "Enter name or interest" +msgstr "Settu inn nafn eða áhugamál" + +#: src/Content/Widget.php:62 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "Dæmi: Jón Jónsson, Veiði" + +#: src/Content/Widget.php:65 view/theme/vier/theme.php:202 +msgid "Similar Interests" +msgstr "Svipuð áhugamál" + +#: src/Content/Widget.php:66 +msgid "Random Profile" +msgstr "" + +#: src/Content/Widget.php:67 view/theme/vier/theme.php:204 +msgid "Invite Friends" +msgstr "Bjóða vinum aðgang" + +#: src/Content/Widget.php:68 +msgid "View Global Directory" +msgstr "" + +#: src/Content/Widget.php:159 +msgid "Networks" +msgstr "Net" + +#: src/Content/Widget.php:162 +msgid "All Networks" +msgstr "Öll net" + +#: src/Content/Widget.php:203 src/Content/Widget.php:243 +msgid "Everything" +msgstr "Allt" + +#: src/Content/Widget.php:240 +msgid "Categories" +msgstr "Flokkar" + +#: src/Content/Widget.php:307 +#, php-format +msgid "%d contact in common" +msgid_plural "%d contacts in common" +msgstr[0] "%d tengiliður sameiginlegur" +msgstr[1] "%d tengiliðir sameiginlegir" + +#: src/Content/ContactSelector.php:55 +msgid "Frequently" +msgstr "Oft" + +#: src/Content/ContactSelector.php:56 +msgid "Hourly" +msgstr "Á klukkustundar fresti" + +#: src/Content/ContactSelector.php:57 +msgid "Twice daily" +msgstr "Tvisvar á dag" + +#: src/Content/ContactSelector.php:58 +msgid "Daily" +msgstr "Daglega" + +#: src/Content/ContactSelector.php:59 +msgid "Weekly" +msgstr "Vikulega" + +#: src/Content/ContactSelector.php:60 +msgid "Monthly" +msgstr "Mánaðarlega" + +#: src/Content/ContactSelector.php:80 +msgid "OStatus" +msgstr "" + +#: src/Content/ContactSelector.php:81 +msgid "RSS/Atom" +msgstr "RSS / Atom" + +#: src/Content/ContactSelector.php:84 +msgid "Facebook" +msgstr "Facebook" + +#: src/Content/ContactSelector.php:85 +msgid "Zot!" +msgstr "Zot!" + +#: src/Content/ContactSelector.php:86 +msgid "LinkedIn" +msgstr "LinkedIn" + +#: src/Content/ContactSelector.php:87 +msgid "XMPP/IM" +msgstr "XMPP/IM" + +#: src/Content/ContactSelector.php:88 +msgid "MySpace" +msgstr "MySpace" + +#: src/Content/ContactSelector.php:89 +msgid "Google+" +msgstr "Google+" + +#: src/Content/ContactSelector.php:90 +msgid "pump.io" +msgstr "pump.io" + +#: src/Content/ContactSelector.php:91 +msgid "Twitter" +msgstr "Twitter" + +#: src/Content/ContactSelector.php:92 +msgid "Diaspora Connector" +msgstr "Diaspora tenging" + +#: src/Content/ContactSelector.php:93 +msgid "GNU Social Connector" +msgstr "GNU Social tenging" + +#: src/Content/ContactSelector.php:94 +msgid "pnut" +msgstr "pnut" + +#: src/Content/ContactSelector.php:95 +msgid "App.net" +msgstr "App.net" + +#: src/Content/ContactSelector.php:125 +msgid "Male" +msgstr "Karl" + +#: src/Content/ContactSelector.php:125 +msgid "Female" +msgstr "Kona" + +#: src/Content/ContactSelector.php:125 +msgid "Currently Male" +msgstr "Karlkyns í augnablikinu" + +#: src/Content/ContactSelector.php:125 +msgid "Currently Female" +msgstr "Kvenkyns í augnablikinu" + +#: src/Content/ContactSelector.php:125 +msgid "Mostly Male" +msgstr "Aðallega karlkyns" + +#: src/Content/ContactSelector.php:125 +msgid "Mostly Female" +msgstr "Aðallega kvenkyns" + +#: src/Content/ContactSelector.php:125 +msgid "Transgender" +msgstr "Kyngervingur (trans)" + +#: src/Content/ContactSelector.php:125 +msgid "Intersex" +msgstr "Hvorugkyn" + +#: src/Content/ContactSelector.php:125 +msgid "Transsexual" +msgstr "Kynskiptingur" + +#: src/Content/ContactSelector.php:125 +msgid "Hermaphrodite" +msgstr "Tvíkynja" + +#: src/Content/ContactSelector.php:125 +msgid "Neuter" +msgstr "Kynlaus" + +#: src/Content/ContactSelector.php:125 +msgid "Non-specific" +msgstr "Ekki ákveðið" + +#: src/Content/ContactSelector.php:125 +msgid "Other" +msgstr "Annað" + +#: src/Content/ContactSelector.php:147 +msgid "Males" +msgstr "Karlar" + +#: src/Content/ContactSelector.php:147 +msgid "Females" +msgstr "Konur" + +#: src/Content/ContactSelector.php:147 +msgid "Gay" +msgstr "Hommi" + +#: src/Content/ContactSelector.php:147 +msgid "Lesbian" +msgstr "Lesbía" + +#: src/Content/ContactSelector.php:147 +msgid "No Preference" +msgstr "Til í allt" + +#: src/Content/ContactSelector.php:147 +msgid "Bisexual" +msgstr "Tvíkynhneigð/ur" + +#: src/Content/ContactSelector.php:147 +msgid "Autosexual" +msgstr "Sjálfkynhneigð/ur" + +#: src/Content/ContactSelector.php:147 +msgid "Abstinent" +msgstr "Skírlíf/ur" + +#: src/Content/ContactSelector.php:147 +msgid "Virgin" +msgstr "Hrein mey/Hreinn sveinn" + +#: src/Content/ContactSelector.php:147 +msgid "Deviant" +msgstr "Óþekkur" + +#: src/Content/ContactSelector.php:147 +msgid "Fetish" +msgstr "Blæti" + +#: src/Content/ContactSelector.php:147 +msgid "Oodles" +msgstr "Mikið af því" + +#: src/Content/ContactSelector.php:147 +msgid "Nonsexual" +msgstr "Engin kynhneigð" + +#: src/Content/ContactSelector.php:169 +msgid "Single" +msgstr "Einhleyp/ur" + +#: src/Content/ContactSelector.php:169 +msgid "Lonely" +msgstr "Einmanna" + +#: src/Content/ContactSelector.php:169 +msgid "Available" +msgstr "Á lausu" + +#: src/Content/ContactSelector.php:169 +msgid "Unavailable" +msgstr "Frátekin/n" + +#: src/Content/ContactSelector.php:169 +msgid "Has crush" +msgstr "Er skotin(n)" + +#: src/Content/ContactSelector.php:169 +msgid "Infatuated" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Dating" +msgstr "Deita" + +#: src/Content/ContactSelector.php:169 +msgid "Unfaithful" +msgstr "Ótrú/r" + +#: src/Content/ContactSelector.php:169 +msgid "Sex Addict" +msgstr "Kynlífsfíkill" + +#: src/Content/ContactSelector.php:169 src/Model/User.php:505 +msgid "Friends" +msgstr "Vinir" + +#: src/Content/ContactSelector.php:169 +msgid "Friends/Benefits" +msgstr "Vinir með meiru" + +#: src/Content/ContactSelector.php:169 +msgid "Casual" +msgstr "Lauslát/ur" + +#: src/Content/ContactSelector.php:169 +msgid "Engaged" +msgstr "Trúlofuð/Trúlofaður" + +#: src/Content/ContactSelector.php:169 +msgid "Married" +msgstr "Gift/ur" + +#: src/Content/ContactSelector.php:169 +msgid "Imaginarily married" +msgstr "Gift/ur í huganum" + +#: src/Content/ContactSelector.php:169 +msgid "Partners" +msgstr "Félagar" + +#: src/Content/ContactSelector.php:169 +msgid "Cohabiting" +msgstr "Í sambúð" + +#: src/Content/ContactSelector.php:169 +msgid "Common law" +msgstr "Löggilt sambúð" + +#: src/Content/ContactSelector.php:169 +msgid "Happy" +msgstr "Hamingjusöm/Hamingjusamur" + +#: src/Content/ContactSelector.php:169 +msgid "Not looking" +msgstr "Ekki að leita" + +#: src/Content/ContactSelector.php:169 +msgid "Swinger" +msgstr "Svingari" + +#: src/Content/ContactSelector.php:169 +msgid "Betrayed" +msgstr "Svikin/n" + +#: src/Content/ContactSelector.php:169 +msgid "Separated" +msgstr "Skilin/n að borði og sæng" + +#: src/Content/ContactSelector.php:169 +msgid "Unstable" +msgstr "Óstabíll" + +#: src/Content/ContactSelector.php:169 +msgid "Divorced" +msgstr "Fráskilin/n" + +#: src/Content/ContactSelector.php:169 +msgid "Imaginarily divorced" +msgstr "Fráskilin/n í huganum" + +#: src/Content/ContactSelector.php:169 +msgid "Widowed" +msgstr "Ekkja/Ekkill" + +#: src/Content/ContactSelector.php:169 +msgid "Uncertain" +msgstr "Óviss" + +#: src/Content/ContactSelector.php:169 +msgid "It's complicated" +msgstr "Þetta er flókið" + +#: src/Content/ContactSelector.php:169 +msgid "Don't care" +msgstr "Gæti ekki verið meira sama" + +#: src/Content/ContactSelector.php:169 +msgid "Ask me" +msgstr "Spurðu mig" + +#: src/Database/DBStructure.php:32 +msgid "There are no tables on MyISAM." +msgstr "" + +#: src/Database/DBStructure.php:75 #, php-format msgid "" -" - please do not use this form. Instead, enter %s into your Diaspora search" -" bar." +"\n" +"\t\t\t\tThe friendica developers released update %s recently,\n" +"\t\t\t\tbut when I tried to install it, something went terribly wrong.\n" +"\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n" +"\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." msgstr "" -#: mod/dfrn_request.php:872 mod/follow.php:117 -msgid "Your Identity Address:" -msgstr "Auðkennisnetfang þitt:" - -#: mod/dfrn_request.php:875 mod/follow.php:19 -msgid "Submit Request" -msgstr "Senda beiðni" - -#: mod/follow.php:30 -msgid "You already added this contact." -msgstr "" - -#: mod/follow.php:39 -msgid "Diaspora support isn't enabled. Contact can't be added." -msgstr "" - -#: mod/follow.php:46 -msgid "OStatus support is disabled. Contact can't be added." -msgstr "" - -#: mod/follow.php:53 -msgid "The network type couldn't be detected. Contact can't be added." -msgstr "" - -#: mod/follow.php:180 -msgid "Contact added" -msgstr "Tengilið bætt við" - -#: mod/install.php:139 -msgid "Friendica Communications Server - Setup" -msgstr "" - -#: mod/install.php:145 -msgid "Could not connect to database." -msgstr "Gat ekki tengst gagnagrunn." - -#: mod/install.php:149 -msgid "Could not create table." -msgstr "Gat ekki búið til töflu." - -#: mod/install.php:155 -msgid "Your Friendica site database has been installed." -msgstr "Friendica gagnagrunnurinn þinn hefur verið uppsettur." - -#: mod/install.php:160 -msgid "" -"You may need to import the file \"database.sql\" manually using phpmyadmin " -"or mysql." -msgstr "Þú þarft mögulega að keyra inn skránna \"database.sql\" handvirkt með phpmyadmin eða mysql." - -#: mod/install.php:161 mod/install.php:230 mod/install.php:607 -msgid "Please see the file \"INSTALL.txt\"." -msgstr "Lestu skrána \"INSTALL.txt\"." - -#: mod/install.php:173 -msgid "Database already in use." -msgstr "" - -#: mod/install.php:227 -msgid "System check" -msgstr "Kerfis prófun" - -#: mod/install.php:232 -msgid "Check again" -msgstr "Prófa aftur" - -#: mod/install.php:251 -msgid "Database connection" -msgstr "Gangagrunns tenging" - -#: mod/install.php:252 -msgid "" -"In order to install Friendica we need to know how to connect to your " -"database." -msgstr "Til að setja upp Friendica þurfum við að vita hvernig á að tengjast gagnagrunninum þínum." - -#: mod/install.php:253 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "Hafðu samband við hýsingaraðilann þinn eða kerfisstjóra ef þú hefur spurningar varðandi þessar stillingar." - -#: mod/install.php:254 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "Gagnagrunnurinn sem þú bendir á þarf þegar að vera til. Ef ekki þá þarf að stofna hann áður en haldið er áfram." - -#: mod/install.php:258 -msgid "Database Server Name" -msgstr "Vélanafn gagangrunns" - -#: mod/install.php:259 -msgid "Database Login Name" -msgstr "Notendanafn í gagnagrunn" - -#: mod/install.php:260 -msgid "Database Login Password" -msgstr "Aðgangsorð í gagnagrunns" - -#: mod/install.php:261 -msgid "Database Name" -msgstr "Nafn gagnagrunns" - -#: mod/install.php:262 mod/install.php:303 -msgid "Site administrator email address" -msgstr "Póstfang kerfisstjóra vefsvæðis" - -#: mod/install.php:262 mod/install.php:303 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." -msgstr "Póstfang aðgangsins þíns verður að passa við þetta til að hægt sé að nota umsýsluvefviðmótið." - -#: mod/install.php:266 mod/install.php:306 -msgid "Please select a default timezone for your website" -msgstr "Veldu sjálfgefið tímabelti fyrir vefsíðuna" - -#: mod/install.php:293 -msgid "Site settings" -msgstr "Stillingar vefsvæðis" - -#: mod/install.php:307 -msgid "System Language:" -msgstr "" - -#: mod/install.php:307 -msgid "" -"Set the default language for your Friendica installation interface and to " -"send emails." -msgstr "" - -#: mod/install.php:347 -msgid "Could not find a command line version of PHP in the web server PATH." -msgstr "Gat ekki fundið skipanalínu útgáfu af PHP í vefþjóns PATH." - -#: mod/install.php:348 -msgid "" -"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 'Setup the poller'" -msgstr "" - -#: mod/install.php:352 -msgid "PHP executable path" -msgstr "PHP keyrslu slóð" - -#: mod/install.php:352 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." -msgstr "" - -#: mod/install.php:357 -msgid "Command line PHP" -msgstr "Skipanalínu PHP" - -#: mod/install.php:366 -msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" -msgstr "" - -#: mod/install.php:367 -msgid "Found PHP version: " -msgstr "" - -#: mod/install.php:369 -msgid "PHP cli binary" -msgstr "" - -#: mod/install.php:380 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." -msgstr "Skipanalínu útgáfa af PHP á vefþjóninum hefur ekki kveikt á \"register_argc_argv\"." - -#: mod/install.php:381 -msgid "This is required for message delivery to work." -msgstr "Þetta er skilyrt fyrir því að skilaboð komist til skila." - -#: mod/install.php:383 -msgid "PHP register_argc_argv" -msgstr "" - -#: mod/install.php:404 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" -msgstr "Villa: Stefjan \"openssl_pkey_new\" á vefþjóninum getur ekki stofnað dulkóðunar lykla" - -#: mod/install.php:405 -msgid "" -"If running under Windows, please see " -"\"http://www.php.net/manual/en/openssl.installation.php\"." -msgstr "Ef keyrt er á Window, skoðaðu þá \"http://www.php.net/manual/en/openssl.installation.php\"." - -#: mod/install.php:407 -msgid "Generate encryption keys" -msgstr "Búa til dulkóðunar lykla" - -#: mod/install.php:414 -msgid "libCurl PHP module" -msgstr "libCurl PHP eining" - -#: mod/install.php:415 -msgid "GD graphics PHP module" -msgstr "GD graphics PHP eining" - -#: mod/install.php:416 -msgid "OpenSSL PHP module" -msgstr "OpenSSL PHP eining" - -#: mod/install.php:417 -msgid "mysqli PHP module" -msgstr "mysqli PHP eining" - -#: mod/install.php:418 -msgid "mb_string PHP module" -msgstr "mb_string PHP eining" - -#: mod/install.php:419 -msgid "mcrypt PHP module" -msgstr "" - -#: mod/install.php:420 -msgid "XML PHP module" -msgstr "" - -#: mod/install.php:421 -msgid "iconv module" -msgstr "" - -#: mod/install.php:425 mod/install.php:427 -msgid "Apache mod_rewrite module" -msgstr "Apache mod_rewrite eining" - -#: mod/install.php:425 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." -msgstr "Villa: Apache vefþjóns eining mod-rewrite er skilyrði og er ekki uppsett. " - -#: mod/install.php:433 -msgid "Error: libCURL PHP module required but not installed." -msgstr "Villa: libCurl PHP eining er skilyrði og er ekki uppsett." - -#: mod/install.php:437 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." -msgstr "Villa: GD graphics PHP eining með JPEG stuðningi er skilyrði og er ekki uppsett." - -#: mod/install.php:441 -msgid "Error: openssl PHP module required but not installed." -msgstr "Villa: openssl PHP eining skilyrði og er ekki uppsett." - -#: mod/install.php:445 -msgid "Error: mysqli PHP module required but not installed." -msgstr "Villa: mysqli PHP eining er skilyrði og er ekki uppsett" - -#: mod/install.php:449 -msgid "Error: mb_string PHP module required but not installed." -msgstr "Villa: mb_string PHP eining skilyrði en ekki uppsett." - -#: mod/install.php:453 -msgid "Error: mcrypt PHP module required but not installed." -msgstr "" - -#: mod/install.php:457 -msgid "Error: iconv PHP module required but not installed." -msgstr "" - -#: mod/install.php:466 -msgid "" -"If you are using php_cli, please make sure that mcrypt module is enabled in " -"its config file" -msgstr "" - -#: mod/install.php:469 -msgid "" -"Function mcrypt_create_iv() is not defined. This is needed to enable RINO2 " -"encryption layer." -msgstr "" - -#: mod/install.php:471 -msgid "mcrypt_create_iv() function" -msgstr "" - -#: mod/install.php:479 -msgid "Error, XML PHP module required but not installed." -msgstr "" - -#: mod/install.php:494 -msgid "" -"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." -msgstr "Vef uppsetningar forrit þarf að geta stofnað skránna \".htconfig.php\" in efsta skráarsafninu á vefþjóninum og það getur ekki gert það." - -#: mod/install.php:495 -msgid "" -"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." -msgstr "Þetta er oftast aðgangsstýringa stilling, þar sem vefþjónninn getur ekki skrifað út skrár í skráarsafnið - þó þú getir það." - -#: mod/install.php:496 -msgid "" -"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." -msgstr "" - -#: mod/install.php:497 -msgid "" -"You can alternatively skip this procedure and perform a manual installation." -" Please see the file \"INSTALL.txt\" for instructions." -msgstr "" - -#: mod/install.php:500 -msgid ".htconfig.php is writable" -msgstr ".htconfig.php er skrifanleg" - -#: mod/install.php:510 -msgid "" -"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " -"compiles templates to PHP to speed up rendering." -msgstr "" - -#: mod/install.php:511 -msgid "" -"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." -msgstr "" - -#: mod/install.php:512 -msgid "" -"Please ensure that the user that your web server runs as (e.g. www-data) has" -" write access to this folder." -msgstr "" - -#: mod/install.php:513 -msgid "" -"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." -msgstr "" - -#: mod/install.php:516 -msgid "view/smarty3 is writable" -msgstr "" - -#: mod/install.php:532 -msgid "" -"Url rewrite in .htaccess is not working. Check your server configuration." -msgstr "" - -#: mod/install.php:534 -msgid "Url rewrite is working" -msgstr "" - -#: mod/install.php:552 -msgid "ImageMagick PHP extension is not installed" -msgstr "" - -#: mod/install.php:555 -msgid "ImageMagick PHP extension is installed" -msgstr "" - -#: mod/install.php:557 -msgid "ImageMagick supports GIF" -msgstr "" - -#: mod/install.php:566 -msgid "" -"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." -msgstr "Ekki tókst að skrifa stillingaskrá gagnagrunns \".htconfig.php\". Notað meðfylgjandi texta til að búa til stillingarskrá í rót vefþjónsins." - -#: mod/install.php:605 -msgid "

What next

" -msgstr "" - -#: mod/install.php:606 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the " -"poller." -msgstr "MIKILVÆGT: Þú þarft að [handvirkt] setja upp sjálfvirka keyrslu á poller." - -#: mod/item.php:116 -msgid "Unable to locate original post." -msgstr "Ekki tókst að finna upphaflega færslu." - -#: mod/item.php:341 -msgid "Empty post discarded." -msgstr "Tóm færsla eytt." - -#: mod/item.php:902 -msgid "System error. Post not saved." -msgstr "Kerfisvilla. Færsla ekki vistuð." - -#: mod/item.php:992 +#: src/Database/DBStructure.php:80 #, php-format msgid "" -"This message was sent to you by %s, a member of the Friendica social " -"network." -msgstr "Skilaboðið sendi %s, notandi á Friendica samfélagsnetinu." - -#: mod/item.php:994 -#, php-format -msgid "You may visit them online at %s" -msgstr "Þú getur heimsótt þau á netinu á %s" - -#: mod/item.php:995 -msgid "" -"Please contact the sender by replying to this post if you do not wish to " -"receive these messages." -msgstr "Hafðu samband við sendanda með því að svara á þessari færslu ef þú villt ekki fá þessi skilaboð." - -#: mod/item.php:999 -#, php-format -msgid "%s posted an update." -msgstr "%s hefur sent uppfærslu." - -#: mod/network.php:398 -#, php-format -msgid "" -"Warning: This group contains %s member from a network that doesn't allow non" -" public messages." -msgid_plural "" -"Warning: This group contains %s members from a network that doesn't allow " -"non public messages." -msgstr[0] "" -msgstr[1] "" - -#: mod/network.php:401 -msgid "Messages in this group won't be send to these receivers." +"The error message is\n" +"[pre]%s[/pre]" msgstr "" -#: mod/network.php:529 -msgid "Private messages to this person are at risk of public disclosure." -msgstr "Einka skilaboð send á þennan notanda eiga á hættu að verða opinber." - -#: mod/network.php:534 -msgid "Invalid contact." -msgstr "Ógildur tengiliður." - -#: mod/network.php:826 -msgid "Commented Order" -msgstr "Athugasemdar röð" - -#: mod/network.php:829 -msgid "Sort by Comment Date" -msgstr "Raða eftir umræðu dagsetningu" - -#: mod/network.php:834 -msgid "Posted Order" -msgstr "Færlsu röð" - -#: mod/network.php:837 -msgid "Sort by Post Date" -msgstr "Raða eftir færslu dagsetningu" - -#: mod/network.php:848 -msgid "Posts that mention or involve you" -msgstr "Færslur sem tengjast þér" - -#: mod/network.php:856 -msgid "New" -msgstr "Ný" - -#: mod/network.php:859 -msgid "Activity Stream - by date" -msgstr "Færslu straumur - raðað eftir dagsetningu" - -#: mod/network.php:867 -msgid "Shared Links" +#: src/Database/DBStructure.php:191 +#, php-format +msgid "" +"\n" +"Error %d occurred during database update:\n" +"%s\n" msgstr "" -#: mod/network.php:870 -msgid "Interesting Links" -msgstr "Áhugaverðir tenglar" +#: src/Database/DBStructure.php:194 +msgid "Errors encountered performing database changes: " +msgstr "" -#: mod/network.php:878 -msgid "Starred" -msgstr "Stjörnumerkt" +#: src/Database/DBStructure.php:210 +msgid ": Database update" +msgstr "" -#: mod/network.php:881 -msgid "Favourite Posts" -msgstr "Uppáhalds færslur" +#: src/Database/DBStructure.php:460 +#, php-format +msgid "%s: updating %s table." +msgstr "" -#: mod/ping.php:261 -msgid "{0} wants to be your friend" -msgstr "{0} vill vera vinur þinn" +#: src/Model/Mail.php:40 src/Model/Mail.php:174 +msgid "[no subject]" +msgstr "[ekkert efni]" -#: mod/ping.php:276 -msgid "{0} sent you a message" -msgstr "{0} sendi þér skilboð" +#: src/Model/Profile.php:97 +msgid "Requested account is not available." +msgstr "Umbeðin forsíða er ekki til." -#: mod/ping.php:291 -msgid "{0} requested registration" -msgstr "{0} óskaði eftir skráningu" +#: src/Model/Profile.php:168 src/Model/Profile.php:399 +#: src/Model/Profile.php:859 +msgid "Edit profile" +msgstr "Breyta forsíðu" -#: mod/viewcontacts.php:72 -msgid "No contacts." -msgstr "Enginn tengiliður" +#: src/Model/Profile.php:336 +msgid "Atom feed" +msgstr "Atom fréttaveita" -#: object/Item.php:370 +#: src/Model/Profile.php:372 +msgid "Manage/edit profiles" +msgstr "Sýsla með forsíður" + +#: src/Model/Profile.php:548 src/Model/Profile.php:641 +msgid "g A l F d" +msgstr "g A l F d" + +#: src/Model/Profile.php:549 +msgid "F d" +msgstr "F d" + +#: src/Model/Profile.php:606 src/Model/Profile.php:703 +msgid "[today]" +msgstr "[í dag]" + +#: src/Model/Profile.php:617 +msgid "Birthday Reminders" +msgstr "Afmælisáminningar" + +#: src/Model/Profile.php:618 +msgid "Birthdays this week:" +msgstr "Afmæli í þessari viku:" + +#: src/Model/Profile.php:690 +msgid "[No description]" +msgstr "[Engin lýsing]" + +#: src/Model/Profile.php:717 +msgid "Event Reminders" +msgstr "Atburðaáminningar" + +#: src/Model/Profile.php:718 +msgid "Events this week:" +msgstr "Atburðir vikunnar:" + +#: src/Model/Profile.php:741 +msgid "Member since:" +msgstr "Meðlimur síðan:" + +#: src/Model/Profile.php:749 +msgid "j F, Y" +msgstr "j F, Y" + +#: src/Model/Profile.php:750 +msgid "j F" +msgstr "j F" + +#: src/Model/Profile.php:765 +msgid "Age:" +msgstr "Aldur:" + +#: src/Model/Profile.php:778 +#, php-format +msgid "for %1$d %2$s" +msgstr "fyrir %1$d %2$s" + +#: src/Model/Profile.php:802 +msgid "Religion:" +msgstr "Trúarskoðanir:" + +#: src/Model/Profile.php:810 +msgid "Hobbies/Interests:" +msgstr "Áhugamál/Áhugasvið:" + +#: src/Model/Profile.php:822 +msgid "Contact information and Social Networks:" +msgstr "Tengiliðaupplýsingar og samfélagsnet:" + +#: src/Model/Profile.php:826 +msgid "Musical interests:" +msgstr "Tónlistaráhugi:" + +#: src/Model/Profile.php:830 +msgid "Books, literature:" +msgstr "Bækur, bókmenntir:" + +#: src/Model/Profile.php:834 +msgid "Television:" +msgstr "Sjónvarp:" + +#: src/Model/Profile.php:838 +msgid "Film/dance/culture/entertainment:" +msgstr "Kvikmyndir/dans/menning/afþreying:" + +#: src/Model/Profile.php:842 +msgid "Love/Romance:" +msgstr "Ást/rómantík:" + +#: src/Model/Profile.php:846 +msgid "Work/employment:" +msgstr "Atvinna:" + +#: src/Model/Profile.php:850 +msgid "School/education:" +msgstr "Skóli/menntun:" + +#: src/Model/Profile.php:855 +msgid "Forums:" +msgstr "Spjallsvæði:" + +#: src/Model/Profile.php:949 +msgid "Only You Can See This" +msgstr "Aðeins þú sérð þetta" + +#: src/Model/Item.php:1676 +#, php-format +msgid "%1$s is attending %2$s's %3$s" +msgstr "" + +#: src/Model/Item.php:1681 +#, php-format +msgid "%1$s is not attending %2$s's %3$s" +msgstr "" + +#: src/Model/Item.php:1686 +#, php-format +msgid "%1$s may attend %2$s's %3$s" +msgstr "" + +#: src/Model/Group.php:44 +msgid "" +"A deleted group with this name was revived. Existing item permissions " +"may apply to this group and any future members. If this is " +"not what you intended, please create another group with a different name." +msgstr "Hóp sem var eytt hefur verið endurlífgaður. Færslur sem þegar voru til geta mögulega 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." + +#: src/Model/Group.php:328 +msgid "Default privacy group for new contacts" +msgstr "" + +#: src/Model/Group.php:361 +msgid "Everybody" +msgstr "Allir" + +#: src/Model/Group.php:381 +msgid "edit" +msgstr "breyta" + +#: src/Model/Group.php:405 +msgid "Edit group" +msgstr "Breyta hóp" + +#: src/Model/Group.php:406 +msgid "Contacts not in any group" +msgstr "Tengiliðir ekki í neinum hópum" + +#: src/Model/Group.php:407 +msgid "Create a new group" +msgstr "Stofna nýjan hóp" + +#: src/Model/Group.php:409 +msgid "Edit groups" +msgstr "Breyta hópum" + +#: src/Model/Contact.php:645 +msgid "Drop Contact" +msgstr "Henda tengilið" + +#: src/Model/Contact.php:1048 +msgid "Organisation" +msgstr "" + +#: src/Model/Contact.php:1051 +msgid "News" +msgstr "Fréttir" + +#: src/Model/Contact.php:1054 +msgid "Forum" +msgstr "Spjallsvæði" + +#: src/Model/Contact.php:1233 +msgid "Connect URL missing." +msgstr "Tengislóð vantar." + +#: src/Model/Contact.php:1242 +msgid "" +"The contact could not be added. Please check the relevant network " +"credentials in your Settings -> Social Networks page." +msgstr "" + +#: src/Model/Contact.php:1289 +msgid "" +"This site is not configured to allow communications with other networks." +msgstr "Þessi vefur er ekki uppsettur til að leyfa samskipti við önnur samfélagsnet." + +#: src/Model/Contact.php:1290 src/Model/Contact.php:1304 +msgid "No compatible communication protocols or feeds were discovered." +msgstr "Engir samhæfðir samskiptastaðlar né fréttastraumar fundust." + +#: src/Model/Contact.php:1302 +msgid "The profile address specified does not provide adequate information." +msgstr "Uppgefin forsíðuslóð inniheldur ekki nægilegar upplýsingar." + +#: src/Model/Contact.php:1307 +msgid "An author or name was not found." +msgstr "Höfundur eða nafn fannst ekki." + +#: src/Model/Contact.php:1310 +msgid "No browser URL could be matched to this address." +msgstr "Engin vefslóð passaði við þetta vistfang." + +#: src/Model/Contact.php:1313 +msgid "" +"Unable to match @-style Identity Address with a known protocol or email " +"contact." +msgstr "" + +#: src/Model/Contact.php:1314 +msgid "Use mailto: in front of address to force email check." +msgstr "" + +#: src/Model/Contact.php:1320 +msgid "" +"The profile address specified belongs to a network which has been disabled " +"on this site." +msgstr "Þessi forsíðu slóð tilheyrir neti sem er bannað á þessum vef." + +#: src/Model/Contact.php:1325 +msgid "" +"Limited profile. This person will be unable to receive direct/personal " +"notifications from you." +msgstr "Takmörkuð forsíða. Þessi tengiliður mun ekki getað tekið á móti beinum/einka tilkynningum frá þér." + +#: src/Model/Contact.php:1376 +msgid "Unable to retrieve contact information." +msgstr "Ekki hægt að sækja tengiliðs upplýsingar." + +#: src/Model/Contact.php:1588 +#, php-format +msgid "%s's birthday" +msgstr "Afmælisdagur %s" + +#: src/Model/Contact.php:1589 src/Protocol/DFRN.php:1478 +#, php-format +msgid "Happy Birthday %s" +msgstr "Til hamingju með afmælið %s" + +#: src/Model/Event.php:53 src/Model/Event.php:70 src/Model/Event.php:419 +#: src/Model/Event.php:882 +msgid "Starts:" +msgstr "Byrjar:" + +#: src/Model/Event.php:56 src/Model/Event.php:76 src/Model/Event.php:420 +#: src/Model/Event.php:886 +msgid "Finishes:" +msgstr "Endar:" + +#: src/Model/Event.php:368 +msgid "all-day" +msgstr "allan-daginn" + +#: src/Model/Event.php:391 +msgid "Jun" +msgstr "Jún" + +#: src/Model/Event.php:394 +msgid "Sept" +msgstr "Sept" + +#: src/Model/Event.php:417 +msgid "No events to display" +msgstr "Engir atburðir til að birta" + +#: src/Model/Event.php:543 +msgid "l, F j" +msgstr "l, F j" + +#: src/Model/Event.php:566 +msgid "Edit event" +msgstr "Breyta atburð" + +#: src/Model/Event.php:567 +msgid "Duplicate event" +msgstr "Tvítaka atburð" + +#: src/Model/Event.php:568 +msgid "Delete event" +msgstr "Eyða atburði" + +#: src/Model/Event.php:815 +msgid "D g:i A" +msgstr "D g:i A" + +#: src/Model/Event.php:816 +msgid "g:i A" +msgstr "g:i A" + +#: src/Model/Event.php:901 src/Model/Event.php:903 +msgid "Show map" +msgstr "Birta kort" + +#: src/Model/Event.php:902 +msgid "Hide map" +msgstr "" + +#: src/Model/User.php:144 +msgid "Login failed" +msgstr "Innskráning mistókst" + +#: src/Model/User.php:175 +msgid "Not enough information to authenticate" +msgstr "" + +#: src/Model/User.php:332 +msgid "An invitation is required." +msgstr "Boðskort er skilyrði." + +#: src/Model/User.php:336 +msgid "Invitation could not be verified." +msgstr "Ekki hægt að sannreyna boðskort." + +#: src/Model/User.php:343 +msgid "Invalid OpenID url" +msgstr "OpenID slóð ekki til" + +#: src/Model/User.php:356 src/Module/Login.php:100 +msgid "" +"We encountered a problem while logging in with the OpenID you provided. " +"Please check the correct spelling of the ID." +msgstr "" + +#: src/Model/User.php:356 src/Module/Login.php:100 +msgid "The error message was:" +msgstr "Villumeldingin var:" + +#: src/Model/User.php:362 +msgid "Please enter the required information." +msgstr "Settu inn umbeðnar upplýsingar." + +#: src/Model/User.php:375 +msgid "Please use a shorter name." +msgstr "Notaðu styttra nafn." + +#: src/Model/User.php:378 +msgid "Name too short." +msgstr "Nafn of stutt." + +#: src/Model/User.php:386 +msgid "That doesn't appear to be your full (First Last) name." +msgstr "Þetta virðist ekki vera fullt nafn (Jón Jónsson)." + +#: src/Model/User.php:391 +msgid "Your email domain is not among those allowed on this site." +msgstr "Póstþjónninn er ekki í lista yfir leyfða póstþjóna á þessum vef." + +#: src/Model/User.php:395 +msgid "Not a valid email address." +msgstr "Ekki tækt tölvupóstfang." + +#: src/Model/User.php:399 src/Model/User.php:407 +msgid "Cannot use that email." +msgstr "Ekki hægt að nota þetta póstfang." + +#: src/Model/User.php:414 +msgid "Your nickname can only contain a-z, 0-9 and _." +msgstr "" + +#: src/Model/User.php:421 src/Model/User.php:477 +msgid "Nickname is already registered. Please choose another." +msgstr "Gælunafn þegar skráð. Veldu annað." + +#: src/Model/User.php:431 +msgid "SERIOUS ERROR: Generation of security keys failed." +msgstr "VERULEGA ALVARLEG VILLA: Stofnun á öryggislyklum tókst ekki." + +#: src/Model/User.php:464 src/Model/User.php:468 +msgid "An error occurred during registration. Please try again." +msgstr "Villa kom upp við nýskráningu. Reyndu aftur." + +#: src/Model/User.php:488 view/theme/duepuntozero/config.php:54 +msgid "default" +msgstr "sjálfgefið" + +#: src/Model/User.php:493 +msgid "An error occurred creating your default profile. Please try again." +msgstr "Villa kom upp við að stofna sjálfgefna forsíðu. Vinnsamlegast reyndu aftur." + +#: src/Model/User.php:500 +msgid "An error occurred creating your self contact. Please try again." +msgstr "" + +#: src/Model/User.php:509 +msgid "" +"An error occurred creating your default contact group. Please try again." +msgstr "" + +#: src/Model/User.php:583 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n" +"\t\t" +msgstr "" + +#: src/Model/User.php:593 +#, php-format +msgid "Registration at %s" +msgstr "" + +#: src/Model/User.php:611 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tThank you for registering at %2$s. Your account has been created.\n" +"\t\t" +msgstr "" + +#: src/Model/User.php:615 +#, php-format +msgid "" +"\n" +"\t\t\tThe login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%3$s\n" +"\t\t\tLogin Name:\t\t%1$s\n" +"\t\t\tPassword:\t\t%5$s\n" +"\n" +"\t\t\tYou may change your password from your account \"Settings\" page after logging\n" +"\t\t\tin.\n" +"\n" +"\t\t\tPlease take a few moments to review the other account settings on that page.\n" +"\n" +"\t\t\tYou may also wish to add some basic information to your default profile\n" +"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" +"\n" +"\t\t\tWe recommend setting your full name, adding a profile photo,\n" +"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" +"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n" +"\t\t\tthan that.\n" +"\n" +"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" +"\t\t\tIf you are new and do not know anybody here, they may help\n" +"\t\t\tyou to make some new and interesting friends.\n" +"\n" +"\t\t\tIf you ever want to delete your account, you can do so at %3$s/removeme\n" +"\n" +"\t\t\tThank you and welcome to %2$s." +msgstr "" + +#: src/Protocol/OStatus.php:1799 +#, php-format +msgid "%s is now following %s." +msgstr "%s fylgist núna með %s." + +#: src/Protocol/OStatus.php:1800 +msgid "following" +msgstr "fylgist með" + +#: src/Protocol/OStatus.php:1803 +#, php-format +msgid "%s stopped following %s." +msgstr "" + +#: src/Protocol/OStatus.php:1804 +msgid "stopped following" +msgstr "hætt að fylgja" + +#: src/Protocol/DFRN.php:1477 +#, php-format +msgid "%s\\'s birthday" +msgstr "Afmælisdagur %s" + +#: src/Protocol/Diaspora.php:2651 +msgid "Sharing notification from Diaspora network" +msgstr "Tilkynning um að einhver deildi atriði á Diaspora netinu" + +#: src/Protocol/Diaspora.php:3738 +msgid "Attachments:" +msgstr "Viðhengi:" + +#: src/Worker/Delivery.php:392 +msgid "(no subject)" +msgstr "(ekkert efni)" + +#: src/Object/Post.php:128 +msgid "This entry was edited" +msgstr "" + +#: src/Object/Post.php:182 +msgid "save to folder" +msgstr "vista í möppu" + +#: src/Object/Post.php:235 +msgid "I will attend" +msgstr "" + +#: src/Object/Post.php:235 +msgid "I will not attend" +msgstr "" + +#: src/Object/Post.php:235 +msgid "I might attend" +msgstr "" + +#: src/Object/Post.php:263 +msgid "add star" +msgstr "bæta við stjörnu" + +#: src/Object/Post.php:264 +msgid "remove star" +msgstr "eyða stjörnu" + +#: src/Object/Post.php:265 +msgid "toggle star status" +msgstr "Kveikja/slökkva á stjörnu" + +#: src/Object/Post.php:268 +msgid "starred" +msgstr "stjörnumerkt" + +#: src/Object/Post.php:274 +msgid "ignore thread" +msgstr "" + +#: src/Object/Post.php:275 +msgid "unignore thread" +msgstr "" + +#: src/Object/Post.php:276 +msgid "toggle ignore status" +msgstr "" + +#: src/Object/Post.php:285 +msgid "add tag" +msgstr "bæta við merki" + +#: src/Object/Post.php:296 +msgid "like" +msgstr "líkar" + +#: src/Object/Post.php:297 +msgid "dislike" +msgstr "mislíkar" + +#: src/Object/Post.php:300 +msgid "Share this" +msgstr "Deila þessu" + +#: src/Object/Post.php:300 +msgid "share" +msgstr "deila" + +#: src/Object/Post.php:365 +msgid "to" +msgstr "við" + +#: src/Object/Post.php:366 msgid "via" -msgstr "" +msgstr "gegnum" -#: view/theme/frio/php/Image.php:23 -msgid "Repeat the image" -msgstr "" +#: src/Object/Post.php:367 +msgid "Wall-to-Wall" +msgstr "vegg við vegg" -#: view/theme/frio/php/Image.php:23 -msgid "Will repeat your image to fill the background." -msgstr "" +#: src/Object/Post.php:368 +msgid "via Wall-To-Wall:" +msgstr "gegnum vegg við vegg" -#: view/theme/frio/php/Image.php:25 -msgid "Stretch" -msgstr "" - -#: view/theme/frio/php/Image.php:25 -msgid "Will stretch to width/height of the image." -msgstr "" - -#: view/theme/frio/php/Image.php:27 -msgid "Resize fill and-clip" -msgstr "" - -#: view/theme/frio/php/Image.php:27 -msgid "Resize to fill and retain aspect ratio." -msgstr "" - -#: view/theme/frio/php/Image.php:29 -msgid "Resize best fit" -msgstr "" - -#: view/theme/frio/php/Image.php:29 -msgid "Resize to best fit and retain aspect ratio." -msgstr "" - -#: view/theme/frio/config.php:42 -msgid "Default" -msgstr "" - -#: view/theme/frio/config.php:54 -msgid "Note: " -msgstr "" - -#: view/theme/frio/config.php:54 -msgid "Check image permissions if all users are allowed to visit the image" -msgstr "" - -#: view/theme/frio/config.php:62 -msgid "Select scheme" -msgstr "" - -#: view/theme/frio/config.php:63 -msgid "Navigation bar background color" -msgstr "" - -#: view/theme/frio/config.php:64 -msgid "Navigation bar icon color " -msgstr "" - -#: view/theme/frio/config.php:65 -msgid "Link color" -msgstr "Litur tengils" - -#: view/theme/frio/config.php:66 -msgid "Set the background color" -msgstr "" - -#: view/theme/frio/config.php:67 -msgid "Content background transparency" -msgstr "" - -#: view/theme/frio/config.php:68 -msgid "Set the background image" -msgstr "" - -#: view/theme/frio/theme.php:229 -msgid "Guest" -msgstr "" - -#: view/theme/frio/theme.php:235 -msgid "Visitor" -msgstr "" - -#: view/theme/quattro/config.php:67 -msgid "Alignment" -msgstr "" - -#: view/theme/quattro/config.php:67 -msgid "Left" -msgstr "" - -#: view/theme/quattro/config.php:67 -msgid "Center" -msgstr "" - -#: view/theme/quattro/config.php:68 -msgid "Color scheme" -msgstr "" - -#: view/theme/quattro/config.php:69 -msgid "Posts font size" -msgstr "" - -#: view/theme/quattro/config.php:70 -msgid "Textareas font size" -msgstr "" - -#: view/theme/vier/theme.php:152 view/theme/vier/config.php:112 -msgid "Community Profiles" -msgstr "" - -#: view/theme/vier/theme.php:181 view/theme/vier/config.php:116 -msgid "Last users" -msgstr "Nýjustu notendurnir" - -#: view/theme/vier/theme.php:199 view/theme/vier/config.php:115 -msgid "Find Friends" -msgstr "" - -#: view/theme/vier/theme.php:200 -msgid "Local Directory" -msgstr "" - -#: view/theme/vier/theme.php:291 -msgid "Quick Start" -msgstr "" - -#: view/theme/vier/theme.php:373 view/theme/vier/config.php:114 -msgid "Connect Services" -msgstr "" - -#: view/theme/vier/config.php:64 -msgid "Comma separated list of helper forums" -msgstr "" - -#: view/theme/vier/config.php:110 -msgid "Set style" -msgstr "" - -#: view/theme/vier/config.php:111 -msgid "Community Pages" -msgstr "" - -#: view/theme/vier/config.php:113 -msgid "Help or @NewHere ?" -msgstr "" - -#: view/theme/duepuntozero/config.php:45 -msgid "greenzero" -msgstr "" - -#: view/theme/duepuntozero/config.php:46 -msgid "purplezero" -msgstr "" - -#: view/theme/duepuntozero/config.php:47 -msgid "easterbunny" -msgstr "" - -#: view/theme/duepuntozero/config.php:48 -msgid "darkzero" -msgstr "" - -#: view/theme/duepuntozero/config.php:49 -msgid "comix" -msgstr "" - -#: view/theme/duepuntozero/config.php:50 -msgid "slackr" -msgstr "" - -#: view/theme/duepuntozero/config.php:62 -msgid "Variations" -msgstr "" - -#: boot.php:970 -msgid "Delete this item?" -msgstr "Eyða þessu atriði?" - -#: boot.php:973 -msgid "show fewer" -msgstr "birta minna" - -#: boot.php:1655 +#: src/Object/Post.php:427 #, php-format -msgid "Update %s failed. See error logs." -msgstr "Uppfærsla á %s mistókst. Skoðaðu villuannál." +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "%d ummæli" +msgstr[1] "%d ummæli" -#: boot.php:1767 +#: src/Object/Post.php:797 +msgid "Bold" +msgstr "Feitletrað" + +#: src/Object/Post.php:798 +msgid "Italic" +msgstr "Skáletrað" + +#: src/Object/Post.php:799 +msgid "Underline" +msgstr "Undirstrikað" + +#: src/Object/Post.php:800 +msgid "Quote" +msgstr "Gæsalappir" + +#: src/Object/Post.php:801 +msgid "Code" +msgstr "Kóði" + +#: src/Object/Post.php:802 +msgid "Image" +msgstr "Mynd" + +#: src/Object/Post.php:803 +msgid "Link" +msgstr "Tengill" + +#: src/Object/Post.php:804 +msgid "Video" +msgstr "Myndband" + +#: src/Module/Login.php:282 msgid "Create a New Account" msgstr "Stofna nýjan notanda" -#: boot.php:1796 +#: src/Module/Login.php:315 msgid "Password: " msgstr "Aðgangsorð: " -#: boot.php:1797 +#: src/Module/Login.php:316 msgid "Remember me" msgstr "Muna eftir mér" -#: boot.php:1800 +#: src/Module/Login.php:319 msgid "Or login using OpenID: " msgstr "Eða auðkenna með OpenID: " -#: boot.php:1806 +#: src/Module/Login.php:325 msgid "Forgot your password?" msgstr "Gleymt lykilorð?" -#: boot.php:1809 +#: src/Module/Login.php:328 msgid "Website Terms of Service" msgstr "Þjónustuskilmálar vefsvæðis" -#: boot.php:1810 +#: src/Module/Login.php:329 msgid "terms of service" msgstr "þjónustuskilmálar" -#: boot.php:1812 +#: src/Module/Login.php:331 msgid "Website Privacy Policy" msgstr "Persónuverndarstefna" -#: boot.php:1813 +#: src/Module/Login.php:332 msgid "privacy policy" msgstr "persónuverndarstefna" -#: index.php:451 +#: src/Module/Logout.php:28 +msgid "Logged out." +msgstr "Skráður út." + +#: src/App.php:511 +msgid "Delete this item?" +msgstr "Eyða þessu atriði?" + +#: src/App.php:513 +msgid "show fewer" +msgstr "birta minna" + +#: view/theme/duepuntozero/config.php:55 +msgid "greenzero" +msgstr "" + +#: view/theme/duepuntozero/config.php:56 +msgid "purplezero" +msgstr "" + +#: view/theme/duepuntozero/config.php:57 +msgid "easterbunny" +msgstr "" + +#: view/theme/duepuntozero/config.php:58 +msgid "darkzero" +msgstr "" + +#: view/theme/duepuntozero/config.php:59 +msgid "comix" +msgstr "" + +#: view/theme/duepuntozero/config.php:60 +msgid "slackr" +msgstr "" + +#: view/theme/duepuntozero/config.php:74 +msgid "Variations" +msgstr "Tilbrigði" + +#: view/theme/frio/php/Image.php:25 +msgid "Repeat the image" +msgstr "Endurtaka myndina" + +#: view/theme/frio/php/Image.php:25 +msgid "Will repeat your image to fill the background." +msgstr "" + +#: view/theme/frio/php/Image.php:27 +msgid "Stretch" +msgstr "Teygja" + +#: view/theme/frio/php/Image.php:27 +msgid "Will stretch to width/height of the image." +msgstr "" + +#: view/theme/frio/php/Image.php:29 +msgid "Resize fill and-clip" +msgstr "" + +#: view/theme/frio/php/Image.php:29 +msgid "Resize to fill and retain aspect ratio." +msgstr "" + +#: view/theme/frio/php/Image.php:31 +msgid "Resize best fit" +msgstr "Stærðarbreyta svo að passi" + +#: view/theme/frio/php/Image.php:31 +msgid "Resize to best fit and retain aspect ratio." +msgstr "Stærðarbreyta svo að passi og halda upphaflegum hlutföllum." + +#: view/theme/frio/config.php:97 +msgid "Default" +msgstr "Sjálfgefið" + +#: view/theme/frio/config.php:109 +msgid "Note" +msgstr "Minnispunktur" + +#: view/theme/frio/config.php:109 +msgid "Check image permissions if all users are allowed to visit the image" +msgstr "" + +#: view/theme/frio/config.php:116 +msgid "Select scheme" +msgstr "Veldu litastef" + +#: view/theme/frio/config.php:117 +msgid "Navigation bar background color" +msgstr "" + +#: view/theme/frio/config.php:118 +msgid "Navigation bar icon color " +msgstr "" + +#: view/theme/frio/config.php:119 +msgid "Link color" +msgstr "Litur tengils" + +#: view/theme/frio/config.php:120 +msgid "Set the background color" +msgstr "Stilltu bakgrunnslit" + +#: view/theme/frio/config.php:121 +msgid "Content background opacity" +msgstr "" + +#: view/theme/frio/config.php:122 +msgid "Set the background image" +msgstr "" + +#: view/theme/frio/config.php:127 +msgid "Login page background image" +msgstr "" + +#: view/theme/frio/config.php:130 +msgid "Login page background color" +msgstr "" + +#: view/theme/frio/config.php:130 +msgid "Leave background image and color empty for theme defaults" +msgstr "" + +#: view/theme/frio/theme.php:238 +msgid "Guest" +msgstr "Gestur" + +#: view/theme/frio/theme.php:243 +msgid "Visitor" +msgstr "Í heimsókn" + +#: view/theme/quattro/config.php:76 +msgid "Alignment" +msgstr "Hliðjöfnun" + +#: view/theme/quattro/config.php:76 +msgid "Left" +msgstr "Vinstri" + +#: view/theme/quattro/config.php:76 +msgid "Center" +msgstr "Miðjað" + +#: view/theme/quattro/config.php:77 +msgid "Color scheme" +msgstr "Litastef" + +#: view/theme/quattro/config.php:78 +msgid "Posts font size" +msgstr "" + +#: view/theme/quattro/config.php:79 +msgid "Textareas font size" +msgstr "" + +#: view/theme/vier/config.php:75 +msgid "Comma separated list of helper forums" +msgstr "" + +#: view/theme/vier/config.php:122 +msgid "Set style" +msgstr "" + +#: view/theme/vier/config.php:123 +msgid "Community Pages" +msgstr "" + +#: view/theme/vier/config.php:124 view/theme/vier/theme.php:150 +msgid "Community Profiles" +msgstr "" + +#: view/theme/vier/config.php:125 +msgid "Help or @NewHere ?" +msgstr "" + +#: view/theme/vier/config.php:126 view/theme/vier/theme.php:389 +msgid "Connect Services" +msgstr "" + +#: view/theme/vier/config.php:127 view/theme/vier/theme.php:199 +msgid "Find Friends" +msgstr "Finna vini" + +#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181 +msgid "Last users" +msgstr "Nýjustu notendurnir" + +#: view/theme/vier/theme.php:200 +msgid "Local Directory" +msgstr "Staðvær mappa" + +#: view/theme/vier/theme.php:292 +msgid "Quick Start" +msgstr "" + +#: index.php:444 msgid "toggle mobile" msgstr "" + +#: boot.php:791 +#, php-format +msgid "Update %s failed. See error logs." +msgstr "Uppfærsla á %s mistókst. Skoðaðu villuannál." diff --git a/view/lang/is/strings.php b/view/lang/is/strings.php index aa87041da8..fda0c85bf3 100644 --- a/view/lang/is/strings.php +++ b/view/lang/is/strings.php @@ -5,208 +5,30 @@ function string_plural_select_is($n){ return ($n % 10 != 1 || $n % 100 == 11);; }} ; -$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["Connect"] = "Tengjast"; -$a->strings["%d invitation available"] = [ - 0 => "%d boðskort í boði", - 1 => "%d boðskort í boði", -]; -$a->strings["Find People"] = "Finna fólk"; -$a->strings["Enter name or interest"] = "Settu inn nafn eða áhugamál"; -$a->strings["Connect/Follow"] = "Tengjast/fylgja"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = "Dæmi: Jón Jónsson, Veiði"; -$a->strings["Find"] = "Finna"; -$a->strings["Friend Suggestions"] = "Vina uppástungur"; -$a->strings["Similar Interests"] = "Svipuð áhugamál"; -$a->strings["Random Profile"] = ""; -$a->strings["Invite Friends"] = "Bjóða vinum aðgang"; -$a->strings["Networks"] = "Net"; -$a->strings["All Networks"] = "Öll net"; -$a->strings["Saved Folders"] = "Vistaðar möppur"; -$a->strings["Everything"] = "Allt"; -$a->strings["Categories"] = "Flokkar"; -$a->strings["%d contact in common"] = [ - 0 => "%d tengiliður sameiginlegur", - 1 => "%d tengiliðir sameiginlegir", -]; -$a->strings["show more"] = "birta meira"; -$a->strings["Forums"] = "Spjallsvæði"; -$a->strings["External link to forum"] = "Ytri tengill á spjallsvæði"; -$a->strings["Male"] = "Karl"; -$a->strings["Female"] = "Kona"; -$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"] = "Kyngervingur"; -$a->strings["Intersex"] = "Hvorugkyn"; -$a->strings["Transsexual"] = "Kynskiptingur"; -$a->strings["Hermaphrodite"] = "Tvíkynja"; -$a->strings["Neuter"] = "Hvorukyn"; -$a->strings["Non-specific"] = "Ekki ákveðið"; -$a->strings["Other"] = "Annað"; -$a->strings["Undecided"] = [ - 0 => "Óviss", - 1 => "Óvissir", -]; -$a->strings["Males"] = "Karlar"; -$a->strings["Females"] = "Konur"; -$a->strings["Gay"] = "Hommi"; -$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úð"; -$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["Welcome "] = "Velkomin(n)"; +$a->strings["Please upload a profile photo."] = "Gerðu svo vel að hlaða inn forsíðumynd."; +$a->strings["Welcome back "] = "Velkomin(n) aftur"; +$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = ""; $a->strings["Cannot locate DNS info for database server '%s'"] = "Get ekki flett upp DNS upplýsingum fyrir gagnagrunnsþjón '%s'"; -$a->strings["Logged out."] = "Skráður út."; -$a->strings["Login failed."] = "Innskráning mistókst."; -$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:"] = "Villumeldingin var:"; -$a->strings["A deleted group with this name was revived. Existing item permissions may 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 geta mögulega 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["Groups"] = "Hópar"; -$a->strings["Edit groups"] = "Breyta hópum"; -$a->strings["Edit group"] = "Breyta hóp"; -$a->strings["Create a new group"] = "Stofna nýjan hóp"; -$a->strings["Group Name: "] = "Nafn hóps: "; -$a->strings["Contacts not in any group"] = "Tengiliðir ekki í neinum hópum"; -$a->strings["add"] = "bæta við"; -$a->strings["Unknown | Not categorised"] = "Óþekkt | Ekki flokkað"; -$a->strings["Block immediately"] = "Banna samstundis"; -$a->strings["Shady, spammer, self-marketer"] = "Grunsamlegur, ruslsendari, auglýsandi"; -$a->strings["Known to me, but no opinion"] = "Ég þekki þetta, en hef ekki skoðun á"; -$a->strings["OK, probably harmless"] = "Í lagi, væntanlega meinlaus"; -$a->strings["Reputable, has my trust"] = "Gott orðspor, ég treysti þessu"; -$a->strings["Frequently"] = "Oft"; -$a->strings["Hourly"] = "Klukkustundar fresti"; -$a->strings["Twice daily"] = "Tvisvar á dag"; -$a->strings["Daily"] = "Daglega"; -$a->strings["Weekly"] = "Vikulega"; -$a->strings["Monthly"] = "Mánaðarlega"; -$a->strings["Friendica"] = "Friendica"; -$a->strings["OStatus"] = "OStatus"; -$a->strings["RSS/Atom"] = "RSS/Atom"; -$a->strings["Email"] = "Póstfang"; -$a->strings["Diaspora"] = "Diaspora"; -$a->strings["Facebook"] = "Facebook"; -$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"] = "Diaspora tenging"; -$a->strings["GNU Social"] = "GNU Social"; -$a->strings["App.net"] = "App.net"; -$a->strings["Hubzilla/Redmatrix"] = "Hubzilla/Redmatrix"; -$a->strings["Post to Email"] = "Senda skilaboð á tölvupóst"; -$a->strings["Connectors disabled, since \"%s\" is enabled."] = ""; -$a->strings["Hide your profile details from unknown viewers?"] = "Fela forsíðuupplýsingar fyrir óþekktum?"; -$a->strings["Visible to everybody"] = "Sjáanlegt öllum"; -$a->strings["show"] = "sýna"; -$a->strings["don't show"] = "fela"; -$a->strings["CC: email addresses"] = "CC: tölvupóstfang"; -$a->strings["Example: bob@example.com, mary@example.com"] = "Dæmi: bibbi@vefur.is, mgga@vefur.is"; -$a->strings["Permissions"] = "Aðgangsheimildir"; -$a->strings["Close"] = "Loka"; -$a->strings["photo"] = "mynd"; -$a->strings["status"] = "staða"; -$a->strings["event"] = "atburður"; -$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s líkar við %3\$s hjá %2\$s "; -$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s líkar ekki við %3\$s hjá %2\$s "; -$a->strings["%1\$s is attending %2\$s's %3\$s"] = ""; -$a->strings["%1\$s is not attending %2\$s's %3\$s"] = ""; -$a->strings["%1\$s may attend %2\$s's %3\$s"] = ""; -$a->strings["[no subject]"] = "[ekkert efni]"; -$a->strings["Wall Photos"] = "Veggmyndir"; -$a->strings["Click here to upgrade."] = "Smelltu hér til að uppfæra."; -$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["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"] = [ +$a->strings["Daily posting limit of %d post reached. The post was rejected."] = [ 0 => "", 1 => "", ]; -$a->strings["Done. You can now login with your username and password"] = ""; -$a->strings["Miscellaneous"] = "Ýmislegt"; -$a->strings["Birthday:"] = "Afmælisdagur:"; -$a->strings["Age: "] = "Aldur: "; -$a->strings["YYYY-MM-DD or MM-DD"] = "ÁÁÁÁ-MM-DD eða MM-DD"; -$a->strings["never"] = "aldrei"; -$a->strings["less than a second ago"] = "fyrir minna en sekúndu"; -$a->strings["year"] = "ár"; -$a->strings["years"] = "ár"; -$a->strings["month"] = "mánuður"; -$a->strings["months"] = "mánuðir"; -$a->strings["week"] = "vika"; -$a->strings["weeks"] = "vikur"; -$a->strings["day"] = "dagur"; -$a->strings["days"] = "dagar"; -$a->strings["hour"] = "klukkustund"; -$a->strings["hours"] = "klukkustundir"; -$a->strings["minute"] = "mínúta"; -$a->strings["minutes"] = "mínútur"; -$a->strings["second"] = "sekúnda"; -$a->strings["seconds"] = "sekúndur"; -$a->strings["%1\$d %2\$s ago"] = "Fyrir %1\$d %2\$s síðan"; -$a->strings["%s's birthday"] = "Afmælisdagur %s"; -$a->strings["Happy Birthday %s"] = "Til hamingju með afmælið %s"; +$a->strings["Weekly posting limit of %d post reached. The post was rejected."] = [ + 0 => "", + 1 => "", +]; +$a->strings["Monthly posting limit of %d post reached. The post was rejected."] = ""; +$a->strings["Profile Photos"] = "Forsíðumyndir"; $a->strings["Friendica Notification"] = "Friendica tilkynning"; $a->strings["Thank You,"] = "Takk fyrir,"; $a->strings["%s Administrator"] = "Kerfisstjóri %s"; $a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s kerfisstjóri"; $a->strings["noreply"] = "ekki svara"; -$a->strings["%s "] = "%s "; $a->strings["[Friendica:Notify] New mail received at %s"] = ""; $a->strings["%1\$s sent you a new private message at %2\$s."] = ""; -$a->strings["%1\$s sent you %2\$s."] = "%1\$s sendi þér %2\$s."; $a->strings["a private message"] = "einkaskilaboð"; +$a->strings["%1\$s sent you %2\$s."] = "%1\$s sendi þér %2\$s."; $a->strings["Please visit %s to view and/or reply to your private messages."] = "Farðu á %s til að skoða og/eða svara einkaskilaboðunum þínum."; $a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = ""; $a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = ""; @@ -249,7 +71,7 @@ $a->strings["'%1\$s' has accepted your connection request at %2\$s"] = ""; $a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = ""; $a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = ""; $a->strings["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' has chosen to accept you a fan, which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."] = ""; $a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = ""; $a->strings["Please visit %s if you wish to make any changes to this relationship."] = ""; $a->strings["[Friendica System:Notify] registration request"] = "[Friendica System:Notify] beiðni um skráningu"; @@ -257,176 +79,23 @@ $a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "" $a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = ""; $a->strings["Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s)"] = ""; $a->strings["Please visit %s to approve or reject the request."] = "Farðu á %s til að samþykkja eða hunsa þessa beiðni."; -$a->strings["l F d, Y \\@ g:i A"] = ""; -$a->strings["Starts:"] = "Byrjar:"; -$a->strings["Finishes:"] = "Endar:"; -$a->strings["Location:"] = "Staðsetning:"; -$a->strings["Sun"] = "Sun"; -$a->strings["Mon"] = "Mán"; -$a->strings["Tue"] = "Þri"; -$a->strings["Wed"] = "Mið"; -$a->strings["Thu"] = "Fim"; -$a->strings["Fri"] = "Fös"; -$a->strings["Sat"] = "Lau"; -$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["Jan"] = "Jan"; -$a->strings["Feb"] = "Feb"; -$a->strings["Mar"] = "Mar"; -$a->strings["Apr"] = "Apr"; -$a->strings["May"] = "Maí"; -$a->strings["Jun"] = "Jún"; -$a->strings["Jul"] = "Júl"; -$a->strings["Aug"] = "Ágú"; -$a->strings["Sept"] = "Sept"; -$a->strings["Oct"] = "Okt"; -$a->strings["Nov"] = "Nóv"; -$a->strings["Dec"] = "Des"; -$a->strings["January"] = "Janúar"; -$a->strings["February"] = "Febrúar"; -$a->strings["March"] = "Mars"; -$a->strings["April"] = "Apríl"; -$a->strings["June"] = "Júní"; -$a->strings["July"] = "Júlí"; -$a->strings["August"] = "Ágúst"; -$a->strings["September"] = "September"; -$a->strings["October"] = "Október"; -$a->strings["November"] = "Nóvember"; -$a->strings["December"] = "Desember"; -$a->strings["today"] = "í dag"; -$a->strings["all-day"] = ""; -$a->strings["No events to display"] = ""; -$a->strings["l, F j"] = ""; -$a->strings["Edit event"] = "Breyta atburð"; -$a->strings["link to source"] = "slóð á heimild"; -$a->strings["Export"] = "Flytja út"; -$a->strings["Export calendar as ical"] = "Flytja dagatal út sem ICAL"; -$a->strings["Export calendar as csv"] = "Flytja dagatal út sem CSV"; -$a->strings["Nothing new here"] = "Ekkert nýtt hér"; -$a->strings["Clear notifications"] = "Hreinsa tilkynningar"; -$a->strings["@name, !forum, #tags, content"] = "@nafn, !spjallsvæði, #merki, innihald"; -$a->strings["Logout"] = "Útskrá"; -$a->strings["End this session"] = "Loka þessu innliti"; -$a->strings["Status"] = "Staða"; -$a->strings["Your posts and conversations"] = "Samtölin þín"; -$a->strings["Profile"] = "Forsíða"; -$a->strings["Your profile page"] = "Forsíðan þín"; -$a->strings["Photos"] = "Myndir"; -$a->strings["Your photos"] = "Myndirnar þínar"; -$a->strings["Videos"] = "Myndskeið"; -$a->strings["Your videos"] = "Myndskeiðin þín"; -$a->strings["Events"] = "Atburðir"; -$a->strings["Your events"] = "Atburðirnir þínir"; -$a->strings["Personal notes"] = "Einkaglósur"; -$a->strings["Your personal notes"] = "Einkaglósurnar þínar"; -$a->strings["Login"] = "Innskrá"; -$a->strings["Sign in"] = "Innskrá"; -$a->strings["Home"] = "Heim"; -$a->strings["Home Page"] = "Heimasíða"; -$a->strings["Register"] = "Nýskrá"; -$a->strings["Create an account"] = "Stofna notanda"; -$a->strings["Help"] = "Hjálp"; -$a->strings["Help and documentation"] = "Hjálp og leiðbeiningar"; -$a->strings["Apps"] = "Forrit"; -$a->strings["Addon applications, utilities, games"] = "Viðbótarforrit, nytjatól, leikir"; -$a->strings["Search"] = "Leita"; -$a->strings["Search site content"] = "Leita í efni á vef"; -$a->strings["Full Text"] = "Allur textinn"; -$a->strings["Tags"] = "Merki"; -$a->strings["Contacts"] = "Tengiliðir"; -$a->strings["Community"] = "Samfélag"; -$a->strings["Conversations on this site"] = "Samtöl á þessum vef"; -$a->strings["Conversations on the network"] = "Samtöl á þessu neti"; -$a->strings["Events and Calendar"] = "Atburðir og dagskrá"; -$a->strings["Directory"] = "Tengiliðalisti"; -$a->strings["People directory"] = "Nafnaskrá"; -$a->strings["Information"] = "Upplýsingar"; -$a->strings["Information about this friendica instance"] = "Upplýsingar um þetta tilvik Friendica"; -$a->strings["Network"] = "Samfélag"; -$a->strings["Conversations from your friends"] = "Samtöl frá vinum"; -$a->strings["Network Reset"] = "Núllstilling netkerfis"; -$a->strings["Load Network page with no filters"] = ""; -$a->strings["Introductions"] = "Kynningar"; -$a->strings["Friend Requests"] = "Vinabeiðnir"; -$a->strings["Notifications"] = "Tilkynningar"; -$a->strings["See all notifications"] = "Sjá allar tilkynningar"; -$a->strings["Mark as seen"] = "Merka sem séð"; -$a->strings["Mark all system notifications seen"] = "Merkja allar tilkynningar sem séðar"; -$a->strings["Messages"] = "Skilaboð"; -$a->strings["Private mail"] = "Einka skilaboð"; -$a->strings["Inbox"] = "Innhólf"; -$a->strings["Outbox"] = "Úthólf"; -$a->strings["New Message"] = "Ný skilaboð"; -$a->strings["Manage"] = "Umsýsla"; -$a->strings["Manage other pages"] = "Sýsla með aðrar síður"; -$a->strings["Delegations"] = ""; -$a->strings["Delegate Page Management"] = ""; -$a->strings["Settings"] = "Stillingar"; -$a->strings["Account settings"] = "Stillingar aðgangsreiknings"; -$a->strings["Profiles"] = "Forsíður"; -$a->strings["Manage/Edit Profiles"] = "Sýsla með forsíður"; -$a->strings["Manage/edit friends and contacts"] = "Sýsla með vini og tengiliði"; -$a->strings["Admin"] = "Stjórnborð"; -$a->strings["Site setup and configuration"] = "Uppsetning og stillingar vefsvæðis"; -$a->strings["Navigation"] = "Yfirsýn"; -$a->strings["Site map"] = "Yfirlit um vefsvæði"; -$a->strings["Contact Photos"] = "Myndir tengiliðs"; -$a->strings["Welcome "] = "Velkomin(n)"; -$a->strings["Please upload a profile photo."] = "Gerðu svo vel að hlaða inn forsíðumynd."; -$a->strings["Welcome back "] = "Velkomin(n) aftur"; -$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = ""; -$a->strings["System"] = "Kerfi"; -$a->strings["Personal"] = "Einka"; -$a->strings["%s commented on %s's post"] = "%s athugasemd við %s's færslu"; -$a->strings["%s created a new post"] = "%s bjó til færslu"; -$a->strings["%s liked %s's post"] = "%s líkaði færsla hjá %s"; -$a->strings["%s disliked %s's post"] = "%s mislíkaði færsla hjá %s"; -$a->strings["%s is attending %s's event"] = ""; -$a->strings["%s is not attending %s's event"] = ""; -$a->strings["%s may attend %s's event"] = ""; -$a->strings["%s is now friends with %s"] = "%s er nú vinur %s"; -$a->strings["Friend Suggestion"] = "Vina tillaga"; -$a->strings["Friend/Connect Request"] = "Vinabeiðni/Tengibeiðni"; -$a->strings["New Follower"] = "Nýr fylgjandi"; -$a->strings["\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["(no subject)"] = "(ekkert efni)"; -$a->strings["Sharing notification from Diaspora network"] = "Tilkynning um að einhver deildi atriði á Diaspora netinu"; -$a->strings["Attachments:"] = "Viðhengi:"; -$a->strings["view full size"] = "Skoða í fullri stærð"; -$a->strings["View Profile"] = "Skoða forsíðu"; -$a->strings["View Status"] = "Skoða stöðu"; -$a->strings["View Photos"] = "Skoða myndir"; -$a->strings["Network Posts"] = ""; -$a->strings["View Contact"] = ""; -$a->strings["Drop Contact"] = "Henda tengilið"; -$a->strings["Send PM"] = "Senda einkaboð"; -$a->strings["Poke"] = "Pota"; -$a->strings["Organisation"] = ""; -$a->strings["News"] = ""; -$a->strings["Forum"] = "Spjallsvæði"; -$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["Image/photo"] = "Mynd"; -$a->strings["%2\$s %3\$s"] = "%2\$s %3\$s"; -$a->strings["$1 wrote:"] = "$1 skrifaði:"; -$a->strings["Encrypted content"] = "Dulritað efni"; -$a->strings["Invalid source protocol"] = ""; -$a->strings["Invalid link protocol"] = ""; +$a->strings["Item not found."] = "Atriði fannst ekki."; +$a->strings["Do you really want to delete this item?"] = "Viltu í alvörunni eyða þessu atriði?"; +$a->strings["Yes"] = "Já"; +$a->strings["Cancel"] = "Hætta við"; +$a->strings["Permission denied."] = "Heimild ekki veitt."; +$a->strings["Archives"] = "Safnskrár"; +$a->strings["show more"] = "birta meira"; +$a->strings["event"] = "atburður"; +$a->strings["status"] = "staða"; +$a->strings["photo"] = "mynd"; +$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s líkar við %3\$s hjá %2\$s "; +$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s líkar ekki við %3\$s hjá %2\$s "; $a->strings["%1\$s attends %2\$s's %3\$s"] = ""; $a->strings["%1\$s doesn't attend %2\$s's %3\$s"] = ""; $a->strings["%1\$s attends maybe %2\$s's %3\$s"] = ""; $a->strings["%1\$s is now friends with %2\$s"] = "Núna er %1\$s vinur %2\$s"; $a->strings["%1\$s poked %2\$s"] = "%1\$s potaði í %2\$s"; -$a->strings["%1\$s is currently %2\$s"] = ""; $a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s merkti %2\$s's %3\$s með %4\$s"; $a->strings["post/item"] = ""; $a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = ""; @@ -449,13 +118,21 @@ $a->strings["Please wait"] = "Hinkraðu aðeins"; $a->strings["remove"] = "fjarlægja"; $a->strings["Delete Selected Items"] = "Eyða völdum færslum"; $a->strings["Follow Thread"] = "Fylgja þræði"; +$a->strings["View Status"] = "Skoða stöðu"; +$a->strings["View Profile"] = "Skoða forsíðu"; +$a->strings["View Photos"] = "Skoða myndir"; +$a->strings["Network Posts"] = ""; +$a->strings["View Contact"] = "Skoða tengilið"; +$a->strings["Send PM"] = "Senda einkaboð"; +$a->strings["Poke"] = "Pota"; +$a->strings["Connect/Follow"] = "Tengjast/fylgja"; $a->strings["%s likes this."] = "%s líkar þetta."; $a->strings["%s doesn't like this."] = "%s mislíkar þetta."; $a->strings["%s attends."] = "%s mætir."; $a->strings["%s doesn't attend."] = "%s mætir ekki."; $a->strings["%s attends maybe."] = "%s mætir kannski."; $a->strings["and"] = "og"; -$a->strings[", and %d other people"] = ", og %d öðrum"; +$a->strings["and %d other people"] = ""; $a->strings["%2\$d people like this"] = ""; $a->strings["%s like this."] = ""; $a->strings["%2\$d people don't like this"] = ""; @@ -465,7 +142,7 @@ $a->strings["%s attend."] = ""; $a->strings["%2\$d people don't attend"] = ""; $a->strings["%s don't attend."] = ""; $a->strings["%2\$d people attend maybe"] = ""; -$a->strings["%s anttend maybe."] = ""; +$a->strings["%s attend maybe."] = ""; $a->strings["Visible to everybody"] = "Sjáanlegt öllum"; $a->strings["Please enter a link URL:"] = "Sláðu inn slóð:"; $a->strings["Please enter a video link/URL:"] = "Settu inn slóð á myndskeið:"; @@ -474,6 +151,7 @@ $a->strings["Tag term:"] = "Merka með:"; $a->strings["Save to Folder:"] = "Vista í möppu:"; $a->strings["Where are you right now?"] = "Hvar ert þú núna?"; $a->strings["Delete item(s)?"] = "Eyða atriði/atriðum?"; +$a->strings["New Post"] = "Ný færsla"; $a->strings["Share"] = "Deila"; $a->strings["Upload photo"] = "Hlaða upp mynd"; $a->strings["upload photo"] = "Hlaða upp mynd"; @@ -495,7 +173,6 @@ $a->strings["Permission settings"] = "Stillingar aðgangsheimilda"; $a->strings["permissions"] = "aðgangsstýring"; $a->strings["Public post"] = "Opinber færsla"; $a->strings["Preview"] = "Forskoðun"; -$a->strings["Cancel"] = "Hætta við"; $a->strings["Post to Groups"] = "Senda á hópa"; $a->strings["Post to Contacts"] = "Senda á tengiliði"; $a->strings["Private post"] = "Einkafærsla"; @@ -514,140 +191,16 @@ $a->strings["Not Attending"] = [ 0 => "Mæti ekki", 1 => "Mæta ekki", ]; -$a->strings["%s\\'s birthday"] = "Afmælisdagur %s"; -$a->strings["General Features"] = "Almennir eiginleikar"; -$a->strings["Multiple Profiles"] = ""; -$a->strings["Ability to create multiple profiles"] = ""; -$a->strings["Photo Location"] = "Staðsetning ljósmyndar"; -$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = ""; -$a->strings["Export Public Calendar"] = "Flytja út opinbert dagatal"; -$a->strings["Ability for visitors to download the public calendar"] = ""; -$a->strings["Post Composition Features"] = ""; -$a->strings["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 forum page is selected/deselected in ACL window."] = ""; -$a->strings["Network Sidebar Widgets"] = ""; -$a->strings["Search by Date"] = "Leita eftir dagsetningu"; -$a->strings["Ability to select posts by date ranges"] = ""; -$a->strings["List Forums"] = "Spjallsvæðalistar"; -$a->strings["Enable widget to display the forums your are connected with"] = ""; -$a->strings["Group Filter"] = ""; -$a->strings["Enable widget to display Network posts only from selected group"] = ""; -$a->strings["Network Filter"] = ""; -$a->strings["Enable widget to display Network posts only from selected network"] = ""; -$a->strings["Saved Searches"] = "Vistaðar leitir"; -$a->strings["Save search terms for re-use"] = ""; -$a->strings["Network Tabs"] = ""; -$a->strings["Network Personal Tab"] = ""; -$a->strings["Enable tab to display only Network posts that you've interacted on"] = ""; -$a->strings["Network New Tab"] = ""; -$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = ""; -$a->strings["Network Shared Links Tab"] = ""; -$a->strings["Enable tab to display only Network posts with links in them"] = ""; -$a->strings["Post/Comment Tools"] = ""; -$a->strings["Multiple Deletion"] = ""; -$a->strings["Select and delete multiple posts/comments at once"] = ""; -$a->strings["Edit Sent Posts"] = ""; -$a->strings["Edit and correct posts and comments after sending"] = ""; -$a->strings["Tagging"] = ""; -$a->strings["Ability to tag existing posts"] = ""; -$a->strings["Post Categories"] = ""; -$a->strings["Add categories to your posts"] = ""; -$a->strings["Ability to file posts under folders"] = ""; -$a->strings["Dislike Posts"] = ""; -$a->strings["Ability to dislike posts/comments"] = ""; -$a->strings["Star Posts"] = ""; -$a->strings["Ability to mark special posts with a star indicator"] = ""; -$a->strings["Mute Post Notifications"] = ""; -$a->strings["Ability to mute notifications for a thread"] = ""; -$a->strings["Advanced Profile Settings"] = ""; -$a->strings["Show visitors public community forums at the Advanced Profile Page"] = ""; -$a->strings["Disallowed profile URL."] = "Óleyfileg forsíðu slóð."; -$a->strings["Connect URL missing."] = "Tengislóð 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."] = "Engir samhæfðir samskiptastaðlar né fréttastraumar fundust."; -$a->strings["The profile address specified does not provide adequate information."] = "Uppgefin forsíðuslóð inniheldur ekki nægilegar upplýsingar."; -$a->strings["An author or name was not found."] = "Höfundur eða nafn fannst ekki."; -$a->strings["No browser URL could be matched to this address."] = "Engin vefslóð passaði við þetta vistfang."; -$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = ""; -$a->strings["Use mailto: in front of address to force email check."] = ""; -$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "Þessi forsíðu slóð tilheyrir neti sem er bannað á þessum vef."; -$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Takmörkuð forsíða. Þessi tengiliður mun ekki getað tekið á móti beinum/einka tilkynningum frá þér."; -$a->strings["Unable to retrieve contact information."] = "Ekki hægt að sækja tengiliðs upplýsingar."; -$a->strings["Requested account is not available."] = "Umbeðin forsíða er ekki til."; -$a->strings["Requested profile is not available."] = "Umbeðin forsíða ekki til."; -$a->strings["Edit profile"] = "Breyta forsíðu"; -$a->strings["Atom feed"] = "Atom fréttaveita"; -$a->strings["Manage/edit profiles"] = "Sýsla með forsíður"; -$a->strings["Change profile photo"] = "Breyta forsíðumynd"; -$a->strings["Create New Profile"] = "Stofna nýja forsíðu"; -$a->strings["Profile Image"] = "Forsíðumynd"; -$a->strings["visible to everybody"] = "sýnilegt öllum"; -$a->strings["Edit visibility"] = "Sýsla með sýnileika"; -$a->strings["Gender:"] = "Kyn:"; -$a->strings["Status:"] = "Staða:"; -$a->strings["Homepage:"] = "Heimasíða:"; -$a->strings["About:"] = "Um:"; -$a->strings["XMPP:"] = ""; -$a->strings["Network:"] = "Netkerfi:"; -$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["Full Name:"] = "Fullt nafn:"; -$a->strings["j F, Y"] = ""; -$a->strings["j F"] = ""; -$a->strings["Age:"] = "Aldur:"; -$a->strings["for %1\$d %2\$s"] = ""; -$a->strings["Sexual Preference:"] = "Kynhneigð:"; -$a->strings["Hometown:"] = "Heimabær:"; -$a->strings["Tags:"] = "Merki:"; -$a->strings["Political Views:"] = "Stórnmálaskoðanir:"; -$a->strings["Religion:"] = "Trúarskoðanir:"; -$a->strings["Hobbies/Interests:"] = "Áhugamál/Áhugasvið:"; -$a->strings["Likes:"] = "Líkar:"; -$a->strings["Dislikes:"] = "Mislíkar:"; -$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["Forums:"] = "Spjallsvæði:"; -$a->strings["Basic"] = "Einfalt"; -$a->strings["Advanced"] = "Flóknari"; -$a->strings["Status Messages and Posts"] = "Stöðu skilaboð og færslur"; -$a->strings["Profile Details"] = "Forsíðu upplýsingar"; -$a->strings["Photo Albums"] = "Myndabækur"; -$a->strings["Personal Notes"] = "Persónulegar glósur"; -$a->strings["Only You Can See This"] = "Aðeins þú sérð þetta"; -$a->strings["[Name Withheld]"] = "[Nafn ekki sýnt]"; -$a->strings["Item not found."] = "Atriði fannst ekki."; -$a->strings["Do you really want to delete this item?"] = "Viltu í alvörunni eyða þessu atriði?"; -$a->strings["Yes"] = "Já"; -$a->strings["Permission denied."] = "Heimild ekki veitt."; -$a->strings["Archives"] = "Safnskrár"; -$a->strings["Embedded content"] = "Innbyggt efni"; -$a->strings["Embedding disabled"] = "Innfelling ekki leyfð"; -$a->strings["%s is now following %s."] = ""; -$a->strings["following"] = "fylgist með"; -$a->strings["%s stopped following %s."] = ""; -$a->strings["stopped following"] = "hætt að fylgja"; +$a->strings["Undecided"] = [ + 0 => "Óviss", + 1 => "Óvissir", +]; $a->strings["newer"] = "nýrri"; $a->strings["older"] = "eldri"; -$a->strings["prev"] = "á undan"; $a->strings["first"] = "fremsta"; -$a->strings["last"] = "síðasta"; +$a->strings["prev"] = "á undan"; $a->strings["next"] = "næsta"; +$a->strings["last"] = "síðasta"; $a->strings["Loading more entries..."] = "Hleð inn fleiri færslum..."; $a->strings["The end"] = "Endir"; $a->strings["No contacts"] = "Engir tengiliðir"; @@ -657,305 +210,91 @@ $a->strings["%d Contact"] = [ ]; $a->strings["View Contacts"] = "Skoða tengiliði"; $a->strings["Save"] = "Vista"; +$a->strings["Follow"] = "Fylgja"; +$a->strings["Search"] = "Leita"; +$a->strings["@name, !forum, #tags, content"] = "@nafn, !spjallsvæði, #merki, innihald"; +$a->strings["Full Text"] = "Allur textinn"; +$a->strings["Tags"] = "Merki"; +$a->strings["Contacts"] = "Tengiliðir"; +$a->strings["Forums"] = "Spjallsvæði"; $a->strings["poke"] = "pota"; $a->strings["poked"] = "potaði"; -$a->strings["ping"] = ""; +$a->strings["ping"] = "ping"; $a->strings["pinged"] = ""; $a->strings["prod"] = ""; $a->strings["prodded"] = ""; $a->strings["slap"] = ""; $a->strings["slapped"] = ""; -$a->strings["finger"] = ""; +$a->strings["finger"] = "fingur"; $a->strings["fingered"] = ""; $a->strings["rebuff"] = ""; $a->strings["rebuffed"] = ""; -$a->strings["happy"] = ""; -$a->strings["sad"] = ""; -$a->strings["mellow"] = ""; -$a->strings["tired"] = ""; -$a->strings["perky"] = ""; -$a->strings["angry"] = ""; -$a->strings["stupified"] = ""; -$a->strings["puzzled"] = ""; -$a->strings["interested"] = ""; -$a->strings["bitter"] = ""; -$a->strings["cheerful"] = ""; -$a->strings["alive"] = ""; -$a->strings["annoyed"] = ""; -$a->strings["anxious"] = ""; -$a->strings["cranky"] = ""; -$a->strings["disturbed"] = ""; -$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"; +$a->strings["April"] = "Apríl"; +$a->strings["May"] = "Maí"; +$a->strings["June"] = "Júní"; +$a->strings["July"] = "Júlí"; +$a->strings["August"] = "Ágúst"; +$a->strings["September"] = "September"; +$a->strings["October"] = "Október"; +$a->strings["November"] = "Nóvember"; +$a->strings["December"] = "Desember"; +$a->strings["Mon"] = "Mán"; +$a->strings["Tue"] = "Þri"; +$a->strings["Wed"] = "Mið"; +$a->strings["Thu"] = "Fim"; +$a->strings["Fri"] = "Fös"; +$a->strings["Sat"] = "Lau"; +$a->strings["Sun"] = "Sun"; +$a->strings["Jan"] = "Jan"; +$a->strings["Feb"] = "Feb"; +$a->strings["Mar"] = "Mar"; +$a->strings["Apr"] = "Apr"; +$a->strings["Jul"] = "Júl"; +$a->strings["Aug"] = "Ágú"; +$a->strings["Sep"] = "sep"; +$a->strings["Oct"] = "Okt"; +$a->strings["Nov"] = "Nóv"; +$a->strings["Dec"] = "Des"; +$a->strings["Content warning: %s"] = "Viðvörun vegna innihalds: %s"; $a->strings["View Video"] = "Skoða myndskeið"; $a->strings["bytes"] = "bæti"; -$a->strings["Click to open/close"] = ""; -$a->strings["View on separate page"] = ""; -$a->strings["view on separate page"] = ""; +$a->strings["Click to open/close"] = "Smelltu til að opna/loka"; +$a->strings["View on separate page"] = "Skoða á sérstakri síðu"; +$a->strings["view on separate page"] = "skoða á sérstakri síðu"; +$a->strings["link to source"] = "slóð á heimild"; $a->strings["activity"] = "virkni"; $a->strings["comment"] = [ 0 => "athugasemd", 1 => "athugasemdir", ]; -$a->strings["post"] = ""; -$a->strings["Item filed"] = ""; -$a->strings["Passwords do not match. Password unchanged."] = "Aðgangsorð ber ekki saman. Aðgangsorð óbreytt."; -$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."] = "Settu inn umbeðnar upplýsingar."; -$a->strings["Please use a shorter name."] = "Notaðu 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 \"_\"."] = "Gælunafnið má bara innihalda \"a-z\", \"0-9, \"-\", \"_\"."; -$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."] = "Gælunafn hefur áður skráð hér og er ekki hægt að endurnýta. Veldu eitthvað annað."; -$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "VERULEGA ALVARLEG VILLA: Stofnun á öryggislyklum tókst ekki."; -$a->strings["An error occurred during registration. Please try again."] = "Villa kom upp við nýskráningu. Reyndu aftur."; -$a->strings["default"] = "sjálfgefið"; -$a->strings["An error occurred creating your default profile. Please try again."] = "Villa kom upp við að stofna sjálfgefna forsíðu. Vinnsamlegast reyndu aftur."; -$a->strings["Profile Photos"] = "Forsíðumyndir"; -$a->strings["\n\t\tDear %1\$s,\n\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\t"] = ""; -$a->strings["Registration at %s"] = ""; -$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["Registration details for %s"] = "Nýskráningar upplýsingar fyrir %s"; -$a->strings["Post successful."] = "Melding tókst."; -$a->strings["Access denied."] = "Aðgangi hafnað."; -$a->strings["Welcome to %s"] = "Velkomin í %s"; -$a->strings["No more system notifications."] = "Ekki fleiri kerfistilkynningar."; -$a->strings["System Notifications"] = "Kerfistilkynningar"; -$a->strings["Remove term"] = "Fjarlæga gildi"; -$a->strings["Public access denied."] = "Alemennings aðgangur ekki veittur."; -$a->strings["Only logged in users are permitted to perform a search."] = "Aðeins innskráðir notendur geta framkvæmt leit."; -$a->strings["Too Many Requests"] = "Of margar beiðnir"; -$a->strings["Only one search per minute is permitted for not logged in users."] = "Notendur sem ekki eru innskráðir geta aðeins framkvæmt eina leit á mínútu."; -$a->strings["No results."] = "Engar leitarniðurstöður."; -$a->strings["Items tagged with: %s"] = "Atriði merkt með: %s"; -$a->strings["Results for: %s"] = "Niðurstöður fyrir: %s"; -$a->strings["This is Friendica, version"] = "Þetta er Friendica útgáfa"; -$a->strings["running at web location"] = "Keyrir á slóð"; -$a->strings["Please visit Friendica.com to learn more about the Friendica project."] = "Á Friendica.com 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["the bugtracker at github"] = "villuskráningu á GitHub"; -$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Uppástungur, lof, framlög og svo framvegis - sendið tölvupóst á \"Info\" hjá Friendica - punktur com"; -$a->strings["Installed plugins/addons/apps:"] = "Uppsettar kerfiseiningar/viðbætur/forrit:"; -$a->strings["No installed plugins/addons/apps"] = "Engin uppsett kerfiseining/viðbót/forrit"; -$a->strings["No valid account found."] = "Engin gildur aðgangur fannst."; -$a->strings["Password reset request issued. Check your email."] = "Gefin var beiðni um breytingu á lykilorði. Opnaðu tölvupóstinn þinn."; -$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email.\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"] = "Beðið var um endurstillingu lykilorðs %s"; -$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Ekki var hægt að sannreyna beiðni. (Það getur verið að þú hafir þegar verið búin/n að senda hana.) Endurstilling á lykilorð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 síðan hér til að skrá þig inn"; -$a->strings["Your password may be changed from the Settings page after successful login."] = "Þú getur breytt aðgangsorðinu þínu á Stillingar 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["No profile"] = "Engin forsíða"; -$a->strings["Help:"] = "Hjálp:"; -$a->strings["Not Found"] = "Fannst ekki"; -$a->strings["Page not found."] = "Síða fannst ekki."; -$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["OpenID protocol error. No ID returned."] = "Samskiptavilla í OpenID. Ekkert auðkenni barst."; -$a->strings["Account not found and OpenID registration is not permitted on this site."] = ""; -$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Þessi vefur hefur náð hámarks fjölda daglegra nýskráninga. Reyndu aftur á morgun."; -$a->strings["Import"] = "Flytja inn"; -$a->strings["Move account"] = "Flytja aðgang"; -$a->strings["You can import an account from another Friendica server."] = ""; -$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = ""; -$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = ""; -$a->strings["Account file"] = ""; -$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = ""; -$a->strings["Visit %s's profile [%s]"] = "Heimsækja forsíðu %s [%s]"; -$a->strings["Edit contact"] = "Breyta tengilið"; -$a->strings["Contacts who are not members of a group"] = ""; -$a->strings["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["Export personal data"] = "Sækja persónuleg gögn"; -$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."] = [ - 0 => "%d skilaboð send.", - 1 => "%d skilaboð send", -]; -$a->strings["You have no more invitations available"] = "Þú hefur ekki fleiri boðskort."; -$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = ""; -$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = ""; -$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = ""; -$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = ""; -$a->strings["Send invitations"] = "Senda kynningar"; -$a->strings["Enter email addresses, one per line:"] = "Póstföng, eitt í hverja línu:"; -$a->strings["Your message:"] = "Skilaboðin:"; -$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = ""; -$a->strings["You will need to supply this invitation code: \$invite_code"] = "Þú þarft að nota eftirfarandi boðskorta auðkenni: \$invite_code"; -$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Þegar þú hefur nýskráð þig, hafðu samband við mig gegnum síðuna mína á:"; -$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = ""; -$a->strings["Submit"] = "Senda inn"; -$a->strings["Files"] = "Skrár"; -$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["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["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["Resubscribing to OStatus contacts"] = ""; -$a->strings["Error"] = ""; -$a->strings["Done"] = "Lokið"; -$a->strings["Keep this window open until done."] = ""; -$a->strings["No potential page delegates located."] = "Engir mögulegir viðtakendur síðunnar fundust."; -$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["Credits"] = ""; -$a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = ""; -$a->strings["- select -"] = "- veldu -"; -$a->strings["%1\$s is following %2\$s's %3\$s"] = ""; -$a->strings["Item not available."] = "Atriði ekki í boði."; -$a->strings["Item was not found."] = "Atriði fannst ekki"; -$a->strings["You must be logged in to use addons. "] = "Þú verður að vera skráður inn til að geta notað viðbætur. "; -$a->strings["Applications"] = "Forrit"; -$a->strings["No installed applications."] = "Engin uppsett forrit"; -$a->strings["Not Extended"] = ""; -$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 Quick Start 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 Settings 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 gagnaleyndarstillingar. Óútgefin forsíða er einsog óskráð símanúmer. Sem þýðir að líklega viltu gefa út forsíðuna þína - nema að allir vinir þínir og tilvonandi vinir viti 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 default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Breyttu sjálfgefnu 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 áhugamálum þínum. Þá er hægt að fólk með svipuð áhugamál og stinga uppá vinskap."; -$a->strings["Connecting"] = "Tengist"; -$a->strings["Importing Emails"] = ""; -$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "Fylltu út aðgangsupplýsingar póstfangsins þíns á Tengistillingasíðunni ef þú vilt sækja tölvupóst og eiga samskipti við vini eða póstlista úr innhólfi tölvupóstsins þíns"; -$a->strings["Go to Your Contacts Page"] = ""; -$a->strings["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 Add New Contact dialog."] = "Tengiliðasíðan er gáttin þín til að sýsla með vinasambönd og tengjast við vini á öðrum netum. Oftast setur þú vistfang eða slóð þeirra í Bæta við tengilið glugganum."; -$a->strings["Go to Your Site's Directory"] = ""; -$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow 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ð Tengjast/Connect eða Fylgja/Follow tenglum á forsíðunni þeirra. Mögulega þarftu að gefa upp auðkennisslóðina þína."; -$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["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 help pages may be consulted for detail on other program features and resources."] = "Hægt er að styðjast við Hjálp síðuna til að fá leiðbeiningar um aðra eiginleika."; -$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["Item not found"] = "Atriði fannst ekki"; -$a->strings["Edit post"] = "Breyta skilaboðum"; -$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["The post was created"] = ""; -$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 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["All Contacts"] = "Allir tengiliðir"; -$a->strings["Group is empty"] = "Hópur er tómur"; -$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = ""; -$a->strings["No recipient selected."] = "Engir viðtakendur valdir."; -$a->strings["Unable to check your home location."] = ""; -$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["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["link"] = "tengill"; +$a->strings["post"] = "senda"; +$a->strings["Item filed"] = "Atriði skráð"; +$a->strings["No friends to display."] = "Engir vinir til að birta."; +$a->strings["Connect"] = "Tengjast"; $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["No"] = "Nei"; -$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["Subscribing to OStatus contacts"] = ""; -$a->strings["No contact provided."] = ""; -$a->strings["Couldn't fetch information for contact."] = ""; -$a->strings["Couldn't fetch friends for contact."] = ""; -$a->strings["success"] = "tókst"; -$a->strings["failed"] = "mistókst"; -$a->strings["ignored"] = "hunsað"; -$a->strings["%1\$s welcomes %2\$s"] = ""; -$a->strings["Unable to locate contact information."] = "Ekki tókst að staðsetja tengiliðs upplýsingar."; -$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["No messages."] = "Engin skilaboð."; -$a->strings["Message not available."] = "Ekki næst í skilaboð."; -$a->strings["Delete message"] = "Eyða skilaboðum"; -$a->strings["Delete conversation"] = "Eyða samtali"; -$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = ""; -$a->strings["Send Reply"] = "Senda svar"; -$a->strings["Unknown sender - %s"] = ""; -$a->strings["You and %s"] = ""; -$a->strings["%s and You"] = ""; -$a->strings["D, d M Y - g:i A"] = ""; -$a->strings["%d message"] = [ - 0 => "", - 1 => "", -]; -$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["You must be logged in to use addons. "] = "Þú verður að vera skráður inn til að geta notað viðbætur. "; +$a->strings["Applications"] = "Forrit"; +$a->strings["No installed applications."] = "Engin uppsett forrit"; +$a->strings["Item not available."] = "Atriði ekki í boði."; +$a->strings["Item was not found."] = "Atriði fannst ekki"; +$a->strings["No contacts in common."] = "Engir sameiginlegir tengiliðir."; +$a->strings["Common Friends"] = "Sameiginlegir vinir"; +$a->strings["Credits"] = "Þakkir"; +$a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = ""; $a->strings["Contact settings applied."] = "Stillingar tengiliðs uppfærðar."; $a->strings["Contact update failed."] = "Uppfærsla tengiliðs mistókst."; $a->strings["Contact not found."] = "Tengiliður fannst ekki."; @@ -966,6 +305,7 @@ $a->strings["Mirror as forwarded posting"] = ""; $a->strings["Mirror as my own posting"] = ""; $a->strings["Return to contact editor"] = "Fara til baka í tengiliðasýsl"; $a->strings["Refetch contact data"] = ""; +$a->strings["Submit"] = "Senda inn"; $a->strings["Remote Self"] = ""; $a->strings["Mirror postings from this contact"] = ""; $a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = ""; @@ -978,80 +318,85 @@ $a->strings["Friend Confirm URL"] = "Slóð vina staðfestingar "; $a->strings["Notification Endpoint URL"] = "Slóð loka tilkynningar"; $a->strings["Poll/Feed URL"] = "Slóð á könnun/fréttastraum"; $a->strings["New photo from this URL"] = "Ný mynd frá slóð"; -$a->strings["No such group"] = "Hópur ekki til"; -$a->strings["Group: %s"] = ""; -$a->strings["This entry was edited"] = ""; -$a->strings["%d comment"] = [ - 0 => "%d ummæli", - 1 => "%d ummæli", -]; -$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["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["ignore thread"] = ""; -$a->strings["unignore thread"] = ""; -$a->strings["toggle ignore status"] = ""; -$a->strings["save to folder"] = "vista í möppu"; -$a->strings["I will attend"] = ""; -$a->strings["I will not attend"] = ""; -$a->strings["I might attend"] = ""; -$a->strings["to"] = "við"; -$a->strings["Wall-to-Wall"] = "vegg við vegg"; -$a->strings["via Wall-To-Wall:"] = "gegnum vegg við vegg"; -$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["Mood"] = ""; -$a->strings["Set your current mood and tell your friends"] = ""; -$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["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 %s"] = ""; -$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["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["Photos"] = "Myndir"; +$a->strings["Contact Photos"] = "Myndir tengiliðs"; +$a->strings["Upload"] = "Senda inn"; +$a->strings["Files"] = "Skrár"; +$a->strings["Not Found"] = "Fannst ekki"; +$a->strings["No profile"] = "Engin forsíða"; +$a->strings["Help:"] = "Hjálp:"; +$a->strings["Help"] = "Hjálp"; +$a->strings["Page not found."] = "Síða fannst ekki."; +$a->strings["Welcome to %s"] = "Velkomin í %s"; +$a->strings["Remote privacy information not available."] = "Persónuverndar upplýsingar ekki fyrir hendi á fjarlægum vefþjón."; +$a->strings["Visible to:"] = "Sýnilegt eftirfarandi:"; +$a->strings["System down for maintenance"] = "Kerfið er óvirkt vegna viðhalds"; +$a->strings["Welcome to Friendica"] = "Velkomin(n) á Friendica"; +$a->strings["New Member Checklist"] = "Gátlisti nýs notanda"; +$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"] = "Til að komast í gang"; +$a->strings["Friendica Walk-Through"] = "Leiðarvísir Friendica"; +$a->strings["On your Quick Start 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"] = "Farðu í stillingarnar þínar"; +$a->strings["On your Settings 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 gagnaleyndarstillingar. Óútgefin forsíða er einsog óskráð símanúmer. Sem þýðir að líklega viltu gefa út forsíðuna þína - nema að allir vinir þínir og tilvonandi vinir viti 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 default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Breyttu sjálfgefnu 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 áhugamálum þínum. Þá er hægt að fólk með svipuð áhugamál og stinga uppá vinskap."; +$a->strings["Connecting"] = "Tengist"; +$a->strings["Importing Emails"] = "Flyt inn pósta"; +$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "Fylltu út aðgangsupplýsingar póstfangsins þíns á Tengistillingasíðunni ef þú vilt sækja tölvupóst og eiga samskipti við vini eða póstlista úr innhólfi tölvupóstsins þíns"; +$a->strings["Go to Your Contacts Page"] = ""; +$a->strings["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 Add New Contact dialog."] = "Tengiliðasíðan er gáttin þín til að sýsla með vinasambönd og tengjast við vini á öðrum netum. Oftast setur þú vistfang eða slóð þeirra í Bæta við tengilið glugganum."; +$a->strings["Go to Your Site's Directory"] = ""; +$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow 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ð Tengjast/Connect eða Fylgja/Follow tenglum á forsíðunni þeirra. Mögulega þarftu að gefa upp auðkennisslóðina þína."; +$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"] = "Til að fá hjálp"; +$a->strings["Go to the Help Section"] = ""; +$a->strings["Our help pages may be consulted for detail on other program features and resources."] = "Hægt er að styðjast við Hjálp síðuna til að fá leiðbeiningar um aðra eiginleika."; +$a->strings["Visit %s's profile [%s]"] = "Heimsækja forsíðu %s [%s]"; +$a->strings["Edit contact"] = "Breyta tengilið"; +$a->strings["Contacts who are not members of a group"] = ""; +$a->strings["Not Extended"] = ""; +$a->strings["Resubscribing to OStatus contacts"] = ""; +$a->strings["Error"] = "Villa"; +$a->strings["Done"] = "Lokið"; +$a->strings["Keep this window open until done."] = ""; +$a->strings["Do you really want to delete this suggestion?"] = ""; +$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Engar uppástungur tiltækar. Ef þetta er nýr vefur, reyndu þá aftur eftir um 24 klukkustundir."; +$a->strings["Ignore/Hide"] = "Hunsa/Fela"; +$a->strings["Friend Suggestions"] = "Vina uppástungur"; +$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Þessi vefur hefur náð hámarks fjölda daglegra nýskráninga. Reyndu aftur á morgun."; +$a->strings["Import"] = "Flytja inn"; +$a->strings["Move account"] = "Flytja aðgang"; +$a->strings["You can import an account from another Friendica server."] = ""; +$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = ""; +$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = ""; +$a->strings["Account file"] = ""; +$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = ""; +$a->strings["[Embedded content - reload page to view]"] = "[Innfelt efni - endurhlaða síðu til að sjá]"; +$a->strings["%1\$s welcomes %2\$s"] = ""; +$a->strings["No keywords to match. Please add keywords to your default profile."] = "Engin leitarorð. Bættu við leitarorðum í sjálfgefnu forsíðuna."; +$a->strings["is interested in:"] = "hefur áhuga á:"; +$a->strings["Profile Match"] = "Forsíða fannst"; +$a->strings["No matches"] = "Engar leitarniðurstöður"; $a->strings["Invalid request identifier."] = "Ógilt auðkenni beiðnar."; $a->strings["Discard"] = "Henda"; $a->strings["Ignore"] = "Hunsa"; +$a->strings["Notifications"] = "Tilkynningar"; $a->strings["Network Notifications"] = "Tilkynningar á neti"; +$a->strings["System Notifications"] = "Kerfistilkynningar"; $a->strings["Personal Notifications"] = "Einkatilkynningar."; $a->strings["Home Notifications"] = "Tilkynningar frá heimasvæði"; $a->strings["Show Ignored Requests"] = "Sýna hunsaðar beiðnir"; @@ -1065,134 +410,270 @@ $a->strings["Approve"] = "Samþykkja"; $a->strings["Claims to be known to you: "] = "Þykist þekkja þig:"; $a->strings["yes"] = "já"; $a->strings["no"] = "nei"; -$a->strings["Shall your connection be bidirectional or not? \"Friend\" implies that you allow to read and you subscribe to their posts. \"Fan/Admirer\" means that you allow to read but you do not want to read theirs. Approve as: "] = ""; -$a->strings["Shall your connection be bidirectional or not? \"Friend\" implies that you allow to read and you subscribe to their posts. \"Sharer\" means that you allow to read but you do not want to read theirs. Approve as: "] = ""; +$a->strings["Shall your connection be bidirectional or not?"] = ""; +$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = ""; +$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = ""; +$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = ""; $a->strings["Friend"] = "Vin"; $a->strings["Sharer"] = "Deilir"; -$a->strings["Fan/Admirer"] = "Fylgjandi/Aðdáandi"; +$a->strings["Subscriber"] = "Áskrifandi"; +$a->strings["Location:"] = "Staðsetning:"; +$a->strings["About:"] = "Um:"; +$a->strings["Tags:"] = "Merki:"; +$a->strings["Gender:"] = "Kyn:"; $a->strings["Profile URL"] = "Slóð á forsíðu"; +$a->strings["Network:"] = "Netkerfi:"; $a->strings["No introductions."] = "Engar kynningar."; -$a->strings["Show unread"] = ""; -$a->strings["Show all"] = ""; -$a->strings["No more %s notifications."] = ""; +$a->strings["Show unread"] = "Birta ólesið"; +$a->strings["Show all"] = "Birta allt"; +$a->strings["No more %s notifications."] = "Ekki fleiri %s tilkynningar."; +$a->strings["OpenID protocol error. No ID returned."] = "Samskiptavilla í OpenID. Ekkert auðkenni barst."; +$a->strings["Account not found and OpenID registration is not permitted on this site."] = ""; +$a->strings["Login failed."] = "Innskráning mistókst."; $a->strings["Profile not found."] = "Forsíða fannst ekki."; -$a->strings["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"] = ""; -$a->strings["Work/Employment"] = ""; -$a->strings["Religion"] = ""; -$a->strings["Political Views"] = ""; -$a->strings["Gender"] = ""; -$a->strings["Sexual Preference"] = ""; -$a->strings["XMPP"] = ""; -$a->strings["Homepage"] = ""; -$a->strings["Interests"] = ""; -$a->strings["Address"] = ""; -$a->strings["Location"] = ""; -$a->strings["Profile updated."] = "Forsíða uppfærð."; -$a->strings[" and "] = "og"; -$a->strings["public profile"] = "Opinber forsíða"; -$a->strings["%1\$s changed %2\$s to “%3\$s”"] = ""; -$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["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["Show more profile fields:"] = ""; -$a->strings["Profile Actions"] = ""; -$a->strings["Edit Profile Details"] = "Breyta forsíðu upplýsingum"; -$a->strings["Change Profile Photo"] = ""; -$a->strings["View this profile"] = "Skoða þessa forsíðu"; -$a->strings["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["Relation"] = ""; -$a->strings["Your Gender:"] = "Kyn:"; -$a->strings[" Marital Status:"] = " Hjúskaparstaða:"; -$a->strings["Example: fishing photography software"] = "Til dæmis: fishing photography software"; -$a->strings["Profile Name:"] = "Forsíðu nafn:"; -$a->strings["Required"] = "Nauðsynlegt"; -$a->strings["This is your public profile.
It may be visible to anybody using the internet."] = "Þetta er opinber forsíða.
Hún verður sjáanleg öðrum sem nota alnetið."; -$a->strings["Your Full Name:"] = "Fullt nafn:"; -$a->strings["Title/Description:"] = "Starfsheiti/Lýsing:"; -$a->strings["Street Address:"] = "Gata:"; -$a->strings["Locality/City:"] = "Bær/Borg:"; -$a->strings["Region/State:"] = "Svæði/Sýsla"; -$a->strings["Postal/Zip Code:"] = "Póstnúmer:"; -$a->strings["Country:"] = "Land:"; -$a->strings["Who: (if applicable)"] = "Hver: (ef við á)"; -$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Dæmi: cathy123, Cathy Williams, cathy@example.com"; -$a->strings["Since [date]:"] = ""; -$a->strings["Tell us about yourself..."] = "Segðu okkur frá sjálfum þér..."; -$a->strings["XMPP (Jabber) address:"] = ""; -$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = ""; -$a->strings["Homepage URL:"] = "Slóð heimasíðu:"; -$a->strings["Religious Views:"] = "Trúarskoðanir"; -$a->strings["Public Keywords:"] = "Opinber leitarorð:"; -$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Notað til að stinga uppá mögulegum vinum, aðrir geta séð)"; -$a->strings["Private Keywords:"] = "Einka leitarorð:"; -$a->strings["(Used for searching profiles, never shown to others)"] = "(Notað við leit að öðrum notendum, aldrei sýnt öðrum)"; -$a->strings["Musical interests"] = "Tónlistarsmekkur"; -$a->strings["Books, literature"] = "Bækur, bókmenntir"; -$a->strings["Television"] = "Sjónvarp"; -$a->strings["Film/dance/culture/entertainment"] = "Kvikmyndir/dans/menning/afþreying"; -$a->strings["Hobbies/Interests"] = "Áhugamál"; -$a->strings["Love/romance"] = "Ást/rómantík"; -$a->strings["Work/employment"] = "Atvinna:"; -$a->strings["School/education"] = "Skóli/menntun"; -$a->strings["Contact information and Social Networks"] = "Tengiliðaupplýsingar og samfélagsnet"; -$a->strings["Edit/Manage Profiles"] = "Sýsla með forsíður"; -$a->strings["No friends to display."] = "Engir vinir til að birta."; -$a->strings["Access to this profile has been restricted."] = "Aðgangur að þessari forsíðu hefur verið heftur."; -$a->strings["View"] = "Skoða"; -$a->strings["Previous"] = "Fyrra"; -$a->strings["Next"] = "Næsta"; -$a->strings["list"] = ""; -$a->strings["User not found"] = ""; -$a->strings["This calendar format is not supported"] = ""; -$a->strings["No exportable data found"] = ""; -$a->strings["calendar"] = ""; -$a->strings["No contacts in common."] = ""; -$a->strings["Common Friends"] = "Sameiginlegir vinir"; -$a->strings["Not available."] = "Ekki í boði."; -$a->strings["Global Directory"] = "Alheimstengiliðaskrá"; -$a->strings["Find on this site"] = "Leita á þessum vef"; -$a->strings["Results for:"] = "Niðurstöður fyrir:"; -$a->strings["Site Directory"] = "Skrá yfir tengiliði á þessum vef"; -$a->strings["No entries (some entries may be hidden)."] = "Engar færslur (sumar geta verið faldar)."; -$a->strings["People Search - %s"] = "Leita að fólki - %s"; -$a->strings["Forum Search - %s"] = "Leita á spjallsvæði - %s"; -$a->strings["No matches"] = "Engar leitarniðurstöður"; -$a->strings["Item has been removed."] = "Atriði hefur verið fjarlægt."; -$a->strings["Event can not end before it has started."] = ""; -$a->strings["Event title and start time are required."] = ""; -$a->strings["Create New Event"] = "Stofna nýjan atburð"; -$a->strings["Event details"] = "Nánar um atburð"; -$a->strings["Starting date and Title are required."] = ""; -$a->strings["Event Starts:"] = "Atburður hefst:"; -$a->strings["Finish date/time is not known or not relevant"] = "Loka dagsetning/tímasetning ekki vituð eða skiptir ekki máli"; -$a->strings["Event Finishes:"] = "Atburður klárar:"; -$a->strings["Adjust for viewer timezone"] = "Heimfæra á tímabelti áhorfanda"; -$a->strings["Description:"] = "Lýsing:"; -$a->strings["Title:"] = "Titill:"; -$a->strings["Share this event"] = "Deila þessum atburði"; -$a->strings["System down for maintenance"] = "Kerfið er óvirkt vegna viðhalds"; -$a->strings["No keywords to match. Please add keywords to your default profile."] = "Engin leitarorð. Bættu við leitarorðum í sjálfgefnu forsíðuna."; -$a->strings["is interested in:"] = "hefur áhuga á:"; -$a->strings["Profile Match"] = "Forsíða fannst"; -$a->strings["Tips for New Members"] = "Ábendingar fyrir nýja notendur"; -$a->strings["Do you really want to delete this suggestion?"] = ""; -$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["[Embedded content - reload page to view]"] = "[Innfelt efni - endurhlaða síðu til að sjá]"; +$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = ""; +$a->strings["Response from remote site was not understood."] = "Ekki tókst að skilja svar frá ytri vef."; +$a->strings["Unexpected response from remote site: "] = "Óskiljanlegt svar frá ytri vef:"; +$a->strings["Confirmation completed successfully."] = "Staðfesting kláraði eðlilega."; +$a->strings["Temporary failure. Please wait and try again."] = "Tímabundin villa. Bíddu aðeins og reyndu svo aftur."; +$a->strings["Introduction failed or was revoked."] = "Kynning mistókst eða var afturkölluð."; +$a->strings["Remote site reported: "] = "Ytri vefur svaraði:"; +$a->strings["Unable to set contact photo."] = "Ekki tókst að setja tengiliðamynd."; +$a->strings["No user record found for '%s' "] = "Engin notandafærsla fannst fyrir '%s'"; +$a->strings["Our site encryption key is apparently messed up."] = "Dulkóðunnar lykill síðunnar okker er í döðlu."; +$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Tómt slóð var uppgefin eða ekki okkur tókst ekki að afkóða slóð."; +$a->strings["Contact record was not found for you on our site."] = "Tengiliðafærslan þín fannst ekki á þjóninum okkar."; +$a->strings["Site public key not available in contact record for URL %s."] = "Opinber lykill er ekki til í tengiliðafærslu fyrir slóð %s."; +$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "Skilríkið sem þjónninn þinn gaf upp er þegar afritað á okkar þjón. Þetta ætti að virka ef þú bara reynir aftur."; +$a->strings["Unable to set your contact credentials on our system."] = "Ekki tókst að setja tengiliða skilríkið þitt upp á þjóninum okkar."; +$a->strings["Unable to update your contact profile details on our system"] = "Ekki tókst að uppfæra tengiliða skilríkis upplýsingarnar á okkar þjón"; +$a->strings["[Name Withheld]"] = "[Nafn ekki sýnt]"; +$a->strings["%1\$s has joined %2\$s"] = "%1\$s hefur gengið til liðs við %2\$s"; +$a->strings["Total invitation limit exceeded."] = ""; +$a->strings["%s : Not a valid email address."] = "%s : Ekki gilt póstfang"; +$a->strings["Please join us on Friendica"] = "Komdu í hópinn á Friendica"; +$a->strings["Invitation limit exceeded. Please contact your site administrator."] = ""; +$a->strings["%s : Message delivery failed."] = "%s : Skilaboð komust ekki til skila."; +$a->strings["%d message sent."] = [ + 0 => "%d skilaboð send.", + 1 => "%d skilaboð send", +]; +$a->strings["You have no more invitations available"] = "Þú hefur ekki fleiri boðskort."; +$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = ""; +$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = ""; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = ""; +$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = ""; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = ""; +$a->strings["To accept this invitation, please visit and register at %s."] = ""; +$a->strings["Send invitations"] = "Senda kynningar"; +$a->strings["Enter email addresses, one per line:"] = "Póstföng, eitt í hverja línu:"; +$a->strings["Your message:"] = "Skilaboðin:"; +$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = ""; +$a->strings["You will need to supply this invitation code: \$invite_code"] = "Þú þarft að nota eftirfarandi boðskorta auðkenni: \$invite_code"; +$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Þegar þú hefur nýskráð þig, hafðu samband við mig gegnum síðuna mína á:"; +$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = ""; +$a->strings["Invalid request."] = "Ógild fyrirspurn."; +$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = ""; +$a->strings["Or - did you try to upload an empty file?"] = ""; +$a->strings["File exceeds size limit of %s"] = ""; +$a->strings["File upload failed."] = "Skráar upphlöðun mistókst."; +$a->strings["Manage Identities and/or Pages"] = "Sýsla með notendur og/eða síður"; +$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Skipta á milli auðkenna eða hópa- / stjörnunotanda sem deila þínum aðgangs upplýsingum eða þér verið úthlutað \"umsýslu\" réttindum."; +$a->strings["Select an identity to manage: "] = "Veldu notanda til að sýsla með:"; +$a->strings["This introduction has already been accepted."] = "Þessi kynning hefur þegar verið samþykkt."; +$a->strings["Profile location is not valid or does not contain profile information."] = "Forsíðu slóð er ekki í lagi eða inniheldur ekki forsíðu upplýsingum."; +$a->strings["Warning: profile location has no identifiable owner name."] = "Aðvörun: forsíðu staðsetning hefur ekki aðgreinanlegt eigendanafn."; +$a->strings["Warning: profile location has no profile photo."] = "Aðvörun: forsíðu slóð hefur ekki forsíðu mynd."; +$a->strings["%d required parameter was not found at the given location"] = [ + 0 => "%d skilyrt breyta fannst ekki á uppgefinni staðsetningu", + 1 => "%d skilyrtar breytur fundust ekki á uppgefninni staðsetningu", +]; +$a->strings["Introduction complete."] = "Kynning tilbúinn."; +$a->strings["Unrecoverable protocol error."] = "Alvarleg samskipta villa."; +$a->strings["Profile unavailable."] = "Ekki hægt að sækja forsíðu"; +$a->strings["%s has received too many connection requests today."] = "%s hefur fengið of margar tengibeiðnir í dag."; +$a->strings["Spam protection measures have been invoked."] = "Kveikt hefur verið á ruslsíu"; +$a->strings["Friends are advised to please try again in 24 hours."] = "Vinir eru beðnir um að reyna aftur eftir 24 klukkustundir."; +$a->strings["Invalid locator"] = "Ógild staðsetning"; +$a->strings["You have already introduced yourself here."] = "Kynning hefur þegar átt sér stað hér."; +$a->strings["Apparently you are already friends with %s."] = "Þú ert þegar vinur %s."; +$a->strings["Invalid profile URL."] = "Ógild forsíðu slóð."; +$a->strings["Disallowed profile URL."] = "Óleyfileg forsíðu slóð."; +$a->strings["Blocked domain"] = "Útilokað lén"; +$a->strings["Failed to update contact record."] = "Ekki tókst að uppfæra tengiliðs skrá."; +$a->strings["Your introduction has been sent."] = "Kynningin þín hefur verið send."; +$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = ""; +$a->strings["Please login to confirm introduction."] = "Skráðu þig inn til að staðfesta kynningu."; +$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Ekki réttur notandi skráður inn. Skráðu þig inn sem þessi notandi."; +$a->strings["Confirm"] = "Staðfesta"; +$a->strings["Hide this contact"] = "Fela þennan tengilið"; +$a->strings["Welcome home %s."] = "Velkomin(n) heim %s."; +$a->strings["Please confirm your introduction/connection request to %s."] = "Staðfestu kynninguna/tengibeiðnina við %s."; +$a->strings["Public access denied."] = "Alemennings aðgangur ekki veittur."; +$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Settu inn 'Auðkennisnetfang' þitt úr einhverjum af eftirfarandi samskiptanetum:"; +$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = ""; +$a->strings["Friend/Connection Request"] = "Vinabeiðni/Tengibeiðni"; +$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = ""; +$a->strings["Please answer the following:"] = "Vinnsamlegast svaraðu eftirfarandi:"; +$a->strings["Does %s know you?"] = "Þekkir %s þig?"; +$a->strings["Add a personal note:"] = "Bæta við persónulegri athugasemd"; +$a->strings["Friendica"] = "Friendica"; +$a->strings["GNU Social (Pleroma, Mastodon)"] = "GNU Social (Pleroma, Mastodon)"; +$a->strings["Diaspora (Socialhome, Hubzilla)"] = "Diaspora (Socialhome, Hubzilla)"; +$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = ""; +$a->strings["Your Identity Address:"] = "Auðkennisnetfang þitt:"; +$a->strings["Submit Request"] = "Senda beiðni"; +$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; +$a->strings["Time Conversion"] = "Tíma leiðréttir"; +$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica veitir þessa þjónustu til að deila atburðum milli neta og vina í óþekktum tímabeltum."; +$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["Only logged in users are permitted to perform a probing."] = ""; +$a->strings["Permission denied"] = "Bannaður aðgangur"; +$a->strings["Invalid profile identifier."] = "Ógilt tengiliða auðkenni"; +$a->strings["Profile Visibility Editor"] = "Sýsla með sjáanleika forsíðu"; +$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["Account approved."] = "Notandi samþykktur."; +$a->strings["Registration revoked for %s"] = "Skráning afturköllurð vegna %s"; +$a->strings["Please login."] = "Skráðu yður inn."; +$a->strings["Remove My Account"] = "Eyða þessum notanda"; +$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Þetta mun algjörlega eyða notandanum. Þegar þetta hefur verið gert er þetta ekki afturkræft."; +$a->strings["Please enter your password for verification:"] = "Sláðu inn aðgangsorð yðar:"; +$a->strings["No contacts."] = "Enginn tengiliður"; +$a->strings["Access denied."] = "Aðgangi hafnað."; +$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = ""; +$a->strings["No recipient selected."] = "Engir viðtakendur valdir."; +$a->strings["Unable to check your home location."] = ""; +$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."] = "Enginn viðtakandi"; +$a->strings["Send Private Message"] = "Senda einkaskilaboð"; +$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = ""; +$a->strings["To:"] = "Til:"; +$a->strings["Subject:"] = "Efni:"; +$a->strings["Export account"] = "Flytja út notandaaðgang"; +$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = ""; +$a->strings["Export all"] = "Flytja út allt"; +$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = ""; +$a->strings["Export personal data"] = "Sækja persónuleg gögn"; +$a->strings["- select -"] = "- veldu -"; +$a->strings["No more system notifications."] = "Ekki fleiri kerfistilkynningar."; +$a->strings["{0} wants to be your friend"] = "{0} vill vera vinur þinn"; +$a->strings["{0} sent you a message"] = "{0} sendi þér skilboð"; +$a->strings["{0} requested registration"] = "{0} óskaði eftir skráningu"; +$a->strings["Poke/Prod"] = ""; +$a->strings["poke, prod or do other things to somebody"] = ""; +$a->strings["Recipient"] = "Viðtakandi"; +$a->strings["Choose what you wish to do to recipient"] = ""; +$a->strings["Make this post private"] = "Gera þennan póst einka"; +$a->strings["%1\$s is following %2\$s's %3\$s"] = ""; +$a->strings["Tag removed"] = "Merki fjarlægt"; +$a->strings["Remove Item Tag"] = "Fjarlægja merki "; +$a->strings["Select a tag to remove: "] = "Veldu merki til að fjarlægja:"; +$a->strings["Remove"] = "Fjarlægja"; +$a->strings["Image exceeds size limit of %s"] = ""; +$a->strings["Unable to process image."] = "Ekki mögulegt afgreiða mynd"; +$a->strings["Wall Photos"] = "Veggmyndir"; +$a->strings["Image upload failed."] = "Ekki hægt að hlaða upp mynd."; +$a->strings["Remove term"] = "Fjarlæga gildi"; +$a->strings["Saved Searches"] = "Vistaðar leitir"; +$a->strings["Only logged in users are permitted to perform a search."] = "Aðeins innskráðir notendur geta framkvæmt leit."; +$a->strings["Too Many Requests"] = "Of margar beiðnir"; +$a->strings["Only one search per minute is permitted for not logged in users."] = "Notendur sem ekki eru innskráðir geta aðeins framkvæmt eina leit á mínútu."; +$a->strings["No results."] = "Engar leitarniðurstöður."; +$a->strings["Items tagged with: %s"] = "Atriði merkt með: %s"; +$a->strings["Results for: %s"] = "Niðurstöður fyrir: %s"; +$a->strings["Login"] = "Innskráning"; +$a->strings["The post was created"] = ""; +$a->strings["Community option not available."] = ""; +$a->strings["Not available."] = "Ekki tiltækt."; +$a->strings["Local Community"] = ""; +$a->strings["Posts from local users on this server"] = ""; +$a->strings["Global Community"] = ""; +$a->strings["Posts from users of the whole federated network"] = ""; +$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = ""; +$a->strings["Item not found"] = "Atriði fannst ekki"; +$a->strings["Edit post"] = "Breyta skilaboðum"; +$a->strings["CC: email addresses"] = "CC: tölvupóstfang"; +$a->strings["Example: bob@example.com, mary@example.com"] = "Dæmi: bibbi@vefur.is, mgga@vefur.is"; +$a->strings["You must be logged in to use this module"] = ""; +$a->strings["Source URL"] = "Upprunaslóð"; +$a->strings["Friend suggestion sent."] = "Vina tillaga send"; +$a->strings["Suggest Friends"] = "Stinga uppá vinum"; +$a->strings["Suggest a friend for %s"] = "Stinga uppá vin fyrir %s"; +$a->strings["Group created."] = "Hópur stofnaður"; +$a->strings["Could not create group."] = "Gat ekki stofnað hóp."; +$a->strings["Group not found."] = "Hópur fannst ekki."; +$a->strings["Group name changed."] = "Hópur endurskýrður."; +$a->strings["Save Group"] = "Vista hóp"; +$a->strings["Create a group of contacts/friends."] = "Stofna hóp af tengiliðum/vinum"; +$a->strings["Group Name: "] = "Nafn hóps: "; +$a->strings["Group removed."] = "Hópi eytt."; +$a->strings["Unable to remove group."] = "Ekki tókst að eyða hóp."; +$a->strings["Delete Group"] = "Eyða hópi"; +$a->strings["Group Editor"] = "Hópa sýslari"; +$a->strings["Edit Group Name"] = "Breyta nafni hóps"; +$a->strings["Members"] = "Meðlimir"; +$a->strings["All Contacts"] = "Allir tengiliðir"; +$a->strings["Group is empty"] = "Hópur er tómur"; +$a->strings["Remove Contact"] = "Fjarlægja tengilið"; +$a->strings["Add Contact"] = "Bæta við tengilið"; +$a->strings["Unable to locate original post."] = "Ekki tókst að finna upphaflega færslu."; +$a->strings["Empty post discarded."] = "Tóm færsla eytt."; +$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Skilaboðið sendi %s, notandi á Friendica samfélagsnetinu."; +$a->strings["You may visit them online at %s"] = "Þú getur heimsótt þau á netinu á %s"; +$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Hafðu samband við sendanda með því að svara á þessari færslu ef þú villt ekki fá þessi skilaboð."; +$a->strings["%s posted an update."] = "%s hefur sent uppfærslu."; +$a->strings["New Message"] = "Ný skilaboð"; +$a->strings["Unable to locate contact information."] = "Ekki tókst að staðsetja tengiliðs upplýsingar."; +$a->strings["Messages"] = "Skilaboð"; +$a->strings["Do you really want to delete this message?"] = "Viltu virkilega eyða þessum skilaboðum?"; +$a->strings["Message deleted."] = "Skilaboðum eytt."; +$a->strings["Conversation removed."] = "Samtali eytt."; +$a->strings["No messages."] = "Engin skilaboð."; +$a->strings["Message not available."] = "Ekki næst í skilaboð."; +$a->strings["Delete message"] = "Eyða skilaboðum"; +$a->strings["D, d M Y - g:i A"] = "D, d. M Y - g:i A"; +$a->strings["Delete conversation"] = "Eyða samtali"; +$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = ""; +$a->strings["Send Reply"] = "Senda svar"; +$a->strings["Unknown sender - %s"] = "Óþekktur sendandi - %s"; +$a->strings["You and %s"] = "Þú og %s"; +$a->strings["%s and You"] = "%s og þú"; +$a->strings["%d message"] = [ + 0 => "%d skilaboð", + 1 => "%d skilaboð", +]; +$a->strings["add"] = "bæta við"; +$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [ + 0 => "", + 1 => "", +]; +$a->strings["Messages in this group won't be send to these receivers."] = ""; +$a->strings["No such group"] = "Enginn slíkur hópur"; +$a->strings["Group: %s"] = "Hópur: %s"; +$a->strings["Private messages to this person are at risk of public disclosure."] = "Einka skilaboð send á þennan notanda eiga á hættu að verða opinber."; +$a->strings["Invalid contact."] = "Ógildur tengiliður."; +$a->strings["Commented Order"] = "Athugasemdar röð"; +$a->strings["Sort by Comment Date"] = "Raða eftir umræðu dagsetningu"; +$a->strings["Posted Order"] = "Færlsu röð"; +$a->strings["Sort by Post Date"] = "Raða eftir færslu dagsetningu"; +$a->strings["Personal"] = "Einka"; +$a->strings["Posts that mention or involve you"] = "Færslur sem tengjast þér"; +$a->strings["New"] = "Nýtt"; +$a->strings["Activity Stream - by date"] = "Færslu straumur - raðað eftir dagsetningu"; +$a->strings["Shared Links"] = "Sameignartenglar"; +$a->strings["Interesting Links"] = "Áhugaverðir tenglar"; +$a->strings["Starred"] = "Stjörnumerkt"; +$a->strings["Favourite Posts"] = "Uppáhalds færslur"; +$a->strings["Personal Notes"] = "Persónulegar glósur"; +$a->strings["Post successful."] = "Melding tókst."; +$a->strings["Photo Albums"] = "Myndabækur"; $a->strings["Recent Photos"] = "Nýlegar myndir"; $a->strings["Upload New Photos"] = "Hlaða upp nýjum myndum"; $a->strings["everybody"] = "allir"; @@ -1202,20 +683,21 @@ $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["%1\$s was tagged in %2\$s by %3\$s"] = ""; +$a->strings["Image upload didn't complete, please try again"] = ""; +$a->strings["Image file is missing"] = "Myndskrá vantar"; +$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = ""; $a->strings["Image file is empty."] = "Mynda skrá er tóm."; $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["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ðgangsheimildir"; $a->strings["Show to Groups"] = "Birta hópum"; $a->strings["Show to Contacts"] = "Birta tengiliðum"; -$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"; @@ -1225,6 +707,7 @@ $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"] = "Einkaskilaboð"; $a->strings["View Full Size"] = "Skoða í fullri stærð"; $a->strings["Tags: "] = "Merki:"; $a->strings["[Remove any tag]"] = "[Fjarlægja öll merki]"; @@ -1232,16 +715,418 @@ $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["Do not rotate"] = ""; -$a->strings["Rotate CW (right)"] = ""; -$a->strings["Rotate CCW (left)"] = ""; -$a->strings["Private photo"] = "Einkamynd"; -$a->strings["Public photo"] = "Opinber mynd"; -$a->strings["Map"] = ""; +$a->strings["Do not rotate"] = "Ekki snúa"; +$a->strings["Rotate CW (right)"] = "Snúa réttsælis (hægri)"; +$a->strings["Rotate CCW (left)"] = "Snúa rangsælis (vinstri)"; +$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["This is you"] = "Þetta ert þú"; +$a->strings["Comment"] = "Athugasemd"; +$a->strings["Map"] = "Landakort"; $a->strings["View Album"] = "Skoða myndabók"; +$a->strings["Requested profile is not available."] = "Umbeðin forsíða ekki til."; +$a->strings["%s's posts"] = "Færslur frá %s"; +$a->strings["%s's comments"] = "Athugasemdir frá %s"; +$a->strings["%s's timeline"] = "Tímalína fyrir %s"; +$a->strings["Access to this profile has been restricted."] = "Aðgangur að þessari forsíðu hefur verið heftur."; +$a->strings["Tips for New Members"] = "Ábendingar fyrir nýja notendur"; +$a->strings["Do you really want to delete this video?"] = ""; +$a->strings["Delete Video"] = "Eyða myndskeiði"; +$a->strings["No videos selected"] = "Engin myndskeið valin"; +$a->strings["Recent Videos"] = "Nýleg myndskeið"; +$a->strings["Upload New Videos"] = "Senda inn ný myndskeið"; +$a->strings["Parent user not found."] = ""; +$a->strings["No parent user"] = ""; +$a->strings["Parent Password:"] = ""; +$a->strings["Please enter the password of the parent account to legitimize your request."] = ""; +$a->strings["Parent User"] = ""; +$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = ""; +$a->strings["Save Settings"] = "Vista stillingar"; +$a->strings["Delegate Page Management"] = ""; +$a->strings["Delegates"] = ""; +$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = ""; +$a->strings["Existing Page Delegates"] = ""; +$a->strings["Potential Delegates"] = ""; +$a->strings["Add"] = "Bæta við"; +$a->strings["No entries."] = "Engar færslur."; +$a->strings["People Search - %s"] = "Leita að fólki - %s"; +$a->strings["Forum Search - %s"] = "Leita á spjallsvæði - %s"; +$a->strings["Friendica Communications Server - Setup"] = ""; +$a->strings["Could not connect to database."] = "Gat ekki tengst gagnagrunn."; +$a->strings["Could not create table."] = "Gat ekki búið til töflu."; +$a->strings["Your Friendica site database has been installed."] = "Friendica gagnagrunnurinn þinn hefur verið uppsettur."; +$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Þú þarft mögulega að keyra inn skránna \"database.sql\" handvirkt með phpmyadmin eða mysql."; +$a->strings["Please see the file \"INSTALL.txt\"."] = "Lestu skrána \"INSTALL.txt\"."; +$a->strings["Database already in use."] = "Gagnagrunnur er þegar í notkun."; +$a->strings["System check"] = "Kerfis prófun"; +$a->strings["Next"] = "Næsta"; +$a->strings["Check again"] = "Prófa aftur"; +$a->strings["Database connection"] = "Gangagrunns tenging"; +$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Til að setja upp Friendica þurfum við að vita hvernig á að tengjast gagnagrunninum þínum."; +$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Hafðu samband við hýsingaraðilann þinn eða kerfisstjóra ef þú hefur spurningar varðandi þessar stillingar."; +$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Gagnagrunnurinn sem þú bendir á þarf þegar að vera til. Ef ekki þá þarf að stofna hann áður en haldið er áfram."; +$a->strings["Database Server Name"] = "Vélanafn gagangrunns"; +$a->strings["Database Login Name"] = "Notendanafn í gagnagrunn"; +$a->strings["Database Login Password"] = "Aðgangsorð í gagnagrunns"; +$a->strings["For security reasons the password must not be empty"] = ""; +$a->strings["Database Name"] = "Nafn gagnagrunns"; +$a->strings["Site administrator email address"] = "Póstfang kerfisstjóra vefsvæðis"; +$a->strings["Your account email address must match this in order to use the web admin panel."] = "Póstfang aðgangsins þíns verður að passa við þetta til að hægt sé að nota umsýsluvefviðmótið."; +$a->strings["Please select a default timezone for your website"] = "Veldu sjálfgefið tímabelti fyrir vefsíðuna"; +$a->strings["Site settings"] = "Stillingar vefsvæðis"; +$a->strings["System Language:"] = "Tungumál kerfis:"; +$a->strings["Set the default language for your Friendica installation interface and to send emails."] = ""; +$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Gat ekki fundið skipanalínu útgáfu af PHP í vefþjóns PATH."; +$a->strings["If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See 'Setup the worker'"] = ""; +$a->strings["PHP executable path"] = "PHP keyrslu slóð"; +$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = ""; +$a->strings["Command line PHP"] = "Skipanalínu PHP"; +$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = ""; +$a->strings["Found PHP version: "] = "Fann PHP útgáfu: "; +$a->strings["PHP cli binary"] = ""; +$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Skipanalínu útgáfa af PHP á vefþjóninum hefur ekki kveikt á \"register_argc_argv\"."; +$a->strings["This is required for message delivery to work."] = "Þetta er skilyrt fyrir því að skilaboð komist til skila."; +$a->strings["PHP register_argc_argv"] = ""; +$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Villa: Stefjan \"openssl_pkey_new\" á vefþjóninum getur ekki stofnað dulkóðunar lykla"; +$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Ef keyrt er á Window, skoðaðu þá \"http://www.php.net/manual/en/openssl.installation.php\"."; +$a->strings["Generate encryption keys"] = "Búa til dulkóðunar lykla"; +$a->strings["libCurl PHP module"] = "libCurl PHP eining"; +$a->strings["GD graphics PHP module"] = "GD graphics PHP eining"; +$a->strings["OpenSSL PHP module"] = "OpenSSL PHP eining"; +$a->strings["PDO or MySQLi PHP module"] = ""; +$a->strings["mb_string PHP module"] = "mb_string PHP eining"; +$a->strings["XML PHP module"] = ""; +$a->strings["iconv PHP module"] = ""; +$a->strings["POSIX PHP module"] = ""; +$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite eining"; +$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Villa: Apache vefþjóns eining mod-rewrite er skilyrði og er ekki uppsett. "; +$a->strings["Error: libCURL PHP module required but not installed."] = "Villa: libCurl PHP eining er skilyrði og er ekki uppsett."; +$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Villa: GD graphics PHP eining með JPEG stuðningi er skilyrði og er ekki uppsett."; +$a->strings["Error: openssl PHP module required but not installed."] = "Villa: openssl PHP eining skilyrði og er ekki uppsett."; +$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = ""; +$a->strings["Error: The MySQL driver for PDO is not installed."] = ""; +$a->strings["Error: mb_string PHP module required but not installed."] = "Villa: mb_string PHP eining skilyrði en ekki uppsett."; +$a->strings["Error: iconv PHP module required but not installed."] = ""; +$a->strings["Error: POSIX PHP module required but not installed."] = ""; +$a->strings["Error, XML PHP module required but not installed."] = ""; +$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "Vef uppsetningar forrit þarf að geta stofnað skránna \".htconfig.php\" in efsta skráarsafninu á vefþjóninum og það getur ekki gert það."; +$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Þetta er oftast aðgangsstýringa stilling, þar sem vefþjónninn getur ekki skrifað út skrár í skráarsafnið - þó þú getir það."; +$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = ""; +$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = ""; +$a->strings[".htconfig.php is writable"] = ".htconfig.php er skrifanleg"; +$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = ""; +$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = ""; +$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = ""; +$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = ""; +$a->strings["view/smarty3 is writable"] = ""; +$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = ""; +$a->strings["Url rewrite is working"] = ""; +$a->strings["ImageMagick PHP extension is not installed"] = ""; +$a->strings["ImageMagick PHP extension is installed"] = ""; +$a->strings["ImageMagick supports GIF"] = ""; +$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Ekki tókst að skrifa stillingaskrá gagnagrunns \".htconfig.php\". Notað meðfylgjandi texta til að búa til stillingarskrá í rót vefþjónsins."; +$a->strings["

What next

"] = ""; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = ""; +$a->strings["Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = ""; +$a->strings["Subscribing to OStatus contacts"] = ""; +$a->strings["No contact provided."] = "Enginn tengiliður uppgefinn."; +$a->strings["Couldn't fetch information for contact."] = ""; +$a->strings["Couldn't fetch friends for contact."] = ""; +$a->strings["success"] = "tókst"; +$a->strings["failed"] = "mistókst"; +$a->strings["ignored"] = "hunsað"; +$a->strings["Contact wasn't found or can't be unfollowed."] = ""; +$a->strings["Contact unfollowed"] = ""; +$a->strings["You aren't a friend of this contact."] = ""; +$a->strings["Unfollowing is currently not supported by your network."] = ""; +$a->strings["Disconnect/Unfollow"] = ""; +$a->strings["Status Messages and Posts"] = "Stöðu skilaboð og færslur"; +$a->strings["Events"] = "Atburðir"; +$a->strings["View"] = "Skoða"; +$a->strings["Previous"] = "Fyrra"; +$a->strings["today"] = "í dag"; +$a->strings["month"] = "mánuður"; +$a->strings["week"] = "vika"; +$a->strings["day"] = "dagur"; +$a->strings["list"] = "listi"; +$a->strings["User not found"] = "Notandi fannst ekki"; +$a->strings["This calendar format is not supported"] = ""; +$a->strings["No exportable data found"] = ""; +$a->strings["calendar"] = "dagatal"; +$a->strings["Event can not end before it has started."] = ""; +$a->strings["Event title and start time are required."] = ""; +$a->strings["Create New Event"] = "Stofna nýjan atburð"; +$a->strings["Event details"] = "Nánar um atburð"; +$a->strings["Starting date and Title are required."] = ""; +$a->strings["Event Starts:"] = "Atburður hefst:"; +$a->strings["Required"] = "Nauðsynlegt"; +$a->strings["Finish date/time is not known or not relevant"] = "Loka dagsetning/tímasetning ekki vituð eða skiptir ekki máli"; +$a->strings["Event Finishes:"] = "Atburður klárar:"; +$a->strings["Adjust for viewer timezone"] = "Heimfæra á tímabelti áhorfanda"; +$a->strings["Description:"] = "Lýsing:"; +$a->strings["Title:"] = "Titill:"; +$a->strings["Share this event"] = "Deila þessum atburði"; +$a->strings["Basic"] = "Einfalt"; +$a->strings["Advanced"] = "Flóknari"; +$a->strings["Failed to remove event"] = ""; +$a->strings["Event removed"] = ""; +$a->strings["Image uploaded but image cropping failed."] = "Tókst að hala upp mynd en afskurður tókst ekki."; +$a->strings["Image size reduction [%s] failed."] = "Myndar minnkun [%s] tókst ekki."; +$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Ýta þarf á "; +$a->strings["Unable to process image"] = "Ekki tókst að vinna mynd"; +$a->strings["Upload File:"] = "Hlaða upp skrá:"; +$a->strings["Select a profile:"] = ""; +$a->strings["or"] = "eða"; +$a->strings["skip this step"] = "sleppa þessu skrefi"; +$a->strings["select a photo from your photo albums"] = "velja mynd í myndabókum"; +$a->strings["Crop Image"] = "Skera af mynd"; +$a->strings["Please adjust the image cropping for optimum viewing."] = "Stilltu afskurð fyrir besta birtingu."; +$a->strings["Done Editing"] = "Breyting kláruð"; +$a->strings["Image uploaded successfully."] = "Upphölun á mynd tóks."; +$a->strings["Status:"] = "Staða:"; +$a->strings["Homepage:"] = "Heimasíða:"; +$a->strings["Global Directory"] = "Alheimstengiliðaskrá"; +$a->strings["Find on this site"] = "Leita á þessum vef"; +$a->strings["Results for:"] = "Niðurstöður fyrir:"; +$a->strings["Site Directory"] = "Skrá yfir tengiliði á þessum vef"; +$a->strings["Find"] = "Finna"; +$a->strings["No entries (some entries may be hidden)."] = "Engar færslur (sumar geta verið faldar)."; +$a->strings["Source input"] = ""; +$a->strings["BBCode::convert (raw HTML)"] = ""; +$a->strings["BBCode::convert"] = ""; +$a->strings["BBCode::convert => HTML::toBBCode"] = ""; +$a->strings["BBCode::toMarkdown"] = ""; +$a->strings["BBCode::toMarkdown => Markdown::convert"] = ""; +$a->strings["BBCode::toMarkdown => Markdown::toBBCode"] = ""; +$a->strings["BBCode::toMarkdown => Markdown::convert => HTML::toBBCode"] = ""; +$a->strings["Source input \\x28Diaspora format\\x29"] = ""; +$a->strings["Markdown::toBBCode"] = "Markdown::toBBCode"; +$a->strings["Raw HTML input"] = "Hrátt HTML-ílag"; +$a->strings["HTML Input"] = "HTML Input"; +$a->strings["HTML::toBBCode"] = "HTML::toBBCode"; +$a->strings["HTML::toPlaintext"] = "HTML::toPlaintext"; +$a->strings["Source text"] = "Frumtexti"; +$a->strings["BBCode"] = "BBCode"; +$a->strings["Markdown"] = "Markdown"; +$a->strings["HTML"] = "HTML"; +$a->strings["The contact could not be added."] = ""; +$a->strings["You already added this contact."] = ""; +$a->strings["Diaspora support isn't enabled. Contact can't be added."] = ""; +$a->strings["OStatus support is disabled. Contact can't be added."] = ""; +$a->strings["The network type couldn't be detected. Contact can't be added."] = ""; +$a->strings["Profile deleted."] = "Forsíðu eytt."; +$a->strings["Profile-"] = "Forsíða-"; +$a->strings["New profile created."] = "Ný forsíða búinn til."; +$a->strings["Profile unavailable to clone."] = "Ekki tókst að klóna forsíðu"; +$a->strings["Profile Name is required."] = "Nafn á forsíðu er skilyrði"; +$a->strings["Marital Status"] = "Hjúskaparstaða"; +$a->strings["Romantic Partner"] = ""; +$a->strings["Work/Employment"] = "Atvinna/Starf"; +$a->strings["Religion"] = "Trúarbrögð"; +$a->strings["Political Views"] = "Stórnmálaskoðanir"; +$a->strings["Gender"] = "Kyn"; +$a->strings["Sexual Preference"] = "Kynhneigð"; +$a->strings["XMPP"] = "XMPP"; +$a->strings["Homepage"] = "Heimasíða"; +$a->strings["Interests"] = "Áhugamál"; +$a->strings["Address"] = "Heimilisfang"; +$a->strings["Location"] = "Staðsetning"; +$a->strings["Profile updated."] = "Forsíða uppfærð."; +$a->strings[" and "] = "og"; +$a->strings["public profile"] = "Opinber forsíða"; +$a->strings["%1\$s changed %2\$s to “%3\$s”"] = ""; +$a->strings[" - Visit %1\$s's %2\$s"] = " - Heimsæktu %1\$s's %2\$s"; +$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s hefur uppfært %2\$s, með því að breyta %3\$s."; +$a->strings["Hide contacts and friends:"] = "Fela tengiliði og vini"; +$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Fela tengiliða-/vinalista á þessari forsíðu?"; +$a->strings["Show more profile fields:"] = ""; +$a->strings["Profile Actions"] = ""; +$a->strings["Edit Profile Details"] = "Breyta forsíðu upplýsingum"; +$a->strings["Change Profile Photo"] = ""; +$a->strings["View this profile"] = "Skoða þessa forsíðu"; +$a->strings["Edit visibility"] = "Sýsla með sýnileika"; +$a->strings["Create a new profile using these settings"] = "Búa til nýja forsíðu með þessum stillingum"; +$a->strings["Clone this profile"] = "Klóna þessa forsíðu"; +$a->strings["Delete this profile"] = "Eyða þessari forsíðu"; +$a->strings["Basic information"] = ""; +$a->strings["Profile picture"] = "Notandamynd"; +$a->strings["Preferences"] = "Kjörstillingar"; +$a->strings["Status information"] = ""; +$a->strings["Additional information"] = "Viðbótarupplýsingar"; +$a->strings["Relation"] = "Vensl"; +$a->strings["Miscellaneous"] = "Ýmislegt"; +$a->strings["Your Gender:"] = "Kyn:"; +$a->strings[" Marital Status:"] = " Hjúskaparstaða:"; +$a->strings["Sexual Preference:"] = "Kynhneigð:"; +$a->strings["Example: fishing photography software"] = "Til dæmis: fishing photography software"; +$a->strings["Profile Name:"] = "Forsíðu nafn:"; +$a->strings["This is your public profile.
It may be visible to anybody using the internet."] = "Þetta er opinber forsíða.
Hún verður sjáanleg öðrum sem nota alnetið."; +$a->strings["Your Full Name:"] = "Fullt nafn:"; +$a->strings["Title/Description:"] = "Starfsheiti/Lýsing:"; +$a->strings["Street Address:"] = "Gata:"; +$a->strings["Locality/City:"] = "Bær/Borg:"; +$a->strings["Region/State:"] = "Svæði/Sýsla"; +$a->strings["Postal/Zip Code:"] = "Póstnúmer:"; +$a->strings["Country:"] = "Land:"; +$a->strings["Age: "] = "Aldur: "; +$a->strings["Who: (if applicable)"] = "Hver: (ef við á)"; +$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Dæmi: cathy123, Cathy Williams, cathy@example.com"; +$a->strings["Since [date]:"] = "Síðan [date]:"; +$a->strings["Tell us about yourself..."] = "Segðu okkur frá sjálfum þér..."; +$a->strings["XMPP (Jabber) address:"] = "XMPP (Jabber) vistfang:"; +$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = ""; +$a->strings["Homepage URL:"] = "Slóð heimasíðu:"; +$a->strings["Hometown:"] = "Heimabær:"; +$a->strings["Political Views:"] = "Stórnmálaskoðanir:"; +$a->strings["Religious Views:"] = "Trúarskoðanir"; +$a->strings["Public Keywords:"] = "Opinber leitarorð:"; +$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Notað til að stinga uppá mögulegum vinum, aðrir geta séð)"; +$a->strings["Private Keywords:"] = "Einka leitarorð:"; +$a->strings["(Used for searching profiles, never shown to others)"] = "(Notað við leit að öðrum notendum, aldrei sýnt öðrum)"; +$a->strings["Likes:"] = "Líkar:"; +$a->strings["Dislikes:"] = "Mislíkar:"; +$a->strings["Musical interests"] = "Tónlistarsmekkur"; +$a->strings["Books, literature"] = "Bækur, bókmenntir"; +$a->strings["Television"] = "Sjónvarp"; +$a->strings["Film/dance/culture/entertainment"] = "Kvikmyndir/dans/menning/afþreying"; +$a->strings["Hobbies/Interests"] = "Áhugamál"; +$a->strings["Love/romance"] = "Ást/rómantík"; +$a->strings["Work/employment"] = "Atvinna:"; +$a->strings["School/education"] = "Skóli/menntun"; +$a->strings["Contact information and Social Networks"] = "Tengiliðaupplýsingar og samfélagsnet"; +$a->strings["Profile Image"] = "Forsíðumynd"; +$a->strings["visible to everybody"] = "sýnilegt öllum"; +$a->strings["Edit/Manage Profiles"] = "Sýsla með forsíður"; +$a->strings["Change profile photo"] = "Breyta forsíðumynd"; +$a->strings["Create New Profile"] = "Stofna nýja forsíðu"; +$a->strings["%d contact edited."] = [ + 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["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["Drop contact"] = "Henda tengilið"; +$a->strings["Do you really want to delete this contact?"] = "Viltu í alvörunni eyða þessum tengilið?"; +$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["Communications lost with this contact!"] = ""; +$a->strings["Fetch further information for feeds"] = "Ná í ítarlegri upplýsingar um fréttaveitur"; +$a->strings["Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags."] = ""; +$a->strings["Disabled"] = "Óvirkt"; +$a->strings["Fetch information"] = "Ná í upplýsingar"; +$a->strings["Fetch keywords"] = "Ná í stikkorð"; +$a->strings["Fetch information and keywords"] = "Ná í upplýsingar og stikkorð"; +$a->strings["Contact"] = "Tengiliður"; +$a->strings["Profile Visibility"] = "Forsíðu sjáanleiki"; +$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Veldu forsíðu sem á að birtast %s þegar hann skoðaður með öruggum hætti"; +$a->strings["Contact Information / Notes"] = "Uppl. um tengilið / minnisatriði"; +$a->strings["Their personal note"] = ""; +$a->strings["Edit contact notes"] = "Breyta minnispunktum tengiliðs "; +$a->strings["Block/Unblock contact"] = "útiloka/opna á tengilið"; +$a->strings["Ignore contact"] = "Hunsa tengilið"; +$a->strings["Repair URL settings"] = "Gera við stillingar á slóðum"; +$a->strings["View conversations"] = "Skoða samtöl"; +$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["Unblock"] = "Afbanna"; +$a->strings["Block"] = "Útiloka"; +$a->strings["Unignore"] = "Byrja að fylgjast með á ný"; +$a->strings["Currently blocked"] = "Útilokaður sem stendur"; +$a->strings["Currently ignored"] = "Hunsaður sem stendur"; +$a->strings["Currently archived"] = "Í geymslu"; +$a->strings["Awaiting connection acknowledge"] = ""; +$a->strings["Replies/likes to your public posts may still be visible"] = "Svör eða \"líkar við\" á opinberar færslur þínar geta mögulega verið sýnileg öðrum"; +$a->strings["Notification for new posts"] = ""; +$a->strings["Send a notification of every new post of this contact"] = ""; +$a->strings["Blacklisted keywords"] = ""; +$a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = ""; +$a->strings["XMPP:"] = "XMPP:"; +$a->strings["Actions"] = "Aðgerðir"; +$a->strings["Status"] = "Staða"; +$a->strings["Contact Settings"] = "Stillingar tengiliðar"; +$a->strings["Suggestions"] = "Uppástungur"; +$a->strings["Suggest potential friends"] = "Stinga uppá mögulegum vinum"; +$a->strings["Show all contacts"] = "Sýna alla tengiliði"; +$a->strings["Unblocked"] = "Afhunsað"; +$a->strings["Only show unblocked contacts"] = ""; +$a->strings["Blocked"] = "Útilokað"; +$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["Search your contacts"] = "Leita í þínum vinum"; +$a->strings["Update"] = "Uppfæra"; +$a->strings["Archive"] = "Setja í geymslu"; +$a->strings["Unarchive"] = "Taka úr geymslu"; +$a->strings["Batch Actions"] = ""; +$a->strings["Profile Details"] = "Forsíðu upplýsingar"; +$a->strings["View all contacts"] = "Skoða alla tengiliði"; +$a->strings["View all common friends"] = ""; +$a->strings["Advanced Contact Settings"] = ""; +$a->strings["Mutual Friendship"] = "Sameiginlegur vinskapur"; +$a->strings["is a fan of yours"] = "er fylgjandi þinn"; +$a->strings["you are a fan of"] = "þú er fylgjandi"; +$a->strings["Toggle Blocked status"] = ""; +$a->strings["Toggle Ignored status"] = ""; +$a->strings["Toggle Archive status"] = ""; +$a->strings["Delete contact"] = "Eyða tengilið"; +$a->strings["Terms of Service"] = "Þjónustuskilmálar"; +$a->strings["Privacy Statement"] = "Yfirlýsing um gagnaleynd"; +$a->strings["At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication."] = ""; +$a->strings["At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1\$s/removeme. The deletion of the account will be permanent."] = ""; +$a->strings["This is Friendica, version"] = "Þetta er Friendica útgáfa"; +$a->strings["running at web location"] = "Keyrir á slóð"; +$a->strings["Please visit Friendi.ca to learn more about the Friendica project."] = ""; +$a->strings["Bug reports and issues: please visit"] = "Villu tilkynningar og vandamál: endilega skoða"; +$a->strings["the bugtracker at github"] = "villuskráningu á GitHub"; +$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Uppástungur, lof, framlög og svo framvegis - sendið tölvupóst á \"Info\" hjá Friendica - punktur com"; +$a->strings["Installed addons/apps:"] = ""; +$a->strings["No installed addons/apps"] = ""; +$a->strings["Read about the Terms of Service of this node."] = ""; +$a->strings["On this server the following remote servers are blocked."] = ""; +$a->strings["Reason for the block"] = ""; +$a->strings["No valid account found."] = "Engin gildur aðgangur fannst."; +$a->strings["Password reset request issued. Check your email."] = "Gefin var beiðni um breytingu á lykilorði. Opnaðu tölvupóstinn þinn."; +$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = ""; +$a->strings["\n\t\tFollow this link soon 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"] = "Beðið var um endurstillingu lykilorðs %s"; +$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Ekki var hægt að sannreyna beiðni. (Það getur verið að þú hafir þegar verið búin/n að senda hana.) Endurstilling á lykilorði tókst ekki."; +$a->strings["Request has expired, please make a new one."] = ""; +$a->strings["Forgot your Password?"] = "Gleymdir þú lykilorði þínu?"; +$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Sláðu inn tölvupóstfangið þitt til að endurstilla aðgangsorðið og fá leiðbeiningar sendar með tölvupósti."; +$a->strings["Nickname or Email: "] = "Gælunafn eða póstfang: "; +$a->strings["Reset"] = "Endurstilla"; +$a->strings["Password Reset"] = "Endurstilling aðgangsorðs"; +$a->strings["Your password has been reset as requested."] = "Aðgangsorðið þitt hefur verið endurstilt."; +$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 síðan hér til að skrá þig inn"; +$a->strings["Your password may be changed from the Settings page after successful login."] = "Þú getur breytt aðgangsorðinu þínu á Stillingar síðunni eftir að þú hefur skráð þig inn."; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = ""; +$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = ""; +$a->strings["Your password has been changed at %s"] = "Aðgangsorðinu þínu var breytt í %s"; $a->strings["Registration successful. Please check your email for further instructions."] = "Nýskráning tóks. Frekari fyrirmæli voru send í tölvupósti."; $a->strings["Failed to send email message. Here your accout details:
login: %s
password: %s

You can change your password after login."] = ""; -$a->strings["Registration successful."] = ""; +$a->strings["Registration successful."] = "Nýskráning tókst."; $a->strings["Your registration can not be processed."] = "Skráninguna þína er ekki hægt að vinna."; $a->strings["Your registration is pending approval by the site owner."] = "Skráningin þín bíður samþykkis af eiganda síðunnar."; $a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Þú mátt (valfrjálst) fylla í þetta svæði gegnum OpenID með því gefa upp þitt OpenID og ýta á 'Skrá'."; @@ -1251,58 +1136,433 @@ $a->strings["Include your profile in member directory?"] = "Á forsíðan þín $a->strings["Note for the admin"] = ""; $a->strings["Leave a message for the admin, why you want to join this node"] = ""; $a->strings["Membership on this site is by invitation only."] = "Aðild að þessum vef er "; -$a->strings["Your invitation ID: "] = "Boðskorta auðkenni:"; +$a->strings["Your invitation code: "] = ""; $a->strings["Registration"] = "Nýskráning"; $a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = ""; -$a->strings["Your Email Address: "] = "Tölvupóstur:"; +$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = ""; $a->strings["New Password:"] = "Nýtt aðgangsorð:"; $a->strings["Leave empty for an auto generated password."] = ""; $a->strings["Confirm:"] = "Staðfesta:"; -$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@\$sitename'."] = "Veldu gælunafn. Verður að byrja á staf. Slóðin þín á þessum vef verður síðan 'gælunafn@\$sitename'."; +$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@%s'."] = ""; $a->strings["Choose a nickname: "] = "Veldu gælunafn:"; +$a->strings["Register"] = "Nýskrá"; $a->strings["Import your profile to this friendica instance"] = ""; -$a->strings["Account"] = "Notandi"; +$a->strings["Theme settings updated."] = "Þemastillingar uppfærðar."; +$a->strings["Information"] = "Upplýsingar"; +$a->strings["Overview"] = "Yfirlit"; +$a->strings["Federation Statistics"] = "Tölfræði þjónasambands"; +$a->strings["Configuration"] = "Uppsetning"; +$a->strings["Site"] = "Vefur"; +$a->strings["Users"] = "Notendur"; +$a->strings["Addons"] = "Forritsviðbætur"; +$a->strings["Themes"] = "Þemu"; $a->strings["Additional features"] = "Viðbótareiginleikar"; -$a->strings["Display"] = ""; -$a->strings["Social Networks"] = ""; -$a->strings["Plugins"] = "Kerfiseiningar"; +$a->strings["Database"] = "Gagnagrunnur"; +$a->strings["DB updates"] = "Gagnagrunnsuppfærslur"; +$a->strings["Inspect Queue"] = ""; +$a->strings["Tools"] = "Verkfæri"; +$a->strings["Contact Blocklist"] = "Svartur listi tengiliðar"; +$a->strings["Server Blocklist"] = "Svartur listi vefþjóns"; +$a->strings["Delete Item"] = "Eyða atriði"; +$a->strings["Logs"] = "Atburðaskrá"; +$a->strings["View Logs"] = "Skoða atburðaskrár"; +$a->strings["Diagnostics"] = "Bilanagreining"; +$a->strings["PHP Info"] = "PHP-upplýsingar"; +$a->strings["probe address"] = "finna vistfang"; +$a->strings["check webfinger"] = ""; +$a->strings["Admin"] = "Stjórnandi"; +$a->strings["Addon Features"] = "Eiginleikar forritsviðbótar"; +$a->strings["User registrations waiting for confirmation"] = "Notenda nýskráningar bíða samþykkis"; +$a->strings["Administration"] = "Stjórnun"; +$a->strings["Display Terms of Service"] = ""; +$a->strings["Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page."] = ""; +$a->strings["Display Privacy Statement"] = ""; +$a->strings["Show some informations regarding the needed information to operate the node according e.g. to EU-GDPR."] = ""; +$a->strings["The Terms of Service"] = ""; +$a->strings["Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below."] = ""; +$a->strings["The blocked domain"] = ""; +$a->strings["The reason why you blocked this domain."] = ""; +$a->strings["Delete domain"] = "Eyða léni"; +$a->strings["Check to delete this entry from the blocklist"] = ""; +$a->strings["This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server."] = ""; +$a->strings["The list of blocked servers will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = ""; +$a->strings["Add new entry to block list"] = ""; +$a->strings["Server Domain"] = ""; +$a->strings["The domain of the new server to add to the block list. Do not include the protocol."] = ""; +$a->strings["Block reason"] = "Ástæða fyrir útilokun"; +$a->strings["Add Entry"] = "Bæta við færslu"; +$a->strings["Save changes to the blocklist"] = ""; +$a->strings["Current Entries in the Blocklist"] = ""; +$a->strings["Delete entry from blocklist"] = ""; +$a->strings["Delete entry from blocklist?"] = ""; +$a->strings["Server added to blocklist."] = ""; +$a->strings["Site blocklist updated."] = ""; +$a->strings["The contact has been blocked from the node"] = ""; +$a->strings["Could not find any contact entry for this URL (%s)"] = ""; +$a->strings["%s contact unblocked"] = [ + 0 => "", + 1 => "", +]; +$a->strings["Remote Contact Blocklist"] = ""; +$a->strings["This page allows you to prevent any message from a remote contact to reach your node."] = ""; +$a->strings["Block Remote Contact"] = ""; +$a->strings["select all"] = "velja alla"; +$a->strings["select none"] = "velja ekkert"; +$a->strings["No remote contact is blocked from this node."] = ""; +$a->strings["Blocked Remote Contacts"] = ""; +$a->strings["Block New Remote Contact"] = ""; +$a->strings["Photo"] = "Ljósmynd"; +$a->strings["%s total blocked contact"] = [ + 0 => "", + 1 => "", +]; +$a->strings["URL of the remote contact to block."] = ""; +$a->strings["Delete this Item"] = "Eyða þessu atriði"; +$a->strings["On this page you can delete an item from your node. If the item is a top level posting, the entire thread will be deleted."] = ""; +$a->strings["You need to know the GUID of the item. You can find it e.g. by looking at the display URL. The last part of http://example.com/display/123456 is the GUID, here 123456."] = ""; +$a->strings["GUID"] = ""; +$a->strings["The GUID of the item you want to delete."] = ""; +$a->strings["Item marked for deletion."] = "Atriði merkt til eyðingar."; +$a->strings["unknown"] = "óþekkt"; +$a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = ""; +$a->strings["The Auto Discovered Contact Directory feature is not enabled, it will improve the data displayed here."] = ""; +$a->strings["Currently this node is aware of %d nodes with %d registered users from the following platforms:"] = ""; +$a->strings["ID"] = "Auðkenni (ID)"; +$a->strings["Recipient Name"] = "Nafn viðtakanda"; +$a->strings["Recipient Profile"] = "Forsíða viðtakanda"; +$a->strings["Network"] = "Samfélag"; +$a->strings["Created"] = "Búið til"; +$a->strings["Last Tried"] = "Síðast prófað"; +$a->strings["This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently."] = ""; +$a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the command php bin/console.php dbstructure toinnodb of your Friendica installation for an automatic conversion.
"] = ""; +$a->strings["There is a new version of Friendica available for download. Your current version is %1\$s, upstream version is %2\$s"] = ""; +$a->strings["The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that might appear."] = ""; +$a->strings["The worker was never executed. Please check your database structure!"] = ""; +$a->strings["The last worker execution was on %s UTC. This is older than one hour. Please check your crontab settings."] = ""; +$a->strings["Normal Account"] = "Venjulegur notandi"; +$a->strings["Automatic Follower Account"] = ""; +$a->strings["Public Forum Account"] = ""; +$a->strings["Automatic Friend Account"] = "Verður sjálfkrafa vinur notandi"; +$a->strings["Blog Account"] = ""; +$a->strings["Private Forum Account"] = ""; +$a->strings["Message queues"] = ""; +$a->strings["Summary"] = "Samantekt"; +$a->strings["Registered users"] = "Skráðir notendur"; +$a->strings["Pending registrations"] = "Nýskráningar í bið"; +$a->strings["Version"] = "Útgáfunúmer"; +$a->strings["Active addons"] = ""; +$a->strings["Can not parse base url. Must have at least ://"] = ""; +$a->strings["Site settings updated."] = "Stillingar vefsvæðis 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["Public postings from the federated network"] = ""; +$a->strings["Public postings from local users and the federated network"] = ""; +$a->strings["Users, Global Contacts"] = ""; +$a->strings["Users, Global Contacts/fallback"] = ""; +$a->strings["One month"] = "Einn mánuður"; +$a->strings["Three months"] = "Þrír mánuðir"; +$a->strings["Half a year"] = "Hálft ár"; +$a->strings["One year"] = "Eitt ár"; +$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["Don't check"] = ""; +$a->strings["check the stable version"] = ""; +$a->strings["check the development version"] = ""; +$a->strings["Republish users to directory"] = ""; +$a->strings["File upload"] = "Hlaða upp skrá"; +$a->strings["Policies"] = "Stefna"; +$a->strings["Auto Discovered Contact Directory"] = ""; +$a->strings["Performance"] = "Afköst"; +$a->strings["Worker"] = ""; +$a->strings["Message Relay"] = ""; +$a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = ""; +$a->strings["Site name"] = "Nafn vefsvæðis"; +$a->strings["Host name"] = "Vélarheiti"; +$a->strings["Sender Email"] = "Tölvupóstfang sendanda"; +$a->strings["The email address your server shall use to send notification emails from."] = ""; +$a->strings["Banner/Logo"] = "Borði/Merki"; +$a->strings["Shortcut icon"] = "Táknmynd flýtivísunar"; +$a->strings["Link to an icon that will be used for browsers."] = ""; +$a->strings["Touch icon"] = ""; +$a->strings["Link to an icon that will be used for tablets and mobiles."] = ""; +$a->strings["Additional Info"] = "Viðbótarupplýsingar"; +$a->strings["For public servers: you can add additional information here that will be listed at %s/servers."] = ""; +$a->strings["System language"] = "Tungumál kerfis"; +$a->strings["System theme"] = "Þema kerfis"; +$a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = ""; +$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"] = "Þvinga SSL"; +$a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = ""; +$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"] = "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"] = "Stefna varðandi nýskráningar"; +$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"] = "Texti við nýskráningu"; +$a->strings["Will be displayed prominently on the registration page. You can use BBCode here."] = ""; +$a->strings["Accounts abandoned after x days"] = "Yfirgefnir notendur eftir x daga"; +$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Hættir að eyða afli í að sækja færslur á ytri vefi fyrir yfirgefna notendur. 0 þýðir notendur merkjast ekki yfirgefnir."; +$a->strings["Allowed friend domains"] = "Leyfð lén vina"; +$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = ""; +$a->strings["Allowed email domains"] = "Leyfð lén póstfangs"; +$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = ""; +$a->strings["No OEmbed rich content"] = ""; +$a->strings["Don't show the rich content (e.g. embedded PDF), except from the domains listed below."] = ""; +$a->strings["Allowed OEmbed domains"] = ""; +$a->strings["Comma separated list of domains which oembed content is allowed to be displayed. Wildcards are accepted."] = ""; +$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 URL"] = ""; +$a->strings["URL to the global directory. If this is not set, the global directory is completely unavailable to the application."] = ""; +$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."] = "Hindra opið aðgengi að viðbótum í forritavalmyndinni."; +$a->strings["Checking this box will restrict addons listed in the apps menu to members only."] = "Ef hakað er í þetta verður aðgengi að viðbótum í forritavalmyndinni takmarkað við meðlimi."; +$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"; +$a->strings["OpenID support for registration and logins."] = ""; +$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["Community pages for visitors"] = ""; +$a->strings["Which community pages should be available for visitors. Local users always see both pages."] = ""; +$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 (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = ""; +$a->strings["Only import OStatus threads from our contacts"] = ""; +$a->strings["Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system."] = ""; +$a->strings["OStatus support can only be enabled if threading is enabled."] = ""; +$a->strings["Diaspora support can't be enabled because Friendica was installed into a sub directory."] = ""; +$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"; +$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = ""; +$a->strings["Verify SSL"] = "Sannreyna SSL"; +$a->strings["If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."] = ""; +$a->strings["Proxy user"] = "Proxy notandi"; +$a->strings["Proxy URL"] = "Proxy slóð"; +$a->strings["Network timeout"] = "Net tími útrunninn"; +$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = ""; +$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["Maximum Load Average (Frontend)"] = ""; +$a->strings["Maximum system load before the frontend quits service - default 50."] = ""; +$a->strings["Minimal Memory"] = ""; +$a->strings["Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)."] = ""; +$a->strings["Maximum table size for optimization"] = ""; +$a->strings["Maximum table size (in MB) for the automatic optimization - default 100 MB. Enter -1 to disable it."] = ""; +$a->strings["Minimum level of fragmentation"] = ""; +$a->strings["Minimum fragmenation level to start the automatic optimization - default value is 30%."] = ""; +$a->strings["Periodical check of global contacts"] = ""; +$a->strings["If enabled, the global contacts are checked periodically for missing or outdated data and the vitality of the contacts and servers."] = ""; +$a->strings["Days between requery"] = ""; +$a->strings["Number of days after which a server is requeried for his contacts."] = ""; +$a->strings["Discover contacts from other servers"] = ""; +$a->strings["Periodically query other servers for contacts. You can choose between 'users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommened setting is 'Users, Global Contacts'."] = ""; +$a->strings["Timeframe for fetching global contacts"] = ""; +$a->strings["When the discovery is activated, this value defines the timeframe for the activity of the global contacts that are fetched from other servers."] = ""; +$a->strings["Search the local directory"] = ""; +$a->strings["Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated."] = ""; +$a->strings["Publish server information"] = ""; +$a->strings["If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details."] = ""; +$a->strings["Check upstream version"] = ""; +$a->strings["Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview."] = ""; +$a->strings["Suppress Tags"] = ""; +$a->strings["Suppress showing a list of hashtags at the end of the posting."] = ""; +$a->strings["Path to item cache"] = ""; +$a->strings["The item caches buffers generated bbcode and external images."] = ""; +$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["Temp path"] = ""; +$a->strings["If you have a restricted system where the webserver can't access the system temp path, enter another path here."] = ""; +$a->strings["Base path to installation"] = ""; +$a->strings["If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot."] = ""; +$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["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["Change base url for this server. Sends relocate message to all Friendica and Diaspora* contacts of all users."] = ""; +$a->strings["RINO Encryption"] = ""; +$a->strings["Encryption layer between nodes."] = ""; +$a->strings["Enabled"] = "Virkt"; +$a->strings["Maximum number of parallel workers"] = ""; +$a->strings["On shared hosters set this to 2. On larger systems, values of 10 are great. Default value is 4."] = ""; +$a->strings["Don't use 'proc_open' with the worker"] = ""; +$a->strings["Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosters. If this is enabled you should increase the frequency of worker calls in your crontab."] = ""; +$a->strings["Enable fastlane"] = ""; +$a->strings["When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."] = ""; +$a->strings["Enable frontend worker"] = ""; +$a->strings["When enabled the Worker process is triggered when backend access is performed \\x28e.g. messages being delivered\\x29. On smaller sites you might want to call %s/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server."] = ""; +$a->strings["Subscribe to relay"] = ""; +$a->strings["Enables the receiving of public posts from the relay. They will be included in the search, subscribed tags and on the global community page."] = ""; +$a->strings["Relay server"] = ""; +$a->strings["Address of the relay server where public posts should be send to. For example https://relay.diasp.org"] = ""; +$a->strings["Direct relay transfer"] = ""; +$a->strings["Enables the direct transfer to other servers without using the relay servers"] = ""; +$a->strings["Relay scope"] = ""; +$a->strings["Can be 'all' or 'tags'. 'all' means that every public post should be received. 'tags' means that only posts with selected tags should be received."] = ""; +$a->strings["all"] = "allt"; +$a->strings["tags"] = "merki"; +$a->strings["Server tags"] = ""; +$a->strings["Comma separated list of tags for the 'tags' subscription."] = ""; +$a->strings["Allow user tags"] = ""; +$a->strings["If enabled, the tags from the saved searches will used for the 'tags' subscription in addition to the 'relay_server_tags'."] = ""; +$a->strings["Update has been marked successful"] = "Uppfærsla merkt sem tókst"; +$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["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\tIf you ever want to delete your account, you can do so at %1\$s/removeme\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"] = [ + 0 => "", + 1 => "", +]; +$a->strings["%s user deleted"] = [ + 0 => "%s notanda eytt", + 1 => "%s notendum eytt", +]; +$a->strings["User '%s' deleted"] = "Notanda '%s' eytt"; +$a->strings["User '%s' unblocked"] = "Notanda '%s' gefið frelsi"; +$a->strings["User '%s' blocked"] = "Notandi '%s' settur í bann"; +$a->strings["Email"] = "Tölvupóstur"; +$a->strings["Register date"] = "Skráningardagur"; +$a->strings["Last login"] = "Síðast innskráður"; +$a->strings["Last item"] = "Síðasta atriði"; +$a->strings["Account"] = "Notandi"; +$a->strings["Add User"] = "Bæta við notanda"; +$a->strings["User registrations waiting for confirm"] = "Skráning notanda býður samþykkis"; +$a->strings["User waiting for permanent deletion"] = ""; +$a->strings["Request date"] = "Dagsetning beiðnar"; +$a->strings["No registrations."] = "Engin skráning"; +$a->strings["Note from the user"] = ""; +$a->strings["Deny"] = "Hafnað"; +$a->strings["Site admin"] = "Vefstjóri"; +$a->strings["Account expired"] = "Notandaaðgangur útrunninn"; +$a->strings["New User"] = "Nýr notandi"; +$a->strings["Deleted since"] = "Eytt síðan"; +$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"] = "Stuttnefni"; +$a->strings["Nickname of the new user."] = ""; +$a->strings["Email address of the new user."] = ""; +$a->strings["Addon %s disabled."] = ""; +$a->strings["Addon %s enabled."] = ""; +$a->strings["Disable"] = "Gera óvirkt"; +$a->strings["Enable"] = "Virkja"; +$a->strings["Toggle"] = "Skipta"; +$a->strings["Author: "] = "Höfundur:"; +$a->strings["Maintainer: "] = "Umsjónarmaður: "; +$a->strings["Reload active addons"] = ""; +$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = ""; +$a->strings["No themes found."] = "Engin þemu fundust"; +$a->strings["Screenshot"] = "Skjámynd"; +$a->strings["Reload active themes"] = ""; +$a->strings["No themes found on the system. They should be placed in %1\$s"] = ""; +$a->strings["[Experimental]"] = "[Á tilraunastigi]"; +$a->strings["[Unsupported]"] = "[Óstutt]"; +$a->strings["Log settings updated."] = "Stillingar atburðaskrár uppfærðar. "; +$a->strings["PHP log currently enabled."] = ""; +$a->strings["PHP log currently disabled."] = ""; +$a->strings["Clear"] = "Hreinsa"; +$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"; +$a->strings["PHP logging"] = ""; +$a->strings["To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = ""; +$a->strings["Error trying to open %1\$s log file.\\r\\n
Check to see if file %1\$s exist and is readable."] = ""; +$a->strings["Couldn't open %1\$s log file.\\r\\n
Check to see if file %1\$s is readable."] = ""; +$a->strings["Off"] = "Slökkt"; +$a->strings["On"] = "Kveikt"; +$a->strings["Lock feature %s"] = ""; +$a->strings["Manage Additional Features"] = ""; +$a->strings["Display"] = "Birting"; +$a->strings["Social Networks"] = "Samfélagsnet"; +$a->strings["Delegations"] = ""; $a->strings["Connected apps"] = "Tengd forrit"; $a->strings["Remove account"] = "Henda tengilið"; $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["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["The new password has been exposed in a public data dump, please choose another."] = ""; +$a->strings["Wrong password."] = "Rangt lykilorð."; $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."] = " Notaðu 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["Wrong Password"] = "Rangt lykilorð"; +$a->strings["Invalid email."] = "Ógilt tölvupóstfang."; +$a->strings["Cannot change to that email."] = ""; $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["Save Settings"] = "Vista stillingar"; $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 forrit"; +$a->strings["Edit"] = "Breyta"; $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 í kerfiseiningu uppsettar"; -$a->strings["Plugin Settings"] = "Stillingar kerfiseiningar"; -$a->strings["Off"] = ""; -$a->strings["On"] = ""; +$a->strings["No Addon settings configured"] = ""; +$a->strings["Addon Settings"] = ""; $a->strings["Additional Features"] = ""; -$a->strings["General Social Media Settings"] = ""; +$a->strings["Diaspora"] = "Diaspora"; +$a->strings["enabled"] = "kveikt"; +$a->strings["disabled"] = "slökkt"; +$a->strings["Built-in support for %s connectivity is %s"] = "Innbyggður stuðningur fyrir %s tenging er%s"; +$a->strings["GNU Social (OStatus)"] = "GNU Social (OStatus)"; +$a->strings["Email access is disabled on this site."] = "Slökkt hefur verið á tölvupóst aðgang á þessum þjón."; +$a->strings["General Social Media Settings"] = "Almennar stillingar samfélagsmiðla"; +$a->strings["Disable Content Warning"] = ""; +$a->strings["Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. This disables the automatic collapsing and sets the content warning as the post title. Doesn't affect any other content filtering you eventually set up."] = ""; $a->strings["Disable intelligent shortening"] = ""; $a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = ""; $a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = ""; @@ -1311,11 +1571,6 @@ $a->strings["Default group for OStatus contacts"] = ""; $a->strings["Your legacy GNU Social account"] = ""; $a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = ""; $a->strings["Repair OStatus subscriptions"] = ""; -$a->strings["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["GNU Social (OStatus)"] = ""; -$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:"; @@ -1328,12 +1583,14 @@ $a->strings["Email password:"] = "Lykilorð tölvupóstfangs:"; $a->strings["Reply-to address:"] = "Svarpóstfang:"; $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["%s - (Unsupported)"] = "%s - (ekki stutt)"; +$a->strings["%s - (Experimental)"] = "%s - (á tilraunastigi)"; +$a->strings["Display Settings"] = "Birtingarstillingar"; $a->strings["Display Theme:"] = "Útlits þema:"; -$a->strings["Mobile Theme:"] = ""; +$a->strings["Mobile Theme:"] = "Farsímaþema"; $a->strings["Suppress warning of insecure networks"] = ""; $a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = ""; $a->strings["Update browser every xx seconds"] = "Endurhlaða vefsíðu á xx sekúndu fresti"; @@ -1342,48 +1599,60 @@ $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["Calendar"] = ""; -$a->strings["Beginning of week:"] = ""; +$a->strings["Calendar"] = "Dagatal"; +$a->strings["Beginning of week:"] = "Upphaf viku:"; $a->strings["Don't show notices"] = ""; $a->strings["Infinite scroll"] = ""; $a->strings["Automatic updates only at the top of the network page"] = ""; +$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = ""; $a->strings["Bandwith Saver Mode"] = ""; $a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = ""; +$a->strings["Smart Threading"] = ""; +$a->strings["When enabled, suppress extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled."] = ""; $a->strings["General Theme Settings"] = ""; $a->strings["Custom Theme Settings"] = ""; -$a->strings["Content Settings"] = ""; -$a->strings["Theme settings"] = ""; -$a->strings["Account Types"] = ""; +$a->strings["Content Settings"] = "Stillingar efnis"; +$a->strings["Theme settings"] = "Þemastillingar"; +$a->strings["Unable to find your profile. Please contact your admin."] = ""; +$a->strings["Account Types"] = "Gerðir notendaaðganga"; $a->strings["Personal Page Subtypes"] = ""; $a->strings["Community Forum Subtypes"] = ""; $a->strings["Personal Page"] = ""; -$a->strings["This account is a regular personal profile"] = ""; +$a->strings["Account for a personal profile."] = ""; $a->strings["Organisation Page"] = ""; -$a->strings["This account is a profile for an organisation"] = ""; +$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = ""; $a->strings["News Page"] = ""; -$a->strings["This account is a news account/reflector"] = ""; +$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = ""; $a->strings["Community Forum"] = ""; -$a->strings["This account is a community forum where people can discuss with each other"] = ""; +$a->strings["Account for community discussions."] = ""; $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["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = ""; $a->strings["Soapbox Page"] = ""; -$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "Sjálfkrafa samþykkja allar tengibeiðnir/vinabeiðnir einungis sem les-fylgjendur"; +$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = ""; $a->strings["Public Forum"] = ""; -$a->strings["Automatically approve all contact requests"] = ""; +$a->strings["Automatically approves all contact requests."] = ""; $a->strings["Automatic Friend Page"] = ""; -$a->strings["Automatically approve all connection/friend requests as friends"] = "Sjálfkrafa samþykkja allar tengibeiðnir/vinabeiðnir sem vini"; +$a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = ""; $a->strings["Private Forum [Experimental]"] = "Einkaspjallsvæði [á tilraunastigi]"; -$a->strings["Private forum - approved members only"] = "Einkaspjallsvæði - einungis skráðir meðlimir"; +$a->strings["Requires manual approval of contact requests."] = ""; $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["Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public."] = ""; $a->strings["Publish your default profile in the global social directory?"] = "Gefa sjálfgefna forsíðu út í alheimstengiliðalista?"; +$a->strings["Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."] = ""; $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["If enabled, posting public messages to Diaspora and other networks isn't possible."] = ""; +$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = ""; +$a->strings["Hide your profile details from anonymous viewers?"] = ""; +$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Disables posting public messages to Diaspora and other networks."] = ""; $a->strings["Allow friends to post to your profile page?"] = "Leyfa vinum að deila á forsíðuna þína?"; +$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = ""; $a->strings["Allow friends to tag your posts?"] = "Leyfa vinum að merkja færslurnar þínar?"; +$a->strings["Your contacts can add additional tags to your posts."] = ""; $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["If you like, Friendica may suggest new members to add you as a contact."] = ""; $a->strings["Permit unknown people to send you private mail?"] = ""; +$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = ""; $a->strings["Profile is not published."] = "Forsíðu hefur ekki verið gefinn út."; $a->strings["Your Identity Address is '%s' or '%s'."] = ""; $a->strings["Automatically expire posts after this many days:"] = "Sjálfkrafa fyrna færslu eftir hvað marga daga:"; @@ -1398,13 +1667,14 @@ $a->strings["Only expire posts by others:"] = ""; $a->strings["Account Settings"] = "Stillingar aðgangs"; $a->strings["Password Settings"] = "Stillingar aðgangsorða"; $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["Current Password:"] = "Núverandi lykilorð:"; $a->strings["Your current password to confirm the changes"] = ""; -$a->strings["Password:"] = ""; +$a->strings["Password:"] = "Lykilorð:"; $a->strings["Basic Settings"] = "Grunnstillingar"; +$a->strings["Full Name:"] = "Fullt nafn:"; $a->strings["Email Address:"] = "Póstfang:"; $a->strings["Your Timezone:"] = "Þitt tímabelti:"; -$a->strings["Your Language:"] = ""; +$a->strings["Your Language:"] = "Tungumálið þitt:"; $a->strings["Set the language we use to show you friendica interface and to send you emails"] = ""; $a->strings["Default Post Location:"] = "Sjálfgefin staðsetning færslu:"; $a->strings["Use Browser Location:"] = "Nota vafra staðsetningu:"; @@ -1435,611 +1705,414 @@ $a->strings["Activate desktop notifications"] = ""; $a->strings["Show desktop popup on new notifications"] = ""; $a->strings["Text-only notification emails"] = ""; $a->strings["Send text only notification emails, without the html part"] = ""; +$a->strings["Show detailled notifications"] = ""; +$a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = ""; $a->strings["Advanced Account/Page Type Settings"] = ""; $a->strings["Change the behaviour of this account for special situations"] = ""; $a->strings["Relocate"] = ""; $a->strings["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["Do you really want to delete this video?"] = ""; -$a->strings["Delete Video"] = ""; -$a->strings["No videos selected"] = ""; -$a->strings["Recent Videos"] = ""; -$a->strings["Upload New Videos"] = ""; -$a->strings["Invalid request."] = "Ógild fyrirspurn."; -$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = ""; -$a->strings["Or - did you try to upload an empty file?"] = ""; -$a->strings["File exceeds size limit of %s"] = ""; -$a->strings["File upload failed."] = "Skráar upphlöðun mistókst."; -$a->strings["Theme settings updated."] = "Þemastillingar uppfærðar."; -$a->strings["Site"] = "Vefur"; -$a->strings["Users"] = "Notendur"; -$a->strings["Themes"] = "Þemu"; -$a->strings["DB updates"] = "Gagnagrunnsuppfærslur"; -$a->strings["Inspect Queue"] = ""; -$a->strings["Federation Statistics"] = ""; -$a->strings["Logs"] = "Atburðaskrá"; -$a->strings["View Logs"] = "Skoða atburðaskrár"; -$a->strings["probe address"] = ""; -$a->strings["check webfinger"] = ""; -$a->strings["Plugin Features"] = "Eiginleikar kerfiseiningar"; -$a->strings["diagnostics"] = "greining"; -$a->strings["User registrations waiting for confirmation"] = "Notenda nýskráningar bíða samþykkis"; -$a->strings["unknown"] = ""; -$a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = ""; -$a->strings["The Auto Discovered Contact Directory feature is not enabled, it will improve the data displayed here."] = ""; -$a->strings["Administration"] = "Stjórnun"; -$a->strings["Currently this node is aware of %d nodes from the following platforms:"] = ""; -$a->strings["ID"] = ""; -$a->strings["Recipient Name"] = "Nafn viðtakanda"; -$a->strings["Recipient Profile"] = "Forsíða viðtakanda"; -$a->strings["Created"] = "Búið til"; -$a->strings["Last Tried"] = "Síðast prófað"; -$a->strings["This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently."] = ""; -$a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the convert_innodb.sql in the /util directory of your Friendica installation.
"] = ""; -$a->strings["You are using a MySQL version which does not support all features that Friendica uses. You should consider switching to MariaDB."] = ""; -$a->strings["Normal Account"] = "Venjulegur notandi"; -$a->strings["Soapbox Account"] = "Sápukassa notandi"; -$a->strings["Community/Celebrity Account"] = "Hópa-/Stjörnusíða"; -$a->strings["Automatic Friend Account"] = "Verður sjálfkrafa vinur notandi"; -$a->strings["Blog Account"] = ""; -$a->strings["Private Forum"] = "Einkaspjallsvæði"; -$a->strings["Message queues"] = ""; -$a->strings["Summary"] = "Samantekt"; -$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 kerfiseiningar"; -$a->strings["Can not parse base url. Must have at least ://"] = ""; -$a->strings["RINO2 needs mcrypt php extension to work."] = ""; -$a->strings["Site settings updated."] = "Stillingar vefsvæðis uppfærðar."; -$a->strings["No community page"] = ""; -$a->strings["Public postings from users of this site"] = ""; -$a->strings["Global community page"] = ""; -$a->strings["Never"] = "aldrei"; -$a->strings["At post arrival"] = ""; -$a->strings["Disabled"] = "Slökkt"; -$a->strings["Users, Global Contacts"] = ""; -$a->strings["Users, Global Contacts/fallback"] = ""; -$a->strings["One month"] = "Einn mánuður"; -$a->strings["Three months"] = "Þrír mánuðir"; -$a->strings["Half a year"] = "Hálft ár"; -$a->strings["One year"] = "Eitt ár"; -$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["File upload"] = "Hlaða upp skrá"; -$a->strings["Policies"] = "Stefna"; -$a->strings["Auto Discovered Contact Directory"] = ""; -$a->strings["Performance"] = "Afköst"; -$a->strings["Worker"] = ""; -$a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = ""; -$a->strings["Site name"] = "Nafn síðu"; -$a->strings["Host name"] = "Vélarheiti"; -$a->strings["Sender Email"] = "Tölvupóstfang sendanda"; -$a->strings["The email address your server shall use to send notification emails from."] = ""; -$a->strings["Banner/Logo"] = "Borði/Merki"; -$a->strings["Shortcut icon"] = "Táknmynd flýtivísunar"; -$a->strings["Link to an icon that will be used for browsers."] = ""; -$a->strings["Touch icon"] = ""; -$a->strings["Link to an icon that will be used for tablets and mobiles."] = ""; -$a->strings["Additional Info"] = ""; -$a->strings["For public servers: you can add additional information here that will be listed at %s/siteinfo."] = ""; -$a->strings["System language"] = "Tungumál kerfis"; -$a->strings["System theme"] = "Þema kerfis"; -$a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = ""; -$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"] = "Þvinga 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"] = "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"] = "Stefna varðandi nýskráningar"; -$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"] = "Texti við nýskráningu"; -$a->strings["Will be displayed prominently on the registration page."] = ""; -$a->strings["Accounts abandoned after x days"] = "Yfirgefnir notendur eftir x daga"; -$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Hættir að eyða afli í að sækja færslur á ytri vefi fyrir yfirgefna notendur. 0 þýðir notendur merkjast ekki yfirgefnir."; -$a->strings["Allowed friend domains"] = "Leyfð lén vina"; -$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = ""; -$a->strings["Allowed email domains"] = "Leyfð lén póstfangs"; -$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = ""; -$a->strings["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 URL"] = ""; -$a->strings["URL to 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."] = "Hindra opið aðgengi að viðbótum í forritavalmyndinni."; -$a->strings["Checking this box will restrict addons listed in the apps menu to members only."] = "Ef hakað er í þetta verður aðgengi að viðbótum í forritavalmyndinni takmarkað við meðlimi."; -$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"; -$a->strings["OpenID support for registration and logins."] = ""; -$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["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 (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["Only import OStatus threads from our contacts"] = ""; -$a->strings["Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system."] = ""; -$a->strings["OStatus support can only be enabled if threading is enabled."] = ""; -$a->strings["Diaspora support can't be enabled because Friendica was installed into a sub directory."] = ""; -$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"; -$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = ""; -$a->strings["Verify SSL"] = "Sannreyna SSL"; -$a->strings["If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."] = ""; -$a->strings["Proxy user"] = "Proxy notandi"; -$a->strings["Proxy URL"] = "Proxy slóð"; -$a->strings["Network timeout"] = "Net tími útrunninn"; -$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = ""; -$a->strings["Delivery interval"] = ""; -$a->strings["Delay background delivery processes by this many seconds to reduce system load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 for large dedicated servers."] = ""; -$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["Maximum Load Average (Frontend)"] = ""; -$a->strings["Maximum system load before the frontend quits service - default 50."] = ""; -$a->strings["Maximum table size for optimization"] = ""; -$a->strings["Maximum table size (in MB) for the automatic optimization - default 100 MB. Enter -1 to disable it."] = ""; -$a->strings["Minimum level of fragmentation"] = ""; -$a->strings["Minimum fragmenation level to start the automatic optimization - default value is 30%."] = ""; -$a->strings["Periodical check of global contacts"] = ""; -$a->strings["If enabled, the global contacts are checked periodically for missing or outdated data and the vitality of the contacts and servers."] = ""; -$a->strings["Days between requery"] = ""; -$a->strings["Number of days after which a server is requeried for his contacts."] = ""; -$a->strings["Discover contacts from other servers"] = ""; -$a->strings["Periodically query other servers for contacts. You can choose between 'users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommened setting is 'Users, Global Contacts'."] = ""; -$a->strings["Timeframe for fetching global contacts"] = ""; -$a->strings["When the discovery is activated, this value defines the timeframe for the activity of the global contacts that are fetched from other servers."] = ""; -$a->strings["Search the local directory"] = ""; -$a->strings["Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated."] = ""; -$a->strings["Publish server information"] = ""; -$a->strings["If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details."] = ""; -$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["The item caches buffers generated bbcode and external images."] = ""; -$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["The lock file is used to avoid multiple pollers at one time. Only define a folder here."] = ""; -$a->strings["Temp path"] = ""; -$a->strings["If you have a restricted system where the webserver can't access the system temp path, enter another path here."] = ""; -$a->strings["Base path to installation"] = ""; -$a->strings["If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot."] = ""; -$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["Change base url for this server. Sends relocate message to all DFRN contacts of all users."] = ""; -$a->strings["RINO Encryption"] = ""; -$a->strings["Encryption layer between nodes."] = ""; -$a->strings["Embedly API key"] = ""; -$a->strings["Embedly is used to fetch additional data for web pages. This is an optional parameter."] = ""; -$a->strings["Enable 'worker' background processing"] = ""; -$a->strings["The worker background processing limits the number of parallel background jobs to a maximum number and respects the system load."] = ""; -$a->strings["Maximum number of parallel workers"] = ""; -$a->strings["On shared hosters set this to 2. On larger systems, values of 10 are great. Default value is 4."] = ""; -$a->strings["Don't use 'proc_open' with the worker"] = ""; -$a->strings["Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosters. If this is enabled you should increase the frequency of poller calls in your crontab."] = ""; -$a->strings["Enable fastlane"] = ""; -$a->strings["When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."] = ""; -$a->strings["Enable frontend worker"] = ""; -$a->strings["When enabled the Worker process is triggered when backend access is performed (e.g. messages being delivered). On smaller sites you might want to call yourdomain.tld/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server. The worker background process needs to be activated for this."] = ""; -$a->strings["Update has been marked successful"] = "Uppfærsla merkt sem tókst"; -$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["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["%s user blocked/unblocked"] = [ +$a->strings["Error decoding account file"] = ""; +$a->strings["Error! No version data in file! This is not a Friendica account file?"] = ""; +$a->strings["User '%s' already exists on this server!"] = ""; +$a->strings["User creation error"] = ""; +$a->strings["User profile creation error"] = ""; +$a->strings["%d contact not imported"] = [ 0 => "", 1 => "", ]; -$a->strings["%s user deleted"] = [ - 0 => "%s notenda eytt", - 1 => "%s notendum eytt", +$a->strings["Done. You can now login with your username and password"] = ""; +$a->strings["System"] = "Kerfi"; +$a->strings["Home"] = "Heim"; +$a->strings["Introductions"] = "Kynningar"; +$a->strings["%s commented on %s's post"] = "%s athugasemd við %s's færslu"; +$a->strings["%s created a new post"] = "%s bjó til færslu"; +$a->strings["%s liked %s's post"] = "%s líkaði færsla hjá %s"; +$a->strings["%s disliked %s's post"] = "%s mislíkaði færsla hjá %s"; +$a->strings["%s is attending %s's event"] = ""; +$a->strings["%s is not attending %s's event"] = ""; +$a->strings["%s may attend %s's event"] = ""; +$a->strings["%s is now friends with %s"] = "%s er nú vinur %s"; +$a->strings["Friend Suggestion"] = "Vina tillaga"; +$a->strings["Friend/Connect Request"] = "Vinabeiðni/Tengibeiðni"; +$a->strings["New Follower"] = "Nýr fylgjandi"; +$a->strings["Post to Email"] = "Senda skilaboð á tölvupóst"; +$a->strings["Hide your profile details from unknown viewers?"] = "Fela forsíðuupplýsingar fyrir óþekktum?"; +$a->strings["Connectors disabled, since \"%s\" is enabled."] = ""; +$a->strings["Visible to everybody"] = "Sjáanlegt öllum"; +$a->strings["show"] = "sýna"; +$a->strings["don't show"] = "fela"; +$a->strings["Close"] = "Loka"; +$a->strings["Birthday:"] = "Afmælisdagur:"; +$a->strings["YYYY-MM-DD or MM-DD"] = "ÁÁÁÁ-MM-DD eða MM-DD"; +$a->strings["never"] = "aldrei"; +$a->strings["less than a second ago"] = "fyrir minna en sekúndu"; +$a->strings["year"] = "ár"; +$a->strings["years"] = "ár"; +$a->strings["months"] = "mánuðir"; +$a->strings["weeks"] = "vikur"; +$a->strings["days"] = "dagar"; +$a->strings["hour"] = "klukkustund"; +$a->strings["hours"] = "klukkustundir"; +$a->strings["minute"] = "mínúta"; +$a->strings["minutes"] = "mínútur"; +$a->strings["second"] = "sekúnda"; +$a->strings["seconds"] = "sekúndur"; +$a->strings["%1\$d %2\$s ago"] = "Fyrir %1\$d %2\$s síðan"; +$a->strings["view full size"] = "Skoða í fullri stærð"; +$a->strings["Image/photo"] = "Mynd"; +$a->strings["%2\$s %3\$s"] = "%2\$s %3\$s"; +$a->strings["$1 wrote:"] = "$1 skrifaði:"; +$a->strings["Encrypted content"] = "Dulritað efni"; +$a->strings["Invalid source protocol"] = ""; +$a->strings["Invalid link protocol"] = ""; +$a->strings["External link to forum"] = "Ytri tengill á spjallsvæði"; +$a->strings["Nothing new here"] = "Ekkert nýtt hér"; +$a->strings["Clear notifications"] = "Hreinsa tilkynningar"; +$a->strings["Logout"] = "Útskráning"; +$a->strings["End this session"] = "Loka þessu innliti"; +$a->strings["Your posts and conversations"] = "Samtölin þín"; +$a->strings["Your profile page"] = "Forsíðan þín"; +$a->strings["Your photos"] = "Myndirnar þínar"; +$a->strings["Videos"] = "Myndskeið"; +$a->strings["Your videos"] = "Myndskeiðin þín"; +$a->strings["Your events"] = "Atburðirnir þínir"; +$a->strings["Personal notes"] = "Einkaglósur"; +$a->strings["Your personal notes"] = "Einkaglósurnar þínar"; +$a->strings["Sign in"] = "Innskrá"; +$a->strings["Home Page"] = "Heimasíða"; +$a->strings["Create an account"] = "Stofna notanda"; +$a->strings["Help and documentation"] = "Hjálp og leiðbeiningar"; +$a->strings["Apps"] = "Forrit"; +$a->strings["Addon applications, utilities, games"] = "Viðbótarforrit, nytjatól, leikir"; +$a->strings["Search site content"] = "Leita í efni á vef"; +$a->strings["Community"] = "Samfélag"; +$a->strings["Conversations on this and other servers"] = ""; +$a->strings["Events and Calendar"] = "Atburðir og dagskrá"; +$a->strings["Directory"] = "Mappa"; +$a->strings["People directory"] = "Nafnaskrá"; +$a->strings["Information about this friendica instance"] = "Upplýsingar um þetta tilvik Friendica"; +$a->strings["Conversations from your friends"] = "Samtöl frá vinum"; +$a->strings["Network Reset"] = "Núllstilling netkerfis"; +$a->strings["Load Network page with no filters"] = ""; +$a->strings["Friend Requests"] = "Vinabeiðnir"; +$a->strings["See all notifications"] = "Sjá allar tilkynningar"; +$a->strings["Mark all system notifications seen"] = "Merkja allar tilkynningar sem séðar"; +$a->strings["Private mail"] = "Einka skilaboð"; +$a->strings["Inbox"] = "Innhólf"; +$a->strings["Outbox"] = "Úthólf"; +$a->strings["Manage"] = "Umsýsla"; +$a->strings["Manage other pages"] = "Sýsla með aðrar síður"; +$a->strings["Account settings"] = "Stillingar aðgangsreiknings"; +$a->strings["Profiles"] = "Forsíður"; +$a->strings["Manage/Edit Profiles"] = "Sýsla með forsíður"; +$a->strings["Manage/edit friends and contacts"] = "Sýsla með vini og tengiliði"; +$a->strings["Site setup and configuration"] = "Uppsetning og stillingar vefsvæðis"; +$a->strings["Navigation"] = "Yfirsýn"; +$a->strings["Site map"] = "Yfirlit um vefsvæði"; +$a->strings["Embedding disabled"] = "Innfelling ekki leyfð"; +$a->strings["Embedded content"] = "Innbyggt efni"; +$a->strings["Export"] = "Flytja út"; +$a->strings["Export calendar as ical"] = "Flytja dagatal út sem ICAL"; +$a->strings["Export calendar as csv"] = "Flytja dagatal út sem CSV"; +$a->strings["General Features"] = "Almennir eiginleikar"; +$a->strings["Multiple Profiles"] = ""; +$a->strings["Ability to create multiple profiles"] = ""; +$a->strings["Photo Location"] = "Staðsetning ljósmyndar"; +$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = ""; +$a->strings["Export Public Calendar"] = "Flytja út opinbert dagatal"; +$a->strings["Ability for visitors to download the public calendar"] = ""; +$a->strings["Post Composition Features"] = ""; +$a->strings["Post Preview"] = ""; +$a->strings["Allow previewing posts and comments before publishing them"] = ""; +$a->strings["Auto-mention Forums"] = ""; +$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = ""; +$a->strings["Network Sidebar Widgets"] = ""; +$a->strings["Search by Date"] = "Leita eftir dagsetningu"; +$a->strings["Ability to select posts by date ranges"] = ""; +$a->strings["List Forums"] = "Spjallsvæðalistar"; +$a->strings["Enable widget to display the forums your are connected with"] = ""; +$a->strings["Group Filter"] = ""; +$a->strings["Enable widget to display Network posts only from selected group"] = ""; +$a->strings["Network Filter"] = ""; +$a->strings["Enable widget to display Network posts only from selected network"] = ""; +$a->strings["Save search terms for re-use"] = ""; +$a->strings["Network Tabs"] = ""; +$a->strings["Network Personal Tab"] = ""; +$a->strings["Enable tab to display only Network posts that you've interacted on"] = ""; +$a->strings["Network New Tab"] = ""; +$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = ""; +$a->strings["Network Shared Links Tab"] = ""; +$a->strings["Enable tab to display only Network posts with links in them"] = ""; +$a->strings["Post/Comment Tools"] = ""; +$a->strings["Multiple Deletion"] = ""; +$a->strings["Select and delete multiple posts/comments at once"] = ""; +$a->strings["Edit Sent Posts"] = ""; +$a->strings["Edit and correct posts and comments after sending"] = ""; +$a->strings["Tagging"] = ""; +$a->strings["Ability to tag existing posts"] = ""; +$a->strings["Post Categories"] = ""; +$a->strings["Add categories to your posts"] = ""; +$a->strings["Saved Folders"] = "Vistaðar möppur"; +$a->strings["Ability to file posts under folders"] = ""; +$a->strings["Dislike Posts"] = ""; +$a->strings["Ability to dislike posts/comments"] = ""; +$a->strings["Star Posts"] = ""; +$a->strings["Ability to mark special posts with a star indicator"] = ""; +$a->strings["Mute Post Notifications"] = ""; +$a->strings["Ability to mute notifications for a thread"] = ""; +$a->strings["Advanced Profile Settings"] = ""; +$a->strings["Show visitors public community forums at the Advanced Profile Page"] = ""; +$a->strings["Tag Cloud"] = ""; +$a->strings["Provide a personal tag cloud on your profile page"] = ""; +$a->strings["Display Membership Date"] = ""; +$a->strings["Display membership date in profile"] = ""; +$a->strings["Add New Contact"] = "Bæta við tengilið"; +$a->strings["Enter address or web location"] = "Settu inn slóð"; +$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Dæmi: gudmundur@simnet.is, http://simnet.is/gudmundur"; +$a->strings["%d invitation available"] = [ + 0 => "%d boðskort í boði", + 1 => "%d boðskort í boði", ]; -$a->strings["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["Register date"] = "Skráningar dagsetning"; -$a->strings["Last login"] = "Síðast innskráður"; -$a->strings["Last item"] = "Síðasta"; -$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["No registrations."] = "Engin skráning"; -$a->strings["Note from the user"] = ""; -$a->strings["Deny"] = "Hafnað"; -$a->strings["Block"] = "Banna"; -$a->strings["Unblock"] = "Afbanna"; -$a->strings["Site admin"] = "Vefstjóri"; -$a->strings["Account expired"] = ""; -$a->strings["New User"] = ""; -$a->strings["Deleted since"] = ""; -$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."] = "Kerfiseining %s óvirk."; -$a->strings["Plugin %s enabled."] = "Kveikt á kerfiseiningu %s"; -$a->strings["Disable"] = "Slökkva"; -$a->strings["Enable"] = "Kveikja"; -$a->strings["Toggle"] = "Skipta"; -$a->strings["Author: "] = "Höfundur:"; -$a->strings["Maintainer: "] = ""; -$a->strings["Reload active plugins"] = "Endurhlaða virkar kerfiseiningar"; -$a->strings["There are currently no plugins available on your node. You can find the official plugin repository at %1\$s and might find other interesting plugins in the open plugin registry at %2\$s"] = ""; -$a->strings["No themes found."] = "Engin þemu fundust"; -$a->strings["Screenshot"] = "Skjámynd"; -$a->strings["Reload active themes"] = ""; -$a->strings["No themes found on the system. They should be paced in %1\$s"] = ""; -$a->strings["[Experimental]"] = "[Tilraun]"; -$a->strings["[Unsupported]"] = "[Óstudd]"; -$a->strings["Log settings updated."] = "Stillingar atburðaskrár uppfærðar. "; -$a->strings["PHP log currently enabled."] = ""; -$a->strings["PHP log currently disabled."] = ""; -$a->strings["Clear"] = "Hreinsa"; -$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"; -$a->strings["PHP logging"] = ""; -$a->strings["To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = ""; -$a->strings["Lock feature %s"] = ""; -$a->strings["Manage Additional Features"] = ""; -$a->strings["%d contact edited."] = [ - 0 => "", - 1 => "", +$a->strings["Find People"] = "Finna fólk"; +$a->strings["Enter name or interest"] = "Settu inn nafn eða áhugamál"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Dæmi: Jón Jónsson, Veiði"; +$a->strings["Similar Interests"] = "Svipuð áhugamál"; +$a->strings["Random Profile"] = ""; +$a->strings["Invite Friends"] = "Bjóða vinum aðgang"; +$a->strings["View Global Directory"] = ""; +$a->strings["Networks"] = "Net"; +$a->strings["All Networks"] = "Öll net"; +$a->strings["Everything"] = "Allt"; +$a->strings["Categories"] = "Flokkar"; +$a->strings["%d contact in common"] = [ + 0 => "%d tengiliður sameiginlegur", + 1 => "%d tengiliðir sameiginlegir", ]; -$a->strings["Could not access contact record."] = "Tókst ekki að ná í uppl. um tengilið"; -$a->strings["Could not locate selected profile."] = "Tókst ekki að staðsetja valinn forsíðu"; -$a->strings["Contact updated."] = "Tengiliður uppfærður"; -$a->strings["Failed to update contact record."] = "Ekki tókst að uppfæra tengiliðs skrá."; -$a->strings["Contact has been blocked"] = "Lokað á tengilið"; -$a->strings["Contact has been unblocked"] = "Opnað á tengilið"; -$a->strings["Contact has been ignored"] = "Tengiliður hunsaður"; -$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["Drop contact"] = ""; -$a->strings["Do you really want to delete this contact?"] = "Viltu í alvörunni eyða þessum tengilið?"; -$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["(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["Communications lost with this contact!"] = ""; -$a->strings["Fetch further information for feeds"] = "Ná í ítarlegri upplýsingar um fréttaveitur"; -$a->strings["Fetch information"] = ""; -$a->strings["Fetch information and keywords"] = ""; -$a->strings["Contact"] = ""; -$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["Block/Unblock contact"] = "útiloka/opna á tengilið"; -$a->strings["Ignore contact"] = "Hunsa tengilið"; -$a->strings["Repair URL settings"] = "Gera við stillingar á slóðum"; -$a->strings["View conversations"] = "Skoða samtöl"; -$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["Unignore"] = "Byrja að fylgjast með á ný"; -$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 may still be visible"] = "Svör eða \"líkar við\" á opinberar færslur þínar geta mögulega verið sýnileg öðrum"; -$a->strings["Notification for new posts"] = ""; -$a->strings["Send a notification of every new post of this contact"] = ""; -$a->strings["Blacklisted keywords"] = ""; -$a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = ""; -$a->strings["Actions"] = ""; -$a->strings["Contact Settings"] = ""; -$a->strings["Suggestions"] = "Uppástungur"; -$a->strings["Suggest potential friends"] = ""; -$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["Search your contacts"] = "Leita í þínum vinum"; -$a->strings["Archive"] = "Setja í geymslu"; -$a->strings["Unarchive"] = "Taka úr geymslu"; -$a->strings["Batch Actions"] = ""; -$a->strings["View all contacts"] = "Skoða alla tengiliði"; -$a->strings["View all common friends"] = ""; -$a->strings["Advanced Contact Settings"] = ""; -$a->strings["Mutual Friendship"] = "Sameiginlegur vinskapur"; -$a->strings["is a fan of yours"] = "er fylgjandi þinn"; -$a->strings["you are a fan of"] = "þú er fylgjandi"; -$a->strings["Toggle Blocked status"] = ""; -$a->strings["Toggle Ignored status"] = ""; -$a->strings["Toggle Archive status"] = ""; -$a->strings["Delete contact"] = "Eyða tengilið"; -$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. Bíddu aðeins og reyndu svo aftur."; -$a->strings["Introduction failed or was revoked."] = "Kynning mistókst eða var afturkölluð."; -$a->strings["Unable to set contact photo."] = "Ekki tókst að setja tengiliðamynd."; -$a->strings["No user record found for '%s' "] = "Engin notandafærsla fannst fyrir '%s'"; -$a->strings["Our site encryption key is apparently messed up."] = "Dulkóðunnar lykill síðunnar okker er í döðlu."; -$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Tómt slóð var uppgefin eða ekki okkur tókst ekki að afkóða slóð."; -$a->strings["Contact record was not found for you on our site."] = "Tengiliðafærslan þín fannst ekki á þjóninum okkar."; -$a->strings["Site public key not available in contact record for URL %s."] = "Opinber lykill er ekki til í tengiliðafærslu fyrir slóð %s."; -$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "Skilríkið sem þjónninn þinn gaf upp er þegar afritað á okkar þjón. Þetta ætti að virka ef þú bara reynir aftur."; -$a->strings["Unable to set your contact credentials on our system."] = "Ekki tókst að setja tengiliða skilríkið þitt upp á þjóninum okkar."; -$a->strings["Unable to update your contact profile details on our system"] = "Ekki tókst að uppfæra tengiliða skilríkis upplýsingarnar á okkar þjón"; -$a->strings["%1\$s has joined %2\$s"] = "%1\$s hefur gengið til liðs við %2\$s"; -$a->strings["This introduction has already been accepted."] = "Þessi kynning hefur þegar verið samþykkt."; -$a->strings["Profile location is not valid or does not contain profile information."] = "Forsíðu slóð er ekki í lagi eða inniheldur ekki forsíðu upplýsingum."; -$a->strings["Warning: profile location has no identifiable owner name."] = "Aðvörun: forsíðu staðsetning hefur ekki aðgreinanlegt eigendanafn."; -$a->strings["Warning: profile location has no profile photo."] = "Aðvörun: forsíðu slóð hefur ekki forsíðu mynd."; -$a->strings["%d required parameter was not found at the given location"] = [ - 0 => "%d skilyrt breyta fannst ekki á uppgefinni staðsetningu", - 1 => "%d skilyrtar breytur fundust ekki á uppgefninni staðsetningu", +$a->strings["Frequently"] = "Oft"; +$a->strings["Hourly"] = "Á klukkustundar fresti"; +$a->strings["Twice daily"] = "Tvisvar á dag"; +$a->strings["Daily"] = "Daglega"; +$a->strings["Weekly"] = "Vikulega"; +$a->strings["Monthly"] = "Mánaðarlega"; +$a->strings["OStatus"] = ""; +$a->strings["RSS/Atom"] = "RSS / Atom"; +$a->strings["Facebook"] = "Facebook"; +$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"] = "Diaspora tenging"; +$a->strings["GNU Social Connector"] = "GNU Social tenging"; +$a->strings["pnut"] = "pnut"; +$a->strings["App.net"] = "App.net"; +$a->strings["Male"] = "Karl"; +$a->strings["Female"] = "Kona"; +$a->strings["Currently Male"] = "Karlkyns í augnablikinu"; +$a->strings["Currently Female"] = "Kvenkyns í augnablikinu"; +$a->strings["Mostly Male"] = "Aðallega karlkyns"; +$a->strings["Mostly Female"] = "Aðallega kvenkyns"; +$a->strings["Transgender"] = "Kyngervingur (trans)"; +$a->strings["Intersex"] = "Hvorugkyn"; +$a->strings["Transsexual"] = "Kynskiptingur"; +$a->strings["Hermaphrodite"] = "Tvíkynja"; +$a->strings["Neuter"] = "Kynlaus"; +$a->strings["Non-specific"] = "Ekki ákveðið"; +$a->strings["Other"] = "Annað"; +$a->strings["Males"] = "Karlar"; +$a->strings["Females"] = "Konur"; +$a->strings["Gay"] = "Hommi"; +$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"] = "Gift/ur í huganum"; +$a->strings["Partners"] = "Félagar"; +$a->strings["Cohabiting"] = "Í sambúð"; +$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"] = "Fráskilin/n í huganum"; +$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["There are no tables on MyISAM."] = ""; +$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = ""; +$a->strings["The error message is\n[pre]%s[/pre]"] = ""; +$a->strings["\nError %d occurred during database update:\n%s\n"] = ""; +$a->strings["Errors encountered performing database changes: "] = ""; +$a->strings[": Database update"] = ""; +$a->strings["%s: updating %s table."] = ""; +$a->strings["[no subject]"] = "[ekkert efni]"; +$a->strings["Requested account is not available."] = "Umbeðin forsíða er ekki til."; +$a->strings["Edit profile"] = "Breyta forsíðu"; +$a->strings["Atom feed"] = "Atom fréttaveita"; +$a->strings["Manage/edit profiles"] = "Sýsla með forsíður"; +$a->strings["g A l F d"] = "g A l F d"; +$a->strings["F d"] = "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["Member since:"] = "Meðlimur síðan:"; +$a->strings["j F, Y"] = "j F, Y"; +$a->strings["j F"] = "j F"; +$a->strings["Age:"] = "Aldur:"; +$a->strings["for %1\$d %2\$s"] = "fyrir %1\$d %2\$s"; +$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["Forums:"] = "Spjallsvæði:"; +$a->strings["Only You Can See This"] = "Aðeins þú sérð þetta"; +$a->strings["%1\$s is attending %2\$s's %3\$s"] = ""; +$a->strings["%1\$s is not attending %2\$s's %3\$s"] = ""; +$a->strings["%1\$s may attend %2\$s's %3\$s"] = ""; +$a->strings["A deleted group with this name was revived. Existing item permissions may 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 geta mögulega farið á hópinn og framtíðar meðlimir. Ef þetta er ekki það sem þú vilt, þá þarftu að búa til nýjan hóp með öðru nafni."; +$a->strings["Default privacy group for new contacts"] = ""; +$a->strings["Everybody"] = "Allir"; +$a->strings["edit"] = "breyta"; +$a->strings["Edit group"] = "Breyta hóp"; +$a->strings["Contacts not in any group"] = "Tengiliðir ekki í neinum hópum"; +$a->strings["Create a new group"] = "Stofna nýjan hóp"; +$a->strings["Edit groups"] = "Breyta hópum"; +$a->strings["Drop Contact"] = "Henda tengilið"; +$a->strings["Organisation"] = ""; +$a->strings["News"] = "Fréttir"; +$a->strings["Forum"] = "Spjallsvæði"; +$a->strings["Connect URL missing."] = "Tengislóð vantar."; +$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = ""; +$a->strings["This site is not configured to allow communications with other networks."] = "Þessi vefur er ekki uppsettur til að leyfa samskipti við önnur samfélagsnet."; +$a->strings["No compatible communication protocols or feeds were discovered."] = "Engir samhæfðir samskiptastaðlar né fréttastraumar fundust."; +$a->strings["The profile address specified does not provide adequate information."] = "Uppgefin forsíðuslóð inniheldur ekki nægilegar upplýsingar."; +$a->strings["An author or name was not found."] = "Höfundur eða nafn fannst ekki."; +$a->strings["No browser URL could be matched to this address."] = "Engin vefslóð passaði við þetta vistfang."; +$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = ""; +$a->strings["Use mailto: in front of address to force email check."] = ""; +$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "Þessi forsíðu slóð tilheyrir neti sem er bannað á þessum vef."; +$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Takmörkuð forsíða. Þessi tengiliður mun ekki getað tekið á móti beinum/einka tilkynningum frá þér."; +$a->strings["Unable to retrieve contact information."] = "Ekki hægt að sækja tengiliðs upplýsingar."; +$a->strings["%s's birthday"] = "Afmælisdagur %s"; +$a->strings["Happy Birthday %s"] = "Til hamingju með afmælið %s"; +$a->strings["Starts:"] = "Byrjar:"; +$a->strings["Finishes:"] = "Endar:"; +$a->strings["all-day"] = "allan-daginn"; +$a->strings["Jun"] = "Jún"; +$a->strings["Sept"] = "Sept"; +$a->strings["No events to display"] = "Engir atburðir til að birta"; +$a->strings["l, F j"] = "l, F j"; +$a->strings["Edit event"] = "Breyta atburð"; +$a->strings["Duplicate event"] = "Tvítaka atburð"; +$a->strings["Delete event"] = "Eyða atburði"; +$a->strings["D g:i A"] = "D g:i A"; +$a->strings["g:i A"] = "g:i A"; +$a->strings["Show map"] = "Birta kort"; +$a->strings["Hide map"] = ""; +$a->strings["Login failed"] = "Innskráning mistókst"; +$a->strings["Not enough information to authenticate"] = ""; +$a->strings["An invitation is required."] = "Boðskort er skilyrði."; +$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["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:"] = "Villumeldingin var:"; +$a->strings["Please enter the required information."] = "Settu inn umbeðnar upplýsingar."; +$a->strings["Please use a shorter name."] = "Notaðu 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 tækt tölvupó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 _."] = ""; +$a->strings["Nickname is already registered. Please choose another."] = "Gælunafn þegar skráð. Veldu annað."; +$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "VERULEGA ALVARLEG VILLA: Stofnun á öryggislyklum tókst ekki."; +$a->strings["An error occurred during registration. Please try again."] = "Villa kom upp við nýskráningu. Reyndu aftur."; +$a->strings["default"] = "sjálfgefið"; +$a->strings["An error occurred creating your default profile. Please try again."] = "Villa kom upp við að stofna sjálfgefna forsíðu. Vinnsamlegast reyndu aftur."; +$a->strings["An error occurred creating your self contact. Please try again."] = ""; +$a->strings["An error occurred creating your default contact group. Please try again."] = ""; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\t\t"] = ""; +$a->strings["Registration at %s"] = ""; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t"] = ""; +$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s."] = ""; +$a->strings["%s is now following %s."] = "%s fylgist núna með %s."; +$a->strings["following"] = "fylgist með"; +$a->strings["%s stopped following %s."] = ""; +$a->strings["stopped following"] = "hætt að fylgja"; +$a->strings["%s\\'s birthday"] = "Afmælisdagur %s"; +$a->strings["Sharing notification from Diaspora network"] = "Tilkynning um að einhver deildi atriði á Diaspora netinu"; +$a->strings["Attachments:"] = "Viðhengi:"; +$a->strings["(no subject)"] = "(ekkert efni)"; +$a->strings["This entry was edited"] = ""; +$a->strings["save to folder"] = "vista í möppu"; +$a->strings["I will attend"] = ""; +$a->strings["I will not attend"] = ""; +$a->strings["I might attend"] = ""; +$a->strings["add star"] = "bæta við stjörnu"; +$a->strings["remove star"] = "eyða stjörnu"; +$a->strings["toggle star status"] = "Kveikja/slökkva á stjörnu"; +$a->strings["starred"] = "stjörnumerkt"; +$a->strings["ignore thread"] = ""; +$a->strings["unignore thread"] = ""; +$a->strings["toggle ignore status"] = ""; +$a->strings["add tag"] = "bæta við merki"; +$a->strings["like"] = "líkar"; +$a->strings["dislike"] = "mislíkar"; +$a->strings["Share this"] = "Deila þessu"; +$a->strings["share"] = "deila"; +$a->strings["to"] = "við"; +$a->strings["via"] = "gegnum"; +$a->strings["Wall-to-Wall"] = "vegg við vegg"; +$a->strings["via Wall-To-Wall:"] = "gegnum vegg við vegg"; +$a->strings["%d comment"] = [ + 0 => "%d ummæli", + 1 => "%d ummæli", ]; -$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["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["Your introduction has been sent."] = "Kynningin þín hefur verið send."; -$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = ""; -$a->strings["Please login to confirm introduction."] = "Skráðu þig inn til að staðfesta kynningu."; -$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Ekki réttur notandi skráður inn. Skráðu þig inn sem þessi notandi."; -$a->strings["Confirm"] = "Staðfesta"; -$a->strings["Hide this contact"] = "Fela þennan tengilið"; -$a->strings["Welcome home %s."] = "Velkomin(n) heim %s."; -$a->strings["Please confirm your introduction/connection request to %s."] = "Staðfestu kynninguna/tengibeiðnina við %s."; -$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Settu inn 'Auðkennisnetfang' þitt úr einhverjum af eftirfarandi samskiptanetum:"; -$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = ""; -$a->strings["Friend/Connection Request"] = "Vinabeiðni/Tengibeið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["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["You already added this contact."] = ""; -$a->strings["Diaspora support isn't enabled. Contact can't be added."] = ""; -$a->strings["OStatus support is disabled. Contact can't be added."] = ""; -$a->strings["The network type couldn't be detected. Contact can't be added."] = ""; -$a->strings["Contact added"] = "Tengilið bætt við"; -$a->strings["Friendica Communications Server - Setup"] = ""; -$a->strings["Could not connect to database."] = "Gat ekki tengst gagnagrunn."; -$a->strings["Could not create table."] = "Gat ekki búið til töflu."; -$a->strings["Your Friendica site database has been installed."] = "Friendica gagnagrunnurinn þinn hefur verið uppsettur."; -$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Þú þarft mögulega að keyra inn skránna \"database.sql\" handvirkt með phpmyadmin eða mysql."; -$a->strings["Please see the file \"INSTALL.txt\"."] = "Lestu skrána \"INSTALL.txt\"."; -$a->strings["Database already in use."] = ""; -$a->strings["System check"] = "Kerfis prófun"; -$a->strings["Check again"] = "Prófa aftur"; -$a->strings["Database connection"] = "Gangagrunns tenging"; -$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Til að setja upp Friendica þurfum við að vita hvernig á að tengjast gagnagrunninum þínum."; -$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Hafðu samband við hýsingaraðilann þinn eða kerfisstjóra ef þú hefur spurningar varðandi þessar stillingar."; -$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Gagnagrunnurinn sem þú bendir á þarf þegar að vera til. Ef ekki þá þarf að stofna hann áður en haldið er áfram."; -$a->strings["Database Server Name"] = "Vélanafn gagangrunns"; -$a->strings["Database Login Name"] = "Notendanafn í gagnagrunn"; -$a->strings["Database Login Password"] = "Aðgangsorð í gagnagrunns"; -$a->strings["Database Name"] = "Nafn gagnagrunns"; -$a->strings["Site administrator email address"] = "Póstfang kerfisstjóra vefsvæðis"; -$a->strings["Your account email address must match this in order to use the web admin panel."] = "Póstfang aðgangsins þíns verður að passa við þetta til að hægt sé að nota umsýsluvefviðmótið."; -$a->strings["Please select a default timezone for your website"] = "Veldu sjálfgefið tímabelti fyrir vefsíðuna"; -$a->strings["Site settings"] = "Stillingar vefsvæðis"; -$a->strings["System Language:"] = ""; -$a->strings["Set the default language for your Friendica installation interface and to send emails."] = ""; -$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Gat ekki fundið skipanalínu útgáfu af PHP í vefþjóns PATH."; -$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron. See 'Setup the poller'"] = ""; -$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, skoðaðu þá \"http://www.php.net/manual/en/openssl.installation.php\"."; -$a->strings["Generate encryption keys"] = "Búa til dulkóðunar lykla"; -$a->strings["libCurl PHP module"] = "libCurl PHP eining"; -$a->strings["GD graphics PHP module"] = "GD graphics PHP eining"; -$a->strings["OpenSSL PHP module"] = "OpenSSL PHP eining"; -$a->strings["mysqli PHP module"] = "mysqli PHP eining"; -$a->strings["mb_string PHP module"] = "mb_string PHP eining"; -$a->strings["mcrypt PHP module"] = ""; -$a->strings["XML PHP module"] = ""; -$a->strings["iconv module"] = ""; -$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite eining"; -$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Villa: Apache vefþjóns eining mod-rewrite er skilyrði og er ekki uppsett. "; -$a->strings["Error: libCURL PHP module required but not installed."] = "Villa: libCurl PHP eining er skilyrði og er ekki uppsett."; -$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Villa: GD graphics PHP eining með JPEG stuðningi er skilyrði og er ekki uppsett."; -$a->strings["Error: openssl PHP module required but not installed."] = "Villa: openssl PHP eining skilyrði og er ekki uppsett."; -$a->strings["Error: 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["Error: mcrypt PHP module required but not installed."] = ""; -$a->strings["Error: iconv PHP module required but not installed."] = ""; -$a->strings["If you are using php_cli, please make sure that mcrypt module is enabled in its config file"] = ""; -$a->strings["Function mcrypt_create_iv() is not defined. This is needed to enable RINO2 encryption layer."] = ""; -$a->strings["mcrypt_create_iv() function"] = ""; -$a->strings["Error, XML PHP module required but not installed."] = ""; -$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "Vef uppsetningar forrit þarf að geta stofnað skránna \".htconfig.php\" in efsta skráarsafninu á vefþjóninum og það getur ekki gert það."; -$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Þetta er oftast aðgangsstýringa stilling, þar sem vefþjónninn getur ekki skrifað út skrár í skráarsafnið - þó þú getir það."; -$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = ""; -$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = ""; -$a->strings[".htconfig.php is writable"] = ".htconfig.php er skrifanleg"; -$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = ""; -$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = ""; -$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = ""; -$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = ""; -$a->strings["view/smarty3 is writable"] = ""; -$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = ""; -$a->strings["Url rewrite is working"] = ""; -$a->strings["ImageMagick PHP extension is not installed"] = ""; -$a->strings["ImageMagick PHP extension is installed"] = ""; -$a->strings["ImageMagick supports GIF"] = ""; -$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Ekki tókst að skrifa stillingaskrá gagnagrunns \".htconfig.php\". Notað meðfylgjandi texta til að búa til stillingarskrá í rót vefþjónsins."; -$a->strings["

What next

"] = ""; -$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["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["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["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [ - 0 => "", - 1 => "", -]; -$a->strings["Messages in this group won't be send to these receivers."] = ""; -$a->strings["Private messages to this person are at risk of public disclosure."] = "Einka skilaboð send á þennan notanda eiga á hættu að verða opinber."; -$a->strings["Invalid contact."] = "Ógildur tengiliður."; -$a->strings["Commented Order"] = "Athugasemdar röð"; -$a->strings["Sort by Comment Date"] = "Raða eftir umræðu dagsetningu"; -$a->strings["Posted Order"] = "Færlsu röð"; -$a->strings["Sort by Post Date"] = "Raða eftir færslu dagsetningu"; -$a->strings["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 tenglar"; -$a->strings["Starred"] = "Stjörnumerkt"; -$a->strings["Favourite Posts"] = "Uppáhalds færslur"; -$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["No contacts."] = "Enginn tengiliður"; -$a->strings["via"] = ""; -$a->strings["Repeat the image"] = ""; -$a->strings["Will repeat your image to fill the background."] = ""; -$a->strings["Stretch"] = ""; -$a->strings["Will stretch to width/height of the image."] = ""; -$a->strings["Resize fill and-clip"] = ""; -$a->strings["Resize to fill and retain aspect ratio."] = ""; -$a->strings["Resize best fit"] = ""; -$a->strings["Resize to best fit and retain aspect ratio."] = ""; -$a->strings["Default"] = ""; -$a->strings["Note: "] = ""; -$a->strings["Check image permissions if all users are allowed to visit the image"] = ""; -$a->strings["Select scheme"] = ""; -$a->strings["Navigation bar background color"] = ""; -$a->strings["Navigation bar icon color "] = ""; -$a->strings["Link color"] = "Litur tengils"; -$a->strings["Set the background color"] = ""; -$a->strings["Content background transparency"] = ""; -$a->strings["Set the background image"] = ""; -$a->strings["Guest"] = ""; -$a->strings["Visitor"] = ""; -$a->strings["Alignment"] = ""; -$a->strings["Left"] = ""; -$a->strings["Center"] = ""; -$a->strings["Color scheme"] = ""; -$a->strings["Posts font size"] = ""; -$a->strings["Textareas font size"] = ""; -$a->strings["Community Profiles"] = ""; -$a->strings["Last users"] = "Nýjustu notendurnir"; -$a->strings["Find Friends"] = ""; -$a->strings["Local Directory"] = ""; -$a->strings["Quick Start"] = ""; -$a->strings["Connect Services"] = ""; -$a->strings["Comma separated list of helper forums"] = ""; -$a->strings["Set style"] = ""; -$a->strings["Community Pages"] = ""; -$a->strings["Help or @NewHere ?"] = ""; -$a->strings["greenzero"] = ""; -$a->strings["purplezero"] = ""; -$a->strings["easterbunny"] = ""; -$a->strings["darkzero"] = ""; -$a->strings["comix"] = ""; -$a->strings["slackr"] = ""; -$a->strings["Variations"] = ""; -$a->strings["Delete this item?"] = "Eyða þessu atriði?"; -$a->strings["show fewer"] = "birta minna"; -$a->strings["Update %s failed. See error logs."] = "Uppfærsla á %s mistókst. Skoðaðu villuannál."; +$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["Create a New Account"] = "Stofna nýjan notanda"; $a->strings["Password: "] = "Aðgangsorð: "; $a->strings["Remember me"] = "Muna eftir mér"; @@ -2049,4 +2122,54 @@ $a->strings["Website Terms of Service"] = "Þjónustuskilmálar vefsvæðis"; $a->strings["terms of service"] = "þjónustuskilmálar"; $a->strings["Website Privacy Policy"] = "Persónuverndarstefna"; $a->strings["privacy policy"] = "persónuverndarstefna"; +$a->strings["Logged out."] = "Skráður út."; +$a->strings["Delete this item?"] = "Eyða þessu atriði?"; +$a->strings["show fewer"] = "birta minna"; +$a->strings["greenzero"] = ""; +$a->strings["purplezero"] = ""; +$a->strings["easterbunny"] = ""; +$a->strings["darkzero"] = ""; +$a->strings["comix"] = ""; +$a->strings["slackr"] = ""; +$a->strings["Variations"] = "Tilbrigði"; +$a->strings["Repeat the image"] = "Endurtaka myndina"; +$a->strings["Will repeat your image to fill the background."] = ""; +$a->strings["Stretch"] = "Teygja"; +$a->strings["Will stretch to width/height of the image."] = ""; +$a->strings["Resize fill and-clip"] = ""; +$a->strings["Resize to fill and retain aspect ratio."] = ""; +$a->strings["Resize best fit"] = "Stærðarbreyta svo að passi"; +$a->strings["Resize to best fit and retain aspect ratio."] = "Stærðarbreyta svo að passi og halda upphaflegum hlutföllum."; +$a->strings["Default"] = "Sjálfgefið"; +$a->strings["Note"] = "Minnispunktur"; +$a->strings["Check image permissions if all users are allowed to visit the image"] = ""; +$a->strings["Select scheme"] = "Veldu litastef"; +$a->strings["Navigation bar background color"] = ""; +$a->strings["Navigation bar icon color "] = ""; +$a->strings["Link color"] = "Litur tengils"; +$a->strings["Set the background color"] = "Stilltu bakgrunnslit"; +$a->strings["Content background opacity"] = ""; +$a->strings["Set the background image"] = ""; +$a->strings["Login page background image"] = ""; +$a->strings["Login page background color"] = ""; +$a->strings["Leave background image and color empty for theme defaults"] = ""; +$a->strings["Guest"] = "Gestur"; +$a->strings["Visitor"] = "Í heimsókn"; +$a->strings["Alignment"] = "Hliðjöfnun"; +$a->strings["Left"] = "Vinstri"; +$a->strings["Center"] = "Miðjað"; +$a->strings["Color scheme"] = "Litastef"; +$a->strings["Posts font size"] = ""; +$a->strings["Textareas font size"] = ""; +$a->strings["Comma separated list of helper forums"] = ""; +$a->strings["Set style"] = ""; +$a->strings["Community Pages"] = ""; +$a->strings["Community Profiles"] = ""; +$a->strings["Help or @NewHere ?"] = ""; +$a->strings["Connect Services"] = ""; +$a->strings["Find Friends"] = "Finna vini"; +$a->strings["Last users"] = "Nýjustu notendurnir"; +$a->strings["Local Directory"] = "Staðvær mappa"; +$a->strings["Quick Start"] = ""; $a->strings["toggle mobile"] = ""; +$a->strings["Update %s failed. See error logs."] = "Uppfærsla á %s mistókst. Skoðaðu villuannál."; diff --git a/view/lang/pl/messages.po b/view/lang/pl/messages.po index cddaaa7dfa..d3781fc735 100644 --- a/view/lang/pl/messages.po +++ b/view/lang/pl/messages.po @@ -39,7 +39,7 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-04-06 16:58+0200\n" -"PO-Revision-Date: 2018-04-08 16:58+0000\n" +"PO-Revision-Date: 2018-04-10 19:14+0000\n" "Last-Translator: Waldemar Stoczkowski \n" "Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n" "MIME-Version: 1.0\n" @@ -115,7 +115,7 @@ msgstr "Dziękuję," #: include/enotify.php:37 #, php-format msgid "%s Administrator" -msgstr "%s administrator" +msgstr "%s Administrator" #: include/enotify.php:39 #, php-format @@ -129,7 +129,7 @@ msgstr "brak odpowiedzi" #: include/enotify.php:98 #, php-format msgid "[Friendica:Notify] New mail received at %s" -msgstr "[Friendica:Notify] Nowa wiadomość otrzymana od %s" +msgstr "[Friendica:Powiadomienie] Nowa wiadomość otrzymana od %s" #: include/enotify.php:100 #, php-format @@ -370,7 +370,7 @@ msgstr "'%1$s' możesz zdecydować o przedłużeniu tego w dwukierunkowy lub bar #: include/enotify.php:353 #, php-format msgid "Please visit %s if you wish to make any changes to this relationship." -msgstr "Odwiedź stronę %s, jeśli chcesz wprowadzić zmiany w tym związku." +msgstr "Odwiedź stronę %s, jeśli chcesz wprowadzić zmiany w tej relacji." #: include/enotify.php:363 msgid "[Friendica System:Notify] registration request" @@ -490,7 +490,7 @@ msgstr "%1$s nie lubi %2$s's %3$s" #: include/conversation.php:170 #, php-format msgid "%1$s attends %2$s's %3$s" -msgstr "" +msgstr "%1$sbierze udział w %2$s's%3$s " #: include/conversation.php:173 #, php-format @@ -574,7 +574,7 @@ msgstr "Kategorie:" #: include/conversation.php:796 src/Object/Post.php:352 msgid "Filed under:" -msgstr "Zapisano pod:" +msgstr "Zapisano w:" #: include/conversation.php:803 src/Object/Post.php:377 #, php-format @@ -653,7 +653,7 @@ msgstr "%s nie lubi tego." #: include/conversation.php:1205 #, php-format msgid "%s attends." -msgstr "%s uczęszcza." +msgstr "%s uczestniczy." #: include/conversation.php:1208 #, php-format @@ -778,7 +778,7 @@ msgstr "dodaj zdjęcie" #: include/conversation.php:1344 mod/editpost.php:113 msgid "Attach file" -msgstr "Przyłącz plik" +msgstr "Załącz plik" #: include/conversation.php:1345 mod/editpost.php:114 msgid "attach file" @@ -795,7 +795,7 @@ msgstr "Adres www" #: include/conversation.php:1348 mod/editpost.php:117 msgid "Insert video link" -msgstr "Wstaw link wideo" +msgstr "Wstaw link do filmu" #: include/conversation.php:1349 mod/editpost.php:118 msgid "video link" @@ -803,15 +803,15 @@ msgstr "link do filmu" #: include/conversation.php:1350 mod/editpost.php:119 msgid "Insert audio link" -msgstr "Wstaw link audio" +msgstr "Wstaw link do audio" #: include/conversation.php:1351 mod/editpost.php:120 msgid "audio link" -msgstr "Link audio" +msgstr "Link do nagrania audio" #: include/conversation.php:1352 mod/editpost.php:121 msgid "Set your location" -msgstr "Ustaw swoje położenie" +msgstr "Ustaw swoją lokalizację" #: include/conversation.php:1353 mod/editpost.php:122 msgid "set location" @@ -819,7 +819,7 @@ msgstr "wybierz lokalizację" #: include/conversation.php:1354 mod/editpost.php:123 msgid "Clear browser location" -msgstr "Wyczyść położenie przeglądarki" +msgstr "Wyczyść lokalizację przeglądarki" #: include/conversation.php:1355 mod/editpost.php:124 msgid "clear location" @@ -853,7 +853,7 @@ msgstr "Podgląd" #: include/conversation.php:1383 msgid "Post to Groups" -msgstr "Wstaw na strony grup" +msgstr "Opublikuj w grupach" #: include/conversation.php:1384 msgid "Post to Contacts" @@ -951,11 +951,11 @@ msgid_plural "%d Contacts" msgstr[0] "%d kontakt" msgstr[1] "%d kontaktów" msgstr[2] "%d kontakty" -msgstr[3] "%d kontakty" +msgstr[3] "%d Kontakty" #: include/text.php:921 msgid "View Contacts" -msgstr "widok kontaktów" +msgstr "Widok kontaktów" #: include/text.php:1010 mod/filer.php:35 mod/editpost.php:110 #: mod/notes.php:67 @@ -1262,7 +1262,7 @@ msgstr "Zaloguj się aby kontynuować." msgid "" "Do you want to authorize this application to access your posts and contacts," " and/or create new posts for you?" -msgstr "Czy chcesz umożliwić tej aplikacji dostęp do Twoich wpisów, kontaktów oraz pozwolić jej na pisanie za Ciebie postów?" +msgstr "Czy chcesz zezwolić tej aplikacji na dostęp do swoich postów i kontaktów i/lub tworzenie nowych postów?" #: mod/api.php:111 mod/dfrn_request.php:653 mod/follow.php:150 #: mod/profiles.php:636 mod/profiles.php:640 mod/profiles.php:661 @@ -1276,7 +1276,7 @@ msgstr "Nie" #: mod/apps.php:14 index.php:245 msgid "You must be logged in to use addons. " -msgstr "Musisz się zalogować, aby móc używać dodatkowych wtyczek." +msgstr "Musisz być zalogowany, aby korzystać z dodatków." #: mod/apps.php:19 msgid "Applications" @@ -1288,7 +1288,7 @@ msgstr "Brak zainstalowanych aplikacji." #: mod/attach.php:15 msgid "Item not available." -msgstr "Element nie dostępny." +msgstr "Element niedostępny." #: mod/attach.php:25 msgid "Item was not found." @@ -1330,7 +1330,7 @@ msgstr "Kontakt nie znaleziony" msgid "" "WARNING: This is highly advanced and if you enter incorrect" " information your communications with this contact may stop working." -msgstr " UWAGA: To jest wysoce zaawansowane i jeśli wprowadzisz niewłaściwą informację twoje komunikacje z tym kontaktem mogą przestać działać." +msgstr "OSTRZEŻENIE: Jest to bardzo zaawansowane i jeśli wprowadzisz niepoprawne informacje, twoja komunikacja z tym kontaktem może przestać działać." #: mod/crepair.php:115 msgid "" @@ -1416,11 +1416,11 @@ msgstr "Zgłoszenie Punktu Końcowego URL" #: mod/crepair.php:165 msgid "Poll/Feed URL" -msgstr "Adres Ankiety / RSS" +msgstr "Adres Ankiety/RSS" #: mod/crepair.php:166 msgid "New photo from this URL" -msgstr "Nowe zdjęcie z tej ścieżki" +msgstr "Nowe zdjęcie z tego adresu URL" #: mod/fbrowser.php:34 src/Content/Nav.php:102 src/Model/Profile.php:904 #: view/theme/frio/theme.php:261 @@ -1470,7 +1470,7 @@ msgstr "Witamy w %s" #: mod/lockview.php:38 mod/lockview.php:46 msgid "Remote privacy information not available." -msgstr "Dane prywatne nie są dostępne zdalnie " +msgstr "Dane prywatne nie są zdalnie dostępne" #: mod/lockview.php:55 msgid "Visible to:" @@ -1540,7 +1540,7 @@ msgstr "Przejrzyj pozostałe ustawienia, w szczególności ustawienia prywatnoś #: src/Model/Profile.php:863 src/Model/Profile.php:896 #: view/theme/frio/theme.php:260 msgid "Profile" -msgstr "Profil" +msgstr "Profil użytkownika" #: mod/newmember.php:26 mod/profile_photo.php:249 mod/profiles.php:691 msgid "Upload Profile Photo" @@ -1614,7 +1614,7 @@ msgstr "Strona Katalog umożliwia znalezienie innych osób w tej sieci lub innyc #: mod/newmember.php:41 msgid "Finding New People" -msgstr "Poszukiwanie Nowych Ludzi" +msgstr "Znajdowanie nowych osób" #: mod/newmember.php:41 msgid "" @@ -1770,7 +1770,7 @@ msgstr "%1$s witamy %2$s" #: mod/match.php:48 msgid "No keywords to match. Please add keywords to your default profile." -msgstr "Brak słów-kluczy do wyszukania. Dodaj słowa-klucze do swojego domyślnego profilu." +msgstr "Brak pasujących słów kluczowych. Dodaj słowa kluczowe do domyślnego profilu." #: mod/match.php:104 msgid "is interested in:" @@ -1786,7 +1786,7 @@ msgstr "Brak wyników" #: mod/notifications.php:37 msgid "Invalid request identifier." -msgstr "Nieprawidłowy identyfikator żądania." +msgstr "Nieprawidłowe żądanie identyfikatora." #: mod/notifications.php:46 mod/notifications.php:183 #: mod/notifications.php:230 @@ -1950,16 +1950,16 @@ msgstr "Nigdy więcej %s powiadomień." #: mod/openid.php:29 msgid "OpenID protocol error. No ID returned." -msgstr "błąd OpenID . Brak zwróconego ID. " +msgstr "Błąd protokołu OpenID. Nie znaleziono identyfikatora." #: mod/openid.php:66 msgid "" "Account not found and OpenID registration is not permitted on this site." -msgstr "Nie znaleziono konta i OpenID rejestracja nie jest dopuszczalna na tej stronie." +msgstr "Konto nie zostało znalezione, a rejestracja OpenID nie jest dozwolona na tej stronie." #: mod/openid.php:116 src/Module/Login.php:86 src/Module/Login.php:134 msgid "Login failed." -msgstr "Niepowodzenie logowania" +msgstr "Logowanie nieudane." #: mod/dfrn_confirm.php:74 mod/profiles.php:39 mod/profiles.php:149 #: mod/profiles.php:196 mod/profiles.php:618 @@ -2039,7 +2039,7 @@ msgstr "Nie można zaktualizować danych Twojego profilu kontaktowego w naszym s #: mod/dfrn_confirm.php:661 mod/dfrn_request.php:568 #: src/Model/Contact.php:1520 msgid "[Name Withheld]" -msgstr "[Nazwa wstrzymana]" +msgstr "[Nazwa zastrzeżona]" #: mod/dfrn_confirm.php:694 #, php-format @@ -2053,7 +2053,7 @@ msgstr "Przekroczono limit zaproszeń ogółem." #: mod/invite.php:55 #, php-format msgid "%s : Not a valid email address." -msgstr "%s : Niepoprawny adres email." +msgstr "%s : Nieprawidłowy adres e-mail." #: mod/invite.php:80 msgid "Please join us on Friendica" @@ -2075,7 +2075,7 @@ msgid_plural "%d messages sent." msgstr[0] "%d wiadomość wysłana." msgstr[1] "%d wiadomości wysłane." msgstr[2] "%d wysłano ." -msgstr[3] "%d wysłano ." +msgstr[3] "%d wiadomość wysłano." #: mod/invite.php:117 msgid "You have no more invitations available" @@ -2129,7 +2129,7 @@ msgstr "Wyślij zaproszenie" #: mod/invite.php:143 msgid "Enter email addresses, one per line:" -msgstr "Wprowadź adresy email, jeden na linijkę:" +msgstr "Wprowadź adresy e-mail, po jednym w wierszu:" #: mod/invite.php:144 mod/wallmessage.php:141 mod/message.php:259 #: mod/message.php:426 @@ -2221,7 +2221,7 @@ msgstr[3] "%d wymagany parametr nie został znaleziony w podanej lokacji" #: mod/dfrn_request.php:162 msgid "Introduction complete." -msgstr "wprowadzanie zakończone." +msgstr "Wprowadzanie zakończone." #: mod/dfrn_request.php:199 msgid "Unrecoverable protocol error." @@ -2238,7 +2238,7 @@ msgstr "%s otrzymał dziś zbyt wiele żądań połączeń." #: mod/dfrn_request.php:249 msgid "Spam protection measures have been invoked." -msgstr "Ochrona przed spamem została wywołana." +msgstr "Wprowadzono zabezpieczenia przed spamem." #: mod/dfrn_request.php:250 msgid "Friends are advised to please try again in 24 hours." @@ -2255,11 +2255,11 @@ msgstr "Już się tu przedstawiłeś." #: mod/dfrn_request.php:319 #, php-format msgid "Apparently you are already friends with %s." -msgstr "Widocznie jesteście już znajomymi z %s" +msgstr "Wygląda na to, że już jesteście przyjaciółmi z %s" #: mod/dfrn_request.php:339 msgid "Invalid profile URL." -msgstr "Zły adres URL profilu." +msgstr "Nieprawidłowy URL profilu." #: mod/dfrn_request.php:345 src/Model/Contact.php:1223 msgid "Disallowed profile URL." @@ -2286,7 +2286,7 @@ msgstr "Zdalnej subskrypcji nie można wykonać dla swojej sieci. Proszę zasubs #: mod/dfrn_request.php:493 msgid "Please login to confirm introduction." -msgstr "Proszę zalogować się do potwierdzenia wstępu." +msgstr "Zaloguj się, aby potwierdzić wprowadzenie." #: mod/dfrn_request.php:501 msgid "" @@ -2323,14 +2323,14 @@ msgstr "Publiczny dostęp zabroniony" msgid "" "Please enter your 'Identity Address' from one of the following supported " "communications networks:" -msgstr "Proszę podaj swój \"Adres tożsamości \" z jednej z możliwych wspieranych sieci komunikacyjnych ." +msgstr "Wprowadź swój 'Adres tożsamości' z jednej z następujących obsługiwanych sieci komunikacyjnych:" #: mod/dfrn_request.php:645 #, php-format msgid "" "If you are not yet a member of the free social web, follow " "this link to find a public Friendica site and join us today." -msgstr "Jeśli nie jesteś jeszcze członkiem darmowej strony społecznościowej, kliknij ten link, aby znaleźć publiczną witrynę Friendica i dołącz do nas już dziś ." +msgstr "Jeśli nie jesteś jeszcze członkiem darmowej sieci społecznościowej, kliknij ten link, aby znaleźć publiczną witrynę Friendica i dołącz do nas już dziś." #: mod/dfrn_request.php:650 msgid "Friend/Connection Request" @@ -2361,7 +2361,7 @@ msgstr "Friendica" #: mod/dfrn_request.php:657 msgid "GNU Social (Pleroma, Mastodon)" -msgstr "" +msgstr "GNU Social (Pleroma, Mastodon)" #: mod/dfrn_request.php:658 msgid "Diaspora (Socialhome, Hubzilla)" @@ -2372,7 +2372,7 @@ msgstr "Diaspora (Socialhome, Hubzilla)" msgid "" " - please do not use this form. Instead, enter %s into your Diaspora search" " bar." -msgstr "- proszę nie używać tego formularza. Zamiast tego %s wejdź na pasek wyszukiwania Diaspora. do swojej belki wyszukiwarki." +msgstr "- proszę nie używać tego formularza. Zamiast tego wpisz %s do paska wyszukiwania Diaspory." #: mod/dfrn_request.php:660 mod/unfollow.php:113 mod/follow.php:157 msgid "Your Identity Address:" @@ -2384,7 +2384,7 @@ msgstr "Wyślij zgłoszenie" #: mod/localtime.php:19 src/Model/Event.php:36 src/Model/Event.php:814 msgid "l F d, Y \\@ g:i A" -msgstr "" +msgstr "l F d, R \\@ g:m AM/PM" #: mod/localtime.php:33 msgid "Time Conversion" @@ -2705,7 +2705,7 @@ msgstr "Ten strumień społeczności pokazuje wszystkie publiczne posty otrzyman #: mod/editpost.php:25 mod/editpost.php:35 msgid "Item not found" -msgstr "Artykuł nie znaleziony" +msgstr "Nie znaleziono elementu" #: mod/editpost.php:42 msgid "Edit post" @@ -2729,11 +2729,11 @@ msgstr "Źródłowy adres URL" #: mod/fsuggest.php:72 msgid "Friend suggestion sent." -msgstr "Propozycja znajomych wysłana." +msgstr "Wysłana propozycja dodania do znajomych." #: mod/fsuggest.php:101 msgid "Suggest Friends" -msgstr "Zaproponuj znajomych" +msgstr "Proponuję znajomych" #: mod/fsuggest.php:103 #, php-format @@ -2814,7 +2814,7 @@ msgstr "Nie można zlokalizować oryginalnej wiadomości." #: mod/item.php:274 msgid "Empty post discarded." -msgstr "Pusty wpis wyrzucony." +msgstr "Pusty wpis został odrzucony." #: mod/item.php:799 #, php-format @@ -2826,7 +2826,7 @@ msgstr "Wiadomość została wysłana do ciebie od %s , członka portalu Friendi #: mod/item.php:801 #, php-format msgid "You may visit them online at %s" -msgstr "Możesz ich odwiedzić online u %s" +msgstr "Możesz odwiedzić ich online pod adresem %s" #: mod/item.php:802 msgid "" @@ -2953,23 +2953,23 @@ msgstr "Prywatne wiadomości do tej osoby mogą zostać publicznie ujawnione " #: mod/network.php:672 msgid "Invalid contact." -msgstr "Zły kontakt" +msgstr "Nieprawidłowy kontakt." #: mod/network.php:921 msgid "Commented Order" -msgstr "Porządek wg komentarzy" +msgstr "Porządek według komentarzy" #: mod/network.php:924 msgid "Sort by Comment Date" -msgstr "Sortuj po dacie komentarza" +msgstr "Sortuj według daty komentarza" #: mod/network.php:929 msgid "Posted Order" -msgstr "Porządek wg wpisów" +msgstr "Porządek według wpisów" #: mod/network.php:932 msgid "Sort by Post Date" -msgstr "Sortuj po dacie posta" +msgstr "Sortuj według daty postów" #: mod/network.php:940 mod/profiles.php:687 #: src/Core/NotificationsManager.php:185 @@ -3030,7 +3030,7 @@ msgstr "wszyscy" #: mod/photos.php:184 msgid "Contact information unavailable" -msgstr "Informacje o kontakcie nie dostępne." +msgstr "Informacje kontaktowe są niedostępne." #: mod/photos.php:204 msgid "Album not found." @@ -3101,7 +3101,7 @@ msgstr "lub istniejąca nazwa albumu:" #: mod/photos.php:1096 msgid "Do not show a status post for this upload" -msgstr "Nie pokazuj postów statusu dla tego wysłania" +msgstr "Nie pokazuj statusu postów dla tego wysłania" #: mod/photos.php:1098 mod/photos.php:1441 mod/events.php:533 #: src/Core/ACL.php:318 @@ -3203,7 +3203,7 @@ msgstr "Lubię to (zmień)" #: mod/photos.php:1472 src/Object/Post.php:297 msgid "I don't like this (toggle)" -msgstr "Nie lubię (zmień)" +msgstr "Nie lubię tego (zmień)" #: mod/photos.php:1488 mod/photos.php:1527 mod/photos.php:1600 #: mod/contacts.php:953 src/Object/Post.php:793 @@ -3347,7 +3347,7 @@ msgstr "Przeszukiwanie forum - %s" #: mod/install.php:114 msgid "Friendica Communications Server - Setup" -msgstr "" +msgstr "Friendica Serwer Komunikacyjny - Instalacja" #: mod/install.php:120 msgid "Could not connect to database." @@ -3411,15 +3411,15 @@ msgstr "Wymieniona przez Ciebie baza danych powinna już istnieć. Jeżeli nie, #: mod/install.php:237 msgid "Database Server Name" -msgstr "Baza danych - Nazwa serwera" +msgstr "Nazwa serwera bazy danych" #: mod/install.php:238 msgid "Database Login Name" -msgstr "Baza danych - Nazwa loginu" +msgstr "Nazwa użytkownika bazy danych" #: mod/install.php:239 msgid "Database Login Password" -msgstr "Baza danych - Hasło loginu" +msgstr "Hasło logowania do bazy danych" #: mod/install.php:239 msgid "For security reasons the password must not be empty" @@ -3503,7 +3503,7 @@ msgstr "Wersja linii poleceń PHP w twoim systemie nie ma aktywowanego \"registe #: mod/install.php:359 msgid "This is required for message delivery to work." -msgstr "To jest wymagane do dostarczenia wiadomości do pracy." +msgstr "Jest wymagane, aby dostarczanie wiadomości działało." #: mod/install.php:361 msgid "PHP register_argc_argv" @@ -3513,7 +3513,7 @@ msgstr "PHP register_argc_argv" msgid "" "Error: the \"openssl_pkey_new\" function on this system is not able to " "generate encryption keys" -msgstr "Błąd : funkcja systemu \"openssl_pkey_new\" nie jest w stanie wygenerować klucza szyfrującego ." +msgstr "Błąd: funkcja \"openssl_pkey_new\" w tym systemie nie jest w stanie wygenerować kluczy szyfrujących" #: mod/install.php:385 msgid "" @@ -3551,7 +3551,7 @@ msgstr "Moduł XML PHP" #: mod/install.php:400 msgid "iconv PHP module" -msgstr "moduł PHP iconv" +msgstr "Moduł PHP iconv" #: mod/install.php:401 msgid "POSIX PHP module" @@ -3728,7 +3728,7 @@ msgstr "powodzenie" #: mod/ostatus_subscribe.php:80 msgid "failed" -msgstr "nie udało się" +msgstr "nie powiodło się" #: mod/ostatus_subscribe.php:83 src/Object/Post.php:279 msgid "ignored" @@ -3883,7 +3883,7 @@ msgstr "Wydarzenie zostało usunięte" #: mod/profile_photo.php:55 msgid "Image uploaded but image cropping failed." -msgstr "Obrazek załadowany, ale oprawanie powiodła się." +msgstr "Zdjęcie zostało przesłane, ale przycinanie obrazu nie powiodło się." #: mod/profile_photo.php:88 mod/profile_photo.php:96 mod/profile_photo.php:104 #: mod/profile_photo.php:315 @@ -3915,7 +3915,7 @@ msgstr "lub" #: mod/profile_photo.php:253 msgid "skip this step" -msgstr "Pomiń ten krok" +msgstr "pomiń ten krok" #: mod/profile_photo.php:253 msgid "select a photo from your photo albums" @@ -3927,11 +3927,11 @@ msgstr "Przytnij zdjęcie" #: mod/profile_photo.php:267 msgid "Please adjust the image cropping for optimum viewing." -msgstr "Proszę dostosować oprawę obrazka w celu optymalizacji oglądania." +msgstr "Dostosuj kadrowanie obrazu, aby uzyskać optymalny obraz." #: mod/profile_photo.php:269 msgid "Done Editing" -msgstr "Zakończ Edycję " +msgstr "Zakończono edycję" #: mod/profile_photo.php:305 msgid "Image uploaded successfully." @@ -3939,7 +3939,7 @@ msgstr "Zdjęcie wczytano pomyślnie " #: mod/directory.php:152 src/Model/Profile.php:421 src/Model/Profile.php:769 msgid "Status:" -msgstr "Status" +msgstr "Status:" #: mod/directory.php:153 src/Model/Profile.php:422 src/Model/Profile.php:786 msgid "Homepage:" @@ -3947,7 +3947,7 @@ msgstr "Strona główna:" #: mod/directory.php:202 view/theme/vier/theme.php:201 msgid "Global Directory" -msgstr "Globalne Położenie" +msgstr "Globalny Katalog" #: mod/directory.php:204 msgid "Find on this site" @@ -3959,7 +3959,7 @@ msgstr "Wyniki dla:" #: mod/directory.php:208 msgid "Site Directory" -msgstr "Katalog Strony" +msgstr "Katalog Witryny" #: mod/directory.php:209 mod/contacts.php:820 src/Content/Widget.php:63 msgid "Find" @@ -4127,11 +4127,11 @@ msgstr "Adres" #: mod/profiles.php:401 mod/profiles.php:682 msgid "Location" -msgstr "Położenie" +msgstr "Lokalizacja" #: mod/profiles.php:486 msgid "Profile updated." -msgstr "Konto zaktualizowane." +msgstr "Profil zaktualizowany." #: mod/profiles.php:564 msgid " and " @@ -4149,7 +4149,7 @@ msgstr "%1$szmienione %2$s na “%3$s”" #: mod/profiles.php:577 #, php-format msgid " - Visit %1$s's %2$s" -msgstr " - Odwiedźa %1$s's %2$s" +msgstr " - Odwiedź %1$s's %2$s" #: mod/profiles.php:579 #, php-format @@ -4178,11 +4178,11 @@ msgstr "Edytuj profil." #: mod/profiles.php:673 msgid "Change Profile Photo" -msgstr "Zmień profilowe zdjęcie" +msgstr "Zmień zdjęcie profilowe" #: mod/profiles.php:674 msgid "View this profile" -msgstr "Zobacz ten profil" +msgstr "Wyświetl ten profil" #: mod/profiles.php:675 mod/profiles.php:770 src/Model/Profile.php:393 msgid "Edit visibility" @@ -4230,11 +4230,11 @@ msgstr "Różny" #: mod/profiles.php:692 msgid "Your Gender:" -msgstr "Twoja płeć:" +msgstr "Płeć:" #: mod/profiles.php:693 msgid " Marital Status:" -msgstr " Stan :" +msgstr " Stan cywilny:" #: mod/profiles.php:694 src/Model/Profile.php:782 msgid "Sexual Preference:" @@ -4242,11 +4242,11 @@ msgstr "Preferencje seksualne:" #: mod/profiles.php:695 msgid "Example: fishing photography software" -msgstr "Przykład: kończenie oprogramowania fotografii" +msgstr "Przykład: oprogramowanie do fotografowania ryb" #: mod/profiles.php:700 msgid "Profile Name:" -msgstr "Nazwa profilu :" +msgstr "Nazwa profilu:" #: mod/profiles.php:702 msgid "" @@ -4256,7 +4256,7 @@ msgstr "To jest Twój publiczny profil.
Może strings["Monthly posting limit of %d post reached. The post was rejected."] $a->strings["Profile Photos"] = "Zdjęcie profilowe"; $a->strings["Friendica Notification"] = "Powiadomienia Friendica"; $a->strings["Thank You,"] = "Dziękuję,"; -$a->strings["%s Administrator"] = "%s administrator"; +$a->strings["%s Administrator"] = "%s Administrator"; $a->strings["%1\$s, %2\$s Administrator"] = "%1\$s,%2\$sAdministrator"; $a->strings["noreply"] = "brak odpowiedzi"; -$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notify] Nowa wiadomość otrzymana od %s"; +$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Powiadomienie] Nowa wiadomość otrzymana od %s"; $a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$swysłał ci nową prywatną wiadomość na %2\$s "; $a->strings["a private message"] = "prywatna wiadomość"; $a->strings["%1\$s sent you %2\$s."] = "%1\$s wysyła ci %2\$s"; @@ -77,7 +77,7 @@ $a->strings["You are now mutual friends and may exchange status updates, photos, $a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Odwiedź stronę %s jeśli chcesz wprowadzić zmiany w tym związku."; $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."] = "'%1\$s' zdecydował się zaakceptować Cię jako fana, który ogranicza niektóre formy komunikacji - takie jak prywatne wiadomości i niektóre interakcje w profilu. Jeśli jest to strona celebrytów lub społeczności, ustawienia te zostały zastosowane automatycznie."; $a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "'%1\$s' możesz zdecydować o przedłużeniu tego w dwukierunkowy lub bardziej ścisłą relację w przyszłości. "; -$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Odwiedź stronę %s, jeśli chcesz wprowadzić zmiany w tym związku."; +$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Odwiedź stronę %s, jeśli chcesz wprowadzić zmiany w tej relacji."; $a->strings["[Friendica System:Notify] registration request"] = "[Friendica System:Powiadomienie] prośba o rejestrację"; $a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "Otrzymałeś wniosek rejestracyjny od '%1\$s' na %2\$s"; $a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "Otrzymałeś [url=%1\$s] żądanie rejestracji [/url] od %2\$s."; @@ -95,7 +95,7 @@ $a->strings["status"] = "status"; $a->strings["photo"] = "zdjęcie"; $a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s lubi to %2\$s's %3\$s"; $a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s nie lubi %2\$s's %3\$s"; -$a->strings["%1\$s attends %2\$s's %3\$s"] = ""; +$a->strings["%1\$s attends %2\$s's %3\$s"] = "%1\$sbierze udział w %2\$s's%3\$s "; $a->strings["%1\$s doesn't attend %2\$s's %3\$s"] = "%1\$s nie uczestniczy %2\$s 's %3\$s"; $a->strings["%1\$s attends maybe %2\$s's %3\$s"] = "%1\$s może uczęszcza %2\$s 's %3\$s"; $a->strings["%1\$s is now friends with %2\$s"] = "%1\$s jest teraz znajomym z %2\$s"; @@ -117,7 +117,7 @@ $a->strings["Select"] = "Wybierz"; $a->strings["Delete"] = "Usuń"; $a->strings["View %s's profile @ %s"] = "Pokaż %s's profil @ %s"; $a->strings["Categories:"] = "Kategorie:"; -$a->strings["Filed under:"] = "Zapisano pod:"; +$a->strings["Filed under:"] = "Zapisano w:"; $a->strings["%s from %s"] = "%s od %s"; $a->strings["View in context"] = "Zobacz w kontekście"; $a->strings["Please wait"] = "Proszę czekać"; @@ -134,7 +134,7 @@ $a->strings["Poke"] = "Zaczepka"; $a->strings["Connect/Follow"] = "Połącz/Obserwuj"; $a->strings["%s likes this."] = "%s lubi to."; $a->strings["%s doesn't like this."] = "%s nie lubi tego."; -$a->strings["%s attends."] = "%s uczęszcza."; +$a->strings["%s attends."] = "%s uczestniczy."; $a->strings["%s doesn't attend."] = "%s nie uczestniczy."; $a->strings["%s attends maybe."] = "%s może uczęszcza."; $a->strings["and"] = "i"; @@ -161,17 +161,17 @@ $a->strings["New Post"] = "Nowy Post"; $a->strings["Share"] = "Podziel się"; $a->strings["Upload photo"] = "Wyślij zdjęcie"; $a->strings["upload photo"] = "dodaj zdjęcie"; -$a->strings["Attach file"] = "Przyłącz plik"; +$a->strings["Attach file"] = "Załącz plik"; $a->strings["attach file"] = "załącz plik"; $a->strings["Insert web link"] = "Wstaw link"; $a->strings["web link"] = "Adres www"; -$a->strings["Insert video link"] = "Wstaw link wideo"; +$a->strings["Insert video link"] = "Wstaw link do filmu"; $a->strings["video link"] = "link do filmu"; -$a->strings["Insert audio link"] = "Wstaw link audio"; -$a->strings["audio link"] = "Link audio"; -$a->strings["Set your location"] = "Ustaw swoje położenie"; +$a->strings["Insert audio link"] = "Wstaw link do audio"; +$a->strings["audio link"] = "Link do nagrania audio"; +$a->strings["Set your location"] = "Ustaw swoją lokalizację"; $a->strings["set location"] = "wybierz lokalizację"; -$a->strings["Clear browser location"] = "Wyczyść położenie przeglądarki"; +$a->strings["Clear browser location"] = "Wyczyść lokalizację przeglądarki"; $a->strings["clear location"] = "wyczyść lokalizację"; $a->strings["Set title"] = "Ustaw tytuł"; $a->strings["Categories (comma-separated list)"] = "Kategorie (lista słów oddzielonych przecinkiem)"; @@ -179,7 +179,7 @@ $a->strings["Permission settings"] = "Ustawienia uprawnień"; $a->strings["permissions"] = "zezwolenia"; $a->strings["Public post"] = "Publiczny post"; $a->strings["Preview"] = "Podgląd"; -$a->strings["Post to Groups"] = "Wstaw na strony grup"; +$a->strings["Post to Groups"] = "Opublikuj w grupach"; $a->strings["Post to Contacts"] = "Wstaw do kontaktów"; $a->strings["Private post"] = "Prywatne posty"; $a->strings["Message"] = "Wiadomość"; @@ -222,9 +222,9 @@ $a->strings["%d Contact"] = [ 0 => "%d kontakt", 1 => "%d kontaktów", 2 => "%d kontakty", - 3 => "%d kontakty", + 3 => "%d Kontakty", ]; -$a->strings["View Contacts"] = "widok kontaktów"; +$a->strings["View Contacts"] = "Widok kontaktów"; $a->strings["Save"] = "Zapisz"; $a->strings["Follow"] = "Śledzić"; $a->strings["Search"] = "Szukaj"; @@ -302,12 +302,12 @@ $a->strings["Connect"] = "Połącz"; $a->strings["Authorize application connection"] = "Autoryzacja połączenia aplikacji"; $a->strings["Return to your app and insert this Securty Code:"] = "Powróć do swojej aplikacji i wpisz ten Kod Bezpieczeństwa:"; $a->strings["Please login to continue."] = "Zaloguj się aby kontynuować."; -$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Czy chcesz umożliwić tej aplikacji dostęp do Twoich wpisów, kontaktów oraz pozwolić jej na pisanie za Ciebie postów?"; +$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Czy chcesz zezwolić tej aplikacji na dostęp do swoich postów i kontaktów i/lub tworzenie nowych postów?"; $a->strings["No"] = "Nie"; -$a->strings["You must be logged in to use addons. "] = "Musisz się zalogować, aby móc używać dodatkowych wtyczek."; +$a->strings["You must be logged in to use addons. "] = "Musisz być zalogowany, aby korzystać z dodatków."; $a->strings["Applications"] = "Aplikacje"; $a->strings["No installed applications."] = "Brak zainstalowanych aplikacji."; -$a->strings["Item not available."] = "Element nie dostępny."; +$a->strings["Item not available."] = "Element niedostępny."; $a->strings["Item was not found."] = "Element nie znaleziony."; $a->strings["No contacts in common."] = "Brak wspólnych kontaktów."; $a->strings["Common Friends"] = "Wspólni znajomi"; @@ -316,7 +316,7 @@ $a->strings["Friendica is a community project, that would not be possible withou $a->strings["Contact settings applied."] = "Ustawienia kontaktu zaktualizowane."; $a->strings["Contact update failed."] = "Nie udało się zaktualizować kontaktu."; $a->strings["Contact not found."] = "Kontakt nie znaleziony"; -$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = " UWAGA: To jest wysoce zaawansowane i jeśli wprowadzisz niewłaściwą informację twoje komunikacje z tym kontaktem mogą przestać działać."; +$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = "OSTRZEŻENIE: Jest to bardzo zaawansowane i jeśli wprowadzisz niepoprawne informacje, twoja komunikacja z tym kontaktem może przestać działać."; $a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "Jeśli nie jesteś pewien, co zrobić na tej stronie, użyj teraz przycisku 'powrót' na swojej przeglądarce."; $a->strings["No mirroring"] = "Bez dublowania"; $a->strings["Mirror as forwarded posting"] = "Przesłany lustrzany post"; @@ -334,8 +334,8 @@ $a->strings["Account URL"] = "URL konta"; $a->strings["Friend Request URL"] = "URL żądajacy znajomości"; $a->strings["Friend Confirm URL"] = "URL potwierdzający znajomość"; $a->strings["Notification Endpoint URL"] = "Zgłoszenie Punktu Końcowego URL"; -$a->strings["Poll/Feed URL"] = "Adres Ankiety / RSS"; -$a->strings["New photo from this URL"] = "Nowe zdjęcie z tej ścieżki"; +$a->strings["Poll/Feed URL"] = "Adres Ankiety/RSS"; +$a->strings["New photo from this URL"] = "Nowe zdjęcie z tego adresu URL"; $a->strings["Photos"] = "Zdjęcia"; $a->strings["Contact Photos"] = "Zdjęcia kontaktu"; $a->strings["Upload"] = "Załaduj"; @@ -346,7 +346,7 @@ $a->strings["Help:"] = "Pomoc:"; $a->strings["Help"] = "Pomoc"; $a->strings["Page not found."] = "Strona nie znaleziona."; $a->strings["Welcome to %s"] = "Witamy w %s"; -$a->strings["Remote privacy information not available."] = "Dane prywatne nie są dostępne zdalnie "; +$a->strings["Remote privacy information not available."] = "Dane prywatne nie są zdalnie dostępne"; $a->strings["Visible to:"] = "Widoczne dla:"; $a->strings["System down for maintenance"] = "System wyłączony w celu konserwacji"; $a->strings["Welcome to Friendica"] = "Witamy na Friendica"; @@ -359,7 +359,7 @@ $a->strings["Settings"] = "Ustawienia"; $a->strings["Go to Your Settings"] = "Idź do swoich ustawień"; $a->strings["On your Settings 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."] = "Na stronie Ustawienia - zmień swoje początkowe hasło. Zanotuj także swój adres tożsamości. Wygląda to jak adres e-mail - i będzie przydatny w nawiązywaniu znajomości w bezpłatnej sieci społecznościowej."; $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."] = "Przejrzyj pozostałe ustawienia, w szczególności ustawienia prywatności. Niepublikowany wykaz katalogów jest podobny do niepublicznego numeru telefonu. Ogólnie rzecz biorąc, powinieneś opublikować swój wpis - chyba, że wszyscy twoi znajomi i potencjalni znajomi dokładnie wiedzą, jak Cię znaleźć."; -$a->strings["Profile"] = "Profil"; +$a->strings["Profile"] = "Profil użytkownika"; $a->strings["Upload Profile Photo"] = "Wyślij zdjęcie profilowe"; $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."] = "Dodaj swoje zdjęcie profilowe jeśli jeszcze tego nie zrobiłeś. Twoje szanse na zwiększenie liczby znajomych rosną dziesięciokrotnie, kiedy na tym zdjęciu jesteś ty."; $a->strings["Edit Your Profile"] = "Edytuj własny profil"; @@ -373,7 +373,7 @@ $a->strings["Go to Your Contacts Page"] = "Idź do strony z Twoimi kontaktami"; $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 Add New Contact dialog."] = "Strona Kontakty jest twoją bramą do zarządzania przyjaciółmi i łączenia się z przyjaciółmi w innych sieciach. Zazwyczaj podaje się adres lub adres URL strony w oknie dialogowym Dodaj nowy kontakt."; $a->strings["Go to Your Site's Directory"] = "Idż do twojej strony"; $a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own Identity Address if requested."] = "Strona Katalog umożliwia znalezienie innych osób w tej sieci lub innych witrynach stowarzyszonych. Poszukaj łącza Połącz lub Śledź na stronie profilu. Jeśli chcesz, podaj swój własny adres tożsamości."; -$a->strings["Finding New People"] = "Poszukiwanie Nowych Ludzi"; +$a->strings["Finding New People"] = "Znajdowanie nowych osób"; $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."] = "Na bocznym panelu strony Kontaktów znajduje się kilka narzędzi do znajdowania nowych przyjaciół. Możemy dopasować osoby według zainteresowań, wyszukiwać osoby według nazwisk i zainteresowań oraz dostarczać sugestie oparte na relacjach sieciowych. Na zupełnie nowej stronie sugestie znajomych zwykle zaczynają być wypełniane w ciągu 24 godzin"; $a->strings["Groups"] = "Grupy"; $a->strings["Group Your Contacts"] = "Grupuj Swoje kontakty"; @@ -405,11 +405,11 @@ $a->strings["Account file"] = "Pliki konta"; $a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "Aby eksportować konto, wejdź w \"Ustawienia->Eksport danych osobistych\" i wybierz \"Eksportuj konto\""; $a->strings["[Embedded content - reload page to view]"] = "[Dodatkowa zawartość - odśwież stronę by zobaczyć]"; $a->strings["%1\$s welcomes %2\$s"] = "%1\$s witamy %2\$s"; -$a->strings["No keywords to match. Please add keywords to your default profile."] = "Brak słów-kluczy do wyszukania. Dodaj słowa-klucze do swojego domyślnego profilu."; +$a->strings["No keywords to match. Please add keywords to your default profile."] = "Brak pasujących słów kluczowych. Dodaj słowa kluczowe do domyślnego profilu."; $a->strings["is interested in:"] = "interesuje się:"; $a->strings["Profile Match"] = "Dopasowanie profilu"; $a->strings["No matches"] = "Brak wyników"; -$a->strings["Invalid request identifier."] = "Nieprawidłowy identyfikator żądania."; +$a->strings["Invalid request identifier."] = "Nieprawidłowe żądanie identyfikatora."; $a->strings["Discard"] = "Odrzuć"; $a->strings["Ignore"] = "Ignoruj"; $a->strings["Notifications"] = "Powiadomienia"; @@ -445,9 +445,9 @@ $a->strings["No introductions."] = "Brak dostępu."; $a->strings["Show unread"] = "Pokaż nieprzeczytane"; $a->strings["Show all"] = "Pokaż wszystko"; $a->strings["No more %s notifications."] = "Nigdy więcej %s powiadomień."; -$a->strings["OpenID protocol error. No ID returned."] = "błąd OpenID . Brak zwróconego ID. "; -$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Nie znaleziono konta i OpenID rejestracja nie jest dopuszczalna na tej stronie."; -$a->strings["Login failed."] = "Niepowodzenie logowania"; +$a->strings["OpenID protocol error. No ID returned."] = "Błąd protokołu OpenID. Nie znaleziono identyfikatora."; +$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Konto nie zostało znalezione, a rejestracja OpenID nie jest dozwolona na tej stronie."; +$a->strings["Login failed."] = "Logowanie nieudane."; $a->strings["Profile not found."] = "Nie znaleziono profilu."; $a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Może się to zdarzyć, gdy kontakt został zgłoszony przez obie osoby i został już zatwierdzony."; $a->strings["Response from remote site was not understood."] = "Odpowiedź do zdalnej strony nie została zrozumiana"; @@ -465,10 +465,10 @@ $a->strings["Site public key not available in contact record for URL %s."] = "Pu $a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "Identyfikator dostarczony przez Twój system jest duplikatem w naszym systemie. Powinien działać, jeśli spróbujesz ponownie."; $a->strings["Unable to set your contact credentials on our system."] = "Nie można ustawić danych kontaktowych w naszym systemie."; $a->strings["Unable to update your contact profile details on our system"] = "Nie można zaktualizować danych Twojego profilu kontaktowego w naszym systemie"; -$a->strings["[Name Withheld]"] = "[Nazwa wstrzymana]"; +$a->strings["[Name Withheld]"] = "[Nazwa zastrzeżona]"; $a->strings["%1\$s has joined %2\$s"] = "%1\$s dołączył/a do %2\$s"; $a->strings["Total invitation limit exceeded."] = "Przekroczono limit zaproszeń ogółem."; -$a->strings["%s : Not a valid email address."] = "%s : Niepoprawny adres email."; +$a->strings["%s : Not a valid email address."] = "%s : Nieprawidłowy adres e-mail."; $a->strings["Please join us on Friendica"] = "Dołącz do nas na Friendica"; $a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Przekroczono limit zaproszeń. Skontaktuj się z administratorem witryny."; $a->strings["%s : Message delivery failed."] = "%s : Nie udało się dostarczyć wiadomości."; @@ -476,7 +476,7 @@ $a->strings["%d message sent."] = [ 0 => "%d wiadomość wysłana.", 1 => "%d wiadomości wysłane.", 2 => "%d wysłano .", - 3 => "%d wysłano .", + 3 => "%d wiadomość wysłano.", ]; $a->strings["You have no more invitations available"] = "Nie masz już dostępnych zaproszeń"; $a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Odwiedź %s listę publicznych witryn, do których możesz dołączyć. Członkowie Friendica na innych stronach mogą łączyć się ze sobą, jak również z członkami wielu innych sieci społecznościowych."; @@ -486,7 +486,7 @@ $a->strings["Our apologies. This system is not currently configured to connect w $a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "Strony Friendica łączą się ze sobą, tworząc ogromną sieć społecznościową o zwiększonej prywatności, która jest własnością i jest kontrolowana przez jej członków. Mogą również łączyć się z wieloma tradycyjnymi sieciami społecznościowymi."; $a->strings["To accept this invitation, please visit and register at %s."] = "Aby zaakceptować to zaproszenie, odwiedź stronę i zarejestruj się na stronie %s."; $a->strings["Send invitations"] = "Wyślij zaproszenie"; -$a->strings["Enter email addresses, one per line:"] = "Wprowadź adresy email, jeden na linijkę:"; +$a->strings["Enter email addresses, one per line:"] = "Wprowadź adresy e-mail, po jednym w wierszu:"; $a->strings["Your message:"] = "Twoja wiadomość:"; $a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Serdecznie zapraszam do przyłączenia się do mnie i innych bliskich znajomych na stronie Friendica - i pomóż nam stworzyć lepszą sieć społecznościową."; $a->strings["You will need to supply this invitation code: \$invite_code"] = "Musisz podać ten kod zaproszenia: \$invite_code"; @@ -510,42 +510,42 @@ $a->strings["%d required parameter was not found at the given location"] = [ 2 => "%d wymagany parametr nie został znaleziony w podanej lokacji", 3 => "%d wymagany parametr nie został znaleziony w podanej lokacji", ]; -$a->strings["Introduction complete."] = "wprowadzanie zakończone."; +$a->strings["Introduction complete."] = "Wprowadzanie zakończone."; $a->strings["Unrecoverable protocol error."] = "Nieodwracalny błąd protokołu."; $a->strings["Profile unavailable."] = "Profil niedostępny."; $a->strings["%s has received too many connection requests today."] = "%s otrzymał dziś zbyt wiele żądań połączeń."; -$a->strings["Spam protection measures have been invoked."] = "Ochrona przed spamem została wywołana."; +$a->strings["Spam protection measures have been invoked."] = "Wprowadzono zabezpieczenia przed spamem."; $a->strings["Friends are advised to please try again in 24 hours."] = "Przyjaciele namawiają do spróbowania za 24h."; $a->strings["Invalid locator"] = "Nieprawidłowy lokalizator"; $a->strings["You have already introduced yourself here."] = "Już się tu przedstawiłeś."; -$a->strings["Apparently you are already friends with %s."] = "Widocznie jesteście już znajomymi z %s"; -$a->strings["Invalid profile URL."] = "Zły adres URL profilu."; +$a->strings["Apparently you are already friends with %s."] = "Wygląda na to, że już jesteście przyjaciółmi z %s"; +$a->strings["Invalid profile URL."] = "Nieprawidłowy URL profilu."; $a->strings["Disallowed profile URL."] = "Nie dozwolony adres URL profilu."; $a->strings["Blocked domain"] = "Zablokowana domena"; $a->strings["Failed to update contact record."] = "Aktualizacja rekordu kontaktu nie powiodła się."; $a->strings["Your introduction has been sent."] = "Twoje dane zostały wysłane."; $a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "Zdalnej subskrypcji nie można wykonać dla swojej sieci. Proszę zasubskrybuj bezpośrednio w swoim systemie."; -$a->strings["Please login to confirm introduction."] = "Proszę zalogować się do potwierdzenia wstępu."; +$a->strings["Please login to confirm introduction."] = "Zaloguj się, aby potwierdzić wprowadzenie."; $a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Niepoprawna tożsamość obecnego użytkownika. Proszę zalogować się na tego użytkownika. "; $a->strings["Confirm"] = "Potwierdź"; $a->strings["Hide this contact"] = "Ukryj kontakt"; $a->strings["Welcome home %s."] = "Welcome home %s."; $a->strings["Please confirm your introduction/connection request to %s."] = "Proszę potwierdzić swój wstęp/prośbę o połączenie do %s."; $a->strings["Public access denied."] = "Publiczny dostęp zabroniony"; -$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Proszę podaj swój \"Adres tożsamości \" z jednej z możliwych wspieranych sieci komunikacyjnych ."; -$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = "Jeśli nie jesteś jeszcze członkiem darmowej strony społecznościowej, kliknij ten link, aby znaleźć publiczną witrynę Friendica i dołącz do nas już dziś ."; +$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Wprowadź swój 'Adres tożsamości' z jednej z następujących obsługiwanych sieci komunikacyjnych:"; +$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = "Jeśli nie jesteś jeszcze członkiem darmowej sieci społecznościowej, kliknij ten link, aby znaleźć publiczną witrynę Friendica i dołącz do nas już dziś."; $a->strings["Friend/Connection Request"] = "Przyjaciel/Prośba o połączenie"; $a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = "Przykłady: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"; $a->strings["Please answer the following:"] = "Proszę odpowiedzieć na następujące pytania:"; $a->strings["Does %s know you?"] = "Czy %s Cię zna?"; $a->strings["Add a personal note:"] = "Dodaj osobistą notkę:"; $a->strings["Friendica"] = "Friendica"; -$a->strings["GNU Social (Pleroma, Mastodon)"] = ""; +$a->strings["GNU Social (Pleroma, Mastodon)"] = "GNU Social (Pleroma, Mastodon)"; $a->strings["Diaspora (Socialhome, Hubzilla)"] = "Diaspora (Socialhome, Hubzilla)"; -$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = "- proszę nie używać tego formularza. Zamiast tego %s wejdź na pasek wyszukiwania Diaspora. do swojej belki wyszukiwarki."; +$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = "- proszę nie używać tego formularza. Zamiast tego wpisz %s do paska wyszukiwania Diaspory."; $a->strings["Your Identity Address:"] = "Twój adres tożsamości:"; $a->strings["Submit Request"] = "Wyślij zgłoszenie"; -$a->strings["l F d, Y \\@ g:i A"] = ""; +$a->strings["l F d, Y \\@ g:i A"] = "l F d, R \\@ g:m AM/PM"; $a->strings["Time Conversion"] = "Zmiana czasu"; $a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica udostępnia tę usługę do udostępniania wydarzeń innym sieciom i znajomym w nieznanych strefach czasowych."; $a->strings["UTC time: %s"] = "Czas UTC %s"; @@ -619,14 +619,14 @@ $a->strings["Posts from local users on this server"] = "Wpisy od lokalnych użyt $a->strings["Global Community"] = "Globalna społeczność"; $a->strings["Posts from users of the whole federated network"] = "Wpisy od użytkowników całej sieci stowarzyszonej"; $a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "Ten strumień społeczności pokazuje wszystkie publiczne posty otrzymane przez ten węzeł. Mogą nie odzwierciedlać opinii użytkowników tego węzła."; -$a->strings["Item not found"] = "Artykuł nie znaleziony"; +$a->strings["Item not found"] = "Nie znaleziono elementu"; $a->strings["Edit post"] = "Edytuj post"; $a->strings["CC: email addresses"] = "CC: adresy e-mail"; $a->strings["Example: bob@example.com, mary@example.com"] = "Przykład: bob@example.com, mary@example.com"; $a->strings["You must be logged in to use this module"] = "Musisz być zalogowany, aby korzystać z tego modułu"; $a->strings["Source URL"] = "Źródłowy adres URL"; -$a->strings["Friend suggestion sent."] = "Propozycja znajomych wysłana."; -$a->strings["Suggest Friends"] = "Zaproponuj znajomych"; +$a->strings["Friend suggestion sent."] = "Wysłana propozycja dodania do znajomych."; +$a->strings["Suggest Friends"] = "Proponuję znajomych"; $a->strings["Suggest a friend for %s"] = "Zaproponuj znajomych dla %s"; $a->strings["Group created."] = "Grupa utworzona."; $a->strings["Could not create group."] = "Nie mogę stworzyć grupy"; @@ -646,9 +646,9 @@ $a->strings["Group is empty"] = "Grupa jest pusta"; $a->strings["Remove Contact"] = "Usuń Kontakt"; $a->strings["Add Contact"] = "Dodaj Kontakt"; $a->strings["Unable to locate original post."] = "Nie można zlokalizować oryginalnej wiadomości."; -$a->strings["Empty post discarded."] = "Pusty wpis wyrzucony."; +$a->strings["Empty post discarded."] = "Pusty wpis został odrzucony."; $a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Wiadomość została wysłana do ciebie od %s , członka portalu Friendica"; -$a->strings["You may visit them online at %s"] = "Możesz ich odwiedzić online u %s"; +$a->strings["You may visit them online at %s"] = "Możesz odwiedzić ich online pod adresem %s"; $a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Skontaktuj się z nadawcą odpowiadając na ten post jeśli nie chcesz otrzymywać tych wiadomości."; $a->strings["%s posted an update."] = "%s zaktualizował wpis."; $a->strings["New Message"] = "Nowa wiadomość"; @@ -684,11 +684,11 @@ $a->strings["Messages in this group won't be send to these receivers."] = "Wiado $a->strings["No such group"] = "Nie ma takiej grupy"; $a->strings["Group: %s"] = "Grupa: %s"; $a->strings["Private messages to this person are at risk of public disclosure."] = "Prywatne wiadomości do tej osoby mogą zostać publicznie ujawnione "; -$a->strings["Invalid contact."] = "Zły kontakt"; -$a->strings["Commented Order"] = "Porządek wg komentarzy"; -$a->strings["Sort by Comment Date"] = "Sortuj po dacie komentarza"; -$a->strings["Posted Order"] = "Porządek wg wpisów"; -$a->strings["Sort by Post Date"] = "Sortuj po dacie posta"; +$a->strings["Invalid contact."] = "Nieprawidłowy kontakt."; +$a->strings["Commented Order"] = "Porządek według komentarzy"; +$a->strings["Sort by Comment Date"] = "Sortuj według daty komentarza"; +$a->strings["Posted Order"] = "Porządek według wpisów"; +$a->strings["Sort by Post Date"] = "Sortuj według daty postów"; $a->strings["Personal"] = "Osobiste"; $a->strings["Posts that mention or involve you"] = "Posty, które wspominają lub angażują Ciebie"; $a->strings["New"] = "Nowy"; @@ -703,7 +703,7 @@ $a->strings["Photo Albums"] = "Albumy zdjęć"; $a->strings["Recent Photos"] = "Ostatnio dodane zdjęcia"; $a->strings["Upload New Photos"] = "Wyślij nowe zdjęcie"; $a->strings["everybody"] = "wszyscy"; -$a->strings["Contact information unavailable"] = "Informacje o kontakcie nie dostępne."; +$a->strings["Contact information unavailable"] = "Informacje kontaktowe są niedostępne."; $a->strings["Album not found."] = "Album nie znaleziony"; $a->strings["Delete Album"] = "Usuń album"; $a->strings["Do you really want to delete this photo album and all its photos?"] = "Czy na pewno chcesz usunąć ten album i wszystkie zdjęcia z tego albumu?"; @@ -720,7 +720,7 @@ $a->strings["Access to this item is restricted."] = "Dostęp do tego obiektu jes $a->strings["Upload Photos"] = "Prześlij zdjęcia"; $a->strings["New album name: "] = "Nazwa nowego albumu:"; $a->strings["or existing album name: "] = "lub istniejąca nazwa albumu:"; -$a->strings["Do not show a status post for this upload"] = "Nie pokazuj postów statusu dla tego wysłania"; +$a->strings["Do not show a status post for this upload"] = "Nie pokazuj statusu postów dla tego wysłania"; $a->strings["Permissions"] = "Uprawnienia"; $a->strings["Show to Groups"] = "Pokaż Grupy"; $a->strings["Show to Contacts"] = "Pokaż kontakty"; @@ -745,7 +745,7 @@ $a->strings["Do not rotate"] = "Nie obracaj"; $a->strings["Rotate CW (right)"] = "Obróć CW (w prawo)"; $a->strings["Rotate CCW (left)"] = "Obróć CCW (w lewo)"; $a->strings["I like this (toggle)"] = "Lubię to (zmień)"; -$a->strings["I don't like this (toggle)"] = "Nie lubię (zmień)"; +$a->strings["I don't like this (toggle)"] = "Nie lubię tego (zmień)"; $a->strings["This is you"] = "To jesteś ty"; $a->strings["Comment"] = "Komentarz"; $a->strings["Map"] = "Mapa"; @@ -777,7 +777,7 @@ $a->strings["Add"] = "Dodaj"; $a->strings["No entries."] = "Brak wpisów."; $a->strings["People Search - %s"] = "Szukaj osób - %s"; $a->strings["Forum Search - %s"] = "Przeszukiwanie forum - %s"; -$a->strings["Friendica Communications Server - Setup"] = ""; +$a->strings["Friendica Communications Server - Setup"] = "Friendica Serwer Komunikacyjny - Instalacja"; $a->strings["Could not connect to database."] = "Nie można nawiązać połączenia z bazą danych"; $a->strings["Could not create table."] = "Nie mogę stworzyć tabeli."; $a->strings["Your Friendica site database has been installed."] = "Twoja baza danych witryny Friendica została zainstalowana."; @@ -791,9 +791,9 @@ $a->strings["Database connection"] = "Połączenie z bazą danych"; $a->strings["In order to install Friendica we need to know how to connect to your database."] = "W celu zainstalowania Friendica musimy wiedzieć jak połączyć się z twoją bazą danych."; $a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Proszę skontaktuj się ze swoim dostawcą usług hostingowych bądź administratorem strony jeśli masz pytania co do tych ustawień ."; $a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Wymieniona przez Ciebie baza danych powinna już istnieć. Jeżeli nie, utwórz ją przed kontynuacją."; -$a->strings["Database Server Name"] = "Baza danych - Nazwa serwera"; -$a->strings["Database Login Name"] = "Baza danych - Nazwa loginu"; -$a->strings["Database Login Password"] = "Baza danych - Hasło loginu"; +$a->strings["Database Server Name"] = "Nazwa serwera bazy danych"; +$a->strings["Database Login Name"] = "Nazwa użytkownika bazy danych"; +$a->strings["Database Login Password"] = "Hasło logowania do bazy danych"; $a->strings["For security reasons the password must not be empty"] = "Ze względów bezpieczeństwa hasło nie może być puste"; $a->strings["Database Name"] = "Nazwa bazy danych"; $a->strings["Site administrator email address"] = "Adres e-mail administratora strony"; @@ -811,9 +811,9 @@ $a->strings["PHP executable is not the php cli binary (could be cgi-fgci version $a->strings["Found PHP version: "] = "Znaleziono wersje PHP:"; $a->strings["PHP cli binary"] = "PHP cli binarny"; $a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Wersja linii poleceń PHP w twoim systemie nie ma aktywowanego \"register_argc_argv\"."; -$a->strings["This is required for message delivery to work."] = "To jest wymagane do dostarczenia wiadomości do pracy."; +$a->strings["This is required for message delivery to work."] = "Jest wymagane, aby dostarczanie wiadomości działało."; $a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; -$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Błąd : funkcja systemu \"openssl_pkey_new\" nie jest w stanie wygenerować klucza szyfrującego ."; +$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Błąd: funkcja \"openssl_pkey_new\" w tym systemie nie jest w stanie wygenerować kluczy szyfrujących"; $a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Jeśli korzystasz z Windowsa, proszę odwiedzić \"http://www.php.net/manual/en/openssl.installation.php\"."; $a->strings["Generate encryption keys"] = "Generuj klucz kodowania"; $a->strings["libCurl PHP module"] = "Moduł libCurl PHP"; @@ -822,7 +822,7 @@ $a->strings["OpenSSL PHP module"] = "Moduł PHP OpenSSL"; $a->strings["PDO or MySQLi PHP module"] = "Moduł PDO lub MySQLi PHP"; $a->strings["mb_string PHP module"] = "Moduł mb_string PHP"; $a->strings["XML PHP module"] = "Moduł XML PHP"; -$a->strings["iconv PHP module"] = "moduł PHP iconv"; +$a->strings["iconv PHP module"] = "Moduł PHP iconv"; $a->strings["POSIX PHP module"] = "Moduł POSIX PHP"; $a->strings["Apache mod_rewrite module"] = "Moduł Apache mod_rewrite"; $a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Błąd: moduł Apache webserver mod-rewrite jest potrzebny, jednakże nie jest zainstalowany."; @@ -859,7 +859,7 @@ $a->strings["No contact provided."] = "Brak kontaktu."; $a->strings["Couldn't fetch information for contact."] = "Nie można pobrać informacji o kontakcie."; $a->strings["Couldn't fetch friends for contact."] = "Nie można pobrać znajomych do kontaktu."; $a->strings["success"] = "powodzenie"; -$a->strings["failed"] = "nie udało się"; +$a->strings["failed"] = "nie powiodło się"; $a->strings["ignored"] = "Ignoruj"; $a->strings["Contact wasn't found or can't be unfollowed."] = "Kontakt nie został znaleziony lub nie można go pominąć."; $a->strings["Contact unfollowed"] = "Skontaktuj się z obserwowanym"; @@ -896,25 +896,25 @@ $a->strings["Basic"] = "Podstawowy"; $a->strings["Advanced"] = "Zaawansowany"; $a->strings["Failed to remove event"] = "Nie udało się usunąć wydarzenia"; $a->strings["Event removed"] = "Wydarzenie zostało usunięte"; -$a->strings["Image uploaded but image cropping failed."] = "Obrazek załadowany, ale oprawanie powiodła się."; +$a->strings["Image uploaded but image cropping failed."] = "Zdjęcie zostało przesłane, ale przycinanie obrazu nie powiodło się."; $a->strings["Image size reduction [%s] failed."] = "Redukcja rozmiaru obrazka [%s] nie powiodła się."; $a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Ponownie załaduj stronę lub wyczyść pamięć podręczną przeglądarki, jeśli nowe zdjęcie nie pojawi się natychmiast."; $a->strings["Unable to process image"] = "Nie udało się przetworzyć obrazu."; $a->strings["Upload File:"] = "Wyślij plik:"; $a->strings["Select a profile:"] = "Wybierz profil:"; $a->strings["or"] = "lub"; -$a->strings["skip this step"] = "Pomiń ten krok"; +$a->strings["skip this step"] = "pomiń ten krok"; $a->strings["select a photo from your photo albums"] = "wybierz zdjęcie z twojego albumu"; $a->strings["Crop Image"] = "Przytnij zdjęcie"; -$a->strings["Please adjust the image cropping for optimum viewing."] = "Proszę dostosować oprawę obrazka w celu optymalizacji oglądania."; -$a->strings["Done Editing"] = "Zakończ Edycję "; +$a->strings["Please adjust the image cropping for optimum viewing."] = "Dostosuj kadrowanie obrazu, aby uzyskać optymalny obraz."; +$a->strings["Done Editing"] = "Zakończono edycję"; $a->strings["Image uploaded successfully."] = "Zdjęcie wczytano pomyślnie "; -$a->strings["Status:"] = "Status"; +$a->strings["Status:"] = "Status:"; $a->strings["Homepage:"] = "Strona główna:"; -$a->strings["Global Directory"] = "Globalne Położenie"; +$a->strings["Global Directory"] = "Globalny Katalog"; $a->strings["Find on this site"] = "Znajdź na tej stronie"; $a->strings["Results for:"] = "Wyniki dla:"; -$a->strings["Site Directory"] = "Katalog Strony"; +$a->strings["Site Directory"] = "Katalog Witryny"; $a->strings["Find"] = "Znajdź"; $a->strings["No entries (some entries may be hidden)."] = "Brak odwiedzin (niektóre odwiedziny mogą być ukryte)."; $a->strings["Source input"] = "Źródło wejściowe"; @@ -956,20 +956,20 @@ $a->strings["XMPP"] = "XMPP"; $a->strings["Homepage"] = "Strona Główna"; $a->strings["Interests"] = "Zainteresowania"; $a->strings["Address"] = "Adres"; -$a->strings["Location"] = "Położenie"; -$a->strings["Profile updated."] = "Konto zaktualizowane."; +$a->strings["Location"] = "Lokalizacja"; +$a->strings["Profile updated."] = "Profil zaktualizowany."; $a->strings[" and "] = " i "; $a->strings["public profile"] = "profil publiczny"; $a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$szmienione %2\$s na “%3\$s”"; -$a->strings[" - Visit %1\$s's %2\$s"] = " - Odwiedźa %1\$s's %2\$s"; +$a->strings[" - Visit %1\$s's %2\$s"] = " - Odwiedź %1\$s's %2\$s"; $a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$sma zaktualizowany %2\$s, zmiana%3\$s."; $a->strings["Hide contacts and friends:"] = "Ukryj kontakty i znajomych:"; $a->strings["Hide your contact/friend list from viewers of this profile?"] = "Czy chcesz ukryć listę kontaktów dla przeglądających to konto?"; $a->strings["Show more profile fields:"] = "Pokaż więcej pól profilu:"; $a->strings["Profile Actions"] = "Akcje profilowe"; $a->strings["Edit Profile Details"] = "Edytuj profil."; -$a->strings["Change Profile Photo"] = "Zmień profilowe zdjęcie"; -$a->strings["View this profile"] = "Zobacz ten profil"; +$a->strings["Change Profile Photo"] = "Zmień zdjęcie profilowe"; +$a->strings["View this profile"] = "Wyświetl ten profil"; $a->strings["Edit visibility"] = "Edytuj widoczność"; $a->strings["Create a new profile using these settings"] = "Stwórz nowy profil wykorzystując te ustawienia"; $a->strings["Clone this profile"] = "Sklonuj ten profil"; @@ -981,33 +981,33 @@ $a->strings["Status information"] = "Informacje o stanie"; $a->strings["Additional information"] = "Dodatkowe informacje"; $a->strings["Relation"] = "Relacje"; $a->strings["Miscellaneous"] = "Różny"; -$a->strings["Your Gender:"] = "Twoja płeć:"; -$a->strings[" Marital Status:"] = " Stan :"; +$a->strings["Your Gender:"] = "Płeć:"; +$a->strings[" Marital Status:"] = " Stan cywilny:"; $a->strings["Sexual Preference:"] = "Preferencje seksualne:"; -$a->strings["Example: fishing photography software"] = "Przykład: kończenie oprogramowania fotografii"; -$a->strings["Profile Name:"] = "Nazwa profilu :"; +$a->strings["Example: fishing photography software"] = "Przykład: oprogramowanie do fotografowania ryb"; +$a->strings["Profile Name:"] = "Nazwa profilu:"; $a->strings["This is your public profile.
It may be visible to anybody using the internet."] = "To jest Twój publiczny profil.
Może zostać wyświetlony przez każdego kto używa internetu."; -$a->strings["Your Full Name:"] = "Twoje imię i nazwisko:"; +$a->strings["Your Full Name:"] = "Imię i nazwisko:"; $a->strings["Title/Description:"] = "Tytuł/Opis :"; $a->strings["Street Address:"] = "Ulica:"; -$a->strings["Locality/City:"] = "Miejscowość/Miasto :"; +$a->strings["Locality/City:"] = "Miejscowość/Miasto:"; $a->strings["Region/State:"] = "Region/Państwo:"; -$a->strings["Postal/Zip Code:"] = "Kod Pocztowy :"; +$a->strings["Postal/Zip Code:"] = "Kod Pocztowy:"; $a->strings["Country:"] = "Kraj:"; $a->strings["Age: "] = "Wiek: "; $a->strings["Who: (if applicable)"] = "Kto: (jeśli dotyczy)"; -$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Przykłady : cathy123, Cathy Williams, cathy@example.com"; +$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Przykłady: cathy123, Cathy Williams, cathy@example.com"; $a->strings["Since [date]:"] = "Od [data]:"; $a->strings["Tell us about yourself..."] = "Napisz o sobie..."; $a->strings["XMPP (Jabber) address:"] = "Adres XMPP (Jabber):"; $a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "Adres XMPP będzie propagowany do Twoich kontaktów, aby mogli Cię śledzić."; -$a->strings["Homepage URL:"] = "Strona główna URL:"; +$a->strings["Homepage URL:"] = "Adres URL strony domowej:"; $a->strings["Hometown:"] = "Miasto rodzinne:"; $a->strings["Political Views:"] = "Poglądy polityczne:"; $a->strings["Religious Views:"] = "Poglądy religijne:"; -$a->strings["Public Keywords:"] = "Publiczne słowa kluczowe :"; +$a->strings["Public Keywords:"] = "Publiczne słowa kluczowe:"; $a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Używany do sugerowania potencjalnych znajomych, jest widoczny dla innych)"; -$a->strings["Private Keywords:"] = "Prywatne słowa kluczowe :"; +$a->strings["Private Keywords:"] = "Prywatne słowa kluczowe:"; $a->strings["(Used for searching profiles, never shown to others)"] = "(Używany do wyszukiwania profili, niepokazywany innym)"; $a->strings["Likes:"] = "Lubią to:"; $a->strings["Dislikes:"] = "Nie lubię tego:"; @@ -1019,12 +1019,12 @@ $a->strings["Hobbies/Interests"] = "Zainteresowania"; $a->strings["Love/romance"] = "Miłość/romans"; $a->strings["Work/employment"] = "Praca/zatrudnienie"; $a->strings["School/education"] = "Szkoła/edukacja"; -$a->strings["Contact information and Social Networks"] = "Informacje kontaktowe i Sieci Społeczne"; -$a->strings["Profile Image"] = "Obraz profilowy"; +$a->strings["Contact information and Social Networks"] = "Dane kontaktowe i Sieci społecznościowe"; +$a->strings["Profile Image"] = "Zdjęcie profilowe"; $a->strings["visible to everybody"] = "widoczne dla wszystkich"; -$a->strings["Edit/Manage Profiles"] = "Edytuj/Zarządzaj Profilami"; +$a->strings["Edit/Manage Profiles"] = "Edycja/Zarządzanie profilami"; $a->strings["Change profile photo"] = "Zmień zdjęcie profilowe"; -$a->strings["Create New Profile"] = "Stwórz nowy profil"; +$a->strings["Create New Profile"] = "Utwórz nowy profil"; $a->strings["%d contact edited."] = [ 0 => "", 1 => "", @@ -1052,7 +1052,7 @@ $a->strings["(Update was successful)"] = "(Aktualizacja przebiegła pomyślnie)" $a->strings["(Update was not successful)"] = "(Aktualizacja nie powiodła się)"; $a->strings["Suggest friends"] = "Osoby, które możesz znać"; $a->strings["Network type: %s"] = "Typ sieci: %s"; -$a->strings["Communications lost with this contact!"] = "Komunikacja przerwana z tym kontaktem!"; +$a->strings["Communications lost with this contact!"] = "Utracono komunikację z tym kontaktem!"; $a->strings["Fetch further information for feeds"] = "Pobierz dalsze informacje dla kanałów"; $a->strings["Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags."] = "Pobieranie informacji, takich jak zdjęcia podglądu, tytuł i zwiastun z elementu kanału. Możesz to aktywować, jeśli plik danych nie zawiera dużo tekstu. Słowa kluczowe są pobierane z nagłówka meta w elemencie kanału i są publikowane jako znaczniki haszowania."; $a->strings["Disabled"] = "Wyłączony"; @@ -1062,13 +1062,13 @@ $a->strings["Fetch information and keywords"] = "Pobierz informacje i słowa klu $a->strings["Contact"] = "Kontakt"; $a->strings["Profile Visibility"] = "Widoczność profilu"; $a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Wybierz profil, który chcesz bezpiecznie wyświetlić %s"; -$a->strings["Contact Information / Notes"] = "Informacja o kontakcie / Notka"; +$a->strings["Contact Information / Notes"] = "Informacje kontaktowe/Notatki"; $a->strings["Their personal note"] = "Ich osobista uwaga"; $a->strings["Edit contact notes"] = "Edytuj notatki kontaktu"; $a->strings["Block/Unblock contact"] = "Zablokuj/odblokuj kontakt"; $a->strings["Ignore contact"] = "Ignoruj kontakt"; $a->strings["Repair URL settings"] = "Napraw ustawienia adresu"; -$a->strings["View conversations"] = "Zobacz rozmowę"; +$a->strings["View conversations"] = "Wyświetl rozmowy"; $a->strings["Last update:"] = "Ostatnia aktualizacja:"; $a->strings["Update public posts"] = "Zaktualizuj publiczne posty"; $a->strings["Update now"] = "Aktualizuj teraz"; @@ -1133,7 +1133,7 @@ $a->strings["Read about the Terms of Service of this n $a->strings["On this server the following remote servers are blocked."] = "Na tym serwerze następujące serwery zdalne są blokowane."; $a->strings["Reason for the block"] = "Powód blokowania"; $a->strings["No valid account found."] = "Nie znaleziono ważnego konta."; -$a->strings["Password reset request issued. Check your email."] = "Prośba o zresetowanie hasła została zatwierdzona. Sprawdź swój adres email."; +$a->strings["Password reset request issued. Check your email."] = "Prośba o zresetowanie hasła została zatwierdzona. Sprawdź swój e-mail."; $a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\n\t\tDrodzy %1\$s, \n\t\t\tOtrzymano niedawno prośbę o ''%2\$s\" zresetowanie konta \n\t\thasło. Aby potwierdzić tę prośbę, wybierz link weryfikacyjny \n\t\tponiżej lub wklej go na pasek adresu przeglądarki internetowej. \n \n\t\tJeśli NIE poprosiłeś o tę zmianę, NIE wykonuj tego linku \n\t\tpod warunkiem, że zignorujesz i/lub usuniesz ten e-mail, prośba wkrótce wygaśnie. \n \n\t\tTwoje hasło nie zostanie zmienione, chyba że będziemy mogli to potwierdzić \n\t\twydał to żądanie."; $a->strings["\n\t\tFollow this link soon 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"] = "\nWkrótce skorzystaj z tego linku, aby zweryfikować swoją tożsamość: \n\n\t\t%1\$s\n\n\t\tOtrzymasz następnie komunikat uzupełniający zawierający nowe hasło. \n\t\tMożesz zmienić to hasło ze strony ustawień swojego konta po zalogowaniu. \n \n\t\tDane logowania są następujące: \n \nLokalizacja strony: \t%2\$s\nNazwa użytkownika:\t%3\$s"; $a->strings["Password reset requested at %s"] = "Prośba o reset hasła na %s"; @@ -1576,11 +1576,11 @@ $a->strings["Cannot change to that email."] = "Nie można zmienić tego e-maila. $a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Prywatne forum nie ma uprawnień do prywatności. Użyj domyślnej grupy prywatnej."; $a->strings["Private forum has no privacy permissions and no default privacy group."] = "Prywatne forum nie ma uprawnień do prywatności ani domyślnej grupy prywatności."; $a->strings["Settings updated."] = "Zaktualizowano ustawienia."; -$a->strings["Add application"] = "Dodaj aplikacje"; +$a->strings["Add application"] = "Dodaj aplikację"; $a->strings["Consumer Key"] = "Klucz klienta"; -$a->strings["Consumer Secret"] = "Sekret klienta"; +$a->strings["Consumer Secret"] = "Tajny klucz klienta"; $a->strings["Redirect"] = "Przekierowanie"; -$a->strings["Icon url"] = "Adres ikony"; +$a->strings["Icon url"] = "Url ikony"; $a->strings["You can't edit this application."] = "Nie możesz edytować tej aplikacji."; $a->strings["Connected Apps"] = "Powiązane aplikacje"; $a->strings["Edit"] = "Edytuj"; @@ -1703,15 +1703,15 @@ $a->strings["Only expire posts by others:"] = "Tylko wygasaj posty innych osób: $a->strings["Account Settings"] = "Ustawienia konta"; $a->strings["Password Settings"] = "Ustawienia hasła"; $a->strings["Leave password fields blank unless changing"] = "Pozostaw pola hasła puste, chyba że chcesz je zmienić."; -$a->strings["Current Password:"] = "Obecne hasło:"; -$a->strings["Your current password to confirm the changes"] = "Twoje obecne hasło, potwierdź zmiany"; +$a->strings["Current Password:"] = "Aktualne hasło:"; +$a->strings["Your current password to confirm the changes"] = "Twoje aktualne hasło, potwierdź zmiany"; $a->strings["Password:"] = "Hasło:"; $a->strings["Basic Settings"] = "Ustawienia podstawowe"; $a->strings["Full Name:"] = "Imię i nazwisko:"; $a->strings["Email Address:"] = "Adres email:"; $a->strings["Your Timezone:"] = "Twoja strefa czasowa:"; $a->strings["Your Language:"] = "Twój język:"; -$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "Ustaw język, którego używamy, aby pokazać interfejs użytkownika i wysłać Ci e-maile"; +$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "Ustaw język, którego używasz, aby pokazać interfejs użytkownika i wysłać Ci e-maile"; $a->strings["Default Post Location:"] = "Standardowa lokalizacja wiadomości:"; $a->strings["Use Browser Location:"] = "Użyj położenia przeglądarki:"; $a->strings["Security and Privacy Settings"] = "Ustawienia bezpieczeństwa i prywatności"; @@ -1853,7 +1853,7 @@ $a->strings["Embedded content"] = "Osadzona zawartość"; $a->strings["Export"] = "Eksport"; $a->strings["Export calendar as ical"] = "Wyeksportuj kalendarz jako ical"; $a->strings["Export calendar as csv"] = "Eksportuj kalendarz jako csv"; -$a->strings["General Features"] = "Główne cechy"; +$a->strings["General Features"] = "Funkcje ogólne"; $a->strings["Multiple Profiles"] = "Wiele profili"; $a->strings["Ability to create multiple profiles"] = "Możliwość tworzenia wielu profili"; $a->strings["Photo Location"] = "Lokalizacja zdjęcia";