diff --git a/startpage/lang/is/messages.po b/startpage/lang/is/messages.po new file mode 100644 index 00000000..8db9a6ed --- /dev/null +++ b/startpage/lang/is/messages.po @@ -0,0 +1,36 @@ +# ADDON startpage +# Copyright (C) +# This file is distributed under the same license as the Friendica startpage addon package. +# +# +# Translators: +# Sveinn í Felli , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-02-27 05:01-0500\n" +"PO-Revision-Date: 2018-05-24 09:48+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" +"Content-Transfer-Encoding: 8bit\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +#: startpage.php:83 +msgid "Startpage Settings" +msgstr "Stillingar upphafssíðu" + +#: startpage.php:85 +msgid "Home page to load after login - leave blank for profile wall" +msgstr "Heimasíða sem á að hlaða inn eftir innskráningu - skilja eftir autt til að fá forsíðu notanda" + +#: startpage.php:88 +msgid "Examples: "network" or "notifications/system"" +msgstr "Dæmi: "netkerfi" eða "tilkynningar/kerfi"" + +#: startpage.php:92 +msgid "Submit" +msgstr "Senda inn" diff --git a/startpage/lang/is/strings.php b/startpage/lang/is/strings.php index 134d5726..afd3d84a 100644 --- a/startpage/lang/is/strings.php +++ b/startpage/lang/is/strings.php @@ -1,6 +1,12 @@ -strings["Startpage Settings"] = ""; -$a->strings["Home page to load after login - leave blank for profile wall"] = ""; -$a->strings["Examples: "network" or "notifications/system""] = ""; -$a->strings["Submit"] = "Senda inn"; +strings["Startpage Settings"] = "Stillingar upphafssíðu"; +$a->strings["Home page to load after login - leave blank for profile wall"] = "Heimasíða sem á að hlaða inn eftir innskráningu - skilja eftir autt til að fá forsíðu notanda"; +$a->strings["Examples: "network" or "notifications/system""] = "Dæmi: "netkerfi" eða "tilkynningar/kerfi""; +$a->strings["Submit"] = "Senda inn";