]> git.mxchange.org Git - friendica-addons.git/commitdiff
IS translation update startpage THX Sveinn í Felli
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 25 May 2018 07:04:24 +0000 (09:04 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 25 May 2018 07:04:24 +0000 (09:04 +0200)
startpage/lang/is/messages.po [new file with mode: 0644]
startpage/lang/is/strings.php

diff --git a/startpage/lang/is/messages.po b/startpage/lang/is/messages.po
new file mode 100644 (file)
index 0000000..8db9a6e
--- /dev/null
@@ -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 <sv1@fellsnet.is>, 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 <sv1@fellsnet.is>\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: &quot;network&quot; or &quot;notifications/system&quot;"
+msgstr "Dæmi: &quot;netkerfi&quot; eða &quot;tilkynningar/kerfi&quot;"
+
+#: startpage.php:92
+msgid "Submit"
+msgstr "Senda inn"
index 134d57260510304402f000e6d6aa23dfaeef9302..afd3d84a038a88a9d7604c26fce25af65bb15c00 100644 (file)
@@ -1,6 +1,12 @@
-<?php\r
-\r
-$a->strings["Startpage Settings"] = "";\r
-$a->strings["Home page to load after login  - leave blank for profile wall"] = "";\r
-$a->strings["Examples: &quot;network&quot; or &quot;notifications/system&quot;"] = "";\r
-$a->strings["Submit"] = "Senda inn";\r
+<?php
+
+if(! function_exists("string_plural_select_is")) {
+function string_plural_select_is($n){
+       $n = intval($n);
+       return ($n % 10 != 1 || $n % 100 == 11);;
+}}
+;
+$a->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: &quot;network&quot; or &quot;notifications/system&quot;"] = "Dæmi: &quot;netkerfi&quot; eða &quot;tilkynningar/kerfi&quot;";
+$a->strings["Submit"] = "Senda inn";