From cbde17c74b7eef8ecdb47cc6806019be3d25459f Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Fri, 25 May 2018 10:30:12 +0200 Subject: [PATCH] =?UTF-8?q?IS=20translation=20communityhome=20addon=20THX?= =?UTF-8?q?=20Sveinn=20=C3=AD=20Felli?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- communityhome/lang/is/messages.po | 74 +++++++++++++++++++++++++++++++ communityhome/lang/is/strings.php | 35 +++++++++------ 2 files changed, 95 insertions(+), 14 deletions(-) create mode 100644 communityhome/lang/is/messages.po diff --git a/communityhome/lang/is/messages.po b/communityhome/lang/is/messages.po new file mode 100644 index 00000000..8fddda5c --- /dev/null +++ b/communityhome/lang/is/messages.po @@ -0,0 +1,74 @@ +# ADDON communityhome +# Copyright (C) +# This file is distributed under the same license as the Friendica communityhome 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 15:16+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" + +#: communityhome.php:28 communityhome.php:34 +msgid "Login" +msgstr "Innskráning" + +#: communityhome.php:29 +msgid "OpenID" +msgstr "" + +#: communityhome.php:39 +msgid "Latest users" +msgstr "" + +#: communityhome.php:84 +msgid "Most active users" +msgstr "" + +#: communityhome.php:102 +msgid "Latest photos" +msgstr "" + +#: communityhome.php:115 +msgid "Contact Photos" +msgstr "" + +#: communityhome.php:116 +msgid "Profile Photos" +msgstr "" + +#: communityhome.php:141 +msgid "Latest likes" +msgstr "" + +#: communityhome.php:163 +msgid "event" +msgstr "" + +#: communityhome.php:166 communityhome.php:175 +msgid "status" +msgstr "" + +#: communityhome.php:171 +msgid "photo" +msgstr "" + +#: communityhome.php:180 +#, php-format +msgid "%1$s likes %2$s's %3$s" +msgstr "" + +#: communityhome.php:189 +#, php-format +msgid "Welcome to %s" +msgstr "" diff --git a/communityhome/lang/is/strings.php b/communityhome/lang/is/strings.php index 743d16cd..19d602fd 100644 --- a/communityhome/lang/is/strings.php +++ b/communityhome/lang/is/strings.php @@ -1,14 +1,21 @@ -strings["Login"] = "Innskrá"; -$a->strings["OpenID"] = "OpenID"; -$a->strings["Latest users"] = ""; -$a->strings["Most active users"] = "Ofvirkustu notendurnir"; -$a->strings["Latest photos"] = ""; -$a->strings["Contact Photos"] = "Myndir tengiliðs"; -$a->strings["Profile Photos"] = "Forsíðu myndir"; -$a->strings["Latest likes"] = ""; -$a->strings["event"] = "atburður"; -$a->strings["status"] = "staða"; -$a->strings["photo"] = "mynd"; -$a->strings["Welcome to %s"] = "Velkomin(n) til %s"; +strings["Login"] = "Innskráning"; +$a->strings["OpenID"] = ""; +$a->strings["Latest users"] = ""; +$a->strings["Most active users"] = ""; +$a->strings["Latest photos"] = ""; +$a->strings["Contact Photos"] = ""; +$a->strings["Profile Photos"] = ""; +$a->strings["Latest likes"] = ""; +$a->strings["event"] = ""; +$a->strings["status"] = ""; +$a->strings["photo"] = ""; +$a->strings["%1\$s likes %2\$s's %3\$s"] = ""; +$a->strings["Welcome to %s"] = "";