From 2851ad531520850ebc4abbba64eb2e386b1537e5 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Fri, 25 May 2018 09:04:24 +0200 Subject: [PATCH] =?UTF-8?q?IS=20translation=20update=20startpage=20THX=20S?= =?UTF-8?q?veinn=20=C3=AD=20Felli?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- startpage/lang/is/messages.po | 36 +++++++++++++++++++++++++++++++++++ startpage/lang/is/strings.php | 18 ++++++++++++------ 2 files changed, 48 insertions(+), 6 deletions(-) create mode 100644 startpage/lang/is/messages.po 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";